/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
/*
.btn-animate,a:not(.no-animate) {
    position: relative;
    --webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.btn-animate:after,
a:not(.no-animate):after {
    content: "";
    background: var(--info);
    display: block;
    position: absolute;
    padding-top: 350%;
    padding-inline-end: 350%;
    margin-inline-start: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 360ms;
}
*/
.wzitem label {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    display: block;
    background-color: #fff;
    padding: 45px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    /* border: 1px solid #d9e1e6;*/
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    cursor: pointer;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    border-bottom: 3px solid #005bea;
}
@media (max-width: 991px) {
    .wzitem label {
        padding: 30px;
    }
}
.wzitem label strong {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-size: 1.3rem;
    color: #333;
}
.wzitem label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.wzitem label i {
    display: block;
    margin: 0 auto 15px;
    font-size: 6rem;
    color: rgba(0, 201, 255, 1);
    color: #2575fc;
}
.wztem:hover label i,
.wzitem label:hover i {
    color: var(--info)
}
.wzitem label img {
    display: block;
    margin: 0 auto 15px;
}
@media (max-width: 767px) {
    .wzitem label img {
        width: 80px;
        height: auto;
    }
}
.wzitem label span {
    border: 4px solid #d9e1e6;
    display: block;
    margin: 0 auto 15px;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wzitem label figure {
    position: relative;
    width: 114px;
    height: 114px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
}
.wzitem label figure img {
    width: 130px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wzitem input[type=checkbox]:not(old),
.wzitem input[type=radio]:not(old) {
    visibility: hidden;
}
.wzitem input[type=checkbox]:not(old):checked+label,
.wzitem input[type=radio]:not(old):checked+label,
.wzitem input[type=checkbox]:not(old):checked+span+label,
.wzitem input[type=radio]:not(old):checked+span+label {
    display: block;
    border: 0px solid #acd373;
    border-bottom-width: 3px;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
}
.wzitem input[type=checkbox]:not(old):checked+label i,
.wzitem input[type=radio]:not(old):checked+label i,
.wzitem input[type=checkbox]:not(old):checked+span+label i,
.wzitem input[type=radio]:not(old):checked+span+label i {
    color: #acd373;
    ;
}
.wzitem input[type=checkbox]:not(old):checked+label:before,
.wzitem input[type=radio]:not(old):checked+label:before,
.wzitem input[type=checkbox]:not(old):checked+span+label:before,
.wzitem input[type=radio]:not(old):checked+span+label:before {
    font-family: 'ws_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e93b";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #acd373;
    font-size: 2.5rem;
}
.wzitem input[type=checkbox]:not(old):checked+label span,
.wzitem input[type=radio]:not(old):checked+label span,
.wzitem input[type=checkbox]:not(old):checked+span+label span,
.wzitem input[type=radio]:not(old):checked+span+label span {
    border: 4px solid #acd373;
}
.wzitem input[type=checkbox]:not(old):checked+label figure img,
.wzitem input[type=radio]:not(old):checked+label figure img,
.wzitem input[type=checkbox]:not(old):checked+span+label figure img,
.wzitem input[type=radio]:not(old):checked+span+label figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.wizard_container .checkbox_questions {
    position: relative;
}
.wizard_container .checkbox_questions span.error {
    left: -5px;
    top: -35px;
}
.wizard_container .checkbox_questions .icheckbox_square-grey {
    margin-inline-start: 10px;
}
.wizard_container .box_general {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 45px;
    border: 1px solid #d9e1e6;
}
@media (max-width: 991px) {
    .wizard_container .box_general {
        padding: 30px;
    }
}
.wizard_container {
    overflow-y: auto;
    padding: 0rem 1rem;
    height: calc((100vh - 80px)* 0.75 + 30px);
}
.wizard_container .main_title {
    text-align: center;
}
.wizard_container .main_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.wizard_container .main_title p {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #777;
}
.wizard_container .question_title {
    text-align: center;
    margin-bottom: 25px;
}
.wizard_container .question_title h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 45px;
    color: #333;
}
.wizard_container .question_title p {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    margin-bottom: 0;
}
.wizard_container a.animated_link {
    position: relative;
    text-decoration: none;
}
.wizard_container a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #0073e5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wizard_container a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wizard_container a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #0073e5;
}
.wizard_container a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #0073e5;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wzitem p {
    height: 42px;
    margin-top: 0.475rem;
    margin-bottom: 0rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wizard-conversations .dt_avatar {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    background: #2575fc;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.wizard-conversations .dt_avatar i {
    font-size: 1.85rem;
    color: #f7f7f7;
    margin-top: -1px;
}
.wizard-list {
    flex: 0 0 100%;
}
.wizard-conversations {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    transition: transform 0.23s ease-out;
    height: calc((100vh - 50px)* 0.75);
    background: #fff;
}
.wizard-conversations.open {
    position: fixed;
    display: inline-block;
    z-index: 1030;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-details.wizard-details {
    padding: 0px;
}
.wizard-details .form_sheet.less.borad_form {
    border: 0px;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    border: 1px solid #d9e1e6;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    cursor: pointer;
    box-shadow: none;
    border-top-width: 0px;
    margin-top: 0px;
    /* border-bottom: 3px solid #005bea;*/
    background: rgb(250, 250, 250);
}
.wizard-conversations .form_sheet.less .card-body {
    padding: 1rem;
}
.wizard-conversations .form_half .form-group .col-form-label {
    min-width: 15%;
}
.wizard-details .planner-details {
    padding: 0;
}
ul.tree {
    padding: 0px;
}
.tree li {
    position: relative;
    list-style: none;
}
.wo-split {
    display: flex;
    flex: 1 1 auto;
}
.wo-list {
    overflow-y: scroll;
    height: calc((100vh - 200px)* 0.75);
    flex: 0 0 38%;
    border-inline-end: 1px solid var(--border);
    display: block;
    padding: 0rem 0.5rem 0 0;
    max-width: 400px;
}
.wo-sum {
    flex: 1;
    padding: 0.75rem;
    background: #fff;
}
.borad_form .form-group {
    margin-bottom: 0px;
}
/******** ****   lockScreen lockScreen lockScreen **** **** **** ****  **/
/******** ****    									**** **** **** ****  **/
/******** ****   lockScreen lockScreen lockScreen **** **** **** ****  **/
.lockScreen {
    z-index: 3002;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100hv;
    /*background:rgba(50,163,220, 0.8);*/
    opacity: 0;
    background-color: rgba(0, 0, 0, 1) !important;
}
.lockScreen.open {
    display: block;
    animation: fade_in 0.6s ease-in;
    animation-iteration-count: 1;
    opacity: 1;
}
.lockScreen.off {
    animation: fade_out 0.6s ease-in;
    animation-iteration-count: 1;
}
@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.lockScreen-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .25)), url("https://secure.kinda.sa/_layout/wallpaper/b3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 1) !important;
}
.lockScreen-bg.in {
    animation: bg_in 3s linear;
    animation-iteration-count: 1;
    opacity: 0.9;
}
.lockScreen-bg.out {
    animation: bg_out 3s linear;
    animation-iteration-count: 1;
    opacity: 1;
}
@-webkit-keyframes bg_in {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bg_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.9;
    }
}
.lock-content {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    position: relative;
    width: auto;
    justify-content: center;
}
.lock-content img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border-width: 0px;
}
.lock-content h3 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 1.4rem;
    font-weight: 400;
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.lock-content a.logout {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
a.logout:hover {
    color: rgba(255, 255, 255, 0.9);
}
input.lock {
    height: 36px;
}
.btn-lock {
    background: rgb(174, 110, 234, 0.5);
    color: rgba(255, 255, 255, 0.65);
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    margin-inline-start: 1px;
    justify-content: center;
    display: inline-flex !important;
    align-items: center;
    min-width: 42px;
    width: 42px;
}
.btn-lock i {
    font-size: 1rem;
    justify-content: center;
    display: inline-flex !important;
    align-items: center;
}
[dir="rtl"] .btn-lock i {
    margin-inline-start: 6px;
    margin-inline-end: 0px;
}
[dir="ltr"] .btn-lock i {
    margin-inline-start: 6px;
    margin-inline-end: 0px;
}
.opt_active i {
    color: var(--info);
}
.opt_mute i {
    color: #777;
}
.lock-clock {
    font-size: 5rem;
    position: fixed;
    bottom: 2rem;
    left: 3rem;
    width: 250px;
    height: 200px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
}
[dir="ltr"] .lock-clock {
    left: unset;
    right: 3rem;
}
.lock-clock div {
    width: 300px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.date_screen {
    font-size: 1.8rem;
}
@media (min-width: 991px) {
    .lock-clock {
        display: block;
    }
}
/*
.input-icon ,.input-icon .icon {
display: flex !important;
align-items: center;
justify-content: center;
}
.input-icon .icon {
width:30px;
}
.input-icon i
{
font-size: 1.5rem;
color: var(--muted2);
}
.input-icon .input  {
padding-inline-start: 15px;
width:calc(100% - 40px);
}
.input-icon .input input {
width:100%;
}
.md-input-wrapper .md-input-bar{
padding-inline-start: 40px;
width:calc(100% - 40px);
}
.md-input-wrapper
{
padding-top:18px;
}
*/
.maint .mail-date i,
.maint .mail-icon i {
    font-size: 0.83rem;
}
.maint .mail-date span {
    padding-inline-end: 8px;
    font-size: 0.75rem;
}
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 6.25rem;
    transition: all .2s ease-in;
    margin-inline-end: 0.475rem;
    margin-inline-start: 0.475rem;
}
.period_append {
    padding-inline-end: 0.375rem;
    padding-inline-start: 0.375rem;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display:none;
}
.icon-circle:not(.hd):not(.icon-act) {
    /* margin-top: 0.475rem;*/
}
.planner-icon {}
.icon-circle.mdi {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.25rem;
}
.icon-circle.mdi,
.icon-circle i {
    color: var(--muted2);
}
.icon-circle {
    border: 1px solid var(--border);
}
.maint .date {
    width: 25%;
    transition: all 1s ease-in;
}
.maint .date span {
    padding-inline-end: 5px;
}
.borad-container .planner-list-items {
    transition: all 1s ease-in;
    padding: 0rem;
}
.maint .date {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    transition: all 1s ease-in;
}
.maint .control,
.maint .info {
    transition: all 1s ease-in;
    justify-content: flex-end;
    margin-inline-end: 0.735rem;
    align-items: center;
}
.maint .info {
    padding-top: 0.6rem;
}
.maint .control {
    margin-top: -6px;
}
.maint .control,
.maint:not(.used1):hover .info,
.maint.active .control,
.maint:not(.used1).active .info {
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
}
.maint .info {
    white-space: nowrap;
}
.maint:not(.used1):hover .control,
.maint:not(.used1).active .control {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.maint:hover .icon-circle:not(.icon-act) i,
.maint.active .icon-circle:not(.icon-act) i {
    color: var(--info);
}
.maint:hover .icon-circle:not(.icon-act),
.maint.active .icon-circle:not(.icon-act) {
    border: 1px solid var(--info);
}
.maint:hover .icon-circle i,
.maint.active .icon-circle i {
    color: var(--info);
}
.maint:hover .icon-circle,
.maint.active .icon-circle {
    border: 1px solid var(--info);
}
.maint .planner-details span {
    font-size: 1.2rem;
}
.maint.used:hover .icon-circle:not(.icon-act),
.maint.used.active .icon-circle:not(.icon-act) {
    border: 1px solid #28A743;
}
.used .icon-circle.icon-act {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: #28A743 !important;
}
.used .icon-circle.icon-act i {
    color: #fff !important;
}
.badge-draft {
    color: #fff;
    background-color: var(--muted2);
}
.borad-container .inbox-details {
    padding: 0;
}
.check_desc {
    padding-top: 0.6rem;
    font-size: 0.75rem;
    color: #a2a2a2;
}
.icon-select{
	display: flex!important;
    width: 100%;
}
.icon-select-txt {
    color: #172b4d;
	text-transform: capitalize; 
	      padding-inline: 0.375rem;
    justify-content: end;

}
.icon-select .icon {
    color: var(--light); 
}
.borad-container .inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar-content .inbox-details {
    padding: 0;
    overflow-y: unset;
}
.borad-container .inbox-topbar {
    background: #fafafa;
}
.planner-details .ws_table_sub thead th,
.planner-details .ws_table thead th {
    border-bottom: 2px solid var(--border);
    border-top: 1px solid #fff;
    background: #fff;
}
.inbox-btn {
    position: absolute;
    top: 50%;
    left: 1rem;
    white-space: nowrap;
    z-index: 30;
}
.inbox-btn2 {}
@media only screen and (max-width: 992px) {
    .borad-container .planner-list {
        flex: 0 0 38%;
    }
}
.icon-circle.icon-act {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
}
.icon-circle.icon-act.success {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: var(--success) !important;
}
.icon-circle.icon-act.success i {
    color: #fff !important;
}
.icon-circle.icon-act {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: var(--info) !important;
}
.icon-circle.icon-act i {
    color: #fff !important;
}
.used .icon-circle. {
    border: 1px solid #28A743 !important;
    color: #28A743 !important;
}
.used .icon-circle i {
    color: #28A743 !important;
}
.mail-item {
    display: flex;
    border-bottom: 1px solid var(--border);
    padding: 0rem;
    cursor: pointer;
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.planner-details .subtable_action {
    /*display: none;*/
}
.table-pre .table-over {
    display: none;
    height: 42px;
    width: auto;
    position: absolute;
    z-index: 1;
}
.planner-details .table-pre.open .table-over {
    display: none;
    justify-content: start;
    align-items: center;
}
.planner-details .table-pre.open table.dataTable th:not(:first-child),
.table-pre.open table.ws_table th:not(:first-child) {
  /*  opacity: 0;*/
}
.table-bar {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline-start: 80px;
}
.icon-circle.icon-table {
    font-size: 0.9rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 0.16rem;
}
.icon-circle.icon-table i {
    /* color:#a2a2a2;*/
}
.icon-circle.icon-table:hover {
    background: var(--info);
    border: 1px solid #fff;
}
.icon-circle.icon-table:hover i {
    color: #fff;
}
.icon-circle.icon-table.danger i {
    color: #28A743;
}
.icon-circle.icon-table.danger:hover {
    background: #28A743;
    border: 1px solid #28A743;
}
.icon-circle.icon-table.danger:hover i {
    color: #fff;
}
.icon-circle.icon-table.primary i {
    color: var(--info);
}
.icon-circle.icon-table.primary:hover {
    background: var(--info);
    border: 1px solid #fff;
}
.icon-circle.icon-table.primary:hover i {
    color: #fff;
}
/*
.icon-circle.icon-table:hover {
border: 1px solid var(--info);
background:var(--info) ;
}
.icon-circle.icon-table:hover i {
color: #fff;
}
.danger
28A743
*/
.planner-details .table-pre table.dataTable th,
.table-pre table.ws_table th {
    padding: 0.75rem 0.375rem;
	   background: var(--bg-light);
    border-top: 1px solid var(--border);
}
.planner-details .table-pre .ws_table_sub .checkbox .checkmark,
.planner-details .table-pre .ws_table_sub .radio .checkmark {
    border-radius: 0.16rem;
}
.planner-details .table-pre .ws_table_sub .checkbox .checkmark,
.planner-details .table-pre .ws_table_sub .radio .checkmark {
    width: 20px;
    height: 20px;
}
.planner-details .table-pre .ws_table_sub .checkbox .checkmark:after,
.planner-details .table-pre .ws_table_sub .radio .checkmark:after {
    width: 6px;
    height: 10px;
    margin-top: 3px;
}
.planner-details .table-pre .ws_table_sub tbody tr td {
    font-size: 0.75rem;
    vertical-align: center;
    padding: 0.375rem 0.3rem;
}
.planner-details .table-pre .ws_table_sub .checkbox-outline-light input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid var(--info);
}
.planner-details .table-pre .ws_row_menu,
.ws_row {
    margin-top: -4px;
}
.planner-details .table-pre .ws_table_sub .ws_row .link-icon i {
    font-size: 1.3rem;
    margin-top: 2px;
}
.planner-details .table-pre .ws_table_sub thead th:first-child,
.planner-details .table-pre .ws_table_sub tbody tr td:first-child,
.planner-details .table-pre .ws_table thead th:first-child,
.planner-details .table-pre .ws_table tbody tr td:first-child {
    width: 60px !important;
}
.planner-details .table-pre .dropdown-item {
    padding: 0.375rem 0.375rem 0rem 0.375rem;
}
.planner-details .table-pre .table th,
.table-pre .table tr td {
    border-bottom: 1px solid var(--border);
    /*	border-inline-start:3px solid transparent;*/
}
.planner-details .table-pre .highlight {
    background-color: var(--bg-light);
    /*	border-inline-start:3px solid var(--info);*/
}
.planner-details .table-pre .table {}
.multi_input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.multi_input .remover {
    cursor: pointer;
    color: #28A743;
    font-size: 1rem;
}
.multi_btn .md-btn {
    height: 32px;
    margin-top: 0px;
    padding: 4px;
    padding-inline-end: 0;
}
.multi_line_group {
    background: rgb(249, 244, 253);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0;
    padding: 20px;
}
.multi_line_group label {
    margin-inline-start: 10px;
    margin-bottom: -6px;
    background-color: #fff;
    z-index: 100;
    padding: 0px 4px 0px 6px;
    color: var(--light);
}
.form_fill .form_title {
    font-size: 1.7rem;
}
.form_fill .form_logo {
    max-width: 250px;
}
.form_body .table_title {
    font-size: 1rem;
    padding: 0.5rem;
    border: 1px solid var(--border);
    border-bottom: 0;
    background: #fafafa;
}
.form_body .table {
    border: 1px solid var(--border);
}
.form_body .table td {
    border: 0;
    border-bottom: 1px solid var(--border);
}
.form_body .table tbody tr:hover td {
    background: var(--hover);
}
.form-group.labelarea textarea.form_txt {
    min-height: 120px;
}
.planner-details .table-pre .ws_table_sub tbody tr.table_total td {
  font-size: 0.90rem;
    font-weight: 600;
}
.table_total td {
    background: var(--bg-light);
    color: var(--info);
}
#toast-container .error_no {
    font-size: 1rem;
}
.form-group label {
    color: var(--light);
    margin-bottom: 0;
}
.form_header .select2-container--default .select2-selection--single {
    border-width: 0 0 1px 0;
}
input.amt,input.small,input[type="text"].amt,.input-group.amt input[type="text"]{
	 width: 145px !important;
	     padding-inline-start: 0.75rem;
    font-weight: 500;
	    font-size: 0.85rem;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--info);
}
::selection {
  color: #fff;
  background: var(--info);
}
input.amt:disabled {
    /*color: var(--info);*/
    width: 145px !important;
    text-align: center;
    font-size:  0.85rem;
    font-weight: 500;
}
.modal-upper .modal-header {
    padding: 0.375rem;
    border-bottom: 1px solid var(--border);
    background-color: #f5f6fa;
    padding-inline-start: 0.75rem;
    background-color: var(--bg-light);
    align-items: center;
}
.modal-upper .modal-footer {
    border-top: 1px solid var(--border);
    background-color: #f5f6fa;
    background-color: var(--bg-light);
}
.modal-upper .md-close {
    background: transparent;
    display: inline-flex;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}
.openmod_upper_body {}
.twing {
    margin: -1rem !important;
    border: 1px solid var(--border);
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
}
.email-button {
    background: #009a3e;
    color: #fff;
    position: fixed;
    bottom: 80px;
    line-height: 50px;
    right: 20px;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
    z-index: 1000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.modal-content.modal-frame .modal-body {
    padding: 0 !important;
    max-height: calc(100vh - 200px);
    overflow-y: hidden;
    overflow-x: hidden;
}
.modal-content.modal-frame .modal-footer,
.modal-content.no-footer .modal-footer {
    display: none;
}
.modal-frame iframe {
    border: 1px solid var(--border);
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
    width: 100%;
    height: 100%;
    min-height: calc(100vh);
}
.distance-wrapper {
    display: flex;
    padding: 0rem;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline-end: 4px;
    padding-inline-start: 4px;
}
.distance-wrapper .dis-icon {
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.25rem;
    color: #1a73e9;
    padding: 0.25rem 0 0 0;
}
.dis-icon .dis-icon-circ {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: rgba(232, 240, 253, 0.6);
    color: #1a73e9;
    border-radius:  var(--bd-radius);
}
.dis-icon .dis-icon-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: var(--bd-radius);
    width: 22px;
    height: 22px;
    box-shadow: 0 1px 3rem rgb(137, 102, 247, 0.09), 0 2px 18px #e0e5f0;
}
.distance-wrapper .dis-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a73e9;
    font-size: 0.9rem;
}
.distance-wrapper .dis-icon.orgin i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--danger);
    font-size: 20px;
}
.dis-icon.orgin .dis-icon-circ {
    background: #fff;
}
.dis-icon.orgin .dis-icon-border {
    box-shadow: none;
}
.gm-style-mtc {
 
	font-size:0.75rem!important;
	font-family: 'Tajawal'!important;
	
 
}

