﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*html, body {
    font-family: IRANSans, sans-serif;
    font-size: 14px;*/
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
/*overflow: scroll;*/
/* overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*overflow:hidden;*/
/*font-size:.93rem !important;*/
/* padding-top: 16px;*/ /*For Case Nav*/
/*-webkit-user-select: none;
    -webkit-tap-highlight-color: transparent !important;*/
/*background-color: aquamarine;*/
/*max-height: 100vh;
}*/

:root {
    --black: #1a1a1a;
    --white: #fff;
    --green: #49b293;
    --main-backgroud-color: rgb(241, 241, 241);
    --mdb-secondary: #dee2e6;
    --main-back: rgb(241, 241, 241);
    --bs-card-border-width: 0;
    --bs-card-border-color: #d9dee3;
    --bs-card-border-radius: 0.5rem;
    --bs-card-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    --empty-message: '';
}

html, body {
    font-family: IRANSans, sans-serif;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    /*font-family: IRANSans, sans-serif;
    font-size: 14px;*/

    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*overflow: scroll;*/
    /* overflow-y: scroll;*/
    overflow-x: hidden;
    /*overflow:hidden;*/
    /*font-size:.93rem !important;*/
    /* padding-top: 16px;*/ /*For Case Nav*/
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    /*background-color: aquamarine;*/
    max-height: 100vh;
    /*    background-color: rgb(245, 245, 245);*/
    background-color: var(--main-back);
    scrollbar-width: thin;
}


/*::-webkit-scrollbar {*/
/*    width: 0;
    height: 0;
    background: transparent;*/



    /* width: 5px;
    height: 5px;
    background: #682773;*/
    /*width: 5px;*/ /* Remove scrollbar space */
    /*height: 5px;
    background: #682773;*/ /* Optional: just make scrollbar invisible */
/*}*/
/* Optional: show position indicator in red */
/**::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/


/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    height: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f6a22a;
    }


a {
    text-decoration: unset;
}

.a-link {
    text-decoration:underline;
}


.btn > i {
    font-size: .9rem;
    position: relative;
    top: 2px !important;
}

.nav-tabs::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.nav-tabs {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

a, .btn-link {
    color: #237cc1;
}

.selected {
    font-weight: bold;
    background-color:aliceblue;
}

.fw-bold {
    font-weight: 500 !important;
}

/*.btn:hover {*/
    /*    color: #f9f7f4;*/
    /*background-color: #5c5c5c;
    color:#ffffff;
    border-color: #5b288e;
}

.btn-with-revert:hover {*/
    /*    color: #f9f7f4;*/
    /*background-color: inherit;
    color: inherit;
    border-color: #5b288e;
}

.btn:active {
    background-color: #000000;
    color: #ebebeb;
}*/


    /*
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/
    /*.content {
   
}*/
    /*button,
textarea,
input,
select,
div,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}*/
    /*
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

    .invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*
.btn:focus {
    outline: none;
    box-shadow: none;
}*/

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.input[type="checkbox"]:focus {
    outline: 0 !important;
}

.form-check-input[type=checkbox]:checked:after {
    border-color: #0f65e8;
}

.form-check-input:checked[type=checkbox] {
    
    direction: ltr !important;
}

.form-check-input {
    /*width: 1.3em;
    height: 1.3em;*/
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.english-font {
    font-family: Arial, Helvetica, sans-serif !important;
}

.noscrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
    display: none;
}

.pageloading {
    text-align: center;
    margin-top: 100px;
    margin-left: 100px;
}




audio {
    max-height: 30px !important;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
}

    audio::-webkit-media-controls-panel {
        background-color: #0e998f;
    }

    audio::-webkit-media-controls-current-time-display {
        color: #fff;
    }


/* MY Styles*/
body.modal-open {
    overflow: hidden;
}

.left, .right {
    /*flex: 1;*/
    overflow: auto;
    overflow-x: hidden;
}

dxbl-popup-cell {
    z-index: 2000 !important;
}

/*dxbl-popup-cell {
    position: absolute;
    top: 0;
    left: 0;
}*/


.bg-main {
    background-color: var(--main-backgroud-color);
}

.container-body {
    background-color: var(--main-backgroud-color);
    padding: 1rem;
}

/*.modal-body {
    background-color: var(--main-backgroud-color);
}*/

.card-header {
    background-color: rgb(241 241 241);
}


.container-content {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    /*    border-radius: var(--bs-card-border-radius);*/
    border-radius: 8px;
    border-bottom: 1px solid rgb(231, 231, 231);
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
    padding: 1.5rem;
}
.container-content hr {
        color: #d9dee3;
}

hr {
    margin: 1rem 0;
    color: #d9dee3;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.case-tabpan-height {
    /*height: calc(100vh - 250px) !important;*/
}



.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !imporant;
    background-color: #727376 !imporant;
}


ul {
    padding-top: 5px !important;
    padding-bootom: 5px !important;
}

.list-menu {
    /* list-style: none;*/
    /* display: flex;
    flex-wrap: wrap;*/
}

    .list-menu li a {
        padding-left: 1rem;
        /*padding-right:2px;*/
    }

        .list-menu li a img {
            width: 1rem;
            height: 1rem;
            /*            margin-right: 5px;*/
            margin-left: 5px;
        }

.treeviewclass {
}

    .treeviewclass .nav-pills .nav-link {
        border-radius: 0rem;
        font-size: 12px;
        text-transform: uppercase;
        padding: 17px 29px 16px;
        line-height: 1;
        background-color: transparent !important;
        font-weight: 500;
        color: rgba(0,0,0,.6);
        margin: 0.12rem;
    }

.tree-list-view * .nav-link {
    color: #272727 !important;
    font-size: .9rem !important;
    
}

.sm-font{
    font-size:.7rem;
}

.title-font {
    font-size: .9rem !important;
    font-weight: 500 !important;
}

.fixed-card-header {
    position: fixed; /* stay fixed on top */
    top: 0;
    width: 100%;
    z-index: 1; /* needed to stay above other elements */
}
/*
dxbl-dropdown {
    z-index: 2000 !important;
}*/

.right {
    flex: 12;
}



.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.oi {
    top: 3px;
}


.scrollable-parent {
   
    /*height: calc(100% - 65px);*/
    height:calc(100% - 45px);
    overflow: hidden !important;
}
.scrollable-first-parent {
    /*height: 100vh !important;*/
    height: 100%;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    overflow: hidden !important;
}

.scrollable-column {
    max-height: 100% !important;
    overflow: auto !important;
}


.adult-outlines {
    pointer-events: none;
}


.main-navbar {
    min-height: 48px;
    /*background: rgba(0,0,0,0.8);*/
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    /*    background-color: rgba(0, 0, 0, 0.8);*/
    font-size: 12px !important;
    background-color: rgb(35, 49, 56) !important;
    /*    color: rgb(37, 37, 37) !important;*/
}

    .main-navbar > * .dropdown-menu {
        font-size: 12px !important;
        background-color: rgb(35, 49, 56) !important;
        padding-right: 5px;
    }


/*@media screen and (max-width: 900px) {
    .table-sm {
        table-layout: fixed !important;
    }
}*/

