label {
    font-size: 12px;
    margin-bottom: 8px;
    color: black;
    font-weight: 600;
}

/* .navbar,
.navbar-collapse {
    background-color: #22409a !important;
} */

.show-view-nav-tabs {
    background-color: gray !important;
}

.show-view-nav-tabs > li > a {
    color: white;
}

.show-view-nav-tabs > li > a:hover,
.show-view-nav-tabs > li.active > a {
    background-color: #ff8672 !important;
    color: white !important;
}

.ml-auto {
    margin-left: auto;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa {
    font-size: 14px;
}

.navbar-nav
    > .notifications-menu
    > .dropdown-menu
    > li
    .menu
    > li
    > a
    > .fa.text-danger {
    width: 10px;
    font-size: smaller;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li > a {
    font-size: smaller;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding: 10px;
    white-space: inherit;
    font-size: smaller;
}

.disp-table {
    display: table;
}

.disp-table {
    display: table-row;
}

.disp-cell {
    display: table-cell;
}

.disp-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.disp-in-block {
    display: inline-block !important;
}

.text-primary {
    color: #22409a !important;
}

.sidebar-nav-dark {
    background-color: #2d2d31 !important;
}

.modal-body .panel-primary {
    margin-bottom: 0px;
}

.panel-primary {
    border-color: transparent !important;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* .panel-heading {
    background-color: #333333 !important;
    border-color: #333333 !important;
} */

a,
a:focus,
a:hover {
    color: #293543;
}

.btn {
    color: #fff;
}

.btn-link {
    color: #22409a !important;
    padding: 0px;
}

/* .btn-primary {
    border-color: #22409a !important;
    background-color: #22409a !important;
} */

/* .btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #22409a !important;
    border-color: #22409a !important;
} */

/* .btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #22409a !important;
    border-color: #22409a !important;
} */

/* .btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #22409a !important;
    border-color: #22409a !important;
} */

.btn-default {
    color: #fff !important;
    border-color: #2d2d31 !important;
    background-color: #2d2d31 !important;
}

/* .btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:not(.btn-flat):hover,
.open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #525256 !important;
    border-color: #525256 !important;
} */

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    color: #fff !important;
    background-color: #525256 !important;
    border-color: #525256 !important;
}

#dashboard-btn-group .btn.active,
.dashboard-btn-group .btn.active:focus,
.dashboard-btn-group .btn.active:active {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    background-color: #293543 !important;
    color: #22409a !important;
}

.panel-title {
    font-size: 18px;
    color: #fff;
}

.skin-blue .main-header .logo {
    background-color: #22409a;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #22409a;
}

.skin-blue .main-header .logo:hover {
    background-color: #22409a;
}

.skin-blue .main-header li.user-header {
    background-color: #22409a;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #22409a;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #22409a;
    border-color: #22409a;
}

.content-wrapper {
    margin-top: 50px;
}

.content-header h1 {
    margin: 0;
    font-size: 30px;
}

.form-control:focus {
    border-color: #22409a;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #22409a !important;
    color: black;
}
/*
.select2-container--default.select2-container--focus,
.select2-container--default {
    background-color: #22409a !important;
} */

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #22409a !important;
    border-color: #22409a !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #22409a !important;
}

.select2-search__field {
    width: 100% !important;
}

.fa-envelope,
.fa-phone,
.fa-globe,
.fa-mobile {
    width: 20px;
}

.word-break-all {
    word-break: break-all;
}

.pt-15 {
    padding-top: 15px;
}

.font-weight-normal {
    font-weight: normal;
}

.readonly {
    background-color: #eee;
    opacity: 1;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #eee !important;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

.input-group .select2-container--default {
    display: table-cell;
}

/* table.dataTable thead > tr > th,
table.sub-table thead > tr > th {
    border-color: #2d2d31;
    background-color: #2d2d31 !important;
    color: #fff;
    vertical-align: middle;
} */

table.row-detail-table thead > tr > th {
    border-color: gray;
    background-color: gray !important;
    color: #fff;
    vertical-align: middle;
}

.pdf-canvas {
    display: none;
    width: 100%;
    background-color: #525659;
    border: solid 2px #9a9a9a;
    /* padding-top: 40px; */
    text-align: center;
}

.pdf-canvas > canvas {
    max-width: 100%;
    border: solid 1px #cccccc;
}

.no-border {
    border: 0px !important;
}

.pr-none {
    padding-right: 0px;
}

.plr-0,
.px-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}

.dropzone .dz-preview .dz-download {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding-left: 5px;
    margin-top: 5px;
    border-left: 1px solid #333333 !important;
}

.dropzone .dz-preview .dz-download:hover {
    text-decoration: underline;
}

.dropzone .dz-preview .dz-remove {
    padding-right: 5px;
    margin-top: 5px;
    display: inline-block !important;
}

.dropzone.dz-max-files-reached .dz-message {
    display: none;
}

.dropdown-menu {
    min-width: 160px;
}

.label-dark-success {
    background-color: #00815a !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.error {
    color: red;
}

.form-group.has-error .select2-selection--single,
.form-group.has-error .select2-selection--multiple {
    border-color: red;
    box-shadow: none;
}

/* Loader */
#loader-parent {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
}

#loader {
    position: absolute;
    opacity: 5;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #22409a;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#iframe-loader {
    position: absolute;
    opacity: 5;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #22409a;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Loader */

.modal-images {
    display: block;
    width: 100%;
}

.btn-stick-datatable-action {
    display: flex;
}

.link a:hover {
    color: white;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    max-height: 480px;
    overflow-y: auto;
}

.form-required-label:after {
    content: "*";
    color: red;
}

.upcoming-table {
    height: 274px;
    overflow-y: auto;
}

.in-thin {
    font-weight: 100;
}

.in-bold {
    font-weight: 700;
}

.in-bold,
.in-large,
.in-thin {
    font-size: 20px;
}

.dashboard-statistics-panel {
    padding: 25px !important;
}

.statistics-amount-div {
    display: inline-block;
}

.statistics-range-div {
    font-size: 16px;
    display: block;
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

/*28-10-2020*/
header.main-header {
    position: fixed !important;
    width: 100% !important;
}

.skin-blue .content-header {
    margin-top: 50px !important;
}

@media only screen and (max-width: 600px) {
    .skin-blue .content-header {
        margin-top: 100px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        width: 95%;
        max-width: 1300px;
    }
}

aside#sidebar-wrapper {
    top: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

aside#sidebar-wrapper {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

aside#sidebar-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.main-footer {
    margin-left: 240px !important;
}

.text_danger {
    color: red;
}

a.text_danger {
    color: red !important;
}

/*tbody td.details-control {
    background: url('../vendor/datatables/images/details_open.png');
    cursor: pointer;
    background-repeat:  no-repeat;
    background-position: top;
    background-origin: content-box;
    background-size: cover;
}*/

/* tbody tr.shown td.details-control {
    background: url('../vendor/datatables/images/details_close.png');
    cursor: pointer;
    background-repeat:  no-repeat;
    background-position: top;
    background-origin: content-box;
    background-size: cover;
} */