.gm-style-mtc button,#map > button{
	font-size:0.75rem!important;
	    font-family: 'Tajawal'  !important;
	
}

.gmnoprint button {
font-size:0.75rem!important;}
.distance-wrapper .dis-field {
    width: 100%;
    margin-inline-start: 8px;
    margin-inline-end: 8px;
}
.distance-wrapper .dis-field .md-input-wrapper {
    padding-top: 0px;
}
#origin-input,
#destination-input {
    background: #fefefe !important;
    font-family: 'Tajawal', sans-var(--font) !important;
    font-size: 0.8rem !important;
    font-weight: inherit;
    text-overflow: ellipsis;
    width: 100% !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--sm-radius) !important;
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09) !important;
}
#origin-input:focus,
#destination-input:focus {
    border: 1px solid var(--info) !important;
}
#map-wrapper {
    margin: 0.375rem !important;
    padding: 0.2rem 0.6rem 0.6rem 0.2rem !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--sm-radius) !important;
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09) !important;
    background: #fefefe !important;
}
.map-form,
.frame-from {
    max-height: calc(100vh);
    height: 100%;
}
.bg-none {
    background: transparent !important;
    border: 0px !important;
    color: var(--secondary);
    font-size: 1rem;
}
.bg-none.lg {
    font-size: 1.8rem;
}
.map-footer .distance-wrapper,
.map-footer .distance-wrapper i {
    font-color: var(--secondary);
}
.map-footer .distance-wrapper .info i,
.map-footer .distance-wrapper .price i {
    color: var(--secondary) !important;
}
.map-footer {
    /*
border: 1px solid var(--border);
border-width: 1px 0 0;
border-radius: 0.0.12rem;
box-shadow: 1px 1px 1.25rem 0.4rem rgb(137, 102, 247,0.09);
margin: 0.375rem!important;
padding: 0.2rem 0.75rem 0.6rem 0.2rem!important;
/*
border: 1px solid var(--border)!important;
border-radius: var(--sm-radius)!important;
box-shadow: 0 1px 1.25rem rgb(137, 102, 247,0.09)!important;
background: #fefefe!important;
margin: 0.375rem!important;
padding: 0.2rem 0.75rem 0.6rem 0.75rem!important;
*/
    margin: 0 0.375rem !important;
    padding: 0 0.75rem !important;
}
#map {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 300px);
}
#right-panel {
    float: right;
}
#output {
    font-size: 11px;
}
.right-panel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.info-dist {
    background: #e8f0fd;
    border-radius: 0.6rem;
    margin-inline-start: 1.8rem;
    margin-top: 0.5rem;
    padding: 0.2rem;
    font-size: 1.5rem;
    color: #1a73e8;
}
.info-dist i {
    padding-inline-start:0.5rem;
    color: #1a73e8;
}
/* Navigate Buttons */
.navigate {
    z-index: 1;
    padding: 0;
}
.navigate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.navigate ul li {
    display: inline-flex;
}
.navigate ul li a,
.navigate ul li button {
    font-size: 0.9rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    padding:  0.125rem 0;
	padding-inline-end:0;
    border: solid 1px var(--border);
    border-radius: var(--sm-radius);
    color: var(--muted);
    line-height: var(--line-height);
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-width: 26px;
    position: relative;
}
.navigate ul .comb li a,
.navigate ul .comb li button {
	   margin: 0 0 0 12px;
}
.navigate a span.navigate_title,
.navigate button span.navigate_title {
    font-size: 0.65rem;
    display: inline-flex; 
 /*   margin-top: -3px;*/
  padding-inline-start: 0;
    padding-inline-end: 0.375rem;
    white-space: nowrap;
}
.navigate.prop,
.navigate.prop ul {
    justify-content: space-around;
    width:90%;
}
.navigate.prop ul li a,
.navigate ul.prop li button {
    background: #fff;
    border-radius: var(--sm-radius);
}
.navigate a:not(.active):hover,
.navigate button:not(.active):hover {
    border: solid 1px var(--info);
    color: var(--info);
}
.navigate ul li a.active,
.navigate ul li button.active {
    background: var(--info);
    border: solid 1px var(--info);
    color: #fff;
    font-family: inherit;
}
.navigateX ul li a.active i,
.navigate ul li button.active i {
    font-size: 18px;
}
.navigate a.active:hover,
.navigate button.active:hover {
    /*  background: #1bbcff;*/
	background:#fff;
	 color: var(--info);
}
.navigate ul li a.success,
.navigate ul li button.success {
    border: solid 1px var(--border);
    color: var(--success);
    font-family: inherit;
	font-size: 0.9rem;
}
.navigate ul li a.success:hover,
.navigate ul li button.success:hover {
    border: solid 1px var(--success);
    background: var(--success);
    color: #f1f1f1;
}
.navigateX ul li a.success i,
.navigate ul li button.success i {
    font-size: 20px;
}
.navigate ul li a.danger,
.navigate ul li button.danger {
    border: solid 1px var(--border);
    color: var(--danger);
    font-family: inherit;
}
.navigate ul li a.danger:hover,
.navigate ul li button.danger:hover {
    border: solid 1px var(--danger);
    background: var(--danger);
    color: #f1f1f1;
}


 
.form_add .navigate ul li a, .navigate ul li button {
    font-size: 1.1rem;
    border-radius: var(--sm-radius)!important;
    margin: 0 0 0 8px;
    /* height: 30px; */
    cursor: pointer;
}

.navigateX ul li a.danger i,
.navigate ul li button.danger i {
    font-size: 20px;
}
.navigate ul li a.dark,
.navigate ul li button.danger {
    border: solid 1px var(--border);
    color: var(--dark);
    font-family: inherit;
}
.navigate ul li a.dark:hover,
.navigate ul li button.dark:hover {
    border: solid 1px var(--dark);
    background: var(--dark);
    color: #f1f1f1;
}
.navigateX ul li a.dark i,
.navigate ul li button.dark i {
    font-size: 20px;
}
.navigate a.first-latest,
.navigate button.first-latest {
    background: var(--muted3);
    border: 1px solid var(--muted3);
    color: #fff;
}
.navigate .comb li:NOT(:first-child) a:NOT(.large) span:NOT(.badge):NOT(.navigate_icon),
.navigate .hd_options li:NOT(:first-child) a:NOT(.large) span:NOT(.badge):NOT(.navigate_icon) {
    display: none;
}
@media (max-width: 576px) {
    .navigate .comb li a span:NOT(.badge):NOT(.navigate_icon),
    .navigate .hd_options li a span:NOT(.badge):NOT(.navigate_icon) {
        display: none;
    }
}
.navigate .hd_options li:NOT(:first-child) a:NOT(.large) {
    border-radius: 50%;
}
.navigate .stage
{
	    height: 28px;
}
.navigate .stage li a {
    height: 26px;
    min-width: 26px;
    font-size: 0.85rem;
	color:var(--muted3);
	 border: solid 1px var(--border);
}
@media (min-width: 576px){
.navigate .stage li:NOT(:last-child)  a
{
		 margin-inline-end:  1.25rem;
}
}
.navigate .stage li.done a {
    background: #fff;
    border: solid 1px var(--info);
	color:var(--info);
}
.navigate .stage li .status_badge
{
	   display: none;
}
.navigate .stage li.done .status_badge{
     display: flex;
    justify-items: center;
    justify-self: center;
    justify-content: center;
    margin-inline-end: -10px;
    z-index: 2;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background: var(--info);
    color: #fff;
    padding: 3px;
    font-size: 0.55rem;
box-shadow: -1px 1px 1px #fff;
}
.navigate .stage li a.active {
    background: #fff;
    border: solid 1px var(--info);
    color: var(--info);
    cursor: not-allowed
}
.navigate .stage.sm li a {
    border-radius: var(--bd-radius);
	overflow:visible;
}
.navigate .stage.sm li a:NOT(.active) span.navigate_title {
    display: none;
}
@media (min-width: 576px)
{
 .navigate .stage  li:NOT(:first-child):before {
    content: '';
    position: absolute;
      height: 0.075rem;
    width: 20px;
    background: var(--border);
       display: flex;
    bottom: 13px;
		margin-inline-start:-20px;
}
}
.navigate .hd_options li a.active {
    background: var(--info);
    border: solid 1px var(--info);
    color: #fff;
    cursor: pointer
}
.navigate .hd_options li:NOT(:first-child) a.active,
.navigate .hd_options li a.active:hover {
    background: #fff;
    border: solid 1px var(--info);
    color: var(--info);
    cursor: pointer
}
.navigate .stage.sub li a {
	  height: 24px;
    min-width: 48px;
    font-size: 1rem;
	height: 28px;
    padding: 0 0.375rem;
    border-radius: var(--sm-radius);
    margin-inline-start: 0.375rem;
}
.navigate .stage.sub li a.active {
    background: #fff;
    border: solid 1px var(--info);
    color: var(--info);
}
.navigate_icon{
    width: 100%;
    height: 28px;
  padding-inline-start: 0.17rem;
     padding-inline-end: 0.17rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	border:1px solid transparent;
}
.navigate ul li a.primary, .navigate ul li button.primary {
    border: solid 1px var(--border);
    color: var(--primary);
    font-family: inherit;
}

.navigate ul li button.primary:hover {
    border: solid 1px var(--primary);
    background: var(--primary);
    color: #f1f1f1;
}
.size_14,
.size_14 i {
    font-size: 1.4rem;
}
.ul-widget__link--font {
    /* color: var(--dark); */
    /* font-weight: 500; */
    font-size: 0.75rem;
}
.activity-btn {
    background: transparent;
    border: solid 1px var(--border);
 /*   color: #828282 !important;*/
    margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 0.75rem;
    border-radius: var(--bd-radius);
    padding: 6px;
}
.activity-btn i {
    padding-inline-end: 4px;
   font-size: 1.1rem;
}
.activity-btn:hover {
    background: var(--info);
    color: #f1f1f1 !important;
    transition: all 0.3s ease-in-out;
}
.reloader {
    cursor: pointer;
}
.activity-reloader {
    line-height: var(--line-height);
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    margin: 14px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.activity-reloader:hover {
    color: var(--info) !important;
}
.map-footer {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid var(--border);
}
.map-footer .distance-wrapper {
    display: flex !important;
    width: 100%;
}
.body-wrapper {
    display: flex;
    flex: 1 1 auto;
}
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmslideOut {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}
.borad-over {
    transition: transform 0.3s ease-out;
    margin-top: 56px;
    display: block;
    width: 100%;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 1rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    left: -100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 80px);
    min-height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    overflow:
}
.body-main {
    width: 100%;
    display: block;
}
.borad-over.open {
    display: block;
    flex: 0 0 100%;
    z-index: 55;
    background-color: var(--bg-page);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    opacity: 1;
    visibility: visible;
}
.borad-over.dismiss {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.borad-over .borad-header {
    width: 100%;
}
.borad-over .borad-header:after {
    content: '';
    position: absolute;
    height: 3px;
    width: calc(100%);
    background: var(--border);
    bottom: -1px;
    display: block;
}
.borad-over .borad-body {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
}
.borad-bar {
    height: 56px;
    border-bottom: 1px solid var(--border) !important;
    color: var(--dark);
    font-size: 1.2rem;
    display: inline-flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    border-radius: var(--sm-radius) 0.12rem 0 0;
    background: var(--bg-light);
    border: 1px solid var(--border);
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5rem;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    margin-top: 0;
    margin-bottom: 1.5rem !important;
    border: 1px solid var(--border);
    padding: 0 20px;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
}
.close-x {
    position: absolute;
    cursor: pointer;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-radius: 20px;
    font-size: 2.5rem;
    opacity: 0.65;
}
.close-x i {
    color: #777;
}
.close-x:hover {
    opacity: 1;
    color: #28A743 !important
}
.borad-over .tab-content-multi {
    padding: 1rem;
}
.borad .tab-sm a i {
    font-size: 1.4rem;
}
.borad-over .tab-content-multi {
    border: 0;
    box-shadow: none;
    border: 1px solid var(--border);
    border-radius: 0.0.12rem;
    box-shadow: 0 1px 0 #e0e5f0, 0 2px 5px #e0e5f0;
    min-height: 300px;
    background-color: #fff;
}
.borad-over .borad-rightXX {
    background-color: #f5f6f9;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.borad .tab-content-task .tab-pane:not(.tab-table) {
   padding: 0; 
}
.borad-header .task-tab .nav-link {
    flex-direction: row-reverse;
    align-items: center;
    border-inline-end-width: 0px;
    border-inline-start-width: 0px;
    font-size: 0.9rem;
    /*  flex-direction: column;*/
}
.borad-header.task-tab a span {
    margin-top: 0.375rem;
    margin-bottom: 0.2rem;
}
.borad-header .task-tab a i {
    font-size: 1rem;
    padding-inline-start: 0.75rem;
}
.borad-header .task-tab a:hover {}
.borad-header .nav-tabs .nav-link {
    border-bottom-width: 0.085rem;
    margin-inline-end: auto;
    padding: 0.5rem 0 0.375rem 0;
    margin-bottom: -0.12rem;
}
.table-chart .dataTables_wrapper .row:last-child {
    padding-bottom: 0.4rem;
}
.table-chart .dataTables_wrapper .row:last-child .col-md-5 {
    display: none;
}
.table-chart .dataTables_wrapper .row:last-child .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
.table.table_custom tr th:last-child,
.table.table_custom tr td:last-child {
    border-radius: 0 .55rem .55rem 0
}
.table.table_custom {
    border-collapse: separate;
    border-spacing: 0 5px !important
}
.table.table_custom.spacing5 {
    border-spacing: 0 5px !important
}
.table.table_custom.spacing8 {
    border-spacing: 0 8px !important
}
.table.table_custom.border-style tr td {
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
    border-inline-end: 1px solid #E6E9ED
}
.table.table_custom.border-style tr td:last-child {
    border-inline-start: 1px solid #E6E9ED
}
.table.table_custom.border-style tr:hover td {
    border-top-color: #2185d0;
    border-bottom-color: #2185d0
}
.table.table_custom.border-style tr:hover td:first-child {
    border-inline-end-color: #2185d0
}
.table.table_custom.border-style tr:hover td:last-child {
    border-inline-start-color: #2185d0
}
.table.table_custom thead tr {
    background: transparent
}
.table.table_custom thead tr th {
    color: rgba(41, 43, 48, 0.5)
}
.table.table_custom tr {
    background: #fff
}
.table.table_custom th,
.table.table_custom tr td {
    padding: 0.3rem;
    vertical-align: middle;
    text-align: start;
}
.table.table_custom.border-style tr:hover td {
    border-top-color: #2185d0;
    border-bottom-color: #2185d0
}
.table-hover tbody tr:hover td {
    background-color: rgb(249, 244, 253) !important;
}
.table.table_custom tr {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0.0.12rem;
    box-shadow: 0 1px 1rem rgb(137, 102, 247, 0.09);
}
.table.table_custom.border-style tr:hover td:first-child {
    border-inline-end-color: #2185d0
}
.table.table_custom.border-style tr:hover td:last-child {
    border-inline-start-color: #2185d0
}
.table.table_custom tr th:first-child,
.table.table_custom tr td:first-child {
    border-radius: 0 .55rem .55rem 0
}
.table.table_custom tr th:last-child,
.table.table_custom tr td:last-child {
    border-radius: .55rem 0 0 .55rem
}
.table.table_custom.spacing8 {
    border-spacing: 0 8px !important;
}
.text-green,
.text-info,
.text-success,
.text-danger,
.text-primary,
.text-warning,
.mail-star.active,
.page-title {
   /* color: #E74C3C !important;*/
}
.table.table_custom tr th:last-child,
.table.table_custom tr td:last-child {
    border-radius: .55rem 0 0 .55rem;
}
.table.table_custom tr th:first-child,
.table.table_custom tr td:first-child {
    border-radius: 0 .55rem .55rem 0
}
.text-pink {
    color: #e03997 !important;
}
.tag-orange {
    background: #00A9BD;
}
.tag-orange {
    background-color: #f2711c;
    color: #fff;
}
.tag {
    -webkit-border-radius: var(--sm-radius);
    -moz-border-radius: var(--sm-radius);
    border-radius: var(--sm-radius);
    font-size: .75rem;
    color: #6e7687;
    font-weight: 400;
    background-color: #D1D3D4;
    padding: 0 .5rem;
    line-height: 2em;
    display: inline-flex;
    cursor: default;
    user-select: none;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--info);
    transition: width 0.6s ease;
}
.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: 0.5rem;
    background-color: #f4ebfc;
    border-radius: var(--sm-radius) ;
    margin-inline-end: 0.25rem;
}
.table.ws_table td .table-sub i {
    margin-inline-end: 0;
}
.tag-blue {
    background-color: #2185d0;
    color: #fff;
}
.team-info li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.team-info li img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.team-info li:hover img {
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
}
.tab-custom {
    background: var(--bg-light);
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
}
.paginationX {
    display: inline-flex;
    position: fixed;
    left: 1rem;
    bottom: 0;
    margin-inline-end: 1rem !important;
    margin-bottom: 1rem !important;
    white-space: nowrap;
    justify-content: flex-end;
    background: #fff;
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
    padding: 0.75rem;
    border: 1px solid var(--border);
    min-width: 100vh;
    opacity: 0.75;
}
.paginationX:hover {
    opacity: 1;
}
.dataTables_infoXS {
    min-width: 100vh;
    display: inline-flex;
    position: fixed;
    right: 1rem;
    bottom: 0;
    margin-inline-start: 5rem !important;
    margin-bottom: 1rem !important;
    white-space: nowrap;
    justify-content: flex-start;
    background: #fff;
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
    padding: 0.75rem;
    border: 1px solid var(--border)
}
.footerC {
    position: fixed;
    width: 100%;
    height: 56px;
    /* box-shadow: 0 0 8px 0 rgba(0,0,0,.4); */
    box-shadow: 0 1px 0 #e0e5f0, 0 2px 5px #e0e5f0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    z-index: 110;
}
.table.ws_table td img {
    width: 32px;
    height: 32px;
    /*   -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #fff;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
*/
    border-radius: 5px;
    border: 2px solid #f2f4f8;
}
.table.ws_table td:hover img {
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
}
.canceled td {
    color: var(--muted) !important;
    text-decoration: line-through;
}
.modal .modal-xl {
    overflow: hidden;
}
.modal-dialog.modal-xl {
    max-width: calc(100% - (0.75rem * 2));
}
.modal-xl .modal-header {
    padding: 0.375rem;
    border-bottom: 1px solid var(--border);
    background-color: #f5f6fa;
    padding-inline-start: 0.75rem;
    background-color: var(--bg-light);
    align-items: center;
}
.modal-xl .modal-content {
    width: 100%;
    height: calc(100vh - 32px);
}
.modal-xl {
    padding: 0;
    max-width: calc(100% - (0.75rem * 2));
}
.modal-xl .openmod_body,
.openmod_upper_body {
    overflow-y: auto;
    overflow-x: hidden;
    /* min-height: calc(100vh - 10rem);*/
    max-height: calc(100vh - 10rem);
}
.modal-open .modal-xl {
    overflow: hidden;
}
.modal-xl .modal-body {
    overflow: hidden;
    overflow-y: auto;
    background: #fefefe;
}
.task-tab.stage {
    flex-direction: row;
    justify-content: space-around !important;
    flex-wrap: nowrap !important;
}
.task-tab.stage .nav-item.show .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.65rem;
    border: 0 !important;
}
.task-tab.stage:before {
    content: '';
    position: absolute;
    height: 4px;
    width: calc(100% - 70px);
    /* background: var(--border); */
    bottom: 22px;
    display: block;
    background: var(--bg-light);
    /*   border: 1px solid var(--border);
box-shadow: 0 1px 1.25rem rgb(137, 102, 247,0.09);*/
}
.task-tab.stage .nav-item.show .nav-link i {
    z-index: 5;
}
.stage .icon-circle {
    width: 2rem;
    height: 2rem
}
.stage .icon-circle i {
    font-size: 1rem;
}
.task-tab.stage .nav-link:last-child {
    border: 0;
}
.nav-tabs.stage .nav-link:hover,
.nav-tabs.stage .nav-link:focus {
    border: 0;
}
.card-header.crm {
    border-bottom: 1px solid var(--border);
    border-top: 0px solid var(--border);
    background: var(--bg-light);
}
#pipeline,
.form_amount {
    color: #727272;
    font-size: 1.5rem;
    padding-inline-end: 3rem;
    padding-top: 0.75rem;
}
#pipeline .currency,
.form_amount .currency {
    font-size: 1.2rem;
    padding-inline-start: 0.375rem;
}
.borad_amount {
    /*  font-size: 0.95rem;*/
}
.borad_amount .currency {
    /*
font-size: 0.75rem;
padding-inline-start: 0.375rem;
*/
}
.form_header .double-title input[type="text"].md-input {
    padding: 0.12rem 0.75rem;
    line-height: 1;
    margin-bottom: 1rem;
}
  .form_header .double-title input[type="text"].md-input {
		margin-inline-start: 2rem;
}
.form_header .double-title label {
    font-size: .95rem;
}
.md-title label.title_enX {
    font-size: 0.95rem;
    top: 4px;
}
.lead_desc {
    padding-inline-start: 4px;
    padding-inline-end: 4px;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 1rem;
    color: var(--dark);
}
.follow {
    cursor: pointer;
    margin-inline-start: -1.5rem;
    color: var(--light);
    transition: all 0.3s ease-in-out;
}
.follow:hover i {
    color: var(--info);
}
.follow.active {
    color: var(--info);
}
.follow.active .kgc-alarm-off {
    display: none;
}
.follow:NOT(.active) .kgc-alarm-on {
    display: none;
}
.cal_copy {
    cursor: pointer;
    padding-inline-start: 0.75rem;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
}
.cal_copy.active {
    color: var(--info);
}
.cal_copy i {
    font-size: 1.1rem;
    padding-inline-end: 0.75rem;
}
.list_line .input-group [type="text"].form-control {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: var(--info);
    padding: 0px;
    border: solid 1px var(--border);
    border-radius: var(--bd-radius);
    line-height: var(--line-height);
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    text-align: center;
}
.table td .table-sub i,
.table.ws_table_sub td .table-sub i {
    font-size: 0.85rem;
    color: #786fa4;
    margin-inline-end: 0rem;
}
.table-sub {
    /*		margin-inline-end:0.75rem;*/
    margin-inline-start: 0.75rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    text-transform: capitalize;
}
.table-sub .mail-icon {
    font-size: 0.85rem;
    color: #786fa4;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.table-sub .mail-date {
    font-size: 0.75rem;
}
.table-sub .mail-icon span {
    padding-inline-end: 5px;
    color: #786fa4;
    font-size: 0.7rem;
    display: inline-flex;
    align-self: center;
    line-height: 1;
}
.table td .table-sub i,
.ws_table_sub td .table-sub i {
    margin-inline-end: 0;
    padding-inline-end: 5px;
    line-height: 1;
    font-size: 1rem;
}
.table-sub.start div {
    display: flex;
}
.table-sub.start div:not(:first-child) {
    margin-inline-start: 1.5rem;
}
.table-sub .prog span {
    padding-inline-end: 5px;
    color: #786fa4;
    font-size: 0.75rem;
    display: inline-flex;
    align-self: center;
    line-height: 1;
}
.table td .table-sub .prog i {
    font-size: 1rem;
    line-height: 1;
}
.task-sub .prog i
{
	font-size: 0.75rem;
    line-height: 1;
	padding-inline-end:0.375rem;
}
.task-sub .prog span
{
	font-size: 0.7rem;
    line-height: 1;
}
.table td .table-sub.completed .prog i,.task-sub.completed .prog i,.task-sub.completed .prog span,
.table td .table-sub.completed .prog span {
    color: var(--success);
}
.table td .table-sub.started .prog i,.task-sub.started .prog i,.task-sub.started .prog span,
.table td .table-sub.started .prog span {
    color: var(--info);
}
.table td .table-sub.completed .prog i,.task-sub.completed .prog i,.task-sub.completed .prog span,
.table td .table-sub.completed .prog span {
    color: var(--success);
}
.table td .table-sub.not_start .prog i,.task-sub.not_start .prog i,.task-sub.not_start .prog span,
.table td .table-sub.not_start .prog span {
    color: var(--muted2);
}
.table td .table-sub.scheduled .prog i,.task-sub.scheduled .prog i,.task-sub.scheduled .prog span,
.table td .table-sub.scheduled .prog span {
    color: var(--dark);
}
.table td .table-sub.suspend .prog i,.task-sub.suspend .prog i,.task-sub.suspend .prog span,
.table td .table-sub.suspend .prog span {
    color: var(--danger);
}
.table-sub.start.not_start .dt_start {
    display: none;
} 
.table-sub.start.completed .dt_due {
    display: none;
}
.table-sub.start:not(.completed) .dt_compl {
    display: none;
}
.progress.suspend .progress-bar {
    background-color: var(--danger)
}
.progress.completed .progress-bar {
    background-color: var(--success)
}
.input_check {
    padding-inline-start: 0.5rem;
    height: 30px;
}
.input_check .input_wp {
    margin-top: 0rem;
    padding-inline-start: 0px;
    margin-inline-start: 0px;
height: 30px; 
}
.input_check .input_gp {
/*    margin-inline-end: 0.1rem;*/
 /*   border-bottom: 0px solid var(--border);*/
    align-self: center;
  /*  padding-top: 0.25rem;*/
    position: relative;
    flex-wrap: nowrap;
 /* height: 30px; */ 
    margin-inline-end:1.3rem;
	  /*  padding-left: 2rem !important;*/
}
.input_desc {
    /* color: #a2a2a2;*/
    /*	    padding-top: 0.375rem;*/
    font-size: 0.6rem;
    color: var(--muted2);
 /*   min-height: 0.7rem;*/
}
.change_val {
    animation: change_val 0.2s 1;
    transition: all 200ms ease-in;
}
@keyframes change_val {
    0% {
        border-color: var(--border);
        color: transparent;
    }
    50% {
        border-color: lawngreen;
        background: lawngreen;
        color: var(--dark);
    }
    100% {
        border-color: var(--border);
        color: var(--dark);
    }
}
.change_icon {
    animation: change_icon 900ms 3;
    transition: all 400ms ease-in-out;
}
@keyframes change_icon {
    0% {
        opacity:0.2;
       color: var(--muted);
    }
    25% {
       opacity:0.4;
        color:var(--muted);
    }
	 50% {
       opacity:0.8;
        color:var(--muted);
    }
    75% {
		 opacity:0.9;
        color:var(--muted);
    }
	  100% {
		 opacity:0.1;
        color:var(--muted);
    }
}
.bscroll {
    overflow-y: scroll;
}
.bscroll::-webkit-scrollbar {
    width: 0.8em;
}
.bscroll::-webkit-scrollbar-track {
    box-shadow: 0 1px 0 #e0e5f0, 0 1px 6px #e0e5f0;
    border-radius: 2px;
    border: 1px solid var(--border);
    background-color: var(--bg-light);
}
.bscroll::-webkit-scrollbar-thumb {
    background-color: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 2px;
}
.bscroll:hover::-webkit-scrollbar-track {
    border: 1px solid var(--border);
    background-color: var(--bg-light);
}
.bscroll::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}
.bscroll:hover::-webkit-scrollbar-thumb {
    background-color: #f4ebfc;
    outline: 2px solid var(--dark);
}
.bscroll.modal-open:hover::-webkit-scrollbar-thumb,
.bscroll.modal-open::-webkit-scrollbar-thumb:hover,
.bscroll.modal-open::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    box-shadow: none;
}
.bscroll.modal-open::-webkit-scrollbar-track,
.bscroll.modal-open:hover::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.50);
    border: 0;
    outline: none;
    box-shadow: none;
}
.md-close {
    min-width: 20px;
    box-shadow: none;
    padding: 0px 0 0 1rem;
    min-height: 20px;
    color: var(--muted2);
    background: transparent !important;
}
.slider .select2-container--default .select2-selection--single {
    /* border: 0px; */
    min-width: 75px;
    width: 100%;
}
#dt_filter .form-group {
    margin: 0.12rem 0;
}
.right_wp {
    display: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 560ms;
    animation-duration: 560ms;
    visibility: hidden;
    -webkit-animation-name: slide_out;
    animation-name: slide_out;
}
.right_wp.open {
    display: block;
    visibility: visible;
    -webkit-animation-name: slide;
    animation-name: slide;
}
#dt_filter_wp {
    display: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 560ms;
    animation-duration: 560ms;
    visibility: hidden;
    -webkit-animation-name: slide_out;
    animation-name: slide_out;
    margin-top: 0.12rem;
    margin-bottom: 0.1rem;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
