/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
.btn-animate,a:not(.no-animate) {
    position: relative;
    --webkit-transition-duration: 0.4s;
    /* Safari */
    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-left: 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: 'kinda-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-right: 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-left: 1px solid var(--border);
    display: block;
    padding: 0rem 0.5rem 0 0;
    max-width: 400px;
}
.wo-sum {
    flex: 1;
    padding: 0.8rem;
    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-right: 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-right: 6px;
    margin-left: 0px;
}
[dir="ltr"] .btn-lock i {
    margin-right: 6px;
    margin-left: 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-right: 15px;
width:calc(100% - 40px);
}
.input-icon .input input {
width:100%;
}
.md-input-wrapper .md-input-bar{
padding-right: 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-left: 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-left: 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-left: 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.8rem;
    color: #a2a2a2;
}
.icon-select-txt {
    color: #172b4d;
}
.icon-select .icon {
    color: var(--muted2);
}
.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.8rem;
    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-right:3px solid transparent;*/
}
.planner-details .table-pre .highlight {
    background-color: var(--bg-light);
    /*	border-right: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-left: 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-right: 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{
	 width: 100px !important;
}
input.amt:disabled {
    /*color: var(--info);*/
    width: 100px !important;
    text-align: center;
    font-size: 1rem;
    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: 6.25rem;
}
.dis-icon .dis-icon-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 6.25rem;
    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: 14px;
}
.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;
}
.distance-wrapper .dis-field {
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
}
.distance-wrapper .dis-field .md-input-wrapper {
    padding-top: 0px;
}
#origin-input,
#destination-input {
    background: #fefefe !important;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 0.9rem !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.8rem 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.8rem 0.6rem 0.8rem!important;