tbody td.details-control {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

tbody .details-control {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
tbody .details-control:before {
    content: "\002b";
    /* color: #3A6596 !important; */
    /* for plus */
}
tbody tr.shown .details-control:before {
    content: "\2212";
    /* color: #DD4B39 !important; */
    /* for minus */
}

i.details-control {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.select-group-qty {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.direct-chat-contacts {
    -webkit-transform: none;
    position: initial;
}

.chatlist.contacts-list-date {
    color: #000000;
    font-weight: normal;
}

.direct-chat-messages {
    height: auto;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 10px 12px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 30px;
    color: #444;
}

div#job-summ-panel,
.direct-chat-contacts {
    height: auto;
}

#addContent .input-group input,
#addContent .input-group button {
    height: 60px;
}

.contacts-list-info {
    margin-left: 10px;
    color: #fff;
}

.direct-chat-contacts .nav.nav-tabs li a {
    color: #ffffff;
}

.direct-chat-contacts .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #000000;
}

.direct-chat-contacts .nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #000000;
    background: #ffffff;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

option.bgcolor-white {
    background-color: white;
    color: black;
}

option.bgcolor-red {
    background-color: red;
    color: white;
}

option.bgcolor-blue {
    background-color: blue;
    color: white;
}

option.bgcolor-yellow {
    background-color: yellow;
    color: black;
}

option.bgcolor-green {
    background-color: green;
    color: white;
}

option.bgcolor-purple {
    background-color: purple;
    color: white;
}

option.bgcolor-orange {
    background-color: orange;
    color: black;
}

option.bgcolor-brown {
    background-color: brown;
    color: white;
}

option.bgcolor-cyan {
    background-color: cyan;
    color: black;
}

option.bgcolor-indigo {
    background-color: indigo;
    color: white;
}

option.bgcolor-violet {
    background-color: violet;
    color: white;
}

option.bgcolor-silver {
    background-color: silver;
    color: black;
}

option.bgcolor-gold {
    background-color: gold;
    color: black;
}

option.bgcolor-beige {
    background-color: beige;
    color: black;
}

option.bgcolor-grey {
    background-color: grey;
    color: white;
}

option.bgcolor-pink {
    background-color: pink;
    color: black;
}

select.bgcolor-white {
    background-color: white;
}

select.bgcolor-red {
    background-color: red;
    color: white;
}

select.bgcolor-blue {
    background-color: blue;
    color: white;
}

select.bgcolor-yellow {
    background-color: yellow;
}

select.bgcolor-green {
    background-color: green;
    color: white;
}

select.bgcolor-purple {
    background-color: purple;
    color: white;
}

select.bgcolor-orange {
    background-color: orange;
}

select.bgcolor-brown {
    background-color: brown;
    color: white;
}

select.bgcolor-cyan {
    background-color: cyan;
}

select.bgcolor-indigo {
    background-color: indigo;
    color: white;
}

select.bgcolor-violet {
    background-color: violet;
    color: white;
}

select.bgcolor-silver {
    background-color: silver;
}

select.bgcolor-gold {
    background-color: gold;
}

select.bgcolor-beige {
    background-color: beige;
}

select.bgcolor-grey {
    background-color: grey;
    color: white;
}

select.bgcolor-pink {
    background-color: pink;
}

.bgcolor-light_green {
    background-color: #8bd88a !important;
    color: black;
}
.bgcolor-light_brown {
    background-color: #fce7b4 !important;
    color: black;
}
.bgcolor-light_red {
    background-color: #f58a87 !important;
    color: black;
}
.bgcolor-light_beige {
    background-color: beige !important;
    color: black;
}
.table tr.bgcolor-light_beige {
    background-color: beige !important;
    color: black;
}

.small-box h3 {
    font-size: 25px;
}

.bg-white {
    background-color: white !important;
}

.box-yellow-shade {
    border: 1px solid #dfbc07;
}

.box-yellow-shade .dashboard-icon {
    color: #dfbc07;
}

.box-yellow-shade .small-box-footer {
    background-color: #dfbc07 !important;
}

.box-blue-shade {
    border: 1px solid #366be7;
}

.box-blue-shade .dashboard-icon {
    color: #366be7;
}

.box-blue-shade .small-box-footer {
    background-color: #366be7 !important;
}

.box-red-shade {
    border: 1px solid #db574e;
}

.box-red-shade .dashboard-icon {
    color: #db574e;
}

.box-red-shade .small-box-footer {
    background-color: #db574e !important;
}

.box-bottle-green-shade {
    border: 1px solid #30b68d;
}

.box-bottle-green-shade .dashboard-icon {
    color: #30b68d;
}

.box-bottle-green-shade .small-box-footer {
    background-color: #30b68d !important;
}

.box-orange-shade {
    border: 1px solid #ec913e;
}

.box-orange-shade .dashboard-icon {
    color: #ec913e;
}

.box-orange-shade .small-box-footer {
    background-color: #ec913e !important;
}

.box-green-shade {
    border: 1px solid #55a548;
}

.box-green-shade .dashboard-icon {
    color: #55a548;
}

.box-green-shade .small-box-footer {
    background-color: #55a548 !important;
}

.box-brown-shade {
    border: 1px solid #aa9a71;
}

.box-brown-shade .dashboard-icon {
    color: #aa9a71;
}

.box-brown-shade .small-box-footer {
    background-color: #aa9a71 !important;
}

.box-pink-shade {
    border: 1px solid #ca79aa;
}

.box-pink-shade .dashboard-icon {
    color: #ca79aa;
}

.box-pink-shade .small-box-footer {
    background-color: #ca79aa !important;
}

.box-purple-shade {
    border: 1px solid #49428e;
}

.box-purple-shade .dashboard-icon {
    color: #49428e;
}

.box-purple-shade .small-box-footer {
    background-color: #49428e !important;
}

.box-gray-shade {
    border: 1px solid #808080;
}

.box-gray-shade .dashboard-icon {
    color: #808080;
}

.box-gray-shade .small-box-footer {
    background-color: #808080 !important;
}

.box-dark-brown-shade {
    border: 1px solid #5e3535;
}

.box-dark-brown-shade .dashboard-icon {
    color: #5e3535;
}

.box-dark-brown-shade .small-box-footer {
    background-color: #5e3535 !important;
}

.small-box:hover {
    color: inherit;
}

.small-box .icon,
.small-box:hover .icon {
    -webkit-transition: none;
    transition: none;
    font-size: 90px;
    top: -40px;
}

.small-box h3 {
    margin: 0px;
}

.dashboard-icon {
    font-size: 30px !important;
}

.rounded-user-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 27px;
    margin-top: -2px;
}

.notifications-menu .dropdown-menu {
    width: 400px !important;
}

.notifications-menu .dropdown-menu .menu {
    max-height: 400px !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    font-size: small;
}

.disp-table {
    width: 100% !important;
}

.disp-flex {
    display: flex !important;
    gap: 9px !important;
    align-items: center;
    /* justify-content: center; */
}

.inner_tabs li {
    width: 20% !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-white {
    color: white !important;
}

.width70 {
    /* padding-left: 300px; */
    width: calc(100% - 250px);
    float: left;
}

.width30 {
    max-height: 70vh;
    overflow: auto;
    width: 250px;
    float: left;
}
.no-pt {
    padding-top: 0;
}
.navbar-custom-menu .nav.navbar-nav {
    display: flex;
    align-items: center;
}

/* samir css start */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Manrope", sans-serif !important;
}
.content-wrapper,
.wrapper {
    background-color: #fafafa;
}
.panel {
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%) !important;
    border-radius: 7px !important;
    border: 1px solid #e8e8e8 !important;
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
}
.table {
    border: 0 !important;
}
.table tr:not(.table_warning) {
    background-color: unset !important;
    border-bottom: 1px dotted #eff2f5 !important;
}
.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}
.table td,
.table th {
    border: 0 !important;
    vertical-align: middle !important;
    color: #566a7f;
    font-weight: 400;
    background-color: unset !important;
    border-bottom: 1px dotted #e4e4e4 !important;
    white-space: nowrap;
}
.table td {
    color: black;
}
.table th {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #566a7f;
    font-weight: 700;
}
.table td a:not(.text-danger) {
    color: #000;
}
#sidebar-wrapper {
    background-color: #fff !important;
    box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
    border-right: 0;
    /* border-right: 1px solid #EEEEEE; */
}
#sidebar-wrapper li a {
    color: #808191;
    font-weight: 500 !important;
    transition: 0.3s;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.sidebar-collapse #sidebar-wrapper li a {
    padding: 12px 15px;
    border-left: 0 !important;
}
#sidebar-wrapper li a svg {
    margin-right: 10px;
}
#sidebar-wrapper li.treeview a,
#sidebar-wrapper li.treeview2 a {
    font-weight: 700 !important;
}
#sidebar-wrapper .info,
#sidebar-wrapper .info a {
    color: #fff;
}
#sidebar-wrapper .sidebar-menu > li:hover > a,
#sidebar-wrapper .sidebar-menu > li.active > a {
    background-color: transparent;
}
#sidebar-wrapper .sidebar-menu > li > .treeview-menu a:hover {
    background-color: #f2f5f8;
}
#sidebar-wrapper .sidebar-menu > li > .treeview-menu {
    background-color: unset !important;
    padding-left: 15px;
}
#sidebar-wrapper .sidebar-menu > li > .treeview-menu > li > a {
    /* padding-left: 52px; */
}
#sidebar-wrapper .sidebar-menu > li > .treeview-menu a {
    font-weight: 500 !important;
}
#sidebar-wrapper .sidebar-menu > li > .treeview-menu li.active a {
    color: #fff !important;
    background: #22409a !important;
}
#sidebar-wrapper .sidebar-menu > li.active > a {
    font-weight: 700 !important;
    background: transparent !important;
}
/* #sidebar-wrapper .sidebar-menu > li.active > a svg path,
#sidebar-wrapper .sidebar-menu > li.active > a svg circle{
    stroke: white;
} */
#sidebar-wrapper .sidebar-menu li a .fa-angle-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#sidebar-wrapper .sidebar-menu li.menu-open a .fa-angle-left {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
#sidebar-wrapper .treeview-menu > li > a {
    padding: 5px 25px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 30px;
}
#sidebar-wrapper .treeview-menu > li:last-child > a {
    margin-bottom: 0 !important;
}
#sidebar-wrapper .treeview-menu > li > a i {
    display: none;
}
.main-header .logo {
    background-color: #ffffff !important;
    color: #697a8d;
    width: 240px;
}
.sidebar-mini:not(.sidebar-collapse) .main-header .logo img {
    max-width: 100%;
    object-fit: contain;
}
.main-header .navbar {
    box-shadow: 5px 0 0.375rem 0.25rem rgb(161 172 184 / 15%);
    background-color: #fff !important;
}
.main-header .navbar .sidebar-toggle {
    color: #566a7f !important;
    background: transparent !important;
}
.main-header .navbar .nav > li > a {
    color: #000 !important;
}
.main-header .navbar .nav > li > a:hover {
    background: #fafafa !important;
}
.content-header h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
.btn-primary {
    background-color: #22409a !important;
    border-color: #293543 !important;
    color: #ffffff !important;
}
.btn:not(.dropdown-toggle),
.filter_btn {
    min-width: 85px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
table .btn:not(.dropdown-toggle) {
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    padding-right: inherit;
}
.btn {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent !important;
    padding: 8px 20px !important;
}
.btn-secondary,
.btn-success,
.btn-default:not(.btn-flat),
.btn-export {
    color: #214397 !important;
    background-color: transparent !important;
    border-color: #e3e3e3 !important;
}
.btn-gray {
    color: #3a3a3a !important;
    background-color: #e3e3e3 !important;
    border-color: transparent !important;
}
.btn-flat {
    background-color: unset !important;
    color: #3a3a3a !important;
}
.btn-text {
    color: #214397 !important;
    padding-inline: 0 !important;
    min-width: auto !important;
}
.btn-text i {
    margin-right: 4px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.pagination > .active > a {
    background-color: #ebebeb !important;
    border: 1px solid #c8c8c8 !important;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
}
.select2-selection--multiple .select2-selection__choice span {
    color: #000 !important;
}
/* .btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #14273d !important;
    border-color: #14273d !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #14273d !important;
    border-color: #14273d !important;
} */
.btn-group:not(#dashboard-btn-group) .btn:not(.filter_btn) {
    background-color: #ffffff !important;
    border: 1px solid #d4d4d4 !important;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
}
.btn-group:not(#dashboard-btn-group, .action_dropdown)
    .btn:not(.filter_btn, .dropdown-toggle) {
    padding: 8px 15px !important;
}
#dashboard-btn-group .btn {
    padding: 5px 10px !important;
}
.btn-group:not(#dashboard-btn-group, .action_dropdown)
    .btn:not(.dropdown-toggle) {
    border-right: 0 !important;
    min-width: auto;
}
.btn-group:not(#dashboard-btn-group) .btn.dropdown-toggle:not(.filter_btn) {
    border-left: 0 !important;
    box-shadow: none !important;
}
.btn-group:not(#dashboard-btn-group) .btn.dropdown-toggle:first-child {
    border-left: 1px solid #d4d4d4 !important;
}
.btn-group .dropdown-toggle.adding_left_border {
    border-left: 1px solid #c8c8c8 !important;
}
.panel .panel-heading {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    /* padding-left: 0;
     */
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #c8c8c8;
}
.label-primary {
    background-color: #22409a !important;
    color: black !important;
    font-weight: 500 !important;
}
.panel .panel-heading .glyphicon,
.panel .panel-heading .panel-title,
.panel .panel-heading .panel-title a {
    color: #000;
}
.panel .panel-heading .panel-title {
    font-size: 16px;
    font-weight: 700;
}
.panel .panel-heading .glyphicon {
    top: 1px;
    font-size: 12px;
}
#frm_forwarders .panel .panel-heading .glyphicon {
    top: 5px;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    border-left-color: #22409a;
}

.modal-footer .checkbox-inline {
    margin-right: 10px;
}
.modal-footer .hide {
    display: unset !important;
    opacity: 0 !important;
}
.main-header .navbar-custom-menu .dropdown-toggle {
    color: #000 !important;
    padding-left: 8px;
}
.navbar-custom-menu .dropdown-toggle img {
    margin-top: -4px !important;
    /* border: 2px solid #fff;
    box-shadow: 0 5px 10px 0 rgb(43 43 43 / 20%); */
}
.dropdown-menu .user-header {
    display: flex;
    padding: 14px !important;
    background: transparent !important;
    height: auto !important;
}
.dropdown-menu .user-header img {
    height: 40px !important;
    width: 40px !important;
    margin-right: 8px;
}
.dropdown-menu .user-header p {
    color: black !important;
    font-weight: 500;
    text-align: left;
    margin: 0 !important;
}
.dropdown-menu .user-footer {
    background-color: transparent !important;
    padding: 0 !important;
    border-top: 1px solid #ededed;
}
.dropdown-menu .user-header p small {
    font-weight: 400;
}
.sidebar-menu {
    margin-top: 20px;
}
.sidebar-menu > li > a {
    padding: 12px 5px 12px 10px;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion,
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
    width: 22px;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}
.sidebar-menu > li > a > .fa-home {
    font-size: 16px;
}
.sidebar-menu > li > a > .fa-users {
    font-size: 13px;
}
.sidebar .user-panel {
    background-color: #f2f5f8;
    margin: 10px 0;
    border-radius: 10px;
    display: none;
}
.sidebar .user-panel img,
.profile-sidebar .profile-userpic .disp-flex img {
    border: 2px solid #fff;
    box-shadow: 0 5px 10px 0 rgb(43 43 43 / 20%);
}
.sidebar .user-panel .info,
.sidebar .user-panel .info a {
    color: #000 !important;
}
.sidebar-menu > li .badge {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.badge {
    border-radius: 20px !important;
    font-weight: 400 !important;
    font-size: 12px;
    font-weight: 600 !important;
    padding: 8px 10px;
    min-width: 20px;
    display: inline-block;
}
.badge.cancel {
    background: #b9b9b9;
}
.badge.checked-in,
.badge.paid,
.badge.free {
    background: #1e9553 !important;
}
.badge.available-for-rent {
    background: #1e9553 !important;
}
.badge.checked-out,
.badge.unpaid,
.badge.occupied {
    background: #ff5722 !important;
}
.badge.occupancy {
    background: #ff5722 !important;
}
.badge.upholsteries {
    background: #f1e9fc !important;
    color: black;
}
/* .badge.badge-success.Upholsteries {
    background: #f1e9fc !important;
} */
.badge.under-maintainance {
    background: #ffbf00 !important;
}
.badge.partial {
    background-color: #feb550 !important;
}
.badge-theme {
    background-color: #22409a !important;
}
.sidebar-menu li > a > .pull-right-container {
    margin-top: -5px;
    font-size: 11px;
    opacity: 0.8;
}
table.dataTable thead th:after {
    font-weight: 400;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 13px;
}
.text-black {
    color: #000 !important;
}
.text-danger {
    color: #ef2824 !important;
}
.nav-tabs > li > a {
    color: #000;
}
.main-footer {
    color: black;
}
.main-footer a {
    font-weight: 600;
    color: #000;
}
.custom_tabing_wraper {
    background-color: #22409a !important;
}
.custom_tabing_wraper li a {
    color: #606060 !important;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0;
    position: relative;
    background: unset !important;
}
.custom_tabing_wraper li a:before {
    content: "";
    height: 4px;
    width: 75%;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom_tabing_wraper li.active a:before {
    background-color: #293543 !important;
}
.custom_tabing_wraper li.active a,
.custom_tabing_wraper li a:hover {
    background-color: unset !important;
    color: #606060 !important;
}
.my_task_tabs li a {
    display: flex;
    align-items: center;
}
.my_task_tabs li {
    width: unset !important;
}
.user_sidebar_top_wraper {
    background-color: #22409a !important;
}
#download_attachment .icheckbox_square-blue {
    margin-right: 5px;
}
.direct-chat-contacts {
    background: unset;
}
.direct-chat-contacts .nav.nav-tabs li a,
.direct-chat-contacts .contacts-list-date {
    color: #000;
}
.direct-chat-contacts .contacts-list-name {
    color: #000;
    font-weight: 500;
}
.dashboard_wraper .panel {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#loader-parent {
    display: none;
}
.parent-quote-items {
    min-height: 150px;
}
.login-box-body,
.register-box-body {
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%) !important;
    border-radius: 7px !important;
    border: 1px solid #e8e8e8 !important;
}
.login-page,
.register-page {
    background: #fafafa;
}
html {
    background: #fafafa;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #000;
    background-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #22409a;
}
.direct-chat-primary .right > .direct-chat-text {
    background: #22409a;
    border-color: #22409a;
    color: #000;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #22409a;
}
.modal-body .panel {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: unset !important;
}
.modal-body .panel .panel-body {
    padding: 0;
}
#quotes-datatable .approval_status_list {
    padding-right: 30px;
}
/* .dataTables_wrapper{
    width: 100%;
    overflow-x: auto;
} */
td.details-control {
    top: 2px !important;
    padding: 16px 10px !important;
}
.text-danger .fa-trash {
    font-size: 16px;
}
#vue-userNotification .text-danger .fa-trash {
    margin-top: 10px;
}
.dot.first_3year_background {
    height: 15px;
    width: 15px;
    background-color: #daffd9;
    border-radius: 50%;
    display: inline-block;
    color: #daffd9;
    margin: 0 0 0 10px;
}
.dot.rest_year_background {
    color: #e2deff;
    height: 15px;
    width: 15px;
    background-color: #e2deff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 0 10px;
}
.information_tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table tr.first_3year_background {
    background-color: #daffd9 !important;
}
.table tr.rest_year_background {
    background-color: #e2deff !important;
}