#dt_filter label {
    font-size: 0.75rem;
    color: var(--secondary);
    position: relative;
    z-index: 1;
    bottom: -8px;
    right: 4px;
    padding: 4px 8px 0 8px;
    background: #fff;
    font-size: 0.75rem;
    color: var(--dark);
    padding-inline-start: 0.2rem;
}
[dir="ltr"] #dt_filter label {
    right: unset;
    left: 4px;
}
#dt_filter_wp.open {
    display: block;
    visibility: visible;
    -webkit-animation-name: slide;
    animation-name: slide;
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        height: 15%;
        transform: scale3d(0.2, 0.2, 2);
    }
    10% {
        opacity: 0.25;
        height: 25%;
    }
    40% {
        opacity: 0.5;
        height: 50%
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%
    }
}
.md-card+.md-card,
.md-card+.uk-grid,
.uk-grid+.md-card {
    margin-top: 0.12rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 2px;
    width: 100%;
    overflow-y: auto;
    height: auto;
    min-height: 26px;
    max-height: 55px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    width: 1em;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
    background-color: var(--muted2);
    border-radius: 0rem;
    /* padding: 4px; */
    border: 1px solid #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-inline-start: 0.1rem;
    margin-inline-end: 0.375rem;
    font-size: 1rem;
  /*  line-height: 0.65rem;*/
    font-weight: 500;
    opacity: 0.85;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-inline-start:auto;
margin-inline-end:6px;
    border: 1px solid var(--border);
    background: var(--bg-light);
    display: inline-flex;
  /*  padding-bottom: 3px;*/
    line-height: 0.9rem;
    border-radius: var(--sm-radius);
    color: var(--dark);
}
.h250 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 180px;
    max-height: 200px;
    height: auto;
    border: 1px solid var(--border);
}
.h250 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--border);
    background: var(--bg-light);
    display: inline-flex;
    padding: 2px 4px 6px 8px;
    border-radius: 4px;
	padding-inline-start: 4px;
		padding-inline-end: 8px;
}
.h150 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 130px;
    max-height: 150px;
    height: auto;
    border: 1px solid var(--border);
    border-radius: var(--sm-radius);
}
.h150 .select2-container--default  .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--border);
    background: var(--bg-light);
    display: inline-flex;
    padding: 2px 4px 6px 8px;
    border-radius: 4px;
	    border-radius: 4px;
	padding-inline-start: 4px;
		padding-inline-end: 8px;
}
.h100 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 100px;
    max-height: 120px;
    height: auto;
    border: 1px solid var(--border);
    border-radius: var(--sm-radius);
}
.h100 .select2-container--default  .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--border);
    background: var(--bg-light);
    display: inline-flex;
    padding: 2px 4px 6px 8px;
    border-radius: 4px;
	    border-radius: 4px;
	padding-inline-start: 4px;
		padding-inline-end: 8px;
}
.h50 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 52px;
    max-height: 74px;
    height: auto;
    border: 1px solid var(--border);
    border-radius: var(--sm-radius);
    padding: 2px 4px 6px 8px;
}
.h50 .select2-container--default  .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--border);
    background: var(--bg-light);
    display: inline-flex;
    padding: 2px 4px 6px 8px;
    border-radius: 4px;
	padding-inline-start: 4px;
		padding-inline-end: 8px;
}
.badge-top-container .badge {
    position: absolute;
    font-weight: 600;
    font-size: 0.6rem;
    /*
top: 2px;
right: 2px;
border-radius: 100%;
width: 1rem;
height: 1rem;
line-height: var(--line-height);
text-align: center;
margin: 0;
padding: 0;
font-size: 0.7rem;
box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 1);
*/
}
.badge_sm {
    display: inline-flex;
    font-size: 0.45rem;
    padding-inline-start: 0.15rem;
    vertical-align: baseline;
    align-items: baseline;
}
.toggle-parent .badge {
    /*       position: absolute;
top: 0px;
right: 2px;
border-radius: 100%;
width: 1rem;
height: 1rem;
font-size: 0.7rem;
line-height: var(--line-height);
font-weight: 500;
box-shadow: 0px 2px 2px 2px rgba(255,255,255,1);
margin: 0;
padding: 0;
text-align: center;
box-shadow:0px 1px 1px 2px rgba(255,255,255,1);
bottom: -1px;
right: -3px;
background: var(--info);
color: #fff;
*/
    position: absolute;
    border-radius: var(--sm-radius);
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    line-height: var(--line-height);
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 1);
    /*    bottom: -1px;
right: -3px;
*/
    background: var(--info);
    color: #fff;
    justify-content: center;
    bottom: -2px;
    right: -2px;
}
[dir="ltr"] .toggle-parent .badge {
    right: auto;
    left: -2px;
}
.toggle-parent.active .badge {
    color: #fff;
    background: var(--info);
}
.animation-element.page {
    opacity: 0;
    position: relative;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animation-element.page2 {
    opacity: 0;
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    visibility: hidden;
    -webkit-animation-name: slide;
    animation-name: slide;
    width: 100%;
    transition: opacity 350ms linear;
}
.page.in_view {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transform: translate(0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible;
}
.page2.in_view {
    visibility: visible;
    opacity: 1;
}
#rightbody .animation-element.wdjet {
    opacity: 0;
    -moz-transition: all var(--wdjet-timer) ease-out;
    -webkit-transition: all var(--wdjet-timer) ease-out;
    -o-transition: all var(--wdjet-timer) ease-out;
    transition: all var(--wdjet-timer) ease-out;
    -moz-transform: translate3d(var(--wdjet-trans), 0px);
    -webkit-transform: translate3d(var(--wdjet-trans), 0px);
    -o-transform: translate(var(--wdjet-trans));
    -ms-transform: translate(var(--wdjet-trans));
    transform: translate3d(var(--wdjet-trans), 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#rightbody .wdjet.in_view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible;
}
.animation-element.side-list {
    opacity: 0;
    -moz-transition: all 2000ms ease-out;
    -webkit-transition: all 2000ms ease-out;
    -o-transition: all 2000ms ease-out;
    transition: all 2000ms ease-out;
    -moz-transform: translate3d(0px, 500px, 0px);
    -webkit-transform: translate3d(0px, 500px, 0px);
    -o-transform: translate(0px, 500px);
    -ms-transform: translate(0px, 500px);
    transform: translate3d(0px, 500px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side-list.in_view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible;
}
@-webkit-keyframes wdjet-hover {
    0% {
        -webkit-box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09), 0 2px 40px #e0e5f0;
        -moz-box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09), 0 2px 40px #e0e5f0;
        box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09), 0 2px 40px #e0e5f0;
    }
    40% {
        opacity: 1;
        height: 40%
    }
    100% {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
}
.form-group:focus-within textarea,
.form-group.labelarea:focus-within textarea {
    border: 1px dotted var(--info);
    border-width: 1px;
}
.menu-toggle .timer {
    padding: 0 0.375rem;
    font-weight: 600;
}
.subpage_title {
    color: var(--dark);
    font-size: 0.9rem;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem;
	overflow: hidden;
    white-space: nowrap;
}
.subpage_desc {
    margin: 0.175rem 0 0 0;
    line-height: var(--line-height2);
    color: var(--muted3);
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: clip;
    display: inline-block;
    width: 100%;
    height: 36px;
}
.card-icon.subpage {
    margin-bottom: 1.2rem !important;
		border-radius:var(--sm-radius);
}
.card-icon.subpage .card-body {
    padding:0.75rem 0.375rem 0.375rem;
	border-radius:var(--sm-radius);
}
.body_pagetitle {
    display: inline-flex;
    color: var(--light);
	color: var(--dark);
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1);
	text-shadow:none;
	font-size:0.95rem;
}
.body_pagetitle i {
    padding-inline-end: 0.5rem;
    display: inline-flex;
    color: var(--dark);
    font-size: 1rem;
    padding-inline-start: 0.5rem;
}
.grid_action .subpage_desc {
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.3;
}
.grid_action.card-icon {
    padding: 0;
    margin: 0;
}
.grid_action.card-icon [class^="i-"],
.grid_action.card-icon [class^="kgc"] {
    font-size: 40px;
}
.grid_action .card-body {
    border-radius: inherit;
}
.grid_action.active .card-body {
    background: var(--primary);
    border: solid 1px var(--primary);
    color: #f1f1f1;
    font-family: inherit;
    border-radius: inherit;
}
.grid_action.card-icon [class^="i-"],
.grid_action.card-icon [class^="kgc"] {
    font-size: 40px;
}
.grid_action.active i,
.grid_action.active p {
    color: #fff;
}
.grid_action.active.muted i,
.grid_action.active.muted p {
    color: var(--info);
}
.grid_action.success i,
.grid_action.success p {
    color: var(--light);
}
.grid_action.light i {
    color: var(--light);
}
.grid_action.danger i {
    color: var(--danger);
}
.grid_action.dark i {
    color: var(--dark);
}
.grid_action.muted i {
    color: var(--muted);
}
.grid_action.secondary i {
    color: var(--secondary);
}
.grid_action.muted2 i {
    color: var(--muted2);
}
.grid_action.info i {
    color: var(--info);
}
.grid_action.primary i {
    color: var(--primary);
}
.grid_action.disabled i,
.grid_action.disabled p,
.grid_action.disabled a {
    color: var(--muted2);
    opacity: 0.6;
    cursor: not-allowed
}
@media (max-width: 767px) {
    .modal-open .modal {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
    }
}
.fade {
    transition: opacity 150ms linear;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.modal.fade .modal-dialog {
    transition: transform 150ms ease-out;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.off-canvas {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    height: calc(100% - 85px);
    background-color: #fff;
    transform: translate(-100%, 0);
    transition: all 0.4s;
    width: 350px;
    border-start-start-radius: 17px;
    border: 1px solid var(--border);
}
[dir="ltr"] .off-canvas {
    left: auto;
    right: 0;
    transform: translate(100%, 0);
    border-start-start-radius: 0px;
    border-start-end-radius: 12px;
    border-end-start-radius: 0px;
    border-end-end-radius: 12px;
}
.off-canvas.open {
    transform: translate(0, 0);
    border-inline-start: 1px solid rgba(28, 39, 60, 0.1);
    box-shadow: 4px 2px 18px rgba(24, 229, 240, 0.65);
}
.off-canvas>.close {
    position: absolute;
    top: 6px;
    right: 8px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7987a1;
    transition: all 0.2s ease-in-out;
}
.canvas-body {
    font-size: 13px;
    padding: 25px;
    height: 100%;
}
.canvas-title {
    color: var(--dark);
    margin-top: 15px;
    margin-bottom: 25px;
}
.off-canvas-header {
    height: 51px;
    ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 15px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-light);
    border-start-start-radius: 17px;
    z-index: 101;
}
[dir="ltr"] .off-canvas-header {
    border-start-start-radius: 0px;
    border-start-end-radius: 12px;
}
.off-canvas-header .title {
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--dark);
    line-height: 1.5;
}
.off-canvas-header .close i {
    font-size: 0.9rem;
    margin-inline-end: 0.3rem;
}
.off-canvas-body {
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 50px);
    padding: 0px 10px;
    background: #fff;
}
.off-canvas-body .sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.off-canvas-body .sidebar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 0.375rem;
}
.off-canvas-body .sidebar-nav .nav-link:hover {
    background: var(--hover);
}
.off-canvas-body .sidebar-nav .nav-link.active {
    position: relative;
    color: #0168fa;
}
.off-canvas-body .nav {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0;
    margin-bottom: 0;
    list-style: none;
}
.off-canvas-body .sidebar-nav .nav {
    display: none;
    /* border-inline-start: 1px solid rgba(229, 233, 242, 0.7);
margin-inline-start: 24px;*/
    margin-top: 0px;
    padding-inline-start: 4px;
    padding-bottom: 10px;
}
.off-canvas-body .sidebar-nav .nav-item+.nav-item {
    margin-top: 0px;
}
.off-canvas-body .sidebar-nav .nav-item+.nav-item:last-child
{
	margin-bottom:1rem;	
}
.off-canvas-body .sidebar-nav .nav-item.show .nav {
    display: block;
}
.off-canvas-body .sidebar-nav .nav a {
    display: block;
    font-size: 14px;
    color: #1b2e4b;
}
.off-canvas-body .sidebar-nav .nav-link i {
       margin-inline-end: 0.375rem;
    color: var(--primary);
    font-size: 1.15rem;
}
.off-canvas-body .sidebar-nav .nav-label {
    font-size: 10px;
    font-weight: 500;
    color:  var(--muted);
    text-transform: uppercase;
}
.off-canvas-body .sidebar-nav li:not(.show) .nav-link.with-sub::after {
    content: '';
    width: 6px;
    height: 6px;
    border-inline-start: 1.5px solid  var(--muted);
    border-bottom: 1.5px solid  var(--muted);
    display: inline-block;
    transform: rotate(45deg);
    margin-top: -3px;
    margin-inline-start: auto;
    align-self: center;
    margin-inline-end: 0.6rem;
}
.off-canvas-body .sidebar-nav li.show .nav-link.with-sub::after {
    content: '';
    width: 6px;
    height: 6px;
    border-inline-start: 1.5px solid  var(--muted);
    border-top: 1.5px solid  var(--muted);
    display: inline-block;
    transform: rotate(-45deg);
    margin-bottom: -3px;
    margin-inline-start: auto;
    align-self: center;
    margin-inline-end: 0.6rem;
}
.off-canvas-body .sidebar-nav .nav-item.show a,
.off-canvas-body .sidebar-nav .nav-item.show i {
    color: var(--info);
}
.off-canvas-body .sidebar-nav .nav-item:after {
    content: "";
    position: absolute;
    right: 1em;
    left: 1em;
    border-top: 1px solid transparent;
    border-color: var(--border);
}
.off-canvas .handle {
    position: absolute;
    display: flex;
    top: 9px;
    right: -38px;
    cursor: pointer;
    /*  padding: 6px 8px;*/
    border-start-end-radius: 17px;
    border-end-end-radius: 17px;
    /* box-shadow: -3px 0 4px rgba(0,0,0,.06);*/
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.off-canvas .handle.hide {
    right: 0px;
}
[dir="ltr"] .off-canvas .handle {
    right: auto;
    left: -48px;
}
[dir="ltr"] .off-canvas .handle.hide {
    right: auto;
    left: 0px;
}
.off-canvas .handle a {
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    padding: 10px 8px;
    border: solid 1px var(--border);
    border-radius: 0;
    color: #fff;
    line-height: 1;
    margin-inline-end: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-width: 28px;
    position: relative;
    border-start-start-radius: 17px;
    border-end-start-radius: 17px;
    background: #fff;
}
.off-canvas .handle a .ft_bg {
    width: 24px;
    height: 24px;
    background-image: var(--gd-info);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    margin-inline-start: -6px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
[dir="ltr"] .off-canvas .handle a {
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
    border-start-end-radius: var(--sm-radius);
    border-end-end-radius: var(--sm-radius);
}
.off-canvas .handle a:hover {
    border: solid 1px var(--info);
    color: var(--info);
}
.off-canvas .handle a.active {
    /* border: solid 1px var(--info);
background: var(--info);*/
    color: #fff;
    /*background-image: var(--gd-info);*/
    background: var(--bg-light)
}
.toggle-parent .badge.dt_filter,
.toggle-parent.active .badge.dt_filter {
    color: #fff;
    background: var(--info);
    border-radius: var(--sm-radius);
    box-shadow: none;
    border-start-start-radius: 0;
    border-end-end-radius: 0;
    color: var(--info);
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    border-start-start-radius: 0;
    border-end-end-radius: 0;
    margin: -px 0 0 0;
    margin-bottom: 2px;
    margin-inline-start: 2px;
}
/*:not(.logout):not(.no-animate)*/
.btn-animate:active:after,
.navigate a:active:after,
a:active:not(.no-animate):after,
li a:active:after {
    padding: 0;
    margin: 0;
    opacity: 0.75;
    transition: 0s
}
.no-animate a:after {
    content: none;
}
input.date {
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-flex;
}
.ft_remove {
    margin-inline-start: -26px;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.85;
    align-items: center;
    color: #999;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    height: auto;
    padding-top: 6px;
    color: #1b2e4b;
    opacity: 0.6;
}
.off-canvas-body .sidebar-nav .nav-item.show .ft_remove i {
    color: #1b2e4b;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.8;
    color: #1b2e4b;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
}
.ft_remove:hover {
    opacity: 0.9
}
[data-history="0"] {
    display: none !important;
}
[data-dateval="0"] .ft_remove {
    display: none;
}
.select2-container--default .select2-selection--single.dt_select {
    height: 26px !important;
    border: 1px solid var(--border);
    color: var(--secondary);
    border-radius: var(--sm-radius);
    padding: 0.1rem 0.12rem;
    width: 100% !important;
    text-align: center;
    font-weight: 500;
}
.dt_select_wp {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.dt_select_wp div {
    display: inline-flex;
    width: 100%;
}
.multiselect_label {
    padding: 8px;
    height: 36px;
}
.multiselect_label p {
    font-size: 0.7rem;
    color: var(--muted2);
    text-align: justify;
    padding-inline-end: 0.375rem;
    padding-top: 10px;
}
.off-canvas-body .sidebar-nav .nav.nav-range {
    padding-inline-end: 18px;
    padding-inline-start: 18px;
    padding-inline-end: 10px;
    padding-inline-start: 14px;
}
.modal-confirm {
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    background: transparent;
    border: 1px solid var(--warning);
}
.modal-confirm .modal-body {
    background: #fff;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    background-color: var(--warning);
    color: #fff;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.modal-confirm h5 {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-confirm .close i {
    color: white;
}
.modal-confirm .icon-box {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 0px solid #f15e5e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.modal-confirm .icon-box i {
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    justify-items: center;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: var(--bd-radius);
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: var(--sm-radius);
    margin: 0 5px;
    outline: none !important;
}
.modal-confirm .btn-info {
    background: #c1c1c1;
}
.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
}
.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
.modal-dialog-centered {
    display: flex !important;
    align-items: center;
    min-height: calc(100% - (2rem * 2))
}
.breadCont {
    width: 100%;
    padding-inline-end: 1.6rem;
}
.breadopt {
    /*  padding-inline-end: 1.2rem;*/
}
@media (max-width: 576px) {
    .off-canvas {
        top: 46px;
    }
    .breadopt {
        padding-inline-end: 2rem;
    }
}
.no_result {
    padding: 1.5rem;
    font-size: 1rem;
}
.dataList_wrapper {
    padding: 0rem 0.55rem;
	padding-inline-end:0.75rem;
    display: block;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
   /* direction: ltr;*/
}
.dataList_wrapper div {
    direction: rtl;
}
[dir="rtl"] .dataList_wrapper div {
  direction: rtl;
}
[dir="ltr"] .dataList_wrapper div {
  direction: ltr;
}
.map_wrapper {
    padding: 0.1rem 1rem 0rem 1rem;
    display: block;
    height: 100%;
    background:var(--shadow);
}
.display_wrapper.show_list {
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.display_wrapper.show_list .table-responsive {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    direction: ltr;
}
.display_wrapper.show_list .table-responsive div {
    direction: rtl;
}
.ws-list {
    padding-inline-start: 4px;
    padding-inline-end: 6px;
}
.ws-list .card {
    border-radius: 8px;
    box-shadow: 0 1px 0.375rem rgba(var(--rg-primary), 0.25);
    background: transparent;
    border: 0;
}
.ws-list .list-img {
    height: 120px;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	
	background-position: 50% 100%;
	    border: 1px solid var(--border);
    border-radius: var(--sm-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
	opacity: 0.95;
    
}

.ws-list a:hover .list-img {
    opacity: 1;
}
@keyframes showIn {
    0% {
        opacity: 06;
    }
    100% {
        opacity: 1;
    }
}
.list-img-over {
    height: 100%;
    position: relative;
}
.list-img-text {
    height: 40px;
    position: relative;
}
.ws-list .list-label {
    top: 0rem;
    left: 0rem;
    position: absolute;
    padding: 0.375rem;
    display: inline-flex;
}
.ws-list .list-label.btm {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0rem;
}
.ws-list .list-label.rtl {
    left: unset;
    right: 0rem;
}
.ws-list .list-label .label {
    border-radius:var(--sm-radius);
    background: rgba(var(--rg-primary), 0.75);
    transition: 0.2s;
    color: rgba(255, 255, 255, 0.85);
    height: 20px;
    min-width: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(var(--rg-primary), 0.80);
    padding: 0px 2px 2px 8px;
    margin: 0px 2px;
    font-size: 0.7rem;
	text-shadow: none;
    text-shadow: 1px 1px 0px rgba(var(--rg-dark), 0.80);
	
    box-shadow: -1px 3px 4px rgba(var(--rg-secondary), 0.5), 0px 2px 4px rgba(250, 250, 250, 0.85);
    line-height: 1;
    box-shadow: 1px 1px 2px rgba(34, 34, 34, 0.35), 1px 1px 2px rgba(240, 240, 240, 0.35);
}
.ws-list .list-label .label.rtl {
    background: rgba(25, 150, 150, 0.6);
    border: 1px solid rgba(25, 150, 150, 0.3);
}
.ws-list .list-label .label.num {
    /*
padding-top: 1px;
font-size: 0.85rem;
letter-spacing: 2px;
*/
    letter-spacing: 1px;
}
.ws-list .list-label .label.btm {
    background: rgba(var(--rg-danger), 0.8);
    border: 1px solid rgba(var(--rg-danger), 0.4);
}
.ws-list .list-label .label.dark {
    background: rgba(var(--rg-dark), 0.85);
    border: 1px solid rgba(var(--rg-dark), 0.85);
}
.ws-list .card-body {
    padding: 0.1rem 0.75rem 0.375rem;
}
.list-img-over i.kgc {
    display: inline-flex;
    line-height: 1;
    padding-inline-end: 0.275rem;
    padding-inline-start: 0.275rem;
    justify-self: center;
}
.ws-list .card-body .card-title,
.ws-list .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.1;
}
.ws-list .card-title {
    color: var(--dark);
    font-size: 0.75rem;
}
.ws-list .text-desc {
    color: var(--muted3);
    font-size: 0.75rem;
}
.ws-list .text-loc {
    display: inline-flex;
    overflow: hidden;
}
.ws-list .text-loc i {
    font-size: 0.75rem;
    text-decoration: none;
    color: var(--primary);
    margin-inline-end: 6px;
}
.ws-list .text-loc span {
    color: var(--primary);
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1rem;
}
.ws-list .card-footer {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}
.ws-list .card-footer .md-btn,
.slide_action .md-btn {
    font-size: 0.75rem;
    padding-top: 1px;
    display: inline-flex;
    min-height: 24px;
    min-width: 32px;
    padding-bottom: 0px;
    padding-inline-start: 6px;
    padding-inline-end: 10px;
    border-radius: 17px;
}
.ws-list .card-footer .md-btn i,
.slide_action .md-btn i {
    font-size: 0.95rem;
}
.bhead {
    /*    margin-bottom: 0.375rem!important;
margin-inline-start: unset;
margin-inline-end: unset;
line-height: 1.5;
padding: 0rem 0.375rem 0.375rem;
*/
    padding: 0.5rem 0.375rem 0.5rem 0rem;
	 padding:0.75rem 0.375rem 0.375rem 0.375rem ;
    margin-inline-end: 0.6rem;
}
.bhead-row {
    background: var(--bg-light);
    margin: -1.2rem;
    margin-bottom: 0.075rem;
    padding: 0.175rem 0.175rem 0.10rem 0.375rem;
    border-bottom: 1px solid var(--border);
}
input[type="search"].ws_search {
    padding: 0.22rem 0.75rem;
}
.ws_slide {
    display: block;
    flex: 1 1 auto;
    height: 100vh;
    padding-top: 0.15rem;
}
.ws_slide .display_wrapper {
    flex: 0 0 100%;
    transition: all 270ms ease-in-out;
    transform: translate(0, 0);
    backface-visibility: visible;
    visibility: visible;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
    opacity: 1;
    position: absolute;
    width: 100%;
    display: block;
}
.ws_slide .det_wrapper {
    transition: all 270ms ease-in-out;
    transform: translate(-120%, 0);
    height: 100vh;
    position: relative;
    z-index: 3;
    border: 1px solid transparent;
    border-radius: var(--sm-radius);
    box-shadow: none;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    background: var(--bg-page);
    width: 100%;
    overflow-x: hidden;
}
.ws_slide_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}
.ws_slide_wrapper.open .display_wrapper {
    transform: translate(120%, 0);
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.ws_slide_wrapper.open .det_wrapper {
    transform: translate(0, 0);
    backface-visibility: visible;
    visibility: visible;
    opacity: 1;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .ws_slide_wrapper.open .det_wrapper {
        padding: 0 0.9rem 0rem 0.9rem;
    }
}
.ws_slide_wrapper .table-pager {
    transition: all 150ms;
    opacity: 1;
    transform: translate(0, 0);
}
.ws_slide_wrapper.open .table-pager {
    transform: translate(0, 120%);
    opacity: 0;
}
.ws_fadeX {
    transition: opacity 250ms linear;
    transition-timing-function: cubic-bezier(0.1, 0.5, 1.8, 0.1);
}
.slide_header {
    padding: 0.3rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 0.7rem;
    border: 1px solid var(--border);
    border-top-width: 0;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-bottom-width: 0;
}
.slide_title {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 0 0.375rem 0.375rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
}
.slide_action {
    margin-inline-end: 1.2rem;
}
.slide_body {
    opacity: 0;
    padding: 0;
}
.slide_body.show {
    animation: fade_in 0.3s ease-in;
    animation-iteration-count: 1;
    opacity: 1;
}
.slide_body .panel:not(.prop-panel) {
    max-width: 150px;
    margin: auto;
}
.ws_gallery {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: var(--sm-radius);
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
}
.ws_gallery-loading {
    position: absolute;
    top: 0px;
    left: 0px;
}
.ws-alpha {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    background-color: var(--dark);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ws-alpha2 {
    position: absolute;
    display: block;
    background: url(/_layout/img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ws_gallery-item {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.ws_gallery-item img {
    border-radius: var(--sm-radius);
}
.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99px;
    height: 66px;
    filter: alpha(opacity=80);
    opacity: .8;
}
.jssort07 .p:hover .i,
.jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}
.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: 1px solid var(--secondary);
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}
* html .jssort07 .o {
    /* ie quirks mode adjust */
    width
    /**/
    : 99px;
    height
    /**/
    : 66px;
}
.jssort07 .pav .o,
.jssort07 .p:hover .o {
    border-color: #fff;
}
.jssort07 .pav:hover .o {
    border-color: #0099FF;
}
.jssort07 .p:hover .o {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.jssora11l,
.jssora11r,
.jssora11ldn,
.jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/_layout/img/a11.png) no-repeat;
    overflow: hidden;
}
.jssora11l {
    background-position: -11px -41px;
}
.jssora11r {
    background-position: -71px -41px;
}
.jssora11l:hover {
    background-position: -131px -41px;
}
.jssora11r:hover {
    background-position: -191px -41px;
}
.jssora11ldn {
    background-position: -251px -41px;
}
.jssora11rdn {
    background-position: -311px -41px;
}
.ws_gallery .jssort07 {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}
.ws_gallery-navigator {
    background-color: var(--secondary);
    filter: alpha(opacity=30);
    opacity: .3;
    width: 100%;
    height: 100%;
    border-radius: var(--sm-radius);
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}
.ws_gallery-navigator div {
    cursor: move;
}
.jssort07 .p {
    POSITION: absolute;
    WIDTH: 99px;
    HEIGHT: 66px;
    TOP: 0;
    LEFT: 0;
}
.ws_gallery .jssora11l {
    width: 37px;
    height: 37px;
    top: 123px;
    left: 8px;
}
.ws_gallery .jssora11r {
    width: 37px;
    height: 37px;
    top: 123px;
    right: 8px
}
 
.prop_det .card-title {
    border-bottom: 1px solid var(--border);
    padding: 0.5rem;
    height: 2.5rem;
}
.prop_det .card-title .card-text {
    display: inline-flex;
    color: var(--primary);
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    height: 1.5rem;
}
.prop_det .card-title i {
    padding-inline-end: 0.75rem;
    padding-inline-start: 0.75rem;
    font-size: 2.2rem;
    text-decoration: none;
    color: var(--primary);
}
.prop_det .card-title .card-text span {
    margin-top: -4px;
}
.prop_det .container {
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-width: 100%;
}
.summary-table .form-group {
    margin-bottom: 0;
    border-bottom: 0px solid var(--border);
}
.summary-table .form-group:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid var(--table-border);
}
.summary-table div.form-group:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
 /*
 .summary-table .form-group:not(.active):not(.danger):hover{
    background: var(--hover);
}
*/
.summary-table .form-group:hover {
    background: var(--hover);
    cursor: pointer;
 
}
.summary-table .form-group>[class*="col-"] {
    font-size: 0.75rem;
}
.summary-table .form-group {
    color: var(--secondary);
    padding-inline-start: 0.0rem;
    padding-inline-end: 0.0rem;
}
.summary-table .form-group .val {
    color: var(--secondary);
	/*    color: var(--dark);*/
	font-weight: 500;
	font-size:0.8rem;
	
}
.summary-table .form-group .col-form-label {
    padding-top: calc(0.25rem);
    padding-bottom: calc(0.25rem + 1px);
}
.summary-table .form-group label {
    color: var(--secondary);
}
.summary-table.tts {
    padding: 0.375rem 0.75rem;
}
.amount {
    font-weight: 600;
}
.amount_suffix {
    padding-inline-start: 0.1375rem;
    padding-inline-end: 0.1375rem;
    font-size: smaller;
}
.toggleOption.selected {
    color: var(--dark);
}
.displayToggle .toggleOption {
    color: var(--dark);
}
.displayToggle .toggleOption.noselected,.displayToggle .toggleOption.noselected:hover
{ 
 	 color: #fff!important;
}
.displayToggle .toggleSwitchCon {
    background-color: #fff;
    border: 1px solid var(--border);
    padding: 1px;
}
.displayToggle .toggleSelector {
    background: var(--primary);
}
.displayToggle .toggleOption.selected {
  /*  color: #fff;*/
}
.displayToggle a:hover .toggleOption.selected,.displayToggle a:active .toggleOption.selected,.displayToggle a:focus .toggleOption.selected   {
  /*  color: #fff!important;*/
}
.toggleSwitchCon,
.whiteRoundedBtn,
.scrollingHotSpotLeftVisible,
.scrollingHotSpotRightVisible {
    transition: box-shadow 0.42s linear, background 0.42s linear;
}
.toggleSwitchCon:hover,
.whiteRoundedBtn:hover,
.scrollingHotSpotLeftVisible:hover,
.scrollingHotSpotRightVisible:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.toggleSwitchCon {
    background-color: var(--primary);
    border-radius: var(--sm-radius);
    padding: 2px;
    display: inline-block;
}
.toggleSelector {
    background: #fff;
    height: calc(100% - 2px);
    width: calc(50% - 2px);
    border-radius: var(--sm-radius);
    position: absolute;
    top: 1px;
    right: 1px;
    margin-top: 0.05rem;
    left: 1px;
    -webkit-transition: 0.42s linear right;
    -o-transition: 0.42s linear right;
    transition: 0.42s linear right;
}
.toggleSwitchInnerCon {
    position: relative;
    display: flex;
    direction: rtl;
    height: 100%;
}
.toggleSwitchInnerCon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    margin: 0px 3px 2px 3px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.toggleSwitchInnerCon ul li {
    display: inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
[dir="ltr"] #displayToggle {
    position: fixed;
    z-index: 102;
    right: 50px;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.42s linear, background 0.42s linear;
}
[dir="rtl"] #displayToggle {
    position: fixed;
    z-index: 102;
    left: 50px;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.42s linear, background 0.42s linear;
}
@media (max-width: 576px)
{
 top: 55px;	
}
@media (max-width: 576px) {
    #displayToggle {
        /*top:2px;*/
    }
}
.displayNavigate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.displayNavigate ul li {
    display: inline-flex;
    transition: box-shadow 0.42s linear, background 0.42s linear;
}
.displayNavigate ul li a,
.displayNavigate ul li button {
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 50%;
    line-height: var(--line-height);
    margin: 0 5px 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 27px;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.displayNavigate ul li a:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.toggleOption {
    padding: 0.375rem;
    font-size: 0.7rem;
    display: inline-flex;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
 transition: all 0.3s ease-in-out;
    margin: 0 5px 0 5px;
    z-index: 1;
}
.displayToggle .toggleOption {
   transition: all 0.3s ease-in-out;
}
/*
.displayToggle .toggleOption {
    color: #fff;
}
.displayToggle .toggleOption.selected {
    color: #fff !important;
}
*/
.displayToggle .toggleSwitchCon {
    background-color: #fff;
    border: 1px solid var(--border);
    padding: 0px 1px 1px 1px;
    height: 28px;
	 transition: all 0.3s ease-in-out;
}
.displayToggle .toggleSelector {
    width: calc(50% - 2px);
    right: 1px;
	left:unset;
    /*	background-image: linear-gradient(rgba(207,115,48,0.65),rgba(207,115,48,1))*/
}
.displayToggle .toggleSelector.on {
    width: calc(50% - 2px);
    left:1px;
    right: unset;
}
.bg-primary {
    background-color: var(--primary);
}
.bg-secondary {
    background-color: var(--secondary);
}
.bg-info {
    background-color: var(--info);
}
.bg-warning {
    background-color: var(--warning);
}
.gd-primary {
    background: unset !important;
    background-color: unset !important;
    background-image: var(--gd-primary) !important;
}
.gd-info {
    background: unset !important;
    background-color: unset !important;
    background-image: var(--gd-info) !important;
}
.gd-danger {
    background: unset !important;
    background-color: unset !important;
    background-image: var(--gd-danger) !important;
}
.bd-primary {
    border: 1px sloid var(--primary) !important;
}
.bd-info {
    border: 1px sloid var(--info) !important;
}
.bd-danger {
    border: 1px sloid var(--danger) !important;
}
.layout-sidebar-large .main-header {
    position: fixed;
    width: 100%;
    height: var(--header);
}
.row .xhr {
    display: none !important;
}
.ws-card-mini {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
.border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    overflow-x: scroll;
}
[dir="rtl"] .nav-tabs .nav-link:first-child {
    margin-inline-start: unset;
	    margin-bottom: -1px;
    z-index: 1;
}
.border-tab-content {
    padding: 0rem;
}
.border-tab.nav-tabs .nav-item .nav-link.active,
.border-tab.nav-tabs .nav-item .nav-link.show,
.border-tab.nav-tabs .nav-item .nav-link:focus {
    border-bottom: 2px solid #7366ff;
}
.border-tab.nav-tabs .nav-item .nav-link.active,
.border-tab.nav-tabs .nav-item .nav-link.show,
.border-tab.nav-tabs .nav-item .nav-link:focus,
.border-tab.nav-tabs .nav-item .nav-link:hover {
    color: var(--primary);
}
.border-tab.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    color: var(--muted2);
    text-align: center;
    padding: 0.375rem;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    white-space: nowrap;
    font-weight: 600;
	font-size: 1rem;
    color: var(--muted);
    text-align: center;
    padding: 0.375rem;
    border: none;
	    font-weight: 500;
}
.ws-tab .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--info);
    background-color: #fff;
    border-color: var(--info) var(--info) #fff;
    white-space: nowrap;
}
.ws-tab .nav-tabs .nav-item .nav-link.active {
    border: 1px solid transparent;
    background: #fff;
    border-color: #fff;
}
.ws-tab .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid var(--secondary);
    background: unset;
}
.ws-tab .nav span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ws-tab .nav i {
    font-size: 1.2rem;
    padding-inline-end: 0.75rem;
    display: flex;
    align-items: center;
}
.ws-tab .card-header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    padding: 0.15rem;
}
.ws_row_menu .dropdown-item {
    padding: 0.375rem;
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
    /*  margin-inline-start: 1.2rem;*/
    /*  width: calc(100% - 1.575rem);*/
}
.ws_row_menu a.dropdown-item.link-icon i {
    color: var(--primary);
    font-size: 1.1rem;
    margin: 0 8px;
}
.ws_row_menu a.dropdown-item.link-icon span {
    color: var(--dark);
    font-size: 0.75rem;
    display: flex;
    display: flex;
}
.ws_row_menu a.dropdown-item.link-icon:hover i,
.ws_row_menu a.dropdown-item.link-icon:hover span {
    color: var(--secondary);
}
.dropdown-menu {
    border: none;
    -moz-border-radius: var(--sm-radius);
    border-radius: var(--sm-radius);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    outline: 1px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 0.5rem 0;
	box-shadow:0 1px 1.25rem rgb(137, 102, 247,0.09);
	border:1px solid  var(--border);
}
.dropdown-header {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: -8px;
    background: transparent;
    font-size: 0.75rem;
    border-bottom: 1px solid var(--border);
    color: var(--primary);
    font-weight: 500;
 
 
    border-radius: var(--xs-radius) var(--xs-radius) 0 0;
}
.dropdown-menu.show {
    transition: height 267ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, margin-top 267ms cubic-bezier(0.4, 0, 0.2, 1), opacity 267ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height, margin-top, opacity;
}
.ws_row_menu .dropdown-item:hover
{
	background:var(--hover);
}
.list-group-item-in span.name {
    margin: 0rem 2rem;
    color: var(--secondary);
}
.list-group-item-in span.name i {
    padding-inline-end: 0.5rem;
}
table.sample-table [dir=rtl] .checkbox,
[dir=rtl] .radio,
[dir=rtl] .radio {
    padding-inline-end: 15px;
    padding-inline-start: 2px;
    margin-bottom: 15px;
}
.multi_ajax_container {
    width: 100%;
    padding: 0.75rem;
	padding-inline-end: 1.5rem;
}
.multi_ajax_progress {
    width: 100%;
}
.multi_ajax ul {
    padding: 0.75rem 0.375rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    background: var(--bg-light);
    border: 1px solid var(--border);
	    border-radius: var(--sm-radius);
		  border-radius:0;
		    max-height:  150px;
	 height:  150px;
    overflow-y: scroll;
	background:#ffffff;
	
 
  display: flex;
  flex-direction: column-reverse;
}
.multi_ajax ul li {
    font-size: 0.75rem;
    color: var(--secondary);
    padding: 0.55rem 0.375rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    height: 1.3rem;
    margin-bottom: 0.5rem;
}
.multi_ajax ul li span {
    padding-inline-start: 0.75rem;
}
.multi_ajax ul li:last-child:not(.done) {
    color: var(--info);
}
.multi_ajax ul li:before {
    font-family: 'ws_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea11";
    height: 1.1rem;
    width: 1.1rem;
    margin: 4px;
    font-size: 1.1rem;
	display: inline-flex;
	    align-items: center;
}
.multi_ajax ul li:last-child:not(.done):before {
    font-family: 'ws_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea12";
    animation: spin 1s infinite linear;
    animation: spin 1100ms infinite linear;
    height: 1.3rem;
    width: 1.36rem;
    margin-top: 4px;
    font-size: 1.3rem;
}
.multi_ajax ul li.error {
    color: var(--danger);
}
.multi_ajax ul li.error:before {
    font-family: 'ws_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9f5";
    height: 1.3rem;
    width: 1.36rem;
    margin-top: 4px;
    font-size: 1.3rem;
}
.multi_ajax .progress {
    width: 100%;
    height: 1rem;
}
.multi_ajax .progress-bar {
    width: 0;
    height: 100%;
    font-size: 1rem;
    line-height:1rem;
    color: #fff;
    text-align: center;
    width: 0%;
    background-color: var(--danger);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-weight: 500;
}
.ws_table_det tbody tr td,
.ws_table_det thead tr th {
    font-size: var(--table-font);
    vertical-align: middle;
    padding: 0.5rem 0.375rem 0.75rem
}
.ws_table_det thead th:first-child,
.ws_table_det tbody tr td:first-child {
    padding-inline-end: 0.25rem;
    padding-inline-start: 0.75rem;
}
.formRow {
    display: flex;
    width: 100%;
    border: 0;
}
.formCell {
    display: inline-flex;
    padding: 4px 4px 4px 0;
    width: 60px;
    justify-content: space-around;
}
.formCell.header {
    font-weight: bold;
}
.formCell.footer {
    color: var(--muted);
    direction: ltr;
}
.json-editor {
    margin-bottom: 1rem;
}
.json-editor-footer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.json-editor .form-control {
    border-width: 1px;
    height: 100%;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-weight: 600;
}
.json-editor .form-control.box {
    text-align: left;
    font-weight: 500;
    direction: ltr;
    min-height: 250px;
} 
.json-editor-left {
    height: 100%;
}
.json-editor-btn {
    border-radius: 2px;
    padding-inline-end: 0;
}
.json-editor-func,
.json-editor-args,
.json-editor-func .form-control,
.json-editor-args .form-control {
    text-align: left;
    direction: ltr;
}
.json-editor-args .form-group.optional .col-form-label {
    color: var(--muted2);
    font-style: italic;
}
.json-editor-args .form-group.required .col-form-label {
    color: var(--warning);
    font-weight: 600;
}
.form-group.json-editor-func .col-form-label,
.json-editor-func .form-control {
    font-weight: 600;
    color: var(--primary);
}
.status-primary td,
.status-primary td i {
    color: var(--primary);
}
.status-secondary td {
    color: var(--secondary);
}
.status-success td {
    color: var(--success);
}
.status-info td {
    color: var(--info);
}
.status-warning td {
    color: var(--warning);
}
.status-danger td,
.status-danger {
    color: var(--danger);
}
.status-dark td {
    color: var(--dark);
}
.status-light td {
    color: var(--light);
}
.status-muted td {
    color: var(--muted2);
}
.bold td {
    font-weight: 500;
}
.italic td {
    font-style: italic;
}
.through td {
    text-decoration: line-through;
}
.link-primary i,
.link-primary span {
    color: var(--primary) !important;
}
.link-secondary i,
.link-secondary span {
    color: var(--secondary) !important;
}
.link-success i,
.link-success span {
    color: var(--success) !important;
}
.link-info i,
.link-info span {
    color: var(--info) !important;
}
.link-warning i,
.link-warning span {
    color: var(--warning) !important;
}
.link-danger i,
.link-danger span {
    color: var(--danger) !important;
}
a.link-dark i,
.link-dark span {
    color: var(--dark) !important;
}
.link-light i,
.link-light span {
    color: var(--light) !important;
}
.link-muted i,
.link-muted span {
    color: var(--muted2) !important;
}
.denied {
    line-height: 1.5;
}
.denied .title {
    border: 1px solid var(--danger);
    color: var(--danger);
    margin: 1.5rem;
    font-size: 2rem;
}
.denied p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.denied .desc {
    font-size: 1.5rem;
}
.ws_uploader {
    /*
display: flex;
justify-content: flex-end;	
*/
}
.ws_uploader_output {}
.ws_uploader_output img {
    max-height: 90px;
    max-width: 100%;
    margin-bottom: 0px;
    border: 1px solid var(--border);
    min-width: 36px;
    min-height: 36px;
    border-radius: 5px;
    padding: 2px;
}
.ws_uploader_progress {
    height: 0.75rem;
}
.ws_uploader_filelist {
    line-height: 1.5;
    color: var(--primary);
    /*
font-size:0.7rem;
display: flex;
justify-content: center;
min-height: 18px;
*/
}
.ws_uploader_input {
    display: flex;
    justify-content: flex-end;
}
.ws_uploader_removeO {
    position: absolute;
    left: 6px;
    width: 28px;
    font-size: 12px;
    color: var(--muted2);
    bottom: 1px;
    border-radius: 0;
    cursor: pointer;
}
.ws_uploader_remove {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
    display: flex;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    top: 6px;
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0.65;
}
.ws_uploader_remove
{
	background-color:transparent;
	color:var(--danger);
	border:solid 1px var(--border);
	opacity: 0.65;
	transition: all 400ms ease-in-out;
}
.ws_uploader_remove:hover {
    cursor: pointer;
    opacity: 1;
	color:#fff;
    background-color:var(--danger);
}
.user_list .card-body {
    padding: 1.25rem;
}
.ws_grid .card-body {
    padding: 1.25rem;
    padding: 0.375rem;
}
.ul-contact-page__profile {
    display: flex;
    align-items: center;
}
.ul-contact-page__info {
    margin-inline-start: 23px;
    width: calc(100% - 126px);
}
.user-profile {
    /*height: 150px;
    width: 150px;
	*/
}
.ul-widget-app__buy-currency{
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.user-profile .profile-picture {
    border-radius: 50%;
    border: 4px solid #fff;
}
.ul-contact-page__info {
    margin-inline-end: 23px;
    width: calc(100% - 100px);
}
.bd-radius {
    border-radius: var(--bd-radius) !important;
}
.navigate.prop ul {
    justify-content: space-around;
    width: 100%;
}
.prop_card {
    padding: 0.375rem 0.75rem;
    justify-content: space-around;
    width: 100%;
}
@keyframes donut-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}
.active_me {
    width: 150px;
    margin: 0.375rem 1.2rem;
    line-height: 1.5;
    height: 2.4rem;
	font-size:1rem;
	    min-width: 120px;
    max-width: 200px;
}
.active_me_input input
{
	border-radius:17px;
}
.active_me_input{
}
.svg-item {
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
}
.donut-ring {
    stroke: var(--bg-light);
}
.donut-segment {
    animation: donut-chart-fill 1s reverse ease-in;
    transform-origin: center;
    stroke: #FF6200;
}
.donut-text {
    font-family: Arial, Helvetica, var(--font);
    fill: #FF6200;
}
.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: var(--dark);
    transform: translateY(0.25em);
}
.donut-percent {
    font-size: 0.5em;
    fill: #FF6200;
    line-height: 1;
    transform: translateY(0.5em);
}
.chart_api.primary .donut-segment {
    animation: donut-chart-fill 1s reverse ease-in;
    transform-origin: center;
    stroke: var(--primary);
}
.chart_api.primary .donut-percent {
    font-size: 0.5em;
    fill: var(--primary);
}
.grid_action.card-icon.subpage {
    margin-bottom: .375rem !important;
}
.ws-list .text-desc.amount {
    font-size: 1rem;
}
.ws-list .text-desc.amount i {
    font-size: 1.5rem;
    padding-inline-end: 0.375rem;
}
.card.payment {
  margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}