/*@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
}*/

    /*Mobile Mode*/
    @media screen and (max-width: 768px) {
        .table-bordered > :not(caption) > * {
        border-width: 1px 0;
    }

        .scrollable-parent {
            height: auto !important;
            overflow: auto !important;
        }

        .scrollable-first-parent {
            height: auto !important;
            -webkit-box-flex: unset !important;
            -ms-flex-positive: unset !important;
            flex-grow: unset !important;
            overflow: auto !important;
        }

        .scrollable-column {
            max-height: auto !important;
            overflow: auto !important;
        }

        .navbar-nav .dropdown-menu {
            position: static !important;
        }
}

.custom-spinner {
    position: relative;
    top: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 99999;
}

.btn-with-revert {
    font: revert;
    padding: revert;
    width: 100% !important;
}


.product-brief {
    white-space: nowrap;
    text-align: start;
    text-align: left;
    color: #535458 !important;
    /* font-size: smaller; */
    font-weight: 500;
}

.badge {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-size: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsl(0deg 0% 100% / 83%);
}

/*.nav-link hover {
    color: #f6cc2e !important;
}*/

/*.card-body {
    padding: 0.3rem;
}

.card-header {
    padding: 0.5rem 0.75rem;
}*/

.icon-button i {
    font-size: 18px !important;
    /*line-height: 47px;*/
}

.btn-recording {
    /*color: #fff;*/
    color: #f93154 !important;
    /*background-color: #f93154;*/
}

.stagetype-icon {
/*    position: absolute;*/
    /*    left: 4px;*/
    right: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
}

.stagetype-icon-mobile {
    position: absolute;
    /*    left: 4px;*/
    right: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
}

.jobstatus-icon-mobile {
    position: absolute;
/*    left: 4px;*/
right:4px;
    top: 4px;
    width: 14px;
    height: 12px;
}


.now-small-inprocess {
    background: #c3def9 !important;
    border: 1px solid #6c96f3 !important;
}

.now-small-done {
    background: #cbf3ac !important;
    border: 1px solid #139339 !important;
}

.now-small-mobile {
    font-weight: 500;
    position: absolute;
/*    right: -7px;*/
left:-7px;
    top: -4px;
    background: #ffdd77;
    border: 1px solid #ffa900;
    /*    transform: rotate( 45deg );*/
    transform: rotate( 311deg );
    font-size: xx-small !important;
}

.reserved-small-mobile {
    font-weight: 500;
    position: absolute;
    background: #f5f5f5;
    border: 1px dashed #5e5c5eab;
    color: #6b6c6c;
    left: -17px;
    top: -12px;
    transform: rotate( -45deg );
    font-size: xx-small !important;
}

.list-group-item {
    padding: 0.5rem 0.5rem;
}

.badge-small-font {
    font-size: 0.79rem;
}


.group-font-large button {
    font-size: 15px !important;
}


.visualizer {
    width: 300px;
}


.dxbs-grid .dxbs-grid-selected-row > td:not(.dxbs-grid-empty-cell):not(.dxbs-grid-indent-cell) {
    background-color: rgb(107 229 252 / 10%);
}

.table-sm > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    /*padding-top: 0.5 rem;
    padding-right: 1.4 rem;
    padding-bottom: 0.5 rem;
    padding-left: 1.4 rem;*/
}

.scrollarea-parent {
    height: 100% !important;
    flex-direction: column !important;
    display: flex !important;
    overflow: hidden !important;
}

.side-ist-scroll {
    max-height: calc(100vh - 259px) !important;
}

.side-ist-scroll-mobile {
    max-height: calc(100vh - 193px) !important;
}

.scrollarea {
    /*max-height: 100vh !important;*/
    /* max-height: 350px !important;*/
    overflow-y: scroll !important;
    /*height: 100vh !important;*/
    display: grid !important;
}



    .maxheight-without-navbar {
        height: calc(100vh - 54px) !important;
        height: -moz-calc(100vh - 54px) !important;
        height: -webkit-calc(100vh - 54px) !important;
        /*    box-sizing: border-box !important;*/
    }

.navbar-collapse {
    padding-left: 15px;
}

.main-navbar > a {
    height: 48px !important;
    text-align: center;
    align-content: center;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: 80px;
    cursor: pointer;
}


.file-upload > input {
    display: none;
}

.file-upload img {
    cursor: pointer;
}

.common-grid {
}

.mobile-grid .dxbs-grid-header-row {
    display: none !important;
}

.note-grid .dxbs-grid-header-row {
    display: none !important;
}



.dxbs-grid-header-content {
    font-weight: 500;
    font-size: .9em;
}

/*.mobile-grid > * td {*/
    /* border-bottom: 0; */
    /*border-bottom-width: 8px !important;
    border-bottom-color: var(--main-back) !important;
    box-shadow: 0 0 0 1px #ebedef !important;
    border-color: var(--main-back) !important;
    box-shadow: 0 0 0 1px #dfdfdf !important;
    border-width: 8px !important;
}*/

.modal-content, .toast {
    border: 1px solid #e5e5e5 !important;
}

.chat-balloon {
/*    background-color: #ffffff;
    border-bottom-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;*/
}

.note-label-backgroud {
/*    background-color: #1b7fdf;*/
    color: rgb(77, 79, 82);
}

.note-self-backgroud {
/*    background-color: rgba(246, 246, 246, 0);*/
    color: rgb(33, 98, 167);
/*    border: 1px solid rgb(240, 240, 240);
    border-radius: 15px;*/
}

.note-source-title {
    background: #def5f8;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: .7rem;
    font-weight: 500;
}

.payment-row-item {
    border: 1px solid #bdbdbd;
    border-radius: 7px;
}

.payment-row-item-title {
    background-color: rgb(98, 177, 6);
    position: absolute;
    top: 5px;
    right: 20px;
    color: white;
    border: 1px solid #a8a8a8;
    border-radius: 7px;
    font-size: 12px;
    min-width: 120px;
    text-align: center;
}

.payment-row-item-delete {
    position: absolute;
    top: 20px;
    left: 18px;
    background-color: rgba(255, 255, 255, 0);
}

.rtl-list ul {
    direction: rtl !important;
    padding-right: 0 !important;
}

.empty-person-task {
    max-width: 34px;
    max-height: 34px;
    min-width: 34px;
    min-height: 34px;
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
    font-weight: 500
}

.empty-person-task-large {
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    font-weight: 500
}


.header-container {
    display: flex;
    align-items: flex-start;
}


.sticky {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 2000;
    background: white;
    /*margin-top: 0px !important;*/
}

.sideconvastoggler {
}

.tooth-chart {
    width: 450px;
}

#Spots {
    polygon, path

{
    -webkit-transition: fill .25s;
    transition: fill .25s;
}

polygon:hover, polygon:active, path:hover, path:active {
    fill: #dddddd !important;
}

}




.footer-case {
    min-height: 63px;
    max-height: 63px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    border-radius: 7px;
}

/*
.form-outline .form-control {
    border:solid;
}*/