*/
    margin: 0 0.375rem !important;
    padding: 0 0.8rem !important;
}
#map {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 280px);
}
#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-right: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: 1rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    padding:  0.25rem 0;
	padding-inline-end:0;
    border: solid 1px var(--border);
    border-radius: var(--bd-radius);
    color: var(--muted);
    line-height: var(--line-height);
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-width: 28px;
    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.7rem;
    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;
}
.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;
}
.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: 28px;
    min-width: 28px;
    font-size: 0.9rem;
	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;
    margin-right: -20px;
    bottom: 13px;
}
}
.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;
}
.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.25rem;
     padding-inline-end: 0.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	border:1px solid transparent;
}
.size_14,
.size_14 i {
    font-size: 1.4rem;
}
.activity-btn {
    background: transparent;
    border: solid 1px var(--border);
    color: #828282 !important;
    margin: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 0.9rem;
    border-radius: var(--bd-radius);
    padding: 10px;
}
.activity-btn i {
    padding-inline-end: 8px;
    font-size: 20px;
}
.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-left: 30px;
    padding-right: 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-left-width: 0px;
    border-right-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-left: 1px solid #E6E9ED
}
.table.table_custom.border-style tr td:last-child {
    border-right: 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-left-color: #2185d0
}
.table.table_custom.border-style tr:hover td:last-child {
    border-right-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-left-color: #2185d0
}
.table.table_custom.border-style tr:hover td:last-child {
    border-right-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-left: 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-left: 1rem;
    padding-right: 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.8rem;
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;
}
[dir="rtl"] .form_header .double-title input[type="text"].md-input {
    margin-right: 2rem;
}
[dir="ltr"] .form_header .double-title input[type="text"].md-input {
    margin-left: 2rem;
}
.form_header .double-title label {
    font-size: .95rem;
}
.md-title label.title_enX {
    font-size: 0.95rem;
    top: 4px;
}
.lead_desc {
    padding-right: 4px;
    padding-left: 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.8rem;
    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-left: 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-left: 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-right: 0.5rem;
    height: 30px;
}
.input_check .input_wp {
    margin-top: 0rem;
    padding-right: 0px;
    margin-right: 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; 
}
.input_desc {
    /* color: #a2a2a2;*/
    /*	    padding-top: 0.375rem;*/
    font-size: 0.7rem;
    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-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#dt_filter label {
    font-size: 0.8rem;
    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[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-inline-start: 0.1rem;
    margin-inline-end: 0.375rem;
    font-size: 1.2rem;
    line-height: 0.65rem;
    font-weight: 500;
    opacity: 0.85;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 6px;
    margin-right: auto;
    border-radius: var(--bd-radius);
    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[dir="rtl"] .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;
}
.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[dir="rtl"] .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;
}
.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[dir="rtl"] .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;
}
.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[dir="rtl"] .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;
}
.badge-top-container .badge {
    position: absolute;
    font-weight: 600;
    font-size: 0.6rem;
    line-height: 1;
    /*
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(--secondary);
    font-size: 0.9rem;
    margin-top: 0.75rem !important;
    margin-bottom: 0.5rem;
}
.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.375rem;
	border-radius:var(--sm-radius);
}
.body_pagetitle {
    display: inline-flex;
    color: var(--light);
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1);
}
.body_pagetitle i {
    padding-inline-end: 0.5rem;
    display: inline-flex;
    color: var(--light);
    font-size: 1.2rem;
    padding-inline-start: 0.5rem;
}
.grid_action .subpage_desc {
    color: var(--muted);
    font-size: 0.8rem;
    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-right: 0 !important;
        padding-left: 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-top-right-radius: 17px;
    border: 1px solid var(--border);
}
[dir="ltr"] .off-canvas {
    left: auto;
    right: 0;
    transform: translate(100%, 0);
    border-top-right-radius: 0px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 12px;
}
.off-canvas.open {
    transform: translate(0, 0);
    border-right: 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-top-right-radius: 17px;
    z-index: 101;
}
[dir="ltr"] .off-canvas-header {
    border-top-right-radius: 0px;
    border-top-left-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.8rem;
    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-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.off-canvas-body .sidebar-nav .nav {
    display: none;
    /* border-right: 1px solid rgba(229, 233, 242, 0.7);
margin-right: 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: 15px;
    color: var(--dark);
    font-size: 0.95rem;
}
.off-canvas-body .sidebar-nav .nav-label {
    font-size: 10px;
    font-weight: 500;
    color: #8392a5;
    text-transform: uppercase;
}
.off-canvas-body .sidebar-nav li:not(.show) .nav-link.with-sub::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #8392a5;
    border-bottom: 1.5px solid #8392a5;
    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-right: 1.5px solid #8392a5;
    border-top: 1.5px solid #8392a5;
    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: 12px;
    right: -42px;
    cursor: pointer;
    /*  padding: 6px 8px;*/
    border-top-left-radius: 17px;
    border-bottom-left-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: 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: 34px;
    min-width: 40px;
    position: relative;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #fff;
}
.off-canvas .handle a .ft_bg {
    width: 30px;
    height: 30px;
    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-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: var(--sm-radius);
    border-bottom-left-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-top-right-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--info);
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: -px 0 0 0;
    margin-bottom: 2px;
    margin-right: 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.8rem;
    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.8rem;
    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-left: 18px;
    padding-right: 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: 0.1rem 1rem 0rem 1rem;
    display: block;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    direction: ltr;
}
.dataList_wrapper div {
    direction: rtl;
}
.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: 160px;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    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: 17px;
    background: rgba(var(--rg-info), 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-info), 0.95);
    padding: 0px 2px 2px 8px;
    margin: 0px 2px;
    font-size: 0.75rem;
    text-shadow: 1px 0.05rem 1px rgba(var(--rg-secondary), 0.5);
    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-secondary), 0.65);
    border: 1px solid rgba(var(--rg-secondary), 0.3);
}
.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.5;
}
.ws-list .card-title {
    color: var(--secondary);
    font-size: 0.88rem;
}
.ws-list .text-desc {
    color: var(--muted);
    font-size: 0.8rem;
}
.ws-list .text-loc {
    display: inline-flex;
    overflow: hidden;
}
.ws-list .text-loc i {
    font-size: 0.8rem;
    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.75rem 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-right: 6px;
    padding-left: 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-right: unset;
margin-left: unset;
line-height: 1.5;
padding: 0rem 0.375rem 0.375rem;
*/
    padding: 0.5rem 0.375rem 0.5rem 0rem;
    margin-left: 0.6rem;
}
.bhead-row {
    background: var(--bg-light);
    margin: -1.2rem;
    margin-bottom: 0.375rem;
    padding: 0.75rem 0.375rem 0.375rem 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.75rem;
}
.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-right-width: 0;
    border-left-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-left: 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 {
    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-top-right-radius: 0;
    border-top-left-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
}
.ultra {
    //   font-family: 'DIN Next LT Arabic Ultra';
    font-family: 'DIN Next LT Arabic';
    font-weight: 800;
}
.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-right: auto;
    margin-left: 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(--border);
}
.summary-table div.form-group:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
.summary-table .form-group:hover {
    background: var(--hover);
}
.summary-table .form-group>[class*="col-"] {
    font-size: 0.85rem;
}
.summary-table .form-group {
    color: var(--secondary);
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.375rem;
}
.summary-table .form-group .val {
    color: var(--primary);
}
.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 .toggleSwitchCon {
    background-color: #fff;
    border: 1px solidvar(--shadow);
    padding: 1px;
}
.displayToggle .toggleSelector {
    background: #93c960;
}
.displayToggle .toggleOption.selected {
    /*color: #fff!important;;*/
}
.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.2s linear, background 0.2s 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: #7c141a;
    border-radius: 17px;
    padding: 2px;
    display: inline-block;
}
.toggleSelector {
    background: #fff;
    height: calc(100% - 2px);
    width: calc(50% - 2px);
    border-radius: 15px;
    position: absolute;
    top: 1px;
    right: 1px;
    margin-top: 0.05rem;
    left: 1px;
    -webkit-transition: 0.2s linear right;
    -o-transition: 0.2s linear right;
    transition: 0.2s 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%;
}
#displayToggle {
    position: fixed;
    z-index: 102;
    left: 50px;
    top: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.2s linear, background 0.2s linear;
}
@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.2s linear, background 0.2s 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: 34px;
    width: 34px;
    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: 8px 3px;
    font-size: 0.8rem;
    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: 34px;
	 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-right: 15px;
    padding-left: 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-right: unset;
}
.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(--dark);
    font-size: 1.1rem;
    margin: 0 8px;
}
.ws_row_menu a.dropdown-item.link-icon span {
    color: var(--secondary);
 
    font-size: 0.8rem;
    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(--info);
}
.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.8rem;
    border-bottom: 1px solid var(--border);
    color: var(--primary);
    font-weight: 500;
}
.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-left: 15px;
    padding-right: 2px;
    margin-bottom: 15px;
}
.multi_ajax_container {
    width: 100%;
    padding: 0.75rem;
}
.multi_ajax_progress {
    width: 100%;
}
.multi_ajax ul {
    padding: 0.5rem 0.75rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    background: var(--bg-light);
    border: 1px solid var(--border);
}
.multi_ajax ul li {
    font-size: 0.80rem;
    color: var(--secondary);
    padding: 0.55rem 0.375rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    height: 1.5rem;
    margin-bottom: 0.375rem;
}
.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: 'kinda-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.3rem;
    width: 1.36rem;
    margin-top: 4px;
    font-size: 1.3rem;
}
.multi_ajax ul li:last-child:not(.done):before {
    font-family: 'kinda-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: "\eb8e";
    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: 'kinda-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: 0.95rem;
    line-height: 20px;
    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;
    padding-bottom: 4px;
    font-weight: 600;
}
.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-left: 0.25rem;
    padding-right: 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: 600;
}
.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.8rem;
}
.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-right: 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-left: 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, sans-serif;
    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.3rem;
}
.card.payment .card-header {
    height: 70px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.card.payment .card-title {
    color: var(--secondary);
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 1.2rem;
}
.card.payment .card-title i {
    font-size: 2.5rem;
    padding-inline-end: 1.2rem;
    color: var(--info);
}
.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(--primary);
    padding: .375rem;
    line-height: 1.5;
    font-size: 0.8rem;
}
.card.payment .summary-table .form-group .col-form-label {
    padding: 0.375rem;
    line-height: 1.5;
    font-size: 0.8rem;
    color: var(--secondary);
    padding-inline-start: 0.75rem;
}
.card.payment .sm-gutters {
    margin-top: 0.175rem;
}
.card.payment .summary-table .form-line {
    height: 0;
    display: none;
}
.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;
}
.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;
}
[data-level="1"] .status {
    display: none !important;
}
.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(--muted2);
}
.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-right: .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: #ddd;
}
.note-editor .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: var(--sm-radius);
    border-top-right-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);
    margin-bottom: 1rem;
}
.filelist_attach
{ 
	    align-items: center;
    padding: 10px;
    border-width: 2px;
    border-radius: 2px;
    border-color: rgb(238, 238, 238);
    border-style: dashed;
    background-color: rgb(245, 249, 250);
    color: rgb(135, 149, 150);
    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.25rem 0;
    padding: 0.75rem 0 0.5rem 0;
    width: 7rem;
    text-align: center;
}
[dir=rtl] .file-manager-col-view .file-item {
    margin-right: 0;
    /*  margin-left: 0.25rem; */
    margin-left: 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-right: 2.25em;
    padding-left: 3rem;
}
[dir=rtl] .file-manager-row-view .file-item {
    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-left: auto;
    width: 10rem;
}
[dir=rtl] .file-manager-row-view .file-item-changed {
    margin-right: auto;
    margin-left: 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-left: 4rem;
}
[dir=rtl] .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-right: 4rem;
    margin-left: 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-right: 5px;
        padding-left: 5px;
    }
}
@media (min-width: 576px) {
    .file-manager-col-view .file-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (min-width: 768px) {
    .file-manager-col-view .file-item {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 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[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 4px;
    padding-left: 4px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-overflow: clip;
    max-width: calc(100% - 1px);
	font-size:0.8rem;
}
.form-control::placeholder {
    color: var(--muted2);
    font-size: 0.7rem;
}
.pricing {
    margin-right: -1.5rem;
    margin-left: -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.3rem;
    margin-inline-end: 0.3rem;
}
.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: 17px;
    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.8rem;
    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% - 4%)  ; 
 }
 .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.8rem;
    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: 100px;
  padding: .275rem 0;  
    transition: all .3s ease-in-out;
    background: #fff;
}
.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: 2px; 
}
.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: 2px; 
    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-right: 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:100%;
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: var(--secondary);
    text-transform: capitalize;
    display: grid;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
	width:100%;
}
[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-left: 0;
    margin-right: 0;
    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: 22px;}
}
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name {
    vertical-align: middle;
    font-weight: 400;
    white-space: nowrap;
}
.modal-content.no_footer .modal-footer{
	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);
 }
 
 .dataTables_wrapper {
	 min-height: 90px;
 }
 
 .ws_slide .dataTables_wrapper {
	 min-height: 350px;
 }