.card.payment .card-header {
	      min-height: 55px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.card.payment .card-title {
    color: var(--dark);
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 1.1rem;
}
.card.payment .card-title i {
    font-size: 2rem;
    padding-inline-end: 0.475rem;
    color: var(--primary);
}
.card.payment .card-content {
    padding: 1.25rem;
}
.card.payment .checkout,
.card.payment .post-wrapper {
    height: 100%;
    background: var(--bg-light);
}
.card.payment .checkout .summary-table .form-group .val {
    color: var(--dark);
    padding: .375rem;
    line-height: 1.5;
    font-size: 0.85rem;
	font-weight: 500;
}
.card.payment .summary-table .form-group .col-form-label {
    padding: 0.375rem 0;
    line-height: 1.5;
    font-size: 0.75rem;
    color: var(--dark);
	font-weight: 500;
    padding-inline-start:0rem;
	    white-space: nowrap;
  }
.card.payment .summary-table a .form-group  {
	cursor:pointer!important;
}
.card.payment .sm-gutters {
    margin-top: 0.175rem;
}
.card.payment .summary-table .form-line {
    height: 0;
    display: none;
}


.card.payment .summary-table .form-group .col-form-label i
{
	
font-size: 1.1rem;	
}
.card.payment .summary-table .form-line:not(:last-child) {
    height: 0.175rem;
    background: var(--bg-light);
    margin-bottom: 0;
    border-bottom: 1px solid var(--border);
}
.payment_card .form_sheet h1,
h2,
h3,
h4,
h5,
h6,
.form_sheet .card-title,
.text-title {
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
	    margin-bottom: 0.375rem;
		    margin-bottom: 0;
    padding: 0.25rem 0 ;
}
.payment_btn i {
    font-size: 1.1rem;
    padding-inline-end: 0.375rem;
}
.payment_btn {
    padding: 0 2px 0 10px;
}
.card.payment.callback .card-icon-bg-primary [class^="i-"] {
    font-size: 1.6rem;
    padding-inline-end: 0.375rem;
}
.card.payment.callback .summary-table .form-group .val,
.card.payment.callback .summary-table .form-group .col-form-label {
    font-size: .95rem;
}
.card.payment.callback.status-danger .summary-table .form-group .val,
.card.payment.callback.status-danger .summary-table .form-group .col-form-label,
.callback.status-danger .card-icon-bg-primary [class^="i-"],
.status-danger .card-icon-bg-primary [class^="kgc"] {
    color: var(--danger);
}
.card.payment.callback.status-danger .okay {
    display: none !important;
}
.card.payment.callback.status-primary .okay {
    display: inline-block !important;
}
.card.payment.callback.status-primary .try_again,
.card.payment.callback.status-primary .ignore {
    display: none !important;
}
.card.payment.callback.status-danger .try_again {
    background: var(--danger);
    background-image: var(--gd-danger);
}
.plate {
    font-size: 2rem !important;
    font-weight: 900 !important;
    direction: ltr;
}
.table.ws_table td .table-warp,
.table.ws_table_sub td .table-warp {
    width: 100%;
    padding-inline-start: 18px;
}
.table.ws_table td .table-img,
.table.ws_table_sub td .table-img {
    width: 85px;
    display: inline-flex;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-self: center;
    padding: 4px;
}
.table.ws_table td .table-img img,
.table.ws_table_sub td .table-img img {
    height: 56px;
    max-height: 56px;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1px;
    opacity: 0.85;
}
.table.ws_table td .table-cont,
.table.ws_table_sub td .table-cont {
    width: calc(100% - 100px);
}
.pac-container {
    z-index: 2000;
    font-family: var(--font) !important;
}
.pac-matched,
.pac-item-query,
.pac-item {
    font-family: var(--font) !important;
}
.pac-matched {
    color: var(--dark) !important;
    font-weight: bold !important;
    font-size: 0.95rem !important;
}
.curency {
    font-size: 1.5rem;
}
.ft_order_save {
    position: absolute;
    left: 16px;
    display: inline-flex;
    margin-top: 6px;
    cursor: pointer;
    opacity: 0.5;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}
.ft_order_save i.kgc-fav1-on {
    display: none;
}
.ft_order_save.saved i.kgc-fav1 {
    display: inline-flex;
}
.off-canvas-body .sidebar-nav .nav-item.show .ft_order_save i {
    color: var(--muted);
    font-size: 1.2rem
}
.ft_order_save:hover {
    opacity: 1;
}
.ft_order_save.saved,
.off-canvas-body .sidebar-nav .nav-item.show .ft_order_save.saved i {
    color: var(--info);
    cursor: none;
    opacity: 1;
}
.ft_order_save.saved i.kgc-fav1 {
    display: none;
}
.ft_order_save.saved i.kgc-fav1-on {
    display: inline-flex;
}



.card-footer .coll {
    color: var(--primary);
    font-weight: 500;
}
.card-footer .dues {
    color: var(--danger);
    font-weight: 500;
}
.card-footer .amount {
    padding-inline-start: 0.1375rem;
}
.card-icon-bg-secondary [class^="i-"],
.card-icon-bg-secondary [class^="kgc"] {
    color: var(--secondary);
}
.card-icon-bg-danger [class^="i-"],
.card-icon-bg-danger [class^="kgc"] {
    color: var(--danger);
}
.card-icon-bg-info [class^="i-"],
.card-icon-bg-info [class^="kgc"] {
    color: var(--info);
}
.tab-sm.med .nav-link {
    flex-direction: row;
    display: grid;
    align-items: center;
    padding: 0rem 0.5rem 0.5rem;
    transition: all 0.3s ease-in-out;
    justify-items: center;
    margin-inline-end: 1rem;
}
.tab-sm.med .nav-link.active {}
.form_header input[type="text"].md-input.med {
    border-width: 0 0 1px;
    font-size: 1.4rem;
}
.card-icon .card-body.ml {
    padding: 1px;
    border: 0px solid var(--border);
    border-radius: var(--sm-radius);
    background: var(--bg-light);
}
.ir_ml_right {
    width: calc(100% - 420px);
    padding: 0.75rem;
}
.ir_ml_left {
    width: 420px;
    padding: 0.75rem 1rem 0 0;
    display: inline-flex;
    justify-items: center;
}
.ir_ml_gallery {
    /* flex: 0 0 16.66667%;*/
    width: 180px;
    display: inline-flex;
}
.ir_ml_gallery .card {
    width: 100%;
}
.ir_ml_img {
    height: 90px;
    width: 100%;
    position: relative;
    border-radius: var(--sm-radius);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
}
.ir_ml_left .ir_ml_img {
    height: 240px;
    border-radius: var(--sm-radius) 6px 0 0;
}
.ir_ml_right .card,
.ir_ml_left .card {
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
    box-shadow: 0 1px 0.375rem rgba(var(--rg-info), 0.35);
}
.ir_ml_left .card {
    border: 0;
    background: transparent;
}
.ir_ml_left .card .card-footer {
    padding: 0.75rem 0.0rem;
}
.ir_ml_left .card .card-footer.footer-timer {
    padding: 0.375rem 0.0rem;
}
.ir_ml_right .list-label,
.ir_ml_left .list-label {
    top: 0.25rem;
    left: 0rem;
    position: absolute;
    padding: 0.375rem;
    display: inline-flex;
}
.ir_ml_right .list-label .label,
.ir_ml_left .list-label .label {
    padding: 1px 6px 2px;
    border-radius: 17px;
    background: rgba(var(--rg-primary), 0.95);
    transition: 0.2s;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    height: 20px;
    min-width: 28px;
    justify-content: center;
    border: 1px solid rgba(var(--rg-primary), 0.4);
    box-shadow: 1px 1px 2px rgba(252, 252, 252, 0.1);
    box-shadow: 1px 1px 6px rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(255, 255, 255, 0.24);
    padding: 2px 6px 2px;
    margin: 0px 2px;
    font-size: 0.75rem;
    text-shadow: 1px 0.05rem 1px rgba(var(--rg-secondary), 0.5);
}
.ir_ml_left .list-label .label {
    height: 26px;
    padding: 2px 3px 2px 12px;
    margin: 0px 6px;
    font-size: 0.85rem;
    line-height: 1.1;
}
.ir_ml_left .list-img-over i.kgc {
    display: inline-flex;
    line-height: 1.1;
    padding-inline-end: 8px;
    font-size: 1.2rem;
}
.ir_ml_right .list-label.rtl,
.ir_ml_left .list-label.rtl {
    left: unset;
    right: 0rem;
}
.ir_ml_left .list-label.btm {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0rem;
}
.ir_ml_left .list-label .label.danger {
    background: rgba(var(--rg-danger), 0.8);
    border: 1px solid rgba(var(--rg-danger), 0.4);
}
.ir_ml_left .list-label .label.warning {
    background: rgba(var(--rg-warning), 0.8);
    border: 1px solid rgba(var(--rg-warning), 0.4);
}
.ir_ml_left .list-label .label.primary {
    background: rgba(var(--rg-primary), 0.8);
    border: 1px solid rgba(var(--rg-primary), 0.4);
}
.ir_ml_right .list-label .label.dark,
.ir_ml_left .list-label .label.dark {
    background: rgba(var(--rg-secondary), 0.65);
    border: 1px solid rgba(var(--rg-secondary), 0.3);
}
.ir_ml_right .list-label .label.rtl,
.ir_ml_left .list-label .label.rtl {
    background: rgba(25, 150, 150, 0.6);
    border: 1px solid rgba(25, 150, 150, 0.3);
}
.md-btn-icon.btn-next {
    min-width: 105px;
    /* min-height:26px;
padding: 1px 2px 2px 12px;
line-height: 1.5;
*/
    /*
border: 1px solid rgba(var(--rg-primary), 0.4);
box-shadow: 1px 1px 2px rgba(252, 252, 252, 0.1);
*/
}
.ml_timer {
    padding-inline-start: 0.375rem;
    min-width: 0.75rem;
}
.md-btn-icon.btn-next>i,
.md-btn-icon.btn-prev>i {
    font-size: 0.95rem;
    vertical-align: -2px;
}
.md-btn-icon.btn-prev>i {
    vertical-align: -5px;
}
.ws-grid-md.gallery {
    padding: 1px;
}
.connection_speed {
    direction: ltr;
    font-size: .5rem;
}
#play_sound {
    display: none;
}
.payment_basket form {
    width: 100%;
}
.payment_basket .td_amt {
  /*  width: 100px !important;*/
    text-align: center !important;
}
.payment_basket .td_amt input {
    text-align: center !important;
    font-weight: 600;
}
.payment_basket_btn {
    justify-content: flex-end;
    align-items: flex-end;
    display: inline-flex;
}
.payment_basket_btn button {
    padding-inline-end: 1.2rem;
}
.autosave_status {
    padding-inline-end: .75rem;
    padding-inline-start: .75rem;
    display: none;
    justify-content: center;
         color: var(--info);;
}
.autosave_status.show {
    display: inline-flex;
}
.table tr td:nth-child(2n+3) {
 /*   color: var(--light);*/
}
.comment-attachment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}
.comment-attachment {
    width: 8rem;
    overflow: hidden;
    margin-inline-start: .75rem;
    margin-bottom: .75rem;
    -webkit-border-radius: var(--sm-radius);
    border-radius: var(--sm-radius);
    border: 1px solid var(--border);
    display: inherit;
}
.comment-attachment a {
    display: block;
    text-decoration: none;
}
.comment-attachment .document-file {
    height: 4.75rem;
    overflow: hidden;
    text-align: center;
    background: #ebeef4;
}
.comment-attachment .document-name {
    color: var(--secondary);
    padding: .125rem .625rem;
    font-size: .8125rem;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    background: var(--bg-light);
    border-top: 1px solid var(--border);
}
.comment-attachment .uploading-file {
    height: 4.75rem;
    overflow: hidden;
    text-align: center;
    /*
background:  var(--border);
padding: 0.375rem;
border: 1px solid var(--border);
*/
}
.note-editor .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: var(--border);
}
.note-editor .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-start-end-radius: var(--sm-radius);
    border-start-start-radius: var(--sm-radius);
}
.note-editor .btn-group,
.note-editor .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.note-editor .btn-group .btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: var(--sm-radius);
}
.note-editor .btn-group .btn-default {
    color: #333;
    background-color: #fff;
    border-color:var(--shadow);
}
.note-editor .btn-group .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn {
    padding: .5rem 1.25rem;
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.71137rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.file-manager-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.file-manager-actions>* {
    display: flex;
    flex-wrap: wrap;
}
.file-manager-container {
    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
    border: 1px dashed var(--border);
    border-radius: var(--sm-radius);
    box-shadow: 0 1px 1.25rem rgb(137, 102, 247, 0.09);
	box-shadow: none;
    margin-bottom: 1rem;
	margin-bottom: 0rem;
}
.filelist_attach
{ 
	    align-items: center;
padding: 0.375rem;
    border-width: 1px;
    border-radius: var(--sm-radius);
    border-color: var(--border);
    border-style: dashed;
    transition: border 0.24s ease-in-out 0s;
    text-align: center;
}
.navigate ul li a.attach_btn{
	padding: 0.75rem 0.375rem;
    border-radius: var(--sm-radius);
}
.navigate ul li a.attach_btn i{
 padding-inline-end:0.375rem;
}
.file-item {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    border: 1px solid transparent;
    cursor: pointer;
}
.file-item.focused,
.file-item:hover {
    /* border-color: rgba(0, 0, 0, 0.05); 
*/
}
.file-item.focused {
    z-index: 2;
}
.file-item * {
    flex-shrink: 0;
}
.file-item-checkbox {
    margin: 0 !important;
}
.file-item-select-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.file-item-img {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
}
.file-item-name {
    display: block;
    overflow: hidden;
}
.file-manager-col-view .file-item {
    margin: 0 0.25rem 0 0;
    padding:0.17rem;
    width: 7rem;
    text-align: center;
}
[dir=rtl] .file-manager-col-view .file-item {
    margin-inline-start: 0;
    /*  margin-inline-end: 0.25rem; */
    margin-inline-end: 0rem;
}
..file-item-level-up {
    display: block;
    margin: 0 auto 0.75rem;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    line-height: 4rem;
}
.file-manager-col-view .file-item-icon,
.file-manager-col-view .file-item-img {
    display: block;
    width: 7rem;
    height: 5rem;
    font-size: 2.5rem;
    line-height: 4rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 0.375rem rgba(var(--rg-primary), 0.25);
    border-radius: var(--sm-radius);
}
.file-manager-col-view .file-item-level-up {
    font-size: 1.5rem;
}
.file-manager-col-view .file-item-actions,
.file-manager-col-view .file-item-checkbox {
    position: absolute;
    top: 6px;
    right: 9px;
    left: auto;
    top: 1.4rem;
}
.file-manager-col-view .file-item-checkbox {
    left: 6px;
}
[dir=rtl] .file-manager-col-view .file-item-checkbox {
    right: 12px;
    left: auto;
    top: 16px;
}
.file-manager-col-view .file-item-actions {
    right: 6px;
}
[dir=rtl] .file-manager-col-view .file-item-actions {
    right: auto;
    left: 6px;
}
.file-manager-col-view .file-item-name {
    width: 100%;
    color: var(--dark);
    font-size: 0.7rem;
    overflow: hidden;
    width: 100%;
    text-overflow: clip;
}
.file-manager-col-view .file-item-changed,
.file-manager-col-view .file-manager-row-header {
    display: none;
}
.file-manager-row-view .file-item,
.file-manager-row-view .file-manager-row-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 3rem 0.25rem 2.25em;
    width: 100%;
}
[dir=rtl] .file-manager-row-view .file-item,
[dir=rtl] .file-manager-row-view .file-manager-row-header {
    padding-inline-start: 2.25em;
    padding-inline-end: 3rem;
}
[dir=rtl] .file-manager-row-view .file-item:not(:first-child){
    border-top: 1px solid var(--border);
}
.file-manager-row-view .file-item:hover,
.file-manager-row-view .file-item.selected {
    background: var(--hover);
}
.file-manager-row-header {
    background: var(--bg-light);
}
.file-item-img-wp {
    display: block;
    margin: 0 1rem;
    width: 4rem;
    height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3rem;
}
.file-manager-col-view .file-item-img-wp {
    margin: 0rem;
    width: 7rem;
    height: 5rem;
}
.file-manager-row-view .file-item-icon,
.file-manager-row-view .file-item-img {
    display: block;
    width: 4rem;
    height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3rem;
    border: 1px solid var(--border);
    /*   box-shadow: 0 1px 0.375rem rgba( var(--rg-primary),0.25);*/
    border-radius: var(--sm-radius);
}
.file-manager-row-view .file-item-level-up {
    font-size: 1rem;
}
.file-manager-row-view .file-item-actions,
.file-manager-row-view .file-item-checkbox {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}
.file-manager-row-view .file-item-checkbox {
    left: 10px;
}
[dir=rtl] .file-manager-row-view .file-item-checkbox {
    right: 10px;
    left: auto;
}
.file-manager-row-view .file-item-actions {
    right: 10px;
}
[dir=rtl] .file-manager-row-view .file-item-actions {
    right: auto;
    left: 10px;
}
.file-manager-row-view .file-item-changed {
    display: none;
    margin-inline-end: auto;
    width: 10rem;
}
[dir=rtl] .file-manager-row-view .file-item-changed {
    margin-inline-start: auto;
    margin-inline-end: 0;
}
.file-manager-row-view .file-item-name {
    width: calc(100% - 4rem);
}
.file-manager-row-view .file-manager-row-header {
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.05);*/
    font-weight: bold;
}
.file-manager-row-view .file-manager-row-header .file-item-name {
    margin-inline-end: 4rem;
}
[dir=rtl] .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-inline-start: 4rem;
    margin-inline-end: 0;
}
.file-item-class {
    color: var(--muted);
    font-size: 0.6rem;
}
@media (min-width: 360px) {
    .file-manager-col-view .file-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
}
@media (min-width: 576px) {
    .file-manager-col-view .file-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
}
@media (min-width: 768px) {
    .file-manager-col-view .file-item {
        flex: 0 0 20%;
        max-width: 20%;
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
}
@media (min-width: 992px) {
    .file-manager-col-view .file-item {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}
@media (min-width: 1200px) {
    .file-manager-col-view .file-item {
        flex: 0 0 14.28571429%;
        max-width: 14.28571429%;
    }
}
@media (min-width: 1440px) {
    .file-manager-col-view .file-item {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
.md-btn-icon-default>i,
.md-btn-icon>i {
    font-size: 18px;
    margin-inline-end: 8px;
    vertical-align: middle;
}
.md-btn {
    display: inline-block;
    padding-inline-start: 2px;
}
.select2-container  .select2-selection--single .select2-selection__rendered {
    padding-inline-start: 4px;
    padding-inline-end: 4px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-overflow: clip;
    max-width: calc(100% - 1px);
	font-size:0.75rem;
}
.form-control::placeholder {
    color: var(--muted2);
    font-size: 0.7rem;
}
.pricing {
    margin-inline-start: -1.5rem;
    margin-inline-end: -1.5rem;
}
.pricing .pricing_cond,
.pricing .form-group.row {
    padding: 0 15px;
}
.pricing .navigate .ajaxmod_upper,
.pricing.sale_line .operator {
    display: none !important;
}
.td_img {
	    margin-inline-start: 0.2rem;
    margin-inline-end: 0.2rem;
    justify-items: center;
    display: inline-flex;
    align-items: center;
}
.sub_search-bar  {
    display:inline-flex;
    align-items: center;
    justify-content: start;
  /*  border: 1px solid var(--border);*/
    border-radius: var(--sm-radius);
    position: relative;
    background: #fff;
	padding:0.375rem 0rem;
	 line-height: 1;
  /*  margin-inline-start: 1rem;
	   margin-inline-end: 1rem;*/
}
  .sub_search-bar .flex-grow-1
  {
	    display:inline-flex;
    align-items: center;
    justify-content: start;
    border: 1px solid var(--border);
    border-radius: var(--sm-radius);
    position: relative;
    background: #fff;
	 line-height: 1;
	 height:32px;
  }
.sub_search-bar   input[type="search"], .sub_search-bar  .md-input,.sub_search-bar input[type="search"].md-input,input[type="search"].md-input{
	  background: transparent;
     border: 1px solid transparent;
    color: var(--dark);
    font-size: 0.75rem;
    line-height: 1.5;
     display:inline-flex;
    padding: 0.5rem 1rem;
  }
  .sub_search-bar .ws-input-wrapper
  {
	       width: calc(100% - 52px)!important;
		       display: inline-flex;
  }
 .ws-input-wrapper .md-input-wrapper 
 {
	 margin-top:0;
 }
   .sub_search-bar .ws-icon-wrapper
  {
    width: 32px;
    display: inline-flex;
    justify-content: flex-end;
  }
  .sub_search-bar .search-icon {
    font-size: 18px;
    width: 24px;
    display: inline-flex;
}
.sub_search-bar i
{
	color:var(--muted2);
	font-weight:500;
	font-size:18px;
} 
.borad-list{
	display: block;
    flex: 1 1 auto;
}
.borad-list.off{
	display: none;
}
.borad-inside
{
		display: none;
	 		padding:  0.75rem 1rem; 
}
.borad-inside.on{
	display: block;
    flex: 1 1 auto;
}
.borad-body  
 {
	/*	padding: 2rem  ; */
 }
 .borad-body  input[type="text"].borad-title
  {
	     border-radius: 0;
    font-weight: 600;
    font-size: 1.3rem;
    background: transparent;
 }
 .modal-body .container {
     max-width:calc(100% - 1%)  ; 
 }
 .no_scroll {
    padding: 1.2rem;
    overflow: hidden;
    padding-block-start: 0.75rem;
    padding-block-end: 1.4rem;
}
.scroll_form .card
{
 margin:0.375rem;
}
.user-card .user-about-block img {
    box-shadow: 0 0 0 5px #fff;
}
.img-radius {
    border-radius: 50%;
}
.wid-80 {
    width: 80px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.417em;
    font-size: 0.858em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--xs-radius);
}
.badge.ws_uploader_remove{
   display: inline-flex;
 padding: 0.25em;   
     border-radius: var(--xs-radius);
}
.card.user-card 
{
	padding:0.375rem 0.75rem;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary.open {
    left: auto !important;
    right: 80px;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: var(--secondary);
    display: block;
    text-transform: capitalize;
    display: grid;
    align-items: center;
    font-size: 0.75rem;
    cursor: pointer;
    padding: 12px 0; 
    line-height: 2;
    align-items: center;
    transition: .15s all ease-in;
    justify-content: center;
}
.layout-sidebar-large .sidebar-left-secondary {
    left: calc(-200px - 20px);
    z-index: 89;
    width: 160px;
  padding: 0px  
    transition: all .3s ease-in-out;
    background: #fff;
	    top: calc(var(--header) + 2px);
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a i, .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    color: var(--primary);
	  padding: 0px; 
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: var(--primary);
    display: block;
    text-transform: capitalize;
    display: grid;
    align-items: center;
    font-size: 0.75rem;
    font-size: 0.75rem;
    cursor: pointer;
  padding: 8px; 
    /*line-height: 2;*/
} 
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item {
    border-bottom: 1px solid var(--border);
  /*  height:75px;*/
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon, .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a i {
    font-size: 24px;
    margin-inline-start: 0px;
vertical-align: middle;}
[dir=rtl] .item-name {
    padding-inline-start: 0rem; 
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item {
    border-bottom: 1px solid var(--border);
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
	width: calc(100% - 0.175rem);
    padding-inline-start: 0.375rem;
    padding-inline-end: 0.375rem;

		    
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item:last-child
{
/*	border-bottom: 0px  ;*/
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: var(--dark);
    text-transform: capitalize;
    display: grid;
	display: table-caption;
    align-items: center;
    cursor: pointer;
    padding: 0.175rem 0px;
    width: 100%;
    text-align: start;
    white-space: nowrap;
 
	    padding-inline-start:0.175rem;
		    margin-inline-start:-0.375rem;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item:hover i{
	color: var(--secondary);
	
}
[dir=rtl] .item-name {
    /* padding-inline-start: 0.375rem; */
}
[dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon, [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a i {
    margin-inline-end: 0rem;
    margin-inline-start: 0.375rem;
 /*   padding-bottom: 4px;
    font-size: 28px;
    height: 28px;*/
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon, .layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a i {
font-size: 1.25rem}
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name {
    vertical-align: middle;
    font-weight: 500;
    white-space: nowrap;
}
.modal-content.no_footer .modal-footer{
	display:none!important;
}
.modal-content.no_save .modal-footer .openmod_save ,.modal-content.no_save .modal-footer .modal-save {
    display: none!important;
}
.modal-content.no_footer .modal-body
{
	padding:0;
}
.td_desc .sub_desc
{
	margin-top:0.375rem;
	color:var(--muted2);
} 
.tmt_pay:disabled, .tmt_pay[readonly], input[type="text"].tmt_pay:disabled
.disabled {
	background:transparent!important;
	border-color:transparent!important;
    opacity: 0.2;
    cursor: not-allowed!important;
}
.ui-multiselect div.available,.ui-multiselect div.selected
{
	display:inline-flex;
	width:50%!important;
}
  .shp_cat_bg
{
    height: 120px;
}
.shp_cat_opt
{
/*	 height: 30px;*/
}
  .shp_cat{
padding:0.375rem;	 
 }
  .shp_cat .card-footer
  {
	padding:0 0.375rem;	  
  }
.shp_cat img {
}
img.circle
{
	border-radius: 50%;
} 
.notify_kill i{
	    color: var(--muted);
}
.notify_kill:hover i{
	    color: var(--info);
}
.notify_parent:hover 
{
	    background: var(--hover);
}
.notify_parent a{
	width:100%;
}
.text-info{
	color:var(--info)!important;
}
  .taskpanel-titlec .txt{  color: var(--primary);
    font-weight: 500;
  }
 .taskpanel-titlec .date{
	 font-size:0.7rem;
	 color:var(--muted3);
 }
  .taskpanel-titlec .txt,.card-footer .dues{
 font-size: 0.7rem;
  }
 .dataTables_wrapper {
	 min-height: 90px;
 }
 .ws_slide .dataTables_wrapper {
	 min-height: 350px;
 }
 .pac-card .title  {
display:none!important;
}
.pac-container
{
  width: 50vw;
}
.map_search,input[type="text"].map_search{
background-color: rgba(255,255,255,0.9);
    font-family: 'Tajawal';
    font-weight: 500;
	    height: 28px;
		font-size: 0.75rem;
}
.map-wrapper {
margin: 0.175rem !important;
    padding: 0.2rem 0.6rem 0.6rem 0.2rem !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--sm-radius) !important;
    box-shadow: 0 1px 1.25rem rgb(137 102 247 / 9%) !important;
    background: #fefefe !important;
	width:90%;
	padding:0!important;
}
.form_sheet.less
{
	border-width:0px;
}
.form_sheet.less .card-body
{
	padding:4px ;
}
#map{
/*	    border: 1px solid var(--border);
    border-radius: var(--sm-radius);*/
    border-radius: var(--sm-radius); 
	    border: 1px solid var(--border);
}
.modal-body .tab-pane{
    border: 1px solid var(--border);
    border-top: 0;
	    border-radius: 0 0 var(--sm-radius) var(--sm-radius);;
}
.modal-body .nav-tabs {
    border-bottom: 1px solid var(--border);
    width: calc(100% - 0px);
}
.modal-body .card 
{
	box-shadow:0.175rem 0.175rem 0.175rem   rgba( var(--rg-primary),0.125);
	box-shadow:none;
}
.form-group.form_date .col-sm-8
{
	padding-inline-start:0px; padding-inline-end:0px;margin-inline-start:0px;
		    display: grid;
    justify-content: start;
}
.form-group.form_date .input-group input{
	/*border-width:0px 0px 1px 0px; text-align:center;*/
	font-size:	0.85rem;
}
.form-group.form_date .input-group .input-group-append 
{
	/*  margin-inline-start: -28px;*/
}
[dir="ltr"] .form-group.form_date .input-group .input-group-append 
{
	/*  margin-inline-start: 0px;*/
}
.form-group.form_date .input-group .input-group-text
{
	border-width:0px 0px 0px 0px;    font-size: 18px;
    color: var(--light);
}
.navigate .stage li.no_cur a 
{
	cursor: no-drop
;
}
.navigate .stage li.no_cur a.active
{
	cursor: no-drop;
}
.pricelist_con{
    font-size: 0.65rem;
    width: 100%;
}
.status_primary td
{
	color:var(--primary);
}
.status_secondary td
{
	 	color:var(--secondary);
} 
.status_success td
{
		color:var(--success);
}
.status_info td
{
	 	color:var(--info);
} 
.status_danger td
{
	 	color:var(--danger);
} 
.status_dark td
{
	 	color:var(--dark);
} 
.status_muted td
{
		color: var(--muted2)!important;;
} 
 .input_date .input-group 
 {
	border: 1px solid var(--border);
    box-shadow: none;
    border-width: 1px;
    /* margin-inline-start: 10px; */
    padding-inline-start: 0px;
    border-radius: var(--sm-radius);
    height: 32px;
    padding-top: 0px;
    background: transparent;
    display: inline-flex;
    width: 100%; 
 }
  .input_date .input-group input
  {
	border:0;  
	    text-align: right;
		color:var(--dark);
  }
.input_date .input-group  .input-group-append
  {
	  margin-inline-end:.55rem;
  }
 .no_padding .container , .no_padding .card-body,.no_padding .form_sheet ,.no_padding .form_add form_long
 {
    padding: 0!important;
    width: 100%;
     max-width: 100%;
    margin: 0;
 }
.section-title {
    padding: 0.375rem 0.75rem;
    border-inline-start: 4px solid var(--primary);
    color:var(--primary);
    font-size:0.9rem;
    background: var(--bg-light);
	margin:0.75rem 0;
	    width: 100%;
}
.section-desc{
	 background:#fff;
	     padding-inline-start: 2rem;
		 border-inline-start: 4px solid var(--bg-light);
}
.no-margin-top {
	 margin-top:0!important;
}
.no-margin  {
	 margin :0!important;
}
.no-margin-bot{
	 margin-bottom:0!important;
}
 .section-title .input-group .input-group-append 
 {
	    background: var(--bg-light); 
 }
  .section-title .input_date .input-group  
 {
	    background: #fff; 
 }
.rate{
	font-size: 0.65rem;
}
.plt_payment .card-title
{
	margin-bottom:0;
}
.plt_payment .card-title-sub{
	font-size:1rem;
		color: var(--secondary);
}
.plt_payment .card-title-sub.sub_desc
{
	font-size:0.85rem;
color: var(--dark);
font-weight:500;
}
.plt_payment .td_desc
{
	/*    color: var(--primary);
    font-weight: 600;*/
}
.plt_payment .td_desc .td_desc_sm,.plt_payment .td_desc .sub_desc
{
    font-size: 0.7rem;
    color: var(--secondary);
	    font-weight: 500;
}
.plt_payment .td_desc .td_desc_sm,.plt_payment .td_desc .sub_desc .period
{
    font-size: 0.7rem;
    color:var(--muted2);
	    font-weight: 400;
}
.card.plt_payment .form_add{
padding-inline-start: 0.75rem;
}
.card.plt_payment .form-group label
{
	   color: var(--primary);
}
.card.report_form .form-group.row  {
    margin-top: 0.375rem!important;
	   margin-bottom: 0.375rem!important;
}
 
.card.plt_payment .card-content {
     padding: 0 0 1rem 0;
}
.card.plt_payment .section-title
{
	    padding: 0.375rem 0.375rem 0.175rem 0.375rem;
		margin:0;
	    border-bottom: 1px solid var(--border);
	 	padding-inline-end:2.5rem;
}
 .card.plt_payment .select2-container,  .card.plt_payment input, .card.plt_payment .md-input:focus,.card.plt_payment .input-group
 {
/*	 background:#fff;*/
	     border-radius: var(--sm-radius)!important;
 }
 .card.plt_payment input,.card.plt_payment .md-input:focus
 {
	background:#fff; 
	opacity: 1;
 }
 .card.plt_payment .select2-container--default .select2-selection--single
 {
	background:#fff; 
 }
  .card.plt_payment table thead{
     height: 50px;
	 }
	  .card.plt_payment .highlight
	  {
		  background:transparent!important
	  }
 .card.plt_payment table input
 {
	 font-size:0.95rem;
	 width: 100%;
	     letter-spacing: 0.1rem;
 }
 .card.plt_payment table  .highlight input
 {
 	    color: var(--primary); 
 }
  .card.plt_payment .td_input_cont{
	 	 width:90%;
 }
  .card.plt_payment input[type="text"].md-input:disabled
  {
	     background-color: #fff;
    color: var(--muted3);
  }
 .card.plt_payment table tr td:last-child
 {
	 padding-inline-end:1rem;
	   width: 150px !important;
 }
 .card.plt_payment .form-group.form_date .input-group .input-group-append {
     margin-inline-start: 0; 
	     cursor: pointer;
		     padding-inline-start:0px;
    padding-inline-end: 0px;
}
.input-group.single .input-group-append
{
	   margin-inline-start: 0; 
	     cursor: pointer;
		     padding-inline-start:0px;
    padding-inline-end: 0px;
}
.card.plt_payment table .highlight input.warning
 {
	  color:var(--warning);
	  border-color:var(--warning);;
  }
 #payment_basket_submit{   min-width: 145px;     padding: 5px;}
.card.payment
{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
  .modal-body  .card.plt_payment .card-content {
    padding:  0;
}
.gchart .font-large-1 {
    font-size: 1.7rem!important;
}
.gchart .font-weight-bold {
    font-weight: 500!important;
}
.gchart .font-large-2 {
    font-size: 3rem!important;
}
.gchart .font-weight-bolder {
    font-weight: 600!important;
}
.gchart .pb-0 {
    padding-bottom: 0!important;
}
[dir] .gchart   .mt-2, [dir] .my-2 {
    margin-top: 1.5rem!important;
}
.gchart .card.vis{
width:100%;
}
.gchart .card.vis .card-header {
    border-bottom: none;
    padding: 1.5rem;
    background-color: transparent;
}
.gchart .card.vis .card-text
{
font-size:0.75rem;
}
.gchart .card.vis .card-number
{
font-size:1.5rem;
}
.gchart .apexChart {
width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gchart  .card-employee-task .card-body {
    padding: 0 rem;
}
.gchart .card-employee-task .employee-task{
		 padding: 0.175rem 0.75rem;
	    margin-bottom: 0rem;
}
.gchart .card-employee-task .employee-task  {
    margin-bottom: 0rem;
	    border-bottom: 1px solid var(--border);
}
.gchart .card-employee-task .employee-task:nth-of-type(odd) {
     background-color:#fff;  
}
.gchart .card-employee-task .employee-task:nth-of-type(even) {
	  background-color:var(--hover);
}
.gchart .card-employee-task .b-avatar-img   img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border);
    min-width: 48px;
    min-height: 48px;
	box-shadow:0 1px 0.375rem  rgba( var(--rg-primary),0.25)
}
.gchart .card-employee-task .media-aside {
margin-inline-end:0.75rem;
}
.gchart .card-employee-task .text-muted2
{
font-size:0.75rem;
}
.gchart .card-tiny-line-stats .card-body {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.gchart .font-weight-bolder {
    font-weight: 600!important;
}
.gchart   h2.font-weight-bolder {
    font-size: 1.714rem;
}
.gchart .card-tiny-line-stats h6{
    line-height: 1.2;
}
.gchart  .col-md-4 .card-tiny-line-stats:not(:last-child) {
margin-bottom:1.5rem;
}
.gchart .card-employee-task {
width:100%;
}
.navigate a.select_tts_btn span.navigate_title
{
	font-size: 0.75rem;
	    padding-inline-start: 0.375rem;
    padding-inline-end: 1.25rem;
}
.hidden2{
	/*display:none!important;*/
}
tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-inline-start:1em;
    position:relative
}
.tree ul ul {
    margin-inline-start:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    border-inline-start:1px solid
}

[dir="ltr"] .tree ul:before {
	  right:unset;
	  left:0;
	
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    right:0
}


[dir="ltr"] .tree ul li:before {
 
    right:unset;
	left:0;
}

.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-inline-start:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.tree li i{
    padding-inline-end: 0.375rem;
	}
	.ht40
	{
	min-height: 40px;		
	}
	input[data-single="true"] {
	 /*   max-width: 135px;	*/
	}
	.input-group.single,.w145
	 {
	    width: 145px;	
	}
	.w160
	 {
	    width: 160px;	
	}
		.w75
	 {
	    width: 75px;
	}
	  
		.w90
	 {
	    width: 90px;	
	}	 
	 .w145  input:disabled
	 {
	        text-align: center;
			    font-weight: 500;
    font-size: 0.85rem;
	}
	
 .mandatory > label::after {
    content: '*';
 padding-inline-start:0.175rem;
}
 .unit_mandatory > .select2-container--default .select2-selection--single, .unit_mandatory > input{
	 
    /* border: 1px solid var(--primary)!important;*/
 }
.crm .title
{
	color: var(--primary);
	  font-weight: 400;
	   font-size: 0.75rem;
}
.crm .text-desc
{
	    font-weight: 400;
	color: var(--muted);
    font-size: 0.75rem;
}
.crm .text-feedback{
color: var(--danger);
    font-weight: 400;
	 font-size: 0.75rem;
}
.dropdown.task
{
	display:var(--task);
}
#add-acc-entry  label
{
	    display: none!important;
}
    .table-responsive.entery tbody tr td, .table-responsive.entery tbody tr {
		border:0!important;
	}
 .table-responsive.entery tbody tr:hover {
   /*   background-color: var(--bg-light);*/
}
.table-responsive.entery tfoot tr th
{
	  	border-bottom: 1px solid var(--border)!important;
		border-top: 1px solid var(--border)!important;
     background-color: var(--bg-light);
}
  #gr_balance_note,.gr_tot {
	      padding-inline-start: 1rem!important;
  }
.table-responsive.entery   tr th:first-child
{
	    padding-inline-start: 1rem!important;
}
.entery  input,.entery  .amt{
    font-weight: 500!important;
    text-align: center!important;
       max-height: 32px!important;
	 font-size: 0.95rem!important;
		    vertical-align: center;
    letter-spacing: 0.1rem!important;
 }
 
 .entery.borders input{
  font-size: 0.85rem!important;
  letter-spacing: 0.0rem!important;
 }
 .drop-tr {
 opacity:0.75;
 }
  .drop-tr:hover {
 opacity:1;
 }
 .entery input.amt_out_tot
 {
 color: var(--primary);
 }
 .entery  p{
     text-align: start;
    padding-inline-start: 0.75rem;
	}
  .report_form .form_action .navigate ul li a{
 margin:0 0 0 5px;
 }
  .report_form .form_action .navigate a span.navigate_title
  {
      padding-inline-end: 0.5rem;
  }
  .reports.ws-grid-md  .card-icon [class^="kgc"] 
  {
	  font-size: 46px;
  }
   .reports.ws-grid-md .subpage_title {
    font-size: 0.95rem;
    font-weight: 500;
   }
    .reports.ws-grid-md .subpage_desc
	{ 
	    color: var(--muted);
    font-size: 0.75rem;
	}
   .reports.ws-grid-md .card-icon.subpage .card-body {
    padding: 1.5rem 0.375rem 0.375rem;
	cursor: pointer;
   }
   .ws-list a{
	  cursor: pointer; 
   }
  .prop_info{
       padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }
  .text-notify
  {
	       white-space: break-spaces; 
  }
  .layout-sidebar-large .main-header .notification-dropdown .dropdown-item
  {
	      min-width: 475px;
  }
  .prop_info .card.payment .card-title  
 {
	  font-weight:500;
	  font-size:1rem;
	  
 }
.prop_info .card.payment .card-title .address{
     overflow: visible;
    height: 1.5rem;
    line-height: 0.75
}

 .prop_info .card.payment .card-title .address a
 {
	     font-size: 0.65rem;
		 color: var(--muted3);
		 font-weight:400;
 }
  .prop_info .card.payment .card-title .address a:hover, .prop_info .card.payment .card-title .address a:active
 {
	   
		 color: var(--primary);
		  
		  
 }
 .date-calender{
	font-family:'Tajawal'!important; 
 }
 .prop_info .card.plt_payment .card-content {
	   padding: 0 ;
}
.prop_info .card.plt_payment .section-title{
	  padding-bottom: 0 ;
	      padding-left: 0;
}
.prop_info .nav-tabs{
	    border: 0;
		 		     margin-bottom: -0.275rem;
}
.prop_info .tab-sm a span{
/*	    font-size: 0.85rem;
    font-weight: 500;
	*/
}
.prop_info .tab-content  
{
	width:100%;
}
.prop_info .slide_body .panel
{
	max-width:350px;
}
.prop_info .card.plt_payment .md-input:focus{
	background:transparent;
}
.prop_info .subtable_action
{
	padding:0px;
}
.prop_info .dataTables_wrapper
{
	border-radius:var(--sm-border);
	    border-right: 1px solid var(--border);
		    border-left: 1px solid var(--border);
			 border-bottom: 1px solid var(--border);
}
.form-group.form_date.cal_hj .input-group input {
    padding-inline-start: 0.5rem;
	width: 100%;
}
.form-group.form_date.cal_hj .input-group .input-group-append {
 /*   margin-inline-start: -43px;*/
}
 .plt_list_icon{
	 line-height:1;
	 padding-inline-end:0.275rem;
 }
.plt_list_icon i
{
	font-size:0.95rem;
} 
.prop-panel:hover, .prop-panel:hover a, .prop-panel:hover a *, .prop-panel:hover a p * , .prop-panel:hover   p *, .prop-panel:hover *{
    background-color: var(--primary);
    color: #fff!important;
    -webkit-transition: background 300ms,padding 300ms;
    transition: background 300ms,padding 300ms;
	    border-radius: var(--sm-radius);
}
.input_date .input-group  input
 {   font-weight: 500;
	}
.input_date .input-group  input:disabled
{
	color: var(--muted3);
	    cursor: no-drop;
}
.form_add .navigate ul li a, .navigate ul li button 
{
font-size: 1.1rem;	
	border-radius: var(--sm-radius)!important;
	    margin: 0 0 0 8px;
		   /* height: 30px;*/
		   cursor:pointer;
}
.form_add .navigate_icon
{
			    height: 30px;
			    padding-inline-start: 8px;
				padding-inline-end: 8px;
				
}
.form_add .navigate a span.navigate_title, .navigate button span.navigate_title
{
	    font-size: 0.75rem;
    display: inline-flex;
    padding-inline-start: 0;
    padding-inline-end: 0.75rem;
    white-space: nowrap;
}
.select_tts .select_append,.select_evac .select_append ,.select_claim .select_append {
    display: none!important;
}
#activity_list{
min-height:200px;	
}
.ledger .tree-table th, .tree-table tr td {
    vertical-align: middle;
    text-align: start;
	    padding-bottom: 2px !important;
    padding-top: 2px !important;
	    word-break: initial;
}
.ledger .reports-table table tbody td {
    word-break: initial;
    min-width: 90px;
}
.ledger .inner-block-reports table {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}
.ledger  .tree-table.tree thead th {
    text-transform: capitalize;
    vertical-align: middle;
    border-bottom: 1px solid var(--border);
}
.ledger  .tree-table.tree thead tr:first-child th {
}
.ledger  .tree-table.tree thead tr th:first-child, .tree-table.tree tbody tr td:first-child
 {
 border-right: 4px solid var(--bg-light);
 }
.ledger  .tree-table.tree .padleftindex-1 {
    padding-right: 10px;
    padding-left: unset;
}
.ledger  .tree-table.tree .padleftindex-2 {
    padding-right: 40px;
    padding-left: unset;
}
.ledger .tree-table.tree .padleftindex-3 {
    padding-right: 70px;
    padding-left: unset;
}
.ledger .tree-table.tree .padleftindex-4 {
    padding-right: 100px;
    padding-left: unset;
}
.ledger .tree-table.tree .padleftindex-5 {
    padding-right: 140px;
    padding-left: unset;
}
.ledger .tree-table.tree .padleftindex-6 {
    padding-right: 170px;
    padding-left: unset;
}
.ledger .dark-row {
	    background: var(--bg-light);
    color: var(--info);
	font-weight:600;
}
 .ledger .card-footer,   .card.plt_payment.ledger .section-title
 {
 padding:0;
 }
.card.plt_payment.ledger .card-content
{
 padding:0;
}
.ledger .tree-table.tree tfoot tr
  padding-right: 40px;
    padding-left: unset; 
}	
.ledger .tree-table.tree tfoot th {
}
#add-acc-entry input.amt, input.small, input[type="text"].amt, .input-group.amt input[type="text"] 
{
 	    width: 145px !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.gchart .media
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
      max-width: 80%;
}
.gchart .media .media-body  h6  {
    font-size: 0.75rem;
}
.cap {
	direction: ltr!important;
  text-transform: capitalize;
}

 .form-group.labelarea textarea.h250
{
	 min-height: 180px;
    max-height: 200px;
}


.unit_pric
{
    font-size: 0.85rem;
}
.unit_price .amt input
{
	    height: 30px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    padding-inline-start: 0rem;
    width: 80px !important;
	    text-align: center;
 
}

.unit_price .amt  
{
	    height: 42px;;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
  
    width: 100px !important;
	padding:0.375rem;
}
.unit_price .amt  td{
	    height: 42px;
}
.table.ws_table.unit_price td:not(:first-child) i{
font-size: 1.1rem;
    color: var(--muted);
}
.table.ws_table.unit_price td:not(:first-child) i:hover{
 
    color:var(--info);
}
.unit_price .slider .input-group-append {
    padding-inline-start: 2px;
}

.unit_price .input-group-append {
    padding-inline-start:  4px;
    padding-inline-end: 10px;
}

 
.mov_doc:hover a  {
    color: var(--info)!IMPORTANT;
}
.ledger .reports-table table.gl_gen tbody td.mov_doc
{
	min-width: 45px;
}

.ledger .reports-table table.gl_gen tbody tr:hover td{
    background: var(--hover);
}

.ledger .reports-table table.gl_gen tbody td
{
	    font-size: 0.7rem;
		min-width: 45px;
}

  .ledger table.gl_gen tbody tr.mov_doc td:first-child
{
	    text-align: left;

}
 
input[type="text"].bold{
	    font-weight: 500;
} 
.modal-body {
    min-height: 300px;
}
.modal-body
{
  padding:  1.35rem 0.75rem;
 
}
.modal-body.openmod_upper_body
{
	 min-height: 100px;
}
.summary_line i{
    padding-inline-end: 0.475rem;
    font-size: 0.9rem;
    color: var(--muted);
	 font-size: 0.75rem;
	  color: var(--dark);
    	  color: var(--primary);

}

.select_subtable{
	border: 1px solid var(--border);
    background: #fff;
     color: var(--muted2);
	
}

.layout-sidebar-large .main-header .search-bar
{
	/*border-radius:var(--sm-radius);*/
}
.main-header .search-bar input{
	padding: 0.375;
	font-size: 0.9rem;
	color: var(--primary);
}
 
.main-header .search-bar:focus-within
{
	
	
    box-shadow: 0 1px 0.375rem  rgba( var(--rg-primary),0.35)
}

.main-header .search-bar:focus-within .search-icon
{
	
	color: var(--primary)!important;
    
}
.timer_top{
	
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--muted2);
    font-size: 0.9rem;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
	min-width:50px
}
.plt_payment  .md-input-bar:after,.form-group .md-input-bar:before  
{
	  background:transparent!important;
	 
}
.plt_payment .form-group.row.pl-2.select {
     padding-right: 0 !important;
    margin-left: unset !important;
	padding-left: 0px !important;
} 


.plt_payment  .slider .input-group-append .period,
.plt_payment  .slider .input-group-append .period_per 
{
	background: #ffffff;
}

.tab-pane .form_sheet.less,.tab-pane .form_sheet.less .card-body
{
	margin-top: 0px;
	    padding: 2px;
}
 .tab-sm a i {
    font-size: 0.85rem;
}
 .tab-sm a.active  i {
	   font-size: 1.1rem;
 }
.table.ws_table td, .table.ws_table th {
    padding: 0rem 0rem;
}
.table.ws_table .select2-container:not(div .period-select-wp) .select2-selection--single .select2-selection__rendered {
padding: 0rem;
    font-size: 0.7rem;
    padding-inline-start: 20px;
    font-weight: 400;
}
.table.ws_table .select2-container--default .select2-selection--single {
    height: 24px;
    width: 94%;
	border-radius:var(--xs-radius);
}
.table.ws_table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-inline-start: 0px;
}
.table.ws_table select2-container--default .select2-selection--single .select2-selection__arrow {
 height: 20px;
}
.table.ws_table .select2-container--default:not(div .period-select-wp) .select2-selection--single .select2-selection__arrow {
    left: 0px;
    right: 0px;
    margin: 0 4px 0 4px;
}

.table.ws_table .select2-container--default .select2-selection--single .select2-selection__arrow {
 
		height: 18px;   
	width: 16px;}
	
	
	.table.ws_table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
	}
	
	
	.table.ws_table   .checkbox, .table.ws_table .radio,   .radio {
 
    margin-top: -4px;
	}
	
 
	
.prop_info .nav-tabs .nav-link:first-child {
    margin-inline-start: 0.275rem;
}
.prop_info	.navigate ul li a:NOT(.active) , .navigate ul li button:NOT(.active) 
{
		background:#fff;
}

.prop_info .tab-sm a i
{
	font-size:1rem;
}

.prop_info  .tab-sm .nav-link.active span
{
	color:var(--dark);
}



.prop_info  .tab-sm .nav-link{
	/*    margin-inline-end: 0.2375rem; */

}
@media (max-width: 991px)
	.tab-sm a span {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}
	.prop_info .tab-sm {
		 
}
}
@media (max-width: 991px) {
	
.prop_info  .tab-sm .nav-link{
	    margin-inline-end: 0rem; 

}


.tab-sm a span {
    padding-inline-start: 0rem;
    padding-inline-end: 0.0rem;
}
}

 .prop_info .tab-sm a  {
     padding-bottom: 6px;
    padding-top: 8px;
  
}
.prop_info {
    padding-inline-start: 0.375rem;
    padding-inline-end: 0.375rem;
}
}

@media only screen and (max-width: 768px)
{
.tab-sm .nav-link {
    padding: 0;
	
}

.prop_info .tab-sm .nav-link {
    margin-inline-end: 0rem;
}


}
 
.Xprop_info  .tab-sm .nav-link:NOT(.disabled):NOT(.active) 
{
     border-color: var(--border);
	 border-bottom-color:transparent;
 
}
.prop_info .card.plt_payment table thead {
    height: 30px;
}
 .Xprop_info  .tab-sm .nav-link:NOT(.disabled):NOT(.active) 
{
     border-color: var(--border);
	 border-bottom-color:transparent;
 
}
.prop_info  .tab-sm .nav-link:hover{
	 background:#fff;

}
.prop_info   .nav-link .st-tab{
	 color:var(--muted3);
	 

}

.prop_info	 .navigate a:not(.active):hover, .navigate button:not(.active):hover
{
	color:unset;
   
}
.prop_info form
{
	 width:98%;padding-top:0rem
}
 
.slide_body.show  .prop_info
{
	 width:100%;padding-top:0rem;
	     padding-inline-end: 2rem;
		 padding-inline-start: 1rem;
		 
}
.prop_info .card.payment .card-header
{
    width: 100%;
    display: initial;
}

.prop_info .tab-content
{
    padding: 0.5rem 0.75rem 0 0 ;
    z-index: 2;
    background: #fff;
    width: 100%;
}

.prop_info .pie .card-title, .funnel .card-title, .panel .card-body {
    padding: 2px;
	
}





.prop-panel.active, .prop-panel.active a, .prop-panel.active a *, .prop-panel.active a p *, .prop-panel.active p *, .prop-panel.active * {
    background-color: var(--primary);
    color: #fff!important;
    -webkit-transition: background 300ms,padding 300ms;
    transition: background 300ms,padding 300ms;
    border-radius: var(--sm-radius);
}

.form-group.active,.form-group.active label * ,.summary-table .form-group.active .val
{  
    color:  var(--primary) !important;
}
.form-group.danger,.form-group.danger label * ,.summary-table .form-group.danger .val
{
    color:  var(--danger) !important;
}
.prop_info .card-icon-bg-primary [class^="i-"], .card-icon-bg-primary [class^="kgc"] {
	color: var(--primary);
}
.prop_info .navigate .stage.sub li a
{
	margin-inline-start:0;
}
.prop_info .navigate ul li a i, .navigate ul li button i{
    font-size: 0.75rem;
}
.ws_uploader .btn-group-toggle{
	display:none!important;
}
.file-manager-actions{
	    margin-bottom: 0.275rem
}
.prop_info  .card-title
{
	 color:var(--dark);  
}
.prop_info  .card-title .prop_type
{
	 color:var(--muted3);
	 color:var(--primary);
	 font-size: 0.85rem;
}
 .prop_info  .panel  .amount_suffix
 {
	 color:var(--muted2);
	 font-size: 0.75rem;
 }
 .prop_info  .card-icon-bg .card-body .content p.panel_lable
 {
	  color:var(--muted3);
	 font-size: 0.75rem;
 }
 .prop_info  .card-icon-bg .card-body .content p.panel_val
 {
	 color:var(--dark);
	 font-size:1.2rem; 
 }
 .summary-table .form-group a i
 {
 color: var(--muted3); 
 font-size:0.9rem; 
 margin-inline-start:0.375rem;
 margin-inline-end:0.175rem
 }
 
 .summary-table .form-group:hover a i
 {
	 color: var(--primary); 
 }
 .prop_info .card-icon-bg [class^="kgc"] {
 
	padding-inline-start:0.75rem;
}
.main-header .dropdown-item
{
	padding:0.375rem;
}
.prop_info .panel .panel_val {
	direction:rtl;
}
.prop_info .panel .panel_val .rented {
	 letter-spacing:0.0rem;
}
.prop_info .panel .panel_val .total {
	 letter-spacing:0rem;
	color:var(--muted2);
}
.prop_info .panel .panel_val .rate {
	 color:var(--muted2);
	font-size:0.75rem;
	padding-inline-start:0.175rem;
}

.card.payment .summary-table .form-group .col-form-label i
{
	color:var(--primary);
}

 
.lable_link,.summary_link {
	display:flex;
	padding-inline-start:0;

}
a.summary_link {
	  color: var(--primary);
}
a.lable_link i{
color: var(--primary);
}

a.summary_link i{
    color: var(--muted3);
    font-size: 0.75rem;
    margin-inline-start: 0.375rem;
    margin-inline-end: 0.175rem;
}
.prop_info .navigate ul li a.active, .navigate ul li button.active
{
	    font-size: 0.7rem;
}

/* START Charts Style */

.charts-grid .card select {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;

  padding: 0rem 0.5rem;
  line-height: 0.9rem;
  height: 2rem;
  color: var(--teal);
  font-size: 0.9rem;
  border-color: var(--muted3);
  outline: none;
}

.charts-grid .card select:active,
.charts-grid .card select:focus {
  border-color: var(--muted3);
}

.charts-grid .card h3 {
  font-size: 1.2rem;
  color: var(--dark);
}

.charts-grid .card h4 {
  font-size: 1rem;
  text-align: right;
  color: var(--teal);
}

.charts-grid .bg-empty-box {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.box-gray {
  background: var(--gray);
}

.box-blue {
  background: var(--blue);
}

.list_odd li {
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.list_odd li:nth-child(odd) {
  background: var(--gray-200);
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  > div {
    padding: 0.1rem 0.5rem;
  }
}

.list_details .heading_2 {
  font-size: 1rem;
  color: var(--muted3);
}

.list_details .heading_3 {
  color: var(--info);
  font-size: 1.15rem;
}

.link-preview label {
  color: var(--blue);
}

.charts-grid {
  display: grid;
}

@media screen and (max-width: 767px) {
  .charts-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 2rem;
  }

  .charts-grid-lst-card {
    grid-row: 3/4;
  }
}

@media screen and (min-width: 768px) {
  .charts-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }

  .charts-grid-lst-card {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 1200px) {
  .charts-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    column-gap: 2rem;
  }

  .charts-grid-lst-card {
    grid-column: unset;
  }
}

.heading_switch_input {
  color: var(--gray);
} 

.heading_switch_input.active {
  color: #e5b348;
}

/* END Charts Style */

#add-bulk-units label{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
 
  input[type="time"].time
 {
      max-width: 130px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid var(--border);
    height: 32px;
    border-radius: var(--sm-radius);
    color: var(--dark);
	    padding: 0.75rem;
}

#add-bulk-units   {
    margin-top: 1.15rem;
 
}