.dropdown-menu {
    /*max-height: 480px;
    min-width: 200px;*/
    /*width:150px;*/
    overflow-y: auto;
    background-color: #fbfbfb;
    border: 1px solid rgba(0,0,0,.15) !important;
    direction: rtl;
    font-size: 12px;
}
/*.fa, .fas {
    font-size: 1rem;
}*/
.fa-lg {
    font-size: 1.2rem !important;
}
.dropdown-item {
    /*padding: 0.6rem 0.6rem;*/
    /*padding: 0.6rem 1.2rem 0.6rem 0rem;*/
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.check-item {
    /*padding: 0.6rem 0.6rem;*/
    padding: 0.6rem 2rem 0.6rem 0rem;
    position:relative !important;
}
.check-item-icon {
    position: absolute;
    right: .6rem;
    top: .7rem;
}

.dropdown-menu-scroll-content {
/*    max-height: 400px;
    overflow-y: auto;*/
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #e0e0e0 !important;
}

    .nav-tabs .nav-link {
        text-transform: none;
        /*padding: 17px 20px 6px;
    white-space: nowrap;*/
        padding: 4px 16px 9px;
        /*        margin-left: 15px !important;*/
        margin-bottom: 0px;
        white-space: nowrap;
    }



.mynav-badge {
    margin-top: -12px !important;
    margin-left: -10px !important;
    position: absolute;
}

.tab-filter-status {
    direction: ltr;
    border: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: fit-content;
}

.dropdown-filter-status {
    /*    display: contents;*/
    direction: ltr;
    min-width: 200px;
    /*    border: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: fit-content;*/
}

.now-style {
    background: #ffdd77 !important;
    border: 1px solid #ffa900 !important;
    font-size: smaller !important;
    font-weight: 500 !important;
}
/*.dropdown-menu {
    font-size: 1.3rem;
}*/
/*.form-control {
    font-size: 1.2rem;
}*/
/*
.input-group > .form-control {
    min-height: calc(2.98rem + 2px);
    height: calc(2.98rem + 2px);
}*/
.btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 0.8rem;
    text-transform: none;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.btn-group, .btn-group-vertical {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-toggle:after {
    margin-left: .455em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
}

.modal-body {
    position: static;
}

.modal {
    background: #72717078;
}

h5 {
    font-size: 1.1rem;
}










/*
.nav-pills .nav-link {
    font-size: 1.1rem;
}*/

/*
.small, small {
    font-size: 0.9rem;
}*/

.dxbs-fixed-header-content {
    text-align: center;
}

.dxbs-gridview > .card {
    box-shadow: none !important;
    border: none;
}


.clear-filter-single {
    /* position: absolute;
    top: 0;
    right: -2px;*/
    padding-left: 7px;
    padding-right: 7px;
    /*color: #fff !important;*/
    box-shadow: none;
    /* background: #fafafa;*/
}

.actionbtns {
    /*min-width: 56.625px;*/
    font-size: .75rem;
    font-weight: 500;
    min-width: 78.625px;
}


.top-filter-nav {
}

    .top-filter-nav > * .btn {
        height: 100% !important;
    }



/*
.top-filter-nav > * span {
        font-size:1.1rem !important;
}*/

.text-gray {
    color: #747474 !important;
}

.list-middle-column {
    max-width: 150px;
    text-overflow: ellipsis;
}


.quickmode-caseorder {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
}


.btn-outline-secondary {
    color: #505050;
    border-color: #c7c7c7;
}

.btn-outline-success {
    color: #0c7637;
    border-color: #0c7637;
}

.text-success {
    color: #08893c !important;
}

.btn-primary {
    color: #fff;
    background-color: #005093;
}

.btn-process {
    color: #585858;
    /* background-color: #000000; */
    border-bottom: 2px solid #717171;
    border-radius: 0;
    font-size: 13px;
}

.bg-dark-orange {
    color: #fff;
    background-color: #e69800 !important;
}

.border-light-gray {
    border-color: #e9e9e9 !important;
}

.rounded-pill:hover {
    color: #fff;
    background-color: #000000 !important;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}

.dxbs-grid > .card {
    position: static;
    width: 100%;
    min-height: 0;
    
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.bg-light-gray {
    background: #f9f9f9;
}

.bg-gray {
    background: #f0f0f0;
}

.bg-yellow {
    background: #fdf72f;
}

.bg-light-orange {
    background: #fdecbf !important;
}

.bg-light-green {
    background: #f2f4f0 !important
}

.bg-success {
    background-color: #08a146 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #4a4a4a;
}

.bg-primary {
    background-color: #3d77d7 !important;
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #404040;
    }

.btn-success {
    color: #fff;
    background-color: #418d40;
}



.btn-sm > i {
    font-size: 1.2rem !important;
}

.dropdown-toggle-split {
    padding-left: .5625rem !important;
    padding-right: .5625rem !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: unset;
}

/*.btn:hover {
    color: #4f4f4f;
    background-color: #ececec;
}*/

/*Case NAV*/
.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -moz-box;
}

.nav-tabs > li {
    float: none;
}

.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}



.ulstatus .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*color: rgb(0, 0, 0);
    border-color: rgb(246, 162, 41);*/
    color: rgb(0 140 221);
    border-color: rgb(47 134 218);
    border-bottom-width: 3px;
    /*font-weight: 500;*/
}



.search-input {
    /*    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    font-size: 13px;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
/*    background: rgba(0,0,0,.5);*/
    z-index:-1;
}

.search-btn {
    /*    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;*/
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.main-search-description {
    list-style-type: none;
    flex-direction: column;
    color: #9aa0a6;
    /*    font-family: Google Sans,arial,sans-serif-medium,sans-serif;*/
    font-size: 12px;
    margin: 0 10px 0 16px;
    padding: 8px 0 8px 0;
    line-height: 16px;
    width: 100%;
    direction: rtl;
}

.search-autocomplete {
/*    position: relative;*/
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #258be9;
    border-radius: 0.5rem !important;
    box-shadow: 0 9px 8px -1px rgba(0, 0, 0, 0.15);
    direction: rtl;
    padding-bottom: 3px;
}

    .search-autocomplete .options {
        padding-right:5px;
/*        position: absolute;
        top: 35px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #258be9;
        border-radius: 0.5rem !important;
        box-shadow: 0 9px 8px -1px rgba(0, 0, 0, 0.15);
        direction: rtl;
        padding-bottom: 3px;*/
    }

    .search-autocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .search-autocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .search-autocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .search-autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .search-autocomplete .option.disabled:hover {
                background: lightgrey;
                color: var(--bs-body);
            }



/*new one*/
.filter-nav {
}

    .filter-nav > .nav-item {
        margin-left: 0px;
        margin-right: 0px;
        /*width: 200px;
    height: 70px;
    box-shadow: 0 4px 6px -6px #222;*/
    }

    .filter-nav > .nav {
        overflow-x: auto;
        overflow-y: hidden;
        /*height: 4em;*/
    }

    .filter-nav li > .nav-link {
        font-size: 10px !important;
        text-transform: none;
        padding: 10px 0px 10px !important;
        margin-right: 15px !important;
    }

        



    .filter-nav li > .nav-tabs {
        /*font-size: 1rem;*/
        text-transform: none;
        padding: 9px 12px 5px !important;
    }

/*Custom ScrollBar*/
/*.outer-wrapper {
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #d5ac68 #f1db9d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.pseduo-track {
    background-color: #f1db9d;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10;
}

@media (any-hover: none) {
    .pseduo-track {
        display: none;
    }
}

.outer-wrapper::-webkit-scrollbar {
    height: 5px;
}

.outer-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.outer-wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d5ac68;
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #f1db9d;
}

.outer-wrapper::-webkit-scrollbar:vertical {
    display: none;
}*/


/*.filter-nav li > .nav-pills > .nav-link {
        font-size: 1rem;
}*/

.nav-tabs .nav-link:hover {
    background-color: transparent !important;
    /*border-color: transparent;*/
}

.status-item {
}

.filter-nav li > .status-item {
    font-size: 11px !important;
    text-transform: none;
    padding: 5px 8px !important;
    margin-right: 5px !important;
    height: 100%;
    line-height: 14px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .status-item.active {
    color: #1267cc !important;
    border-color: #1267cc !important;
    
    border-radius: 50px !important;
    background-color: #f1f3f4 !important;
    border-width: thin;
}
/*end of new one*/

.filter-nav li > .stage-group-item {
    font-size: .85rem !important;
    padding: 10px 10px 10px !important;
    margin-right: 5px !important;
    /*text-transform: none;
    margin-right: 5px !important;
    height: 100%;*/
    line-height: 14px !important;
}

/*.toast {
    background-color: #d3fffa !important;
}

.toast-header {
    background-color: #b9f3f2;
}*/

.toast :not(.foo) {
    background-color: #d3fffa !important;
}

.toast-header :not(.foo) {
    background-color: #b9f3f2;
}

.foo {
}
/*h2 :not(span.foo) {
    color: red;
}*/


/*StatusStyles*/
.text-inprocess, .text-done, .text-idle, .text-faild, .text-others, .text-needtogo, .text-just-created {
    border-radius: 5px;
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .3em;
    padding-bottom: .3em;
    min-width: 3em;
    text-align: center;
    display: inline-block;
    max-width: 9.5em;
    width: 9.5em;
    white-space: nowrap;
    font-size: 0.7rem;
    border: 1px solid #c2c2c2;
}

.text-just-created {
    background: #fff0ba;
    color: #aa7900;
    border: 1px solid #f6dd9d;
}

.text-inprocess {
    background: #ebf8ff;
    color: #1f77ff;
}

.text-needtogo {
    background: #ebf7f4;
    color: #0c7512;
    /*    background: #ffe7ac;
    color: #c36d00;*/
}

.text-done {
    background: #2e7c74;
    color: #ecfcfc;
    /*border-radius: 5px;
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .3em;
    padding-bottom: .3em;
    min-width: 7em;
    text-align: center;
    display: inline-block;
    max-width: 9em;
    white-space: nowrap;*/
}

.text-idle {
    background: #ffe7ac;
    color: #c36d00;
    /*    background: #FBF1E4;
    color: #D27632;*/
}

.text-faild {
    background: #FAE5E6;
    color: #CF302B;
    /*border-radius: 5px;
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .3em;
    padding-bottom: .3em;
    min-width: 7em;
    text-align: center;
    display: inline-block;
    max-width: 9em;
    white-space: nowrap;*/
}

.text-others {
    background: #f5f5f5;
    color: #6d6d6d;
    /*border-radius: 5px;
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .3em;
    padding-bottom: .3em;
    min-width: 7em;
    text-align: center;
    display: inline-block;
    max-width: 9em;
    white-space: nowrap;*/
}

.status-horizontal-line {
    height: 3px;
    position: relative;
    margin-top: -.5rem !important;
    margin-bottom: .5rem;
    margin-right: -.5rem !important;
    margin-left: -.5rem !important;
}

.auto-textarea {
    resize: none;
    overflow: hidden;
    height:30px;
    min-height: 30px;
    max-height: 150px;
}

.medic-description {
    border-left: 1px solid rgba(189, 189, 189, 0.6) !important;
    border-top: 1px solid rgba(189, 189, 189, 0.6) !important;
    border-bottom: 1px solid rgba(189, 189, 189, 0.6) !important;
    width: 100%;
    border-right: 5px solid rgba(230, 168, 140, 1) !important;
    border-radius: 3px;
    padding-right: 8px;
    padding-top: 2px;
    color: rgba(161, 100, 73, 1);
    /* background-color: rgba(238, 81, 110, 0.11); */
}

/*.nav-tabs .nav-link {
    color: rgba(96, 153, 231, 1);
}*/

/*End Status Styles*/

.jobdatetime {
    /*word-wrap: break-word;*/
    /*width: 40px;*/
    /*white-space: normal;*/
    white-space: nowrap;
    font-size: 0.70rem;
    padding: 0;
}

.done-job-date {
    font-size: 14px;
    margin-left: 10px;
}
/*
.small-font {
    font-size: 1.1rem;
}*/
/*Customize Table*/
.table {
    color: #444f5a;
    border-color: #e0e0e0;
    font-size: 12px;
}

/*tbody, td, tfoot, th, thead, tr {
    border-color: #e0e0e0;
}*/

.table-bordered > :not(caption) > * > * {
/*    border-width: 0 0px;*/
}

.dxbs-grid {
    /*direction: ltr !important;*/
    height:100% !important;
}

.dxbs-grid-table {
    direction: rtl !important;
}

.dxbs-gridview > .card .dxbs-table > thead > tr > th, .dxbs-th.card > .card-body {
    background: #f2f4f0;
}

.dxbs-fixed-header-content > a, .dxbs-fixed-header-content > span {
    font-weight: 500 !important;
}

.dxbs-fixed-header-content a {
    text-decoration: none !important;
}

.dxbs-grid-header-content {
    justify-content:center;
}

.dxbs-grid .dxbs-grid-pager-container {
    direction:ltr;
}

.gridview-column-sort {
    text-decoration: none !important;
}

.table-no-border {
    border-color: #ffffff;
}

    .table-no-border > .table-bordered > :not(caption) > * {
        border-width: 0px 0 !important;
    }

    .table-no-border > .dxbs-data-row {
        border-width: 0px 0 !important;
    }


.dxbs-grid .dxbs-grid-table > * > tr > :first-child {
    border-left: 1px solid #e0e0e0 !important;
    /*    border-left-style: solid;
    border-left-width: 1px;*/
    border-top-left-radius: 0px;
}

.dxbs-grid > .card .dxbs-scroll-viewer:first-child > .dxbs-scroll-viewer-content > .dxbs-grid-table > colgroup + thead > tr:first-child > th:first-child {
    border-top-left-radius: 0px;
}



/*.table > tbody > tr > td:last-of-type {*/
    /* Give your style Here; */
    /*position: absolute;
    left: 0;
    background-color: red;
    width: 160px;
}

.table > thead > tr > th:last-of-type {*/
    /* Give your style Here; */
    /*position: absolute;
    left: 0;
    background-color: red;
    width: 160px;
}*/

/*.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
}*/
/*End Of Table Customize*/
/*MY Radio Button Style*/
/*input [type="radio"] {
    position: absolute;
    left: -9999px;
}*/


.center-content-absolute {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}




.filters {
    text-align: center;
    margin-bottom: 2rem;
}

    .filters * {
        display: inline-block;
    }

    .filters label {
        padding: 0.5rem 1rem;
        margin-bottom: 0.25rem;
        border-radius: 2rem;
        min-width: 50px;
        line-height: normal;
        cursor: pointer;
        transition: all 0.1s;
    }

        .filters label:hover {
            background: var(--green);
            color: var(--white);
        }




[value="All"]:checked ~ .filters [for="All"],
[value="InProcess"]:checked ~ .filters [for="InProcess"],
[value="Finished"]:checked ~ .filters [for="Finished"],
[value="Scheduled"]:checked ~ .filters [for="Scheduled"],
[value="Late"]:checked ~ .filters [for="Late"] {
    background: var(--green);
    color: var(--white);
}

/*End Of RadioButton filter Style*/

/*.bg-primary {
    background-color: #fceeef !important;
}*/


.stagename-label {
    background-color: #ececfd;
    /*background-color: #fceeef;
    background-color: #effefe;
    background-color: #fef8e5;*/
    padding-left: 6px;
    padding-right: 12px;
    border-radius: 10px;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: nowrap;
    white-space: nowrap;
}

.dot {
    background-color: #4541e3;
    /*background-color: #ed4d4c;
    background-color: #6af2e4;
    background-color: #f6b443;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

/*SVGS*/
.check-circle {
    background-color: green;
    -webkit-mask: url(../images/check-circle-fill.svg) no-repeat center;
    mask: url(../images/check-circle-fill.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.inprocess {
    background-color: #4364c1;
    -webkit-mask: url(../images/gear-fill.svg) no-repeat center;
    mask: url(../images/gear-fill.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.scheduled {
    background-color: #f7a024;
    -webkit-mask: url(../images/clock-fill.svg) no-repeat center;
    mask: url(../images/clock-fill.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}


.onhold {
    background-color: darkorange;
    -webkit-mask: url(../images/exclamation-circle-fill.svg) no-repeat center;
    mask: url(../images/exclamation-circle-fill.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.faild {
    background-color: red;
    -webkit-mask: url(../images/flag-fill.svg) no-repeat center;
    mask: url(../images/flag-fill.svg) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.check-list-group {
    border: 1px solid #afafaf !important;
    border-radius: 8px !important;
/*    margin-top: 8px;*/
    padding: 0;
    overflow: hidden;
}

/* Google filter */
/*.Zgesjc {
    -webkit-user-select: none;
    display: block;
    height: 51px;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    box-shadow: 0px 1px 3px 0px rgb(60 64 67 / 8%);
    height: 36px;
    margin-left: -3px;
    margin-right: -3px;
    padding-bottom: 8px;
}

.IC1Ck {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    padding-right: 8px;
    padding-left: 11px;
    margin-left: -4px;
}

.hdtb-mitem, .t2vtad {
    display: inline-block;
    line-height: 27px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium,Roboto-Regular,Roboto-Medium,HelveticaNeue-Medium,Helvetica Neue,sans-serif-medium,Arial,sans-serif;
    font-family: Google Sans,Roboto,Helvetica Neue,Arial,sans-serif;
}*/





/*OldOne*/
.nav-scroller {
    z-index: 2;
    /*position: relative;
        height: 3.4rem;
        padding-top: 1rem;*/
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        /* padding-bottom: 1rem;
        margin-top: -1px;*/
        /*padding-bottom: 10px;
    margin-top: 1rem;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;*/
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }


.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.text-warning {
    color: #f28000 !important;
}

.bg-purple {
    background-color: #6f42c1;
}

/*Search Button Collaps*/
.searchbtn:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f00d";
    padding-right: 4px;
}

.searchbtn.collapsed:before {
    content: "\f002";
}


.text-primary {
    color: #0d97eb !important;
}

.form-right-panel {
    height: 100%;
    overflow-y: auto;
/*    background: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(231, 231, 231);
    border-left: 1px solid rgb(231, 231, 231);*/
}

.form-control {
    font-size: .89rem;
}

.control-label {
    margin-bottom: .2rem;
    font-size: 10.8px;
    color: #767676;
    text-overflow: ellipsis;
    /* font-weight: 600 !important; */
    text-shadow: none;
    font-weight: 500;
}

.control-label > i {
    margin-left: 5px;
}

.control-label-val {
    padding-right: 8px;
    border: 1px solid #bdbdbd;
    width: 100%;
    border-radius: 5px;
    padding-top: 3px !important;
    /* padding-bottom: 6px; */
    min-height: 31px;
    background: #ffffff;
    font-size: 0.92em;
}

.control-label-date {
    direction: ltr;
    padding-left: 8px;
    border: 1px solid #bdbdbd;
    width: 100%;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 31px;
    background: #ffffff;
    font-size: .85rem;
}

.control-label-dropdown {
    position: relative;
    padding-right: 8px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    width: 100%;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    background: #ffffff;
    min-height: 30px;
    text-align: right;
    font-size: .85rem !important;
    font-weight: 500;
}

    .control-label-dropdown:after {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-left: .3em solid transparent;
        border-bottom: 0;
        border-right: .3em solid transparent;
        margin-right: .455em;
        position: absolute;
        left: 10px;
        bottom: 45%;
        top: 45%;
        font-size: 14px;
    }

.label-sm-mute {
    font-size: .85rem;
    border-color: #dddddd;
    background-color: #f2f2f2;
    min-height: 25px;
}
.input-group {
    flex-wrap: nowrap !important;
}
.input-group-text {
    background: #fff; /*rgb(245, 245, 245);*/
    color: #497cc1;
}

.mds-bs-dtp-container table td, .mds-bs-dtp-container table th {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.btn-chart {
    min-height: 32px !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

.mob-val {
    color: rgb(124, 124, 124);
}

.mob-title {
    font-weight: 500;
    color: rgb(64, 64, 64);
}

.caselines-ul > li{
    font-size:.9rem !important;
}

.side-filter {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    height: calc(100vh - 86px);
    /*    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);*/
    overflow-y: auto;
}

.side-filter-content {
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
}

.side-filter-job {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 59px);
    overflow-y: auto;
}

.side-filter-header {
    flex: 0 0 auto;
}

.side-filter-footer {
    flex: 0 0 auto;
}



.side-filter-content > .accordion-item {
    border: 0;
    margin-top: .2rem !important;
    margin-bottom: .3rem !important;
    border-right: 3px solid #ebebeb !important;
    background: white;
    padding-right: 10px !important;
    padding-top: 10px;
}

.side-filter-content > * .accordion-body {
    padding: .9rem .8rem 1.2rem;
}

.side-filter-content > * .accordion-header {
    margin-bottom: 0 !important;
    border-right: 3px solid #e19d7b !important;
}


.side-filter-content > * .accordion-button {
    padding-top: 7px !important;
    padding-right: 7px !important;
    padding-bottom: 9px !important;
     font-size: 12px;
}

.side-filter-content > * .accordion-collapse {
    border-right-width: 3px !important;
    border-right-style: solid !important;
    border-right-color: #e19d7b !important;
}


.side-filter-content > * .accordion-button:not(.collapsed) {
    color: #404143 !important;
}

.side-filter-content > .accordion-item:first-of-type {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.side-filter-content > .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    .side-filter-content > .accordion-item:last-of-type .accordion-collapse {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.side-filter-content > * .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.side-filter-content > * .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.side-filter-content > * .control-label {
    color: rgb(159, 159, 159) !important;
}

.side-filter-content > * .control-label-val {
    background: #f8f8f8 !important;
}

.side-filter-content > * .control-label-date {
    background: #f8f8f8 !important;
}

.side-filter-content > * .control-label-dropdown {
    background: #f8f8f8 !important;
}

.side-filter-content > * input {
    background: #f8f8f8 !important;
}


/*User Report Page*/
.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, .8);
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 2px solid rgba(121, 121, 121, .5);
    text-align: center;
    width: 30px
}

    .social-links li a:hover {
        color: #797979;
        border: 2px solid #797979
    }

.thumb-lg {
    height: 88px;
    width: 88px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.text-pink {
    color: #ff679b !important;
}

.btn-rounded {
    border-radius: 2em;
}

.text-muted {
    color: #a2a2a2 !important
}

/*h4 {
    line-height: 22px;
    font-size: 18px;
}*/

.taskdropdown {
    max-width: 250px;
}

/*End OF User Reoprt Page*/

.cardheader-text {
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
    /* max-height: 3em; */
    white-space: nowrap;
}



/*USER PROFILE*/
.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover {
        background: #682773
    }

    .profile-button:focus {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active {
        background: #682773;
        box-shadow: none
    }

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 11px
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}





.chat-item .chat-item-left .chat-item-body {
    margin-right: 5px;
    margin-left: 0;
}

.chat-item .chat-item-left .chat-item-body {
    
}

.chat-item .chat-item-body {
    /*max-width: 210px;
    min-width: 210px;*/
    border-radius: 6px;
    padding: 7px 12px 12px;
    margin-left: 10px;
    font-size: 13.5px;
    cursor: default;
    line-height: 1.7em;
    position: relative;
}

.chat-item-body {
    border-radius: 6px;
    padding: 7px 12px 12px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13.5px;
    cursor: default;
    /* line-height: 1.7em; */
    position: relative;
    background: rgb(208, 236, 239);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 3.5px;
    padding-top: 3px;
    min-width: 180px;
}



.left-chat-body-color {
    background: #c7e4ff;
}

.chat-item-time {
    position: absolute;
    left: 10px;
    bottom: 1px;
}

.chat-item-username {
    position: absolute;
    right: 10px;
    bottom: 1px;
}

.msg-corner-right {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 13px;
}

.msg-corner-left {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 13px;
}

.chat-reply-body {
    min-height: 50px;
    max-height: 50px;
    max-width: 400px;
    min-width: 90px;
    border-radius: 6px;
    line-height: 1.7em;
    position: relative;
    background: rgb(208, 236, 239);
    padding-bottom: 21px;
    padding-left: 5px;
    padding-right: 3.5px;
    padding-top: 7px;



    border-right: 3px solid rgba(0, 0, 0, 0.3);
    padding-right: 5px;
    padding-left: 10px;
    /* margin-bottom: 10px; */
    /* background: rgba(255, 255, 255, 0.2); */
    background: rgb(0 0 0 / 8%);
    font-size: 11px;
    cursor: pointer;
    overflow: hidden;
}



.note-grid {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: aliceblue;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .note-grid > .card {
        background-color: transparent !important;
        border-width: 0px !important;
    }

    .note-grid tr {
        border-left-width: 0px !important;
        border-right-width: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important;
    }

    .note-grid td {
        border-left-width: 0px !important;
        border-right-width: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important;
    }

.note-image {
    object-fit: contain;
    max-width: 183px;
    max-height: 240px;
    width: auto;
    height: auto;
}


.type_msg {
/*    background-color: rgba(0,0,0,0.3) !important;*/
    border: 0 !important;
/*    color: white !important;*/
    height: 30px !important;
    overflow-y: auto;
}

/*Navbar Toggler CSS*/
/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
    /* width: 30px;
    height: 20px;*/
    width: 25px;
    height: 14px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span,
    .animated-icon2 span,
    .animated-icon3 span {
        display: block;
        position: absolute;
        /*height: 3px;*/
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #5599e9;
    }

    .animated-icon2 span {
        background: #e3f2fd;
    }

    .animated-icon3 span {
        background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        /*top: 10px;*/
        top: 7px;
    }

    .animated-icon1 span:nth-child(3) {
        /* top: 20px;*/
        top: 14px;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
/*End OF Navbar Toggler CSS*/


/*Switch Toggle*/
.lbl {
    position: relative;
    display: block;
    height: 15px;
    width: 34px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .lbl:after {
        position: absolute;
        left: -2px;
        top: -3px;
        display: block;
        width: 19px;
        height: 19px;
        border-radius: 100px;
        background: #c9c9c9;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
        content: '';
        transition: all 0.3s ease;
        border: 1px solid #c9c9c9;
    }

    .lbl:active:after {
        transform: scale(1.15, 0.85);
    }

.cbx:checked ~ label {
    background: #ffdd77;
    border: 1px solid #ffa900;
    color: #4f4f4f !important;
}

    .cbx:checked ~ label:after {
        left: 15px;
        background: #ffa900;
    }

.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

    .cbx:disabled ~ label:after {
        background: #bcbdbc;
    }

.hidden {
    display: none;
}
/* End of Switch Toggle*/

/*Spinner*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #1458d3 transparent #1458d3 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.small-spinner {
    width: 20px !important;
    height: 20px !important;
}

    .small-spinner:after {
        width: 20px !important;
        height: 20px !important;
        margin: 1px !important;
        border: 2px solid #fff !important;
        border-color: #1458d3 transparent #1458d3 transparent !important;
    }
/*End Of Spinner*/



/*Audio Player*/
.audio-player {
    --player-button-width: 3em;
    width: 15rem;
    height: 15rem;
}

.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.player-button {
    background-color: transparent;
    border: 0;
    width: var(--player-button-width);
    height: var(--player-button-width);
    cursor: pointer;
    padding: 0;
}

.icon-container {
    width: 100%;
    height: 100%;
    background-color: #DE5E97;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-icon {
    width: 90%;
    height: 90%;
}
/*End of Audio Player*/



/*Skeleton*/


.skeleton-background {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}




@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.tab-icon {
    /*    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    margin-left: 3px;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;*/

    background-color: currentColor;
    width: 14px;
    height: 14px;
    -webkit-mask-size: contain;
    /*margin-right: 15px;*/
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 3px;
}





.xicon-main {
    background-color: #44a9e7;
    width: 18px;
    height: 18px;
    -webkit-mask-size: contain;
    /*margin-right: 15px;*/
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.xicon-plus-circle {
    -webkit-mask-image: url(/images/plus-circle.svg);
    mask-image: url(/images/plus-circle.svg);
}

.xicon-plus {
    -webkit-mask-image: url(/images/plus.svg);
    mask-image: url(/images/plus.svg);
}

.xicon-add {
    -webkit-mask-image: url(/images/add.svg);
    mask-image: url(/images/add.svg);
}

.xicon-tooth {
    -webkit-mask-image: url(/images/molar-tooth.svg);
    mask-image: url(/images/molar-tooth.svg);
}

.xicon-teeth {
    -webkit-mask-image: url(/images/teeth.svg);
    mask-image: url(/images/teeth.svg);
}

.xicon-attach {
    -webkit-mask-image: url(/images/comment.svg);
    mask-image: url(/images/comment.svg);
}

.xicon-package {
    -webkit-mask-image: url(/images/package.svg);
    mask-image: url(/images/package.svg);
}

.xicon-case {
    -webkit-mask-image: url(/images/dental-case.svg);
    mask-image: url(/images/dental-case.svg);
}

.xicon-job {
    -webkit-mask-image: url(/images/flag-filled.svg);
    mask-image: url(/images/flag-filled.svg);
}

.xicon-accounting {
    -webkit-mask-image: url(/images/accounting.svg);
    mask-image: url(/images/accounting.svg);
}

.xicon-invoice {
    -webkit-mask-image: url(/images/invoice.svg);
    mask-image: url(/images/invoice.svg);
}

.xicon-cashflow {
    -webkit-mask-image: url(/images/dollar-spinning.svg);
    mask-image: url(/images/dollar-spinning.svg);
}

.xicon-creditcard {
    -webkit-mask-image: url(/images/credit-card.svg);
    mask-image: url(/images/credit-card.svg);
}

.xicon-list-task {
    -webkit-mask-image: url(/images/list-task.svg);
    mask-image: url(/images/list-task.svg);
}

.xicon-lightning {
    -webkit-mask-image: url(/images/lightning-fill.svg);
    mask-image: url(/images/lightning-fill.svg);
}

.xicon-bell {
    -webkit-mask-image: url(/images/bell.svg);
    mask-image: url(/images/bell.svg);
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    -webkit-mask-size: contain;
    /*margin-right: 15px;*/
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.xicon-bar-chart {
    -webkit-mask-image: url(/images/bar-chart.svg);
    mask-image: url(/images/bar-chart.svg);
}


.xicon-monitoring {
    -webkit-mask-image: url(/images/calendar-event.svg);
    mask-image: url(/images/calendar-event.svg);
}

.xicon-people {
    -webkit-mask-image: url(/images/people.svg);
    mask-image: url(/images/people.svg);
}

.xicon-person {
    -webkit-mask-image: url(/images/person.svg);
    mask-image: url(/images/person.svg);
}

.xicon-setting {
    -webkit-mask-image: url(/images/setting-config.svg);
    mask-image: url(/images/setting-config.svg);
}

.xicon-wrench-adjustable-circle {
    -webkit-mask-image: url(/images/wrench-adjustable-circle.svg);
    mask-image: url(/images/wrench-adjustable-circle.svg);
}



/*devEx Part*/
.grid-style {
/*    height: 360px;*/
    width: 100% !important;
    height: 100%;
}

.dxbs-grid .dxbs-grid-table > * > tr > th:not(.dxbs-grid-header-indent-cell):not(.dxbs-grid-empty-header) {
    padding: .55rem .4rem;
}
.dxbs-grid .dxbs-grid-table > * > tr > td:not(.dxbs-grid-indent-cell):not(.dxbs-grid-expand-button-cell):not(.dxbs-grid-empty-cell):not(.dxbs-grid-empty-data):not(.dxbs-grid-edit-form):not(.dxbs-grid-detail-cell), .dxbs-grid .dxbs-grid-table > * > tr > th:not(.dxbs-grid-header-indent-cell):not(.dxbs-grid-empty-header) {
    padding: .45rem .4rem;
}

.dxbs-grid .dxbs-grid-pager-container .dxbs-grid-page-size-selector-edit {
    direction: rtl;
}

.pagination {
    padding-left: 5px;
}


.dxbs-grid .dxbs-grid-empty-data {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}

.dxbs-grid .dxbs-grid-empty-data > span {
    display: none;
}

    .dxbs-grid .dxbs-grid-empty-data::after {
        content: var(--empty-message);
    }

.dxbs-grid .dxbs-grid-pager-container {
    background-color: rgba(233, 233, 233, 0.46);
}

.dxbs-fl .form-group {
    margin-bottom: 0 !important;
}



.dxbl-textbox .dxbl-textbox-input {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.dxbs-tree ul.nav > .nav-item > .nav-link {
    border-radius: unset;
    font-size: unset;
    text-transform: unset;
    padding: unset;
    line-height: unset;
    background-color: unset;
    font-weight: unset;
    color: unset;
    margin: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .125rem .625rem .125rem .125rem;
}

.dxbs-tree ul.nav > .nav-item > .nav-link.active {
    
    background-color: #000;
    color: #fff;
}

.products-treelist {
}

.products-treelist ul {
    max-height: calc(100vh);
    overflow-y: auto;
}

/*TreeView RTL*/
/*ul {*/
    /*    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;*/
    /*margin-inline-end: 0px !important;
    margin-inline-start: 0px !important;
    padding-inline-start: 40px !important;
}*/

.products-treelist > ul {
    /*    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;*/
    margin-inline-end: 0px !important;
    margin-inline-start: 0px !important;
    padding-inline-start: 40px !important;
}

    .products-treelist > menu {
        /*    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;*/
        margin-inline-end: 0px !important;
        margin-inline-start: 0px !important;
        padding-inline-start: 40px !important;
    }


    .products-treelist > dir {
        /*    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;*/
        margin-inline-end: 0px !important;
        margin-inline-start: 0px !important;
        padding-inline-start: 40px !important;
    }


.note-grid-mobile {
    height: calc(100% - 85px) !important;
}

/*RTL PART FOR devEx*/
.dxbs-toolbar-adaptive > .btn-toolbar > div, .dxbs-toolbar-adaptive > .btn-toolbar > div > .btn, .dxbs-toolbar-adaptive > .btn-toolbar > div > .btn-group {
    direction: ltr;
}

.dxbs-fl .form-group.row > .dxbs-fl-cpt:first-child {
    padding-right: 0px !important;
    padding-left: 0.6em;
}

.dxbs-input-group.input-group input.form-control-sm {
    padding-right: 5.25px !important;
    padding-left: 0px !important;
}

.form-control.dxbs-input-group-append {
    right:unset;
    left: 0;
    border-right: none;
}


/*ENd Of RTL PART FOR devEx*/
/*.navbar-nav .dropdown-menu {
    position: static !important;
}*/


.mobile-list-item-container {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ebedef;
    margin: 0px 0px 8px;
    background: #f1f3f4;
}






.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }





.divider-header-text {
    color: rgb(103 176 193);
    font-size: .9rem !important;
    font-weight: 400 !important;
}

.divider-header-icon {
    color: rgb(103 176 193);
    font-size: 17px !important;
}





#bootstrap-show-notification-container {
/*    position: fixed;
    right: 1rem;
    top: 1rem;
    margin-left: 1rem;*/
    z-index: 9999 !important;
}



/*My Custom Reconeccting Message*/
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

/* End My Custom Reconeccting Message*/

#components-reconnect-modal {
    transition: visibility 0s linear 1000ms;
    display: none;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    top: 0;
    direction: ltr;
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
    /* font-weight: bold; */
    height: 48px;
    padding: 2px;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 150px;
    background: transparent;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

        #components-reconnect-modal.components-reconnect-show div.reconnecting {
            display: block;
            background-color: #1880ed;
            direction: ltr;
            max-width: 222px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 20px;
            box-shadow: 0px 3px 10px 0px #00000069;
        }

div.reconnecting {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed {
    display: block;
}

    #components-reconnect-modal.components-reconnect-failed div.failedToConnect {
        display: block;
        background-color: #1c1c1c;
        direction: ltr;
        max-width: 222px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        box-shadow: 0px 3px 10px 0px #00000069;
    }

div.failedToConnect {
    display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
    display: block;
    background-color: rgba(0, 0, 0, 0.36);
    height: 100%;
    top: 0;
    border-radius: 0;
}

    #components-reconnect-modal.components-reconnect-rejected div.connectionRejected {
        display: block;
        background-color: #bf082a;
    }

div.connectionRejected {
    display: none;
    background-color: #bf082a;
    max-width: 422px !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    margin-top: 160px;
    box-shadow: 0px 3px 10px 0px #00000069;
    direction: ltr;
}

#components-reconnect-modal.components-reconnect-hide {
    display: none;
    background-color: #bf082a;
    direction: ltr;
}



/*.table > :not(caption) > * > * {
    padding: 0.45rem 0.4rem;
}*/

.table th {
    padding: 0.45rem 0.4rem !important;
}

.table-secondary {
    --mdb-table-bg: #f2f2f2;
    --mdb-table-striped-bg: #e4cdf2;
    --mdb-table-striped-color: #000;
    --mdb-table-active-bg: #d8c2e6;
    --mdb-table-active-color: #000;
    --mdb-table-hover-bg: #dec8ec;
    --mdb-table-hover-color: #000;
    color: #000;
    border-color: #dbdbdb;
}

.list-group-item {
    background-color: transparent;
}

.page-title {
    color: #2a709e;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3rem !important;
    margin-top: 1rem !important;
    display: block !important;
}

.btn-outline-dark {
    color: #717171;
    border-color: #a5a5a5;
}

/*Colofull line bar*/
.color-bar-footer {
    display: block;
    height: 3px;
}

svg {
    overflow: visible !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: fill 300ms 0s ease, stroke 300ms 0s ease, transform 300ms 0s ease, opacity 300ms 0s ease;
}
/*END OF Colofull line bar*/


/*SideBar*/
.sidebar {
/*    height: calc(100% - 53px);*/
height:100%;
    width: 320px;
    position: fixed;
    z-index: 1;
    top: 63px;
    right: -350px;
    background: rgb(242, 242, 242);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
/*    padding-top: 10px;*/
    border-left: 2px solid rgb(238, 238, 238);
}

.inside-sidebar {
    position: absolute;
    top: 0;
    display:none;
}

/*    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }*/

    .sidebar .closebtn {
        position: absolute;
        top: -10px;
        left: 15px;
        font-size: 28px;
/*        margin-left: 50px;*/
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin 0.25s ease-out;
}

.mds-bs-persian-datetime-picker-popover {
    font-family: IRANSans !important;
}

.mds-bs-dtp-container table table tbody.days tr:first-child > td {
    font-weight: 500;
    color: rgb(220, 221, 223);
    background-color: rgb(82, 82, 82);
}

.toast-header {
    background-color: #f0f0f0;
}

.small-title {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.form-check-label {
    color: rgb(58 125 173);
}


.kanban-container {
    height: 100%;
}

.kanban-board {
    background: #e2e4e6;
    border-radius: 7px;
    border: 1px solid rgb(166 166 166);
    height: 100%;
    overflow-y: hidden;
    box-shadow: -1px 5px 10px 0px #bfbfbf9e;
}

.kanban-board .kanban-drag {
        height: calc(100% - 100px);
        overflow-y: auto;
}

.kanban-item {
    background: #fff;
    padding: 7px;
    margin-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
    font-size: 11px;
    max-width: 300px !important;
}
.label-item-sm {
    /*    font-size: 0.6rem !important;*/
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px !important;
    min-width: unset;
    max-width: 9.5em;
    width: unset;
    font-size: 9px !important;
}
.label-item-lg {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px !important;
    min-width: unset;
    max-width: 9.5em;
    width: unset;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
}
/*.kanban-item > .label-item {
    font-size: 0.6rem !important;
}*/

.kanban-header-title {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap !important;
    /*    margin-bottom: 1rem;*/
}
.kanban-item > span {
    font-size:11px;
}

.kanban-item > p {
    font-size: 11px;
}

.kanban-item >  a {
    font-size: 11px;
}



.kanban-container-full-width {
    width: calc(100vw - 0px) !important;
}
.kanbanboard-full-width {
    width: calc(100% - 320px);
}

.kanbanboard-full-width-drag {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.kanbanboard-full-width-drag > .kanban-item {
        margin-left: .25rem !important;
        margin-right: .25rem !important;
}



#barcoded-list li:last-child > .card {
    border: 1px solid #1cff1c;
    /*color: red;*/
    background-color: #2e80de !important;
}

#barcoded-list li:last-child * span {
    color: #fbfbfb !important;
}

#barcoded-list li:last-child * a {
    color: #ffa900 !important;
}
#barcoded-list li:last-child * small {
    color: #dcdcdc !important;
}


@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .side-filter {
        height: calc(100vh - 42px);
    }

    .maxheight-without-navbar {
        height: 100% !important;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .side-filter {
        height: calc(100vh - 42px);
    }

    .maxheight-without-navbar {
        height: 100% !important;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .side-filter {
        height: calc(100vh - 86px);
    }

    .maxheight-without-navbar {
        height: calc(100vh - 54px) !important;
        height: -moz-calc(100vh - 54px) !important;
        height: -webkit-calc(100vh - 54px) !important;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .side-filter {
        height: calc(100vh - 100px);
    }

    .maxheight-without-navbar {
        height: calc(100vh - 54px) !important;
        height: -moz-calc(100vh - 54px) !important;
        height: -webkit-calc(100vh - 54px) !important;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .maxheight-without-navbar {
        height: calc(100vh - 54px) !important;
        height: -moz-calc(100vh - 54px) !important;
        height: -webkit-calc(100vh - 54px) !important;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .maxheight-without-navbar {
        height: calc(100vh - 54px) !important;
        height: -moz-calc(100vh - 54px) !important;
        height: -webkit-calc(100vh - 54px) !important;
    }
}



.dashboard-cards-item {
    padding: 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(160, 163, 189, .1);
    box-shadow: 0 15px 50px rgba(160, 163, 189, .1);
    border-radius: 10px;
    height: fit-content;
    border: 1px solid #c9c9c9;
    margin-bottom:.5rem;
}

.dashboard-cards-icon {
    background-color: rgb(38 222 133 / 10%);
    color: #33b777;
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1.5rem !important;
    text-align: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.dashboard-cards-title {
    font-size:.9rem;
    font-weight: 500 !important;
    margin-right: .1rem;
    color: #255a73;
}

.dashbopard-cards-body {
    /*height: fit-content;*/
    max-height: 400px;
    overflow-y: auto;
}

.dashboard .col-xl-3 {
    margin-bottom: 12px;
}

.dashboard-cards-title::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    transition: transform 0.3s ease;
}

.dashboard-cards-title-counter {
    font-weight: 600;
}

.dashboard-cards-title[aria-expanded="true"]::after {
    content: "\f077"; /* FontAwesome up arrow */
}

.btn-collapsible::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    transition: transform 0.3s ease;
}

.btn-collapsible[aria-expanded="true"]::after {
    content: "\f077"; /* FontAwesome up arrow */
}



/*.nav-link[data-toggle].collapsed:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.nav-link[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f077";
    color: #444444;
    position: absolute;
    right: 10px;
}*/





.hidden-checkbox input[type="checkbox"] {
    display: none;
}

    .hidden-checkbox input[type="checkbox"] + .btn-group > label span {
        /*width: 20px;*/
    }

    .hidden-checkbox input[type="checkbox"] + .btn-group > label {
        /*width: 20px;*/
        min-width: 30px;
    }

        .hidden-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .hidden-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .hidden-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .hidden-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }


/*End of sidebar*/

/*.button:focus {
    outline: none;
}

.btn:focus {
    outline: none;
}*/

/*@media (hover: none) {
    a:hover {
        color: inherit;
    }

    .btn:hover {
        background-color: inherit;
        border-color: inherit;
        color: inherit;
    }
}

@media (active: none) {
    a:active {
        color: inherit;
    }

    .btn:active {
        background-color: #000000;
        color: #ffffff;
        border-color: inherit;
    }
}

@media (hover: hover) {
    button:hover {
        background-color: blue;
    }
}*/