.benefit-deduction-table {
    border: 1px solid #f4f4f4 !important;
    overflow-y: auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    height: 800px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.benefit-deduction-table .form-control:focus,
.benefit-deduction-table .input-control:focus,
.benefit-deduction-table .input-group-addon:focus,
.input-group-addon:focus-visible {
    border: 1px solid #000 !important;
    outline: none !important;
}
.benefit-deduction-table {
    border-collapse: separate;
}
.benefit-deduction-table thead {
    position: sticky !important;
    top: 0 !important;
    background: white !important;
    z-index: 999 !important;
    border-bottom: 2px solid #afafaf !important;
}
.benefit-deduction-table {
    max-height: 80vh;
}
.benefit-deduction-table thead tr th {
    border-bottom: 0 !important;
}
.benefit-deduction-table thead tr th,
.benefit-deduction-table tbody tr td {
    border-right: 1px solid #cecece !important;
}
.benefit-deduction-table thead tr th {
    border-bottom: 1px solid #cecece !important;
}
.benefit-deduction-table tbody tr td {
    padding: 6px 20px 6px 15px;
    min-width: 184px;
}
.benefit-deduction-table tbody tr td .input-group select {
    width: auto !important;
    min-width: unset !important;
}
.benefit-deduction-table tr:first-child th:first-child,
.benefit-deduction-table tr td:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff !important;
    z-index: 99;
}