#add-bulk-units .section-title
{
	border: 1px solid var(--border);
 	    border-inline-start: 4px solid var(--primary);
    margin-right: -0.375rem;
	margin-top:0.75rem;
	margin-bottom:0.75rem;
	    border-radius: var(--sm-radius)!important;
}
#add-bulk-units .section-title i
{
	font-size: 1.15rem;
	padding-inline-end:0.75rem;
}
.unit_btn {
	  margin-top: 0.375rem;
   margin-bottom: 1.15rem;
}


.unit_btn a  {
 
    height: 32px;
}

.prop_info.form_header {
	padding: 0.375rem 0.375rem 0.375rem 0;
    margin-bottom: 0;
    background-color: var(--bg-page);
    border-bottom: 1px solid var(--border);
padding: 	0;

margin:0rem;
}

.prop_info. .section-title{
	margin:0;
}
.modal-body .section-title
{
margin:  0;

}

.modal-body .prop_info
{
padding-inline-start: 0rem; 
 padding-inline-end: 0rem;
}

.modal-body  .prop_info .nav-tabs {
    border: 1;
    margin-bottom: -0.375rem;
}

.modal-body  .prop_info .ws_uploader 
{
    margin: -1rem -2.75rem;
    margin-bottom: 0.35rem;
}

.modal-body  .prop_info .badge.ws_uploader_remove {
 
    margin: -0.7rem;
}

.modal-body  .prop_info .placeholder img {
    max-height: 75px;
}

.modal-body  .prop_info .tab-content
{
	border-top:1px solid var(--border):
}

 
.otp .title{
  font-weight:500;
  margin-top:0.75rem;
  font-size:0.9 rem
}

.customBtn{
  border-radius:0px;
  padding:2px;
} 

.otp form input{

}

.otp_btn {
    display: flex;
    justify-content: center;
    align-items: center;
	
} 
.otp_btn a{
    min-height: 32px;
	}
.otp_valid {
  display:inline-block!important;
  width:40px!important;
  height:40px!important;
  text-align:center!important;
    border-radius: var(--sm-radius)!important;
    border: 1px solid var(--muted)!important;
}



.input-group [type="text"].form-control {
   /* height: 28px;*/
}

.select2-container--default .select2-selection--single {
 
    height: 28px;
 }
.select_add {
    line-height: 1;
}

[dir="rtl"] .form_half .form-group .col-form-label {
    min-width: 33%;
}

.form_sheet .form-group label, .tab-content-multi .form-group label, .tab-content-multi .label2 {
     font-size: 0.75rem;

}

 
[dir="rtl"] .form_half .form-group .col-form-label {
    min-width: 33%;
    flex-wrap: nowrap;

}