/* Kingdom Css Start here  */

.main-sidebar {
    width: 240px;
    padding-left: 20px;
    padding-right: 10px;
}
.content-wrapper,
.main-header .navbar {
    margin-left: 240px;
}
.content-wrapper,
.wrapper {
    background-color: #f2f5f8;
}
.content {
    padding: 15px;
}
.content-header {
    padding: 30px 15px 0 15px;
}
.main-header .sidebar-toggle:before {
    display: none;
}
.main-header .sidebar-toggle {
    padding: 10px 15px;
    margin-top: 10px;
}
.navbar .select2-container {
    min-width: 150px;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d4d4d4;
    padding: 10px 12px;
    height: 42.5px;
    border-radius: 10px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    right: 10px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #000;
    font-size: 14px;
}
.dashboard_counter_box {
    background: white;
    padding: 30px 10px 0;
    border-radius: 6px;
    margin-bottom: 30px;
}
.dashboard_counter_box .inner_box {
    padding: 15px;
    border-radius: 12px;
    background-color: #f1e9fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.dashboard_counter_box .cream_box {
    background-color: #ffe5e5;
}
.dashboard_counter_box .yellow_box {
    background-color: #fb9a44;
}
.dashboard_counter_box .blue_box {
    background-color: #e5f5ff;
}
.dashboard_counter_box .green_box {
    background-color: #ebfeef;
}
.dashboard_counter_box .blue_box {
    background-color: #f1e8a8;
}
.dashboard_counter_box .light_green_box {
    background-color: #70db87;
}
.dashboard_counter_box .sky_box {
    background-color: #eed8f5;
}
.dashboard_counter_box .light_yellow_box {
    background-color: #f5f5f5;
}
.dashboard_counter_box .light_yellow_box .icon svg path {
    stroke: #747474;
}
.dashboard_counter_box .light_green_box .icon svg {
    stroke: #0c8325;
}
.dashboard_counter_box .yellow_box .icon svg path {
    fill: #a94a02;
}
.dashboard_counter_box .blue_box .icon svg path,
.dashboard_counter_box .blue_box .icon svg g rect,
.dashboard_counter_box .blue_box .icon svg g line {
    stroke: #9f8c06 !important;
}
.occuiped_box .occuiped_box_inner {
    display: flex;
    align-items: center;
}
.occuiped_box .occuiped_box_inner .category {
    font-size: 12px;
}
.occuiped_box .occuiped_box_inner .category span {
    font-size: 16px;
    color: black;
    font-weight: 600;
}
.vip_box {
    display: flex;
    align-items: center;
}
.vip_box span {
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.vip_box .number:not(.font-weight-bold) {
    margin-right: 8px !important;
    font-weight: 400 !important;
}
.unit_status_boxes .number:not(.font-weight-bold) {
    margin-right: 20px !important;
}

.dashboard_counter_box .inner_box .name {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-bottom: 2px;
}
.dashboard_counter_box .inner_box .number {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin: 0;
    line-height: normal;
}
.dashboard_counter_box .inner_box .icon svg {
    height: 40px;
    width: 40px;
}
.dashboard_panel_wraper .panel {
    background-color: white;
    border-radius: 6px !important;
    border: 0 !important;
    height: 100%;
    box-shadow: none !important;
    margin-bottom: 30px;
    padding: 25px;
    min-height: 250px;
}
.dashboard_panel_wraper .panel-heading,
.dashboard_panel_wraper .panel-body {
    padding: 0;
    background-color: unset;
    border: 0;
}
.dashboard_panel_wraper .panel-body:before,
.dashboard_panel_wraper .panel-body:after {
    display: none;
}
.dashboard_panel_wraper .panel-heading {
    margin-bottom: 30px;
}
.dashboard_panel_wraper .panel-heading i {
    display: none;
}
.dashboard_panel_wraper .panel-heading .panel-title {
    font-size: 24px;
    font-weight: 700;
    color: black;
}
.main-header .navbar .nav > li > a > .label {
    top: 12px;
    right: 12px;
}
#statisticsrange {
    border-radius: 8px;
}
.empty_state_text {
    display: block;
    width: 100% !important;
    font-size: 16px;
    color: #615e83;
}
.border-0 {
    border: 0 !important;
}
.modal-content {
    border-radius: 10px;
}
.close {
    font-size: 28px;
    opacity: 1;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-footer:before,
.modal-footer:after {
    display: none;
}
.table th {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.table:not(.table-dark) th {
    color: #566a7f;
    border-bottom: 2px solid #d9dee3;
    border-top: 0;
}
.table {
    color: #697a8d;
    vertical-align: middle;
    border-color: #d9dee3;
}
.dataTables_wrapper,
.pagination > li > a {
    color: #697a8d !important;
}
/* .table-striped tbody tr:nth-of-type(odd),
  .table-striped tbody tr {
    background-color: white !important;
  } */
.dataTables_length .select2 {
    width: 80px !important;
    margin: 0 10px;
}
.dataTables_scrollBody {
    min-height: 500px;
}
.panel {
    box-shadow: none !important;
    border-radius: 0.5rem !important;
    border: 1px solid #e8e8e8 !important;
}
.btn-group:not(.action_dropdown) .btn-primary:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-group .dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.login-page {
    position: relative;
}
.login-page {
    padding: 20px;
    height: 100vh !important;
}
.login-page .row,
.login-page .col-md-6 {
    height: 100%;
}
.login-page .inner_bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.login-page .inner_wraper {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-page .inner_wraper .box_inner {
    max-width: 380px;
    margin: auto;
}
.login-page .login-logo {
    margin-bottom: 60px !important;
}
.login-page h3 {
    font-size: 20px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
}
.login-page .form-control {
    border: 1px solid #d7d7d7;
    height: 50px !important;
    border-radius: 10px !important;
    margin-bottom: 25px;
}
.login-page .form-control-feedback {
    height: 50px;
    line-height: 50px;
}
.forget_link {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}
.forget_link a {
    color: #7a1f2f !important;
}
.login-page .checkbox {
    margin-bottom: 20px;
}
.icheckbox_square-grey,
.iradio_square-grey {
    margin-right: 10px;
}
.icheck > label {
    display: flex;
    align-items: center;
}
.login-page .left_side {
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-page .left_side svg,
.login-page .left_side h2 {
    margin-bottom: 25px;
}
.login-page .left_side h2 {
    font-size: 30px;
    color: white;
    font-weight: 700;
}
.login-page .left_side p {
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    padding: 6.3px 5.3px 4.3px;
}
input.form-control,
textarea {
    border-radius: 10px !important;
    padding: 4px 10px !important;
    border: 1px solid #d7d7d7 !important;
    height: 42.5px;
    color: black;
    font-size: 14px !important;
}
textarea {
    height: auto;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #fff !important;
    background-color: #22409a !important;
}
.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    color: #fff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.pagination > .active > a {
    border-radius: 4px;
}
.navbar-custom-menu .user-menu .dropdown-toggle {
    border: 1px solid #d4d4d4 !important;
    border-radius: 10px;
    padding: 10px 12px;
    margin-right: 0px;
    background-color: transparent !important;
}
.navbar-custom-menu .user-menu .dropdown-toggle svg {
    margin-left: 10px;
}
.navbar-custom-menu .user-menu .dropdown-toggle .hidden-xs {
    font-size: 14px;
    font-weight: 600;
    color: #11142d;
}
.navbar-custom-menu .notifications-menu {
    margin: 0 10px;
}
.dropdown-menu {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 12px 2px #1018281a;
    border: 0;
    min-width: 200px;
    padding: 6px;
    border: 1px solid rgba(236, 236, 241, 1);
}
.dropdown .dropdown-item,
.dropdown-menu > li > a {
    font-weight: 400 !important;
    border-radius: 5px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
}
.dropdown-menu > li > a:not(.text-danger) {
    color: #212529 !important;
}
.dropdown .dropdown-item:hover,
.dropdown-menu > li > a:hover {
    background-color: #0000000d !important;
}
.select2-selection__arrow b,
.dropdown-toggle .caret {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%2311142D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
    width: 10px !important;
    height: 5px !important;
    border: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-group > .btn + .dropdown-toggle {
    padding: 8px 10px !important;
}
#sidebar-wrapper .sidebar-menu li a .fa-angle-left {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#sidebar-wrapper .sidebar-menu li.menu-open a .fa-angle-left {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
input.datepicker,
input.datetimepicker {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M19%204H5C3.89543%204%203%204.89543%203%206V20C3%2021.1046%203.89543%2022%205%2022H19C20.1046%2022%2021%2021.1046%2021%2020V6C21%204.89543%2020.1046%204%2019%204Z%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M16%202V6%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M8%202V6%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M3%2010H21%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
#statisticsrange {
    display: flex;
    align-items: center;
    padding: 10.3px 4px !important;
    margin: 0 !important;
    font-size: 12px;
}
#statisticsrange svg {
    margin-right: 2px;
    height: 18px;
    width: 18px;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #22409a !important;
}
.expenses_filter_wraper .col-md-3 {
    padding-right: 4px;
    padding-left: 4px;
}
.expenses_filter_wraper label {
    font-weight: 400;
    /* color: #808191; */
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li.select2-search--inline:not(:first-child) {
    display: none;
}
.dropzone {
    min-height: 100px;
    border: 1px dotted #22409a !important;
    background-color: rgb(34 64 154 / 5%) !important;
    border-radius: 10px;
}
.dropzone:not(.dz-started):before {
    content: "";
    /* background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.8125%2032.8264H40.2344C44.549%2032.8264%2048.0469%2029.3285%2048.0469%2025.0139C48.0469%2020.6989%2044.9396%2017.2014%2040.625%2017.2014C40.625%2012.8864%2037.1271%209.38885%2032.8125%209.38885C31.8822%209.38885%2031.0021%209.57909%2030.1746%209.87762C28.0262%207.21786%2024.779%205.4826%2021.0938%205.4826C14.6217%205.4826%209.375%2010.7293%209.375%2017.2014C5.06035%2017.2014%201.95312%2020.6989%201.95312%2025.0139C1.95312%2029.3285%205.45098%2032.8264%209.76562%2032.8264H17.1875%22%20stroke%3D%22%2322409a%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.8125%2032.8264H40.2344C44.549%2032.8264%2048.0469%2029.3285%2048.0469%2025.0139C48.0469%2020.6989%2044.9396%2017.2014%2040.625%2017.2014C40.625%2012.8864%2037.1271%209.38885%2032.8125%209.38885C31.8822%209.38885%2031.0021%209.57909%2030.1746%209.87762C28.0262%207.21786%2024.779%205.4826%2021.0938%205.4826C14.6217%205.4826%209.375%2010.7293%209.375%2017.2014C5.06035%2017.2014%201.95312%2020.6989%201.95312%2025.0139C1.95312%2029.3285%205.45098%2032.8264%209.76562%2032.8264H17.1875%22%20stroke%3D%22%2322409a%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25%2044.5174V21.1081%22%20stroke%3D%22%2322409a%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.1406%2026.158L23.6189%2021.6797C24.3816%2020.917%2025.6184%2020.917%2026.3811%2021.6797L30.8594%2026.158%22%20stroke%3D%22%2322409a%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E); */
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2289%22%20height%3D%2225%22%20viewBox%3D%220%200%2089%2025%22%20fill%3D%22none%22%3E%0A%3Crect%20opacity%3D%220.2%22%20x%3D%2244%22%20y%3D%223%22%20width%3D%221%22%20height%3D%2220%22%20fill%3D%22%23321A8D%22%2F%3E%0A%3Cpath%20d%3D%22M88%2019C88%2019.5304%2087.7893%2020.0391%2087.4142%2020.4142C87.0391%2020.7893%2086.5304%2021%2086%2021H68C67.4696%2021%2066.9609%2020.7893%2066.5858%2020.4142C66.2107%2020.0391%2066%2019.5304%2066%2019V8C66%207.46957%2066.2107%206.96086%2066.5858%206.58579C66.9609%206.21071%2067.4696%206%2068%206H72L74%203H80L82%206H86C86.5304%206%2087.0391%206.21071%2087.4142%206.58579C87.7893%206.96086%2088%207.46957%2088%208V19Z%22%20stroke%3D%22%23321A8D%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M77.2502%209C76.1894%209%2075.172%209.42143%2074.4218%2010.1716C73.6717%2010.9217%2073.2502%2011.9391%2073.2502%2013C73.2502%2014.0609%2073.6717%2015.0783%2074.4218%2015.8284C75.172%2016.5786%2076.1894%2017%2077.2502%2017C78.3111%2017%2079.3285%2016.5786%2080.0787%2015.8284C80.8288%2015.0783%2081.2502%2014.0609%2081.2502%2013C81.2502%2011.9391%2080.8288%2010.9217%2080.0787%2010.1716C79.3285%209.42143%2078.3111%209%2077.2502%209Z%22%20stroke%3D%22%23321A8D%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M15%2018.2419H18.563C21.141%2018.2419%2023.25%2016.8729%2023.25%2014.3229C23.25%2011.7729%2020.766%2010.5049%2018.75%2010.4049C18.333%206.41794%2015.422%203.99194%2012%203.99194C8.766%203.99194%206.683%206.13894%206%208.26694C3.187%208.53394%200.75%2010.3239%200.75%2013.2549C0.75%2016.1849%203.281%2018.2419%206.375%2018.2419H9%22%20stroke%3D%22%23321A8D%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M15%2012.9919L12%209.99194L9%2012.9919%22%20stroke%3D%22%23321A8D%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12%2022.0119V10.7419%22%20stroke%3D%22%23321A8D%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.dropzone:not(.dz-started) .dz-message {
    margin-top: 75px !important;
}
.dropzone .dz-preview .dz-image {
    border-radius: 10px !important;
}
.dropzone .dz-preview {
    background-color: unset !important;
    margin: 0 !important;
}
.dropzone .dz-remove {
    color: red !important;
}
.inner_title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.inner_heading {
    margin-bottom: 20px;
    align-items: center;
}
.content-header .text-right .btn-secondary {
    margin-right: 10px;
}
.action_dropdown {
    position: relative;
}
.action_dropdown .dropdown-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.action_dropdown .btn {
    min-width: auto;
    height: 34px;
    padding: 4px 10px !important;
}
.action_dropdown .btn svg {
    transform: rotate(90deg);
}
.btn-group .dropdown-toggle:first-child {
    border-left: 1px solid #d4d4d4 !important;
    border-radius: 6px !important;
}
.dataTables_wrapper .col-sm-12 {
    overflow-x: auto;
    min-height: 60vh;
}
.dataTables_wrapper tbody tr:last-child .dropdown-menu,
.dataTables_wrapper tbody tr:nth-last-child(2) .dropdown-menu,
.dataTables_wrapper tbody tr:nth-last-child(3) .dropdown-menu {
    top: unset !important;
    bottom: 100%;
}
.dataTables_wrapper tbody tr:nth-child(0) .dropdown-menu,
.dataTables_wrapper tbody tr:nth-child(1) .dropdown-menu,
.dataTables_wrapper tbody tr:nth-child(2) .dropdown-menu,
.dataTables_wrapper tbody tr:nth-child(3) .dropdown-menu {
    bottom: unset !important;
    top: 100% !important;
}
.property_show_wraper .form-group {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.dashboard_counter_box.petty_balance {
    margin-bottom: 10px;
}
.dashboard_counter_box.petty_balance .inner_box {
    padding: 15px;
    min-height: 115px;
}
.dashboard_counter_box.petty_balance .inner_box .name {
    font-size: 16px;
    text-align: left;
}
.dashboard_counter_box.petty_balance .inner_box .number {
    font-size: 24px;
}
#statisticsrange.dashboar_date {
    padding: 10px !important;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 88px;
        margin-left: 10px;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 70px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 98px !important;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar:hover {
        width: 280px !important;
    }
    .sidebar-mini.sidebar-collapse
        .main-sidebar:hover
        .sidebar-menu
        > li
        > a
        > span,
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
        .sidebar-menu
        > li:hover
        > a
        > span:not(.pull-right) {
        display: block !important;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
        .sidebar-menu
        > li:hover
        > a
        > span:not(.pull-right-container) {
        position: unset !important;
        width: unset;
        padding: 0;
        margin-left: 0;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
        .sidebar-menu
        > li:hover
        > .treeview-menu {
        position: unset;
        width: unset;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 98px !important;
    }
    .login-page .left_side h2 {
        font-size: 42px;
        line-height: 60px;
    }
    .sidebar-collapse #sidebar-wrapper:not(:hover) .treeview-menu {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
}
@media (min-width: 1400px) {
    .expenses_filter_wraper .col-md-3 {
        width: 25%;
    }
}
@media (min-width: 1600px) {
    .petty_balance .col-lg-3 {
        width: 25%;
    }
}
@media (max-width: 1500px) {
    .dashboard_counter_box .inner_box .name {
        font-size: 12px !important;
    }
    .dashboard_counter_box .inner_box {
        padding: 15px 12px !important;
    }
}
.search-date-petty-expense {
    float: right;
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}

.d-none {
    display: none !important;
}
button.btn.btn-light-success.selected,
.btn.btn-light-success:hover {
    color: #fff;
    background-color: #1e9553 !important;
}
.btn.btn-light-rented {
    color: #ed7d06;
    border-color: beige;
    background-color: #f3c295;
}
.btn.btn-light-dirty {
    color: black;
}
button.btn.btn-light-rented.selected {
    color: black;
    background-color: #eda93c;
}
.btn-sold {
    color: #686868 !important;
    background: transparent !important;
    border: 2px solid #686868 !important;
    cursor: default;
    opacity: 1;
}
.btn-occupied {
    color: #ffffff !important;
    background: rgb(255 165 0 / 45%) !important;
    border: 2px solid rgb(255 165 0 / 45%) !important;
    cursor: default;
    opacity: 1;
}
.btn-management {
    color: #ffffff !important;
    border-color: rgb(0 123 255 / 45%) !important;
    background: rgb(0 123 255 / 45%) !important;
    border: 2px solid rgb(0 123 255 / 45%) !important;
    cursor: default;
    opacity: 1;
}

.btn-maintenance {
    color: #000000 !important;
    background: rgb(255 255 0 / 45%) !important;
    border: 2px solid rgb(255 255 0 / 45%) !important;
    cursor: default;
    opacity: 1;
}
.btn-upholsteries {
    color: #000000 !important;
    background: #f1e9fc !important;
    border: 2px solid #f1e9fc !important;
    cursor: default;
    opacity: 1;
}
.btn-light-success {
    color: #1e9553;
    border: 2px solid #1e9553 !important;
    background-color: transparent !important;
}
.btn-reservation {
    color: #ffffff !important;
    border-color: rgb(160 32 240 / 45%) !important;
    background: hsla(277, 87%, 53%, 0.45) !important;
    border: 2px solid rgb(160 32 240 / 45%) !important;
    cursor: default;
    opacity: 1;
}

.btn-dirty {
    color: #000000 !important;
    background: rgb(128 128 128 / 45%) !important;
    border: 2px solid rgb(128 128 128 / 45%) !important;
    cursor: default;
    opacity: 1;
}
.btn-light-warning {
    color: #ffffff !important;
    background: #f80000 !important;
    border: 2px solid #fafafa !important;
    cursor: default;
    opacity: 0.45;
}

#unit-container .btn {
    border-radius: 14px !important;
    transition: 0.5s;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.grand_total {
    border: 1px solid #dddddd;
    padding: 10px;
    background: #ededed;
    border-radius: 0.5rem !important;
    padding: 14px;
}
.grand_total .inner_wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px !important;
}
.grand_total .inner_wraper label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
}
.grand_total .inner_wraper .inner_div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.grand_total .inner_wraper .inner_div input[readonly] {
    width: auto !important;
    max-width: 100px;
}
.grand_total .inner_wraper .select2 {
    max-width: 120px;
    flex-shrink: 0;
}
.grand_total .inner_wraper input[readonly],
.grand_total .inner_wraper span:not(.round_of_span, .booking_tax_details) {
    border: 0 !important;
    background-color: unset;
    width: auto;
    text-align: right;
    font-size: 16px !important;
    color: black;
    margin: 0 !important;
    text-align: right;
    height: 24px;
    max-width: 150px;
    padding: 4px 10px !important;
}
.booking_tax_details {
    font-size: 13px;
}
.grand_total .inner_wraper.main_total label,
.grand_total .inner_wraper.main_total input[readonly] {
    font-size: 18px;
    font-weight: 900;
    color: black;
}
.grand_total .inner_wraper.subtotal_text label,
.grand_total .inner_wraper.subtotal_text input[readonly],
.grand_total .inner_wraper.subtotal_text span {
    font-weight: 600;
}
.navbar-custom-menu > .navbar-nav > li {
    display: flex;
    align-items: center;
}
.ui-widget-content {
    background: #020202 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 4px 10px;
    border-radius: 6px !important;
}
/* .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right) {
    display: none !important;
} */
.sidebar-collapse #sidebar-wrapper .sidebar-menu > li > .treeview-menu {
    background-color: #fff !important;
    /* padding-left: 10px;
    border-radius: 4px; */
    /* border: 1px solid #e8e8e8; */
    /* box-shadow: 0 4px 12px 2px #1018281a;
    top: 20px !important;
    display: none !important; */
    border: 0;
}
.select2-container {
    max-width: 100%;
}
@media (max-width: 1100px) {
    .main-sidebar {
        width: 220px;
        padding-inline: 10px;
    }
    .content-wrapper,
    .main-header .navbar {
        margin-left: 220px;
    }
    .main-header .logo {
        width: 220px;
    }
    #sidebar-wrapper .sidebar-menu > li > .treeview-menu {
        padding-left: 32px;
    }
    .content-header h1 {
        font-size: 24px;
    }
    #sidebar-wrapper li a svg {
        height: 20px;
        width: 20px;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-header {
        padding-left: 15px !important;
    }
    .main-header .ml-20 {
        margin-left: 10px !important;
    }
}
@media (max-width: 991px) {
    .main-header .logo {
        display: none;
    }
    .main-header .navbar {
        margin-left: 0 !important;
        display: flex;
    }
    .navbar-custom-menu .user-menu .dropdown-toggle {
        padding: 10px 8px;
    }
}
.custom_tabs li {
    display: inline-block;
}
.custom_tabs {
    border-bottom: 1px solid #e8e8e8 !important;
    white-space: nowrap;
    overflow-x: auto;
}
.custom_tabs li {
    margin-bottom: 0px;
}
.custom_tabs li a {
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    font-weight: 500 !important;
}
.custom_tabs li.active a {
    border-bottom-color: #22409a !important;
    font-weight: 500 !important;
    color: black !important;
}
.booking_table_wraper .table-responsive {
    /* border-radius: 6px; */
}
.booking_table_wraper table {
    border: 1px solid #d9dee3 !important;
}
.booking_table_wraper table td:not(:first-child),
.booking_table_wraper table td:not(:first-child) input {
    text-align: center;
}
.booking_table_wraper th {
    background-color: #ededed !important;
}
.extra_item {
    text-align: right !important;
}
.help-block {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0;
}
@media (min-width: 1400px) {
    .five_columns_wraper > .col-sm-6 {
        width: 20%;
    }
    .grant_total_main_wraper > .col-sm-8 {
        width: 72%;
    }
    .grant_total_main_wraper > .col-sm-4 {
        width: 28%;
    }
}
.d-block {
    display: block;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.booking_page_boxes .inner_box {
    min-height: 105px;
}
/* #bookings-datatable tr th:nth-child(6), */
#bookings-datatable tr th:nth-child(8),
/* #bookings-datatable tr td:nth-child(6), */
#bookings-datatable tr td:nth-child(8) {
    text-align: center;
    /* padding-right: 30px; */
}
#bookings-datatable tr td:nth-child(8) .badge {
    border-radius: 4px !important;
}
.vip_badge_tooltip {
    display: inline-block;
    margin-left: 5px;
}
.vip_badge_tooltip svg {
    margin-bottom: -4px;
}
.custom_tooltip_wraper {
    box-shadow: 0 4px 12px 2px #1018281a;
    padding: 10px 15px;
    border-radius: 6px;
    position: absolute;
    width: 350px;
    background: white;
    border: 1px solid #ededed;
    display: none;
    z-index: 999;
    bottom: 100%;
    margin-bottom: 12px;
    color: black;
    padding-top: 15px;
}
.custom_tooltip_wraper .unit_name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.custom_tooltip_wraper .unit_name span {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}
.custom_tooltip_wraper h4 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.custom_tooltip_wraper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}
.custom_tooltip_wraper .inner_div svg {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}
.custom_tooltip_wraper p span {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}
.custom_tooltip_wraper .inner_div_wraper {
    display: flex;
    justify-content: space-between;
}
.custom_tooltip_wraper .inner_div {
    display: flex;
}
.custom_tooltip_btn:hover + .custom_tooltip_wraper {
    display: block;
    /* right: 0%; */
}
/* @media(min-width: 1500px){
    #unit-container .wraper_class:nth-child(10n + 9) .custom_tooltip_btn:hover + .custom_tooltip_wraper, #unit-container .wraper_class:nth-child(11n + 10) .custom_tooltip_btn:hover + .custom_tooltip_wraper {
        left: unset !important;
        right: 0 !important;
    }
} */
.position-relative {
    position: relative;
}
.d-flex {
    display: flex !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.new_badge {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 6px 10px !important;
    height: 30px;
    color: #848e96;
    background: rgb(132 142 150 / 10%);
}
.new_badge.badge_available {
    background: rgba(3, 147, 18, 0.1) !important;
    color: #039312 !important;
}
.new_badge.badge_busy {
    background: rgba(246, 212, 143, 0.1);
    color: orange;
}
.new_badge.badge_management {
    background: rgba(38, 75, 196, 0.1);
    color: rgb(42, 92, 198);
}
.new_badge.badge_reservation {
    background: rgba(38, 75, 196, 0.1);
    color: rgb(160 32 240 / 45%);
}
.new_badge.badge_upholsteries {
    background: rgba(38, 75, 196, 0.1);
    color:#f1e9fc;
}
.new_badge.badge_maintenance {
    background: rgba(243, 246, 143, 0.219);
    color: rgb(255, 200, 0);
}
.dashboard_counter_box h3 {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin: 0;
    margin-bottom: 14px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > .treeview-menu {
    display: none !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container {
    position: absolute !important;
    width: 180px !important;
    left: 50px !important;
    top: 50% !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse
        .sidebar-menu
        > li.menu-open
        > .treeview-menu,
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
        .sidebar-menu
        > li.menu-open
        > .treeview-menu {
        display: block !important;
    }
}

.dropdown .dropdown-item:hover,
.dropdown-menu > li > a.text-gray,
.dropdown-menu > li > label.text-gray {
    color: gray !important;
}

.dropdown .dropdown-item:hover,
.dropdown-menu > li > .disabled {
    cursor: not-allowed;
}
.notification-main {
    position: fixed;
    top: 70px;
    right: 32px;
    width: 100%;
    max-width: 300px;
    max-height: 700px;
    overflow-y: auto;
}
.notification-main .box {
    margin-bottom: 12px;
}
.notification-main .box .box-header {
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notification-main .box .box-header .box-title {
    font-size: 16px;
}
.notification-main .box .box-header .box-tools {
    position: unset;
    float: unset;
}
.notification-main .box .box-header .btn-box-tool {
    padding: 4px !important;
    min-width: unset;
    height: unset;
    line-height: 10px;
}
.notification-main .box .box-header:before,
.notification-main .box .box-header:after {
    display: none;
}
.notification-main .notification-body {
    padding: 10px;
}
p.disable-reminder {
    text-align: end;
    color: #00a65a;
    font-weight: bold;
    cursor: pointer;
}
span#postfix_discount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.form-group.add_discount_field.col-sm-12 {
    display: flex;
}
.input-group input:not(#payment_date, .datetimepicker) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.append_sign {
    width: 30px;
    display: inline-block;
    text-align: center;
    background-color: #eee;
    height: 42px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #d7d7d7 !important;
}
#taxCheckboxes {
    display: flex;
}
#taxCheckboxes label.form-check-label.mr-2 {
    margin-right: 5px;
}
#unit-container
    .wraper_class:nth-child(8n + 8)
    .custom_tooltip_btn:hover
    + .custom_tooltip_wraper,
#unit-container
    .wraper_class:nth-child(8n + 9)
    .custom_tooltip_btn:hover
    + .custom_tooltip_wraper {
    left: unset !important;
    right: 0 !important;
}
.text-decoration-underline {
    text-decoration: underline;
}
.dashboard_counter_box .tooltip-icon {
    margin-left: 6px;
    margin-top: 3px;
    flex-shrink: 0;
    font-size: 16px;
}
.unit_box_wraper .inner_box {
    min-height: unset !important;
}
@media (min-width: 1300px) {
    .unit_box_wraper .col-md-2 {
        width: 14.28%;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.table_warning {
    background-color: #fff3cd !important;
}
.bg-warning:hover {
    background-color: #ffeaa7 !important;
}
.bg-warning td {
    background-color: inherit !important;
}