.modal-body .prop_info .form-group.pXl-2
{
	    padding-inline-start: 0  !important;
    margin-inline-end: 0  !important;
}


.modal-body .prop_info #map {
 
    height: 270px;
	    min-height:270px;
		max-height:270px
}



[dir="rtl"] .form_half .left_sub .form-group .col-form-label
{
	min-width: 33%;
}
.app_link img{
	
	height:36px; width:auto; padding-inline-end:0.75rem;
	opacity:0.75;
	    transition: .15s all ease-in;
}
.app_link:hover img{
	
 	opacity:1;
}
.simaat_app h1{
 
    font-size: 1.3rem;
 
}

.simaat_app h2{
 
    font-size: 1rem;
 
}

@media (max-width: 991px) {
	
	.timer,.app_link { display:none!important;}
}


div.table-pager div.info {
 
    padding-inline-end: 2.5rem;
}
.table-pager-wp{
	
	border-radius: var(--sm-radius);
}
.ws-list .card-footer .amount .c
{
	color:var(--dark);
}
.ws-list .card-footer .amount .amount_suffix{
	    color: var(--muted2);
    font-size: 0.5rem;
}



 .ws-list .card-body{
 border: 1px solid var(--border);
    border-bottom: 0;
 }

.ws-list .card-footer{
	    background: var(--bg-light);
 	border: 1px solid var(--border);
 	 
}

.ws-list .list-img-over{
	background-color: rgba(var(--rg-dark),0.15);
     border-radius: var(--sm-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.ws-list  .rate
{
	padding-inline-start:0.275rem;
	padding-inline-end:0.075rem;
}

.ws-list .prop_type,.map-info-container .prop_type{
	color:var(--primary)!important;
	padding-inline-start:0.275rem;
	padding-inline-end:0.075rem;
}

[data-child_ava="0"] .occ_rate .label {
  
	background:rgba(var(--rg-danger), 0.85)!important;
}
[data-coord="لا"] .ldistrict * {
  
	display:none!important;
}
[data-coord="نعم"] .label.myo {
  
	display:none!important;
}
.self_center{
    display: flex!important;
    align-self: center!important;
}

.input_infoX{
	font-size: 125%;
    letter-spacing: 0.12rem;
	font-weight:500;
	text-align:center;
}
 
 
.entities .pl-2{  
 padding-left: 0px !important;
}
.entities input{
text-align: center!important;
}
.space_no{
letter-spacing: 0.05rem;
    font-size: 1rem;
}

.nic_logo{
	height:180px;  
	padding:0.375rem
	}
	

 .card.payment.entities .card-title {
    font-weight: 600;
    font-size: 0.9rem;
}
.entities .subtitle{

   
	
	    font-size: 0.65rem;
    color: var(--primary);
    font-weight: 500;
}

 



@media (max-width: 767px)
{
	.input-group.single, .w145 {
   /* width: 100%;*/
}
.ent_body{
	
	padding: 0.375rem 0.375rem!important;
}
	.nic_logo{
	height:100px;  margin:0.375rem 0.375rem;
	}
 
 .entities .form_half .form-group .col-form-label {
    min-width: 36%;
    flex-wrap: nowrap;
}
 

 .entities .form_half .form-group .col-sm-8 {
    flex: 0 0 64%;
    max-width: 64%;
}

.entities .form_half .form-group .col-form-label {
    padding-inline-start: 0.375rem;
}
}
 
 
 
 .card.plt_payment.entities .section-title
{
 
	 	padding-inline-end:0.75rem;
		min-height:220px;
		border-radius:0 0 var(--sm-radius) var(--sm-radius);
}

::-webkit-color-swatch {
  border-radius: var(--sm-radius);
  border:  1px solid var(--border);
}
::-moz-color-swatch {
  border-radius: var(--sm-radius);
  border:  1px solid var(--border);
} 
.activity-btn .dropdown-menu
{
	display:flex;
	    justify-items: center;
}
.crm.dropdown-item {
	    font-size: 0.75rem;
		    padding: 0.275rem;
			    display: flex; 
}
 

.crm.dropdown-item i    {
    font-size: 0.9rem;
		padding-inline-start:0.275rem;
	padding-inline-end:0.475rem;
} 

.crm.dropdown-item:hover{
	background-color:var(--hover)!important;
	    color: var(--dark)!important;
}

.time {
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: normal;
    border: none;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    line-height: 20px;
    outline: none;
    width: 100%;
}

.multi_progress .tab-pane
{
	
	    border: 0;
}
.multi_progress .nav.nav-tabs
{
	
	    border: 0;
}

.multi_ajax_title{
	font-weight:500;
		color:var(--secondary);
}

.multi_ajax_info{
	padding-inline-start:0.375rem;
	font-weight:400;

		color:var(--primary);
}




.current_step {
    margin: 0.375rem;
}

.current_step_img {
    height: 36px;
    width: auto;
    padding-inline-end: 0.75rem;
    opacity: 0.75;
    transition: .15s all ease-in;
}

.srv_provider {
 
    width: 220px;
    padding: 0.375rem;
	max-height:100px
}

.item_label {
    position: absolute;
    z-index: 2;
    top: 1.37rem;
    left: -1.45rem;
    width: 7rem;
    height: 1.15rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    background-color:var(--dark);
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
} 

 .item_label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0;
    z-index: 9;
    background-color:var(--dark);
	  
    color: #ffffff;
	    border: 1px solid #ffffff;
}
.home_link:hover div.rep_label,.home_link:hover a div.rep_label
{
	 background-color: #ffffff!important;
    color: var(--primary)!important;
}
.card-icon.subpage
{
	overflow:hidden;
}


.sub_col  input[type="text"].amt, .sub_col .input-group.amt input[type="text"] ,.sub_col  .input-group.single, .sub_col .w145{
    width: 100%!important;
}
 .sub_col{
  }
 .sub_col .sub_col_right{
  }
  
  .period_select {
	  height:30px;
	  overflow:hidden;
	  
  }
  
  
  .homechart .text-title, .card-icon-bg .card-body .content p.text-title{
	      color: var(--muted3);
  }
  
 .card-icon-bg .card-body .content p.text-vlue {
	  color: var(--dark);
	      font-size: 1.2rem;
    font-weight: 500;
 }
 
 .gchart .card-title {
    color: var(--dark);
	display: flex;
	line-height:1.5
}

.gchart .card-title i {
	    color: var(--primary);
    font-size: 1.3rem;
	padding-inline-end:0.375rem;
}
.gchart .media h6
{
    color: var(--primary);
}

.gchart .media small
{
    color: var(--muted3);
	
}


.card.active .home_link,.card.active .home_link a, .card.active .home_link a *, .card.active .home_link a p * {
    background-color: var(--primary);
    color: #fff!important;
    -webkit-transition: background 150ms,padding 200ms;
    transition: background 150ms,padding 200ms;
}


  .form_sheet .form-group.labelarea label, .tab-content-multi .form-group.labelarea label, .tab-content-multi .label2
  {
	      background-color: var(--hover);
    border-bottom: 1px dotted var(--border);
  }
  
  
  .prop_info .main_col{
	  
	      padding-top: 0.375rem;
    padding-right: 0.375rem;
  }
  
  .prop_info .form_add .form-group.row:not(:last-child) {
 
    padding-bottom: 0.375rem;
}

.log_old {
	  text-decoration: line-through;
	  color:var(--muted2);
	  padding-inline-start:0.375rem;
	   padding-inline-end:0.375rem;
}
.log_to {
	 color:var(--dark);font-weight:400;   
}
.log_new {
	  
	   color:var(--muted);
	     padding-inline-start:0.175rem;
}
 
 .activities::-webkit-scrollbar {
    width: 0.6em;
}
 .activities::-webkit-scrollbar-thumb {
    background-color: var(--border);
    outline: 1px solid slategrey;
    border-radius: var(--sm-radius);
}

.activities::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px var(--shadow);
    border-radius: 0px;
}
.activities{
max-height: calc(100vh - 13rem);
    overflow-y: auto;
    overflow-x: hidden;
}