:root {
    --theme: #787439;
    --theme-hover: #95890e;
}
body {
    font-size: 14px;
    color: #222222;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.login-box,
.register-box {
    width: 480px;
}
.card {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.card,
.card .card-body,
.form-control,
.btn {
    border-radius: 10px;
}
.card-header {
    background-color: var(--theme) !important;
}
h1,
h2,
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
}
.cursor-pointer {
    cursor: pointer;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 15px 20px;
    text-align: center;
    color: #666666;
}

.login-box-msg-heading {
    font-size: 30px;
    color: #222;
}

.form-control {
    height: 50px;
    padding: 0.5rem 0.75rem;
}
.btn {
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
}
/* .btn:focus {
    background: var(--theme-hover);
} */
.login-box .btn,
.register-box .btn {
    width: 100%;
}

.brand-link .brand-image {
    max-height: 60px;
    margin: 0;
    float: none;
}
.brand-link {
    width: 100%;
    float: left;
    border-bottom: 0 !important;
}
.main-header {
    border-bottom: 0 !important;
}
.content-wrapper,
.navbar-light {
    background-color: #fafafb;
}
.nav-sidebar > .nav-item .nav-icon {
    color: var(--theme);
    font-size: 1rem;
    margin-right: 10px;
}

.nav-sidebar > .nav-item .active .nav-icon {
    color: #fff;
}
[class*="sidebar-light-"] .nav-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}
.nav-link {
    padding: 0.25rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
    display: flex;
}
.content-header {
    padding: 15px 1rem;
}
.content-wrapper > .content {
    padding: 0 1rem;
}

.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 13px;
    height: 40px;
    line-height: 22px;
}
table.dataTable {
    border-radius: 10px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.025);
}
.table thead th {
    border-bottom: 0;
    background-color: #f4f4f4;
    color: #666666;
}
.table thead th:first-child {
    border-top-left-radius: 10px;
}
.table thead th:last-child {
    border-top-right-radius: 10px;
}

.dataTables_scrollHead .data-table {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dataTables_scrollBody .data-table {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Datatable Hearder and Column Adjust issue solution*/
.dataTables_scrollHeadInner,
.table {
    width: 100% !important;
}

.table td {
    padding: 0.5rem 0.75rem;
}

.table-bordered th {
    border: 0;
}
table.table-bordered.dataTable tbody td {
    border-top-width: 1px !important;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
div.dataTables_wrapper div.dataTables_info {
    color: #666666;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active::before {
    height: 50px;
    width: 5px;
    background-color: var(--theme) !important;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
    background: var(--theme) !important;
    box-shadow: none;
}
.nav-sidebar .nav-link p {
    display: inline-block;
}
.page-link {
    border: 0;
}
.page-item.active .page-link {
    color: var(--theme);
    border-color: none;
    background-color: none;
}
.actBtn-td a:hover .icon {
    color: var(--theme-hover);
}
.custom-switch .custom-control-label::before {
    height: 1.5rem;
    width: 2.25rem;
    top: 0rem;
    border-radius: 0.75rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem);
    left: calc(-2rem);
    width: calc(1rem);
    height: calc(1rem);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.modal-sm {
    max-width: 550px;
}
.modal-content {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 10px;
}
.modal-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-title .icon {
    color: rgba(220, 53, 69);
}
.modal-content .confirm {
    background: rgba(220, 53, 69);
    border: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff;
    cursor: pointer;
    background: none;
}
.nav-pills .nav-link {
    border-radius: 0 0.5rem 0.5rem 0;
    height: 42px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}
.content-wrapper {
    height: auto !important;
}
#menu-table.table-bordered td,
#menu-table.table-bordered th {
    vertical-align: middle;
}
/*login - register box*/
.login-card-body,
.register-card-body {
    color: #222;
    padding: 20px 30px;
}
.login-box,
.register-box {
    margin: auto;
}
.login-page,
.register-page {
    justify-content: start;
    /* background-color: #fafafa; */
    background-image: url(../../images/background-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d2c0f2;
}
.login-logo img,
.register-logo {
    margin-bottom: 15px;
}
/*
LOGO OF LOGIN PAGE
.login-logo img, .register-logo img {
    max-width: 100px;
}
*/
.logoImgWidth {
    width: 75%;
}
/* Common Scrollbar Style */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(123, 219, 129, 0.6);
}
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 15px;
}
/*common css for setting up dashboard*/
.w-100 {
    width: 100% !important;
    border: 1px solid var(--theme) !important;
    border-radius: 10px;
    margin-left: 6px;
    max-width: 58%;
}
.alert {
    margin: 15px 0px;
    border-radius: 10px;
}
.alert-success {
    background-color: #effebb;
    border-color: #cae27b;
    color: #639526;
}
.alert-danger {
    background: #fbcbc0;
    border-color: #f5a191;
    color: #a02b12;
}
.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #a02b12;
}
.alert .close {
    font-size: 20px;
    font-weight: 600;
}
.form-control:focus {
    border-color: var(--theme);
    box-shadow: none;
}
.not-read {
    background-color: #ff00002f;
}
.login-card-body
    .input-group
    .form-control:focus
    ~ .input-group-append
    .input-group-text,
.register-card-body
    .input-group
    .form-control:focus
    ~ .input-group-append
    .input-group-text {
    border-color: #343a40;
}

/* ACTION ICON BUTTON */
.icon {
    color: var(--theme);
}
a:hover {
    color: var(--theme-hover);
    text-decoration: none;
}
a:active {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
a:focus {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
a {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}
.btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

.box.box-primary {
    border-top-color: var(--theme);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin: 5px 0 0 2px !important;
    font-size: 15px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #f5edee;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sidebar {
    height: calc(100% - (9.5rem + 1px));
    overflow-y: auto;
    padding: 0;
    margin: auto;
    width: 100%;
    margin-top: 126px;
}
.brand-link {
    line-height: 1.4 !important;
    margin-top: 23px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.box-primary p {
    word-break: break-word;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.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: var(--theme) !important;
    border-color: var(--theme) !important;
    outline: none;
}

.box-primary p {
    word-break: break-word;
}
.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    outline: none;
}
.login-link {
    margin: 10px 0 0;
    display: block;
    text-align: center;
}
.content-header h3 {
    margin: 0;
    font-size: 24px;
}
.a_back {
    float: left !important;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
    text-align: center;
    color: #999999;
    margin-right: 15px;
}
.a_back:hover {
    color: #222;
}
/*
.a_link{
    float: right!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 0px 10px !important;
    color: var(--theme) !important;
    margin: 15px 0 !important;
    text-decoration: none;
}
.a_link:hover,.a_back:hover{
	color: var(--theme) !important;
}*/
.fa-md {
    /*font-size: 1.1111rem !important;*/
}
.custom-switch {
    padding-left: 2.75rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--theme) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #dee2e6 !important;
}
.dataTables_filter {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.file-input-img-span {
    border-right: 0;
    padding: 3px 10px;
    /* background: #e9ecef; */
    border: 1px solid #ced4da;
    border-radius: 10px 0 0 10px;
}
.file-input-span {
    border-right: 0;
    padding: 3px 10px;
    background: #e9ecef;
    border: 1px solid #ced4da;
}
.file-input {
    visibility: hidden;
    position: absolute;
}
.bg-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
}
.list-image-prof {
    top: 347px;
    min-height: 100%;
    width: 40px;
    left: 591px;
    margin-top: 0px;
    height: 10px;
    object-fit: cover;
}
.label.label-primary.pull-right {
    padding: 3px 5px;
    line-height: 11px;
    font-size: 11px;
}
.error-color {
    color: #a94442;
}
.error-border {
    border-color: #a94442;
}
/*daterange picker css*/

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--theme) !important;
}
.daterangepicker td.in-range {
    background-color: #ffdcde;
}
.daterangepicker .drp-buttons .btn {
    padding: 15px;
    height: auto;
    line-height: 0px;
}
/*error messege style*/

.form-group.has-error .help-block {
    color: #a94442;
    margin-top: 0px;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #a94442;
}
/*navbar css*/

.skin-red-light .sidebar-menu > li.header {
    color: #848484;
    background: #ffffff;
    font-size: 14px;
}
.main-header .logo .logo-lg img {
    max-width: 150px;
}
.main-header .logo .logo-mini img {
    max-width: 12px;
}
.logo-xs {
    width: 52px !important;
    max-height: 80px !important;
    margin-top: 0px;
    top: 3px;
    margin-left: 8px !important;
    left: 5px;
}
.logo-xl {
    width: 200px !important;
    max-height: 80px !important;
    top: 12px !important;
    margin-left: 30px;
    left: -5px !important;
    right: 0px;
}
/****IMAGE BOTTOM GRID VIEW*****/

.skin-red-light .main-header .logo,
.skin-red-light .main-header .navbar {
    background-color: #343a40 !important;
}

ul.navbar-nav.ml-auto {
    margin-top: 8px;
}

.navbar-nav > .user-menu .user-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d6de !important;
}
.profile-name {
    margin-right: 10px;
}
.profile-pic {
    z-index: 5;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #000 !important;
    word-break: break-word;
}
.skin-red-light .main-header li.user-header {
    background-color: #f5edee !important;
}
.main-header .sidebar-toggle {
    padding: 14px 15px;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #343a40 !important;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    background-color: #f5edee;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-radius: 6px;
    width: 300px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-radius: 6px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #6c757d;
    border-radius: 6px;
}
/*status switch */

.switch {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #d0cece;
    width: 62px;
    height: 26px;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    cursor: pointer;
    display: inline-block;
}
.switch.on {
    background: var(--theme) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #222;
    background-color: #fff;
    border-color: #fff;
    font-weight: 600;
}
.page-link {
    color: var(--theme);
    font-size: 0.875rem;
}
.page-link:focus {
    box-shadow: none;
}

.modal-header .close {
    margin-top: -2px;
    padding: 10px 16px;
    outline: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.btn-danger {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
    box-shadow: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header {
    border-bottom-color: #f4f4f4;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.switch .knob {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    font-size: 12px;
    line-height: 15px;
    color: var(--theme);
    text-decoration: none;
    color: #d8dad9;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -moz-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -o-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
}
.switch.on .knob {
    left: 40px;
}
.switch .knob:before,
.switch .knob:after {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 3px;
}
.switch .knob:before {
    content: "OFF";
    color: #676767;
    left: 24px;
    word-break: keep-all;
}
.switch .knob:after {
    content: "ON";
    color: white;
    left: -30px;
}
/*action buttons*/

.action a {
    display: inline-block;
    width: auto;
    margin: 0px 5px;
    vertical-align: middle;
    font-size: 18px;
}

.content-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/*listing page*/

.dataTables_filter .input-group {
    max-width: 320px;
}
/*information page*/

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profile-img {
    border: none;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 5px #00000094;
}
.info-main-block {
    padding: 20px;
}
/*pagination css*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    /*border-color: var(--theme);
	background-color: var(--theme);*/
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--theme);
}
/*mail-setting module css*/

.mail-setting-edit-section .info-note {
    padding: 5px;
    padding-bottom: 0px;
}
.mail-setting-edit-section .info-note h5 {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid;
    background-color: rgba(217, 55, 66, 0.07);
    border-color: rgba(217, 55, 66, 0.4);
    border-radius: 3px;
}
#file-error,
#imagefile-error,
#documentfile-error {
    color: #a94442;
}
.has-error .file-input-img-span,
.has-error .file-input-span {
    border-color: #a94442;
}
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--theme) !important ;
    border-color: var(--theme) !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

td.text-center.list-action a {
    padding: 0px 4px !important;
    font-size: 14px;
}

.min-width-25 {
    min-width: 25px;
}
li.nav-header {
    padding: 1rem 1rem 0.5rem !important;
}
li.nav-header:first-child {
    padding: 0 1rem 0.5rem !important;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--theme) !important;
    height: 3px !important;
}
.to_email_frm_grp {
    display: none;
}

.to_email_frm_grp.block {
    /* display: flex !important; */
}

/*********TOOLTIP**********/

.tooltip {
    top: 0;
}

/*******SELECT CHOICE*******/
.select2-container--default.select2-container--focus
    .select2-selection--single {
    display: block !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--theme) !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 210px !important;
    overflow-y: auto;
}
.select2-container--default .select2-dropdown .select2-search__field:focus {
    border: 1px solid var(--theme) !important;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--single:focus {
    border-color: #ced4da !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px;
}
/* **************************** */
.select2-container .select2-container-multi {
    width: 100% !important;
    display: inline-block !important;
}
.select2-container {
    width: 100% !important;
    display: inline-block !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 11px 6px 18px !important;
    margin: 5px 0 3px 5px !important;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px !important;
    top: 6px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px !important;
}
.select2-container-multi .select2-choices {
    border-radius: 5px !important;
}
.select2-input .select2-default {
    width: 100% !important;
}
.supervisor-select-container .select2-container .select2-choice {
    height: 37px;
    line-height: 35px;
    background-color: #fff;
    background-image: none !important;
    background-image: none !important;
    margin-right: 0px !important;
}
.supervisor-select-container .select2-arrow {
    top: 3px !important;
    background-image: none !important;
    background-image: none !important;
    background: none !important;
    border-left: none !important;
}

img.applianceIcon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 30px !important;
    object-fit: scale-down;
}

/******FORM LABEL******/

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
    color: #666;
    font-size: 15px;
}

.floor-unit-row {
    margin-bottom: 15px;
}
textarea {
    resize: none;
}
.sub-title {
    display: none;
}
.table-container-wrapper {
    padding-bottom: 150px;
}
.cls_sub_section {
    display: block;
}
.cls-p {
    margin-bottom: 0px;
}
.cls-report {
    margin-bottom: -16px;
}
button.ms-choice.disabled,
.multiselect.disable {
    background-color: #e9ecef;
}
.remove_class {
    color: #a94442 !important;
    margin: 5px;
}
a.remove_button,
a.add_button {
    border: 1px solid #a94442;
    padding: 5px 5px;
    border-radius: 5px;
}
a.add_button {
    border: 1px solid #308209;
}
.actions {
    display: flex;
    margin-left: -9px;
}
.actions a:first-child {
    margin-right: 5px !important;
}
.add_class {
    color: #0a820a !important;
    margin: 5px;
}
.cls-note-alert {
    line-height: 35%;
    font-size: 13px;
    color: #616161;
    background-color: #fff3cd;
}
.focus-note {
    margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;
    margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;
}
.ms-drop.bottom {
    left: 13px !important;
}
.unique-floor {
    display: none;
}
.appliance-selection {
    display: none;
}
.container {
    display: flex;
    justify-content: flex-end;
}
.small-box > .inner {
    padding: 15px;
}
.count-p {
    line-height: 0px;
}
.cls-order-detail {
    margin-bottom: -13px;
}
.appliance-with-icon {
    display: inline-flex;
    align-items: center;
}
.bg-icon {
    width: 40px;
    overflow: hidden;
    text-align: center;
}
.appliance-image {
    display: inline-flex;
}

.plus-icon {
    font-size: 12px;
    margin-right: 1px;
}
.appliance-icon-span {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-count-span {
    position: absolute;
    left: 11px;
    top: 7px;
    font-weight: bold;
    font-size: 16px;
}
.icon-span {
    background-color: #00000069;
    z-index: 1111;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    display: block;
}
.appliance-name {
    margin-left: 55px;
    display: flex;
    width: max-content;
}
button.applyBtn {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}
button.applyBtn:hover {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}
.fancybox-white .fancybox-bg {
    background: #ffffff !important;
    opacity: 0.6 !important;
}
.fancybox-white .fancybox-caption__body {
    color: #000 !important;
    font-weight: bold;
    font-size: medium;
}

/* .fancybox{
	background: #848484;
} */
/** READ MORE AND READ LESS STARTED **/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: var(--theme) !important;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.floor-unit-row .ui-slider-range {
    background: #3973d2 !important;
}
.floor-unit-row .ui-slider-handle {
    border-color: #3973d2 !important;
}

/****** TAG WITH CLOSE BUTTON *******/
.chip {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    color: var(--theme);
}

.closebtn {
    padding-left: 0px;
    padding-right: 5px;
    color: var(--theme);
    font-weight: bold;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

.closebtn:hover {
    color: var(--theme);
}

/****** TAG WITHOUT CLOSE BUTTON *******/

.chip2 {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 2px;
    color: var(--theme);
}
.custom-switch .custom-control-label {
    cursor: pointer;
}
.dataTables_processing.card {
    background: #ccc;
    margin-top: 32px !important;
}
.gallery-images-col {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.profile-user-img {
    object-fit: cover;
}
/* Dropzone */
.dropzone.form-horizontal {
    margin-top: -25px;
    max-width: 100%;
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.dropzone {
    border: 1px solid #ced4da;
}
.dz-error-message {
    margin-top: 15px;
}
.dz-preview.dz-error .dz-image {
    border: 1px solid #a94442;
}
.dropzone.form-horizontal.has-error {
    border: 1px solid #a94442;
}
.dropzone-error-msg-container {
    display: none;
}
.dropzone-error-msg {
    color: #a94442;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--theme);
    background-color: var(--theme);
    box-shadow: none;
}
.custom-switch .custom-control-label::after {
    background-color: var(--theme);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--theme);
}

.dropzone {
    border: 1px dashed #ced4da;
}
.dropzone .dz-preview .dz-remove {
    font-size: 0px;
    position: absolute;
    bottom: -28px;
    right: 29px;
    display: inline-block;
    background-image: url(../../images/remove.png);
    background-repeat: no-repeat;
    background-size: 13px 14px;
    background-position: 3px 3px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme);
}
.dz-remove.remove-link-center {
    right: 50px !important;
}
.js-open-cropper-modal {
    display: inline-block;
    position: absolute;
    bottom: -31px;
    left: 25px;
}
.dropzone.has-error {
    border: 1px dashed #a94442 !important;
}
/* .js-open-cropper-modal .custom-crop-icon{height: 28px;width: 28px;} */
.js-open-cropper-modal .custom-crop-icon:hover {
    cursor: pointer;
}
.custom-control-label::before:focus {
    outline: none;
}
.dz-image {
    border: 1px solid #ccc;
}

/* Cropper js */
.js-open-cropper-modal {
    cursor: pointer !important;
}
.js-open-cropper-modal:hover {
    text-decoration: underline !important;
}
/* Select2  */
.select2-container--default.select2-container--focus
    .select2-selection--single {
    display: block !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #939ba2 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #939ba2 !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--theme) !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--single:focus {
    border-color: #ced4da !important;
}

.has-error .select2-selection {
    border: 1px solid #a94442 !important;
}
.has-error .select2-selection:focus {
    border: 1px solid #a94442 !important;
}
.nav-icon.fa-crop {
    font-size: 20px;
}

table {
    display: table !important;
    width: 100% !important;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* select2 css */
.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #5ed15f;
    font-size: 15px;
    height: 100%;
    line-height: 22px;
}
.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    outline: 0;
    border: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    /* left: 0; */
    top: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    color: #666;
    font-family: "Nunito", sans-serif;
}
.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 15px;
    height: 40px;
    line-height: 22px;
}

/* .select2-container--default .select2-selection--multiple {
    font-size: 1px;
    max-width: 100%;
    min-height: 40px;
    line-height: 22px;
    background-clip: padding-box;
    border-radius: 10px;
    border: 1px solid #ced4da;
} */

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 4px;
    padding: 4px;
    padding-left: 8px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.form-check-label {
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #666;
}

.flex-box {
    display: flex;
    flex-direction: row;
    height: 30px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #797440 !important;
    border-color: #797440 !important;
    color: #fff !important;
    padding-right: 6px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    flex: 0 0 30%;
    /* max-width: 48%;
    width: 48%; */
}
/* .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    line-height: 5px;
} */
/* .select2-container--default .select2-selection--multiple {
    line-height: 3px;
} */
.select2-selection--multiple .select2-selection__choice .icon-box img {
    height: auto;
}
.select2-selection--multiple .select2-selection__choice .icon-box {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 5px;
}

.col-md-3 {
    display: -webkit-box;
}
.col-md-2 {
    display: flex;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

hr {
    height: 1px;
    color: var(--theme);
}

.img-thumbnail {
    padding: 0%;
    background-color: #fff;
    max-width: 100%;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    border: none;
}

.Img-Name {
    display: flex;
}
span.item-name {
    margin-left: 7px;
    align-self: center;
}
button.btn.btn-dark.search-btn {
    margin-left: 15px;
    width: 130px;
}
.userimg.roundimg-col {
    display: inline-flex;
}
span.user-name {
    margin-left: 13px;
    align-self: center;
}
select.btn {
    border: 1px solid #ced4da;
    border-left: none;
    color: #444444;
    font-family: Nunito;
}
.nutri-border {
    border-right: none;
}

span.userName {
    padding-right: 63px;
    margin-left: 15px;
}
.input-img {
    vertical-align: middle;
    border-style: none;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-top: 1px;
}

/* .form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
} */
.input-group.form-check {
    position: relative;
    display: block;
    padding-left: 0.25rem;
}

.input-group.has-error select.btn {
    border: 1px solid #a94442;
    border-left: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999999;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: auto;
    top: 18px;
    right: 5px;
}
select.btn.unit {
    background: none;
    appearance: none;
}

.input-group-append {
    position: relative;
}
.input-group-append::after {
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 12px;
    content: "\f078";
    position: absolute;
    top: 13px;
    left: 49px;

    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    text-align: right;
    font-weight: 600;
    color: #444444;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #5ed15f;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-img {
    display: flex;
}

@media (min-width: 576px) and (max-width: 1017px) {
    .select2-container--default
        .select2-selection--multiple
        .select2-selection__choice {
        flex: 0 0 30%;
        max-width: 48%;
        width: 48%;
    }
    .select2-container--default .select2-selection--multiple {
        max-width: 165%;
        width: 165%;
    }
}
@media (min-width: 757px) {
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 76.666667%;
    }
}

span.isReported {
    background: #ff5353;
    padding: 2px;
    border-radius: 3px;
    color: white;
    border: none;
    font-size: 11px;
}
span.add_type {
    background: #dddddd;
    padding: 4px;
    padding-right: 7px;
    margin: 18px;
    color: #6c757d !important;
    border-radius: 7px;
    font-size: 13px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 65px !important;
}

.total-btn {
    width: 168px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    height: 30px;
    /* font-family: 'Nunito Sans'; */
    float: right;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 214px;
    text-align: center;
    color: #666666;
}

span.total {
    /* position: absolute; */
    width: 58px;
    height: 19px;
    left: 1136px;
    top: 373px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #222222;
}

option.total-btn-content {
    line-height: 19px;
    text-align: left;
}

.col-sm-3.float-right {
    display: flex;
    margin-right: 239px;
    /* float: right; */
}

.dash-div {
    background-color: var(--theme);
    width: 374px;
    height: 130px;
    top: 152px;
    left: 290px;
    margin: 0px 46px 9px 8px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
.dash-div-container {
    display: flex;
    justify-content: space-between;
    margin: 0px 232px 0px auto;
    padding: 30px 0;
}
.dashgraph {
    display: flex;
}
.graph-div1 {
    height: 385px;
}
.graph-div2 {
    height: 385px;
}

.dashgraph-heading {
    display: flex;
}
.dashgraph-heading a.btn.btn-primary.float-right {
    background: #ffffff;
    color: var(--theme);
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 892px;
}

.dashgraph-heading a.btn.btn-primary.float-right:hover {
    color: #ffffff;
    background-color: var(--theme);
}
select.form-control.report-search-box {
    font-weight: 500;
    font-size: 16px;
    left: 426px;
    -webkit-appearance: none;
    float: right;
    width: 180px;
}

.repo-select::after {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    position: absolute;
    top: 11px;
    left: 1205px;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
}

.square {
    width: 80px;
    background: #e7f8e7;
    height: 80px;
    border-radius: 20px;
    text-align: center;
    line-height: 78px;
    /* margin: 0 0 0 31px; */
}

.report-btn {
    display: flex;
}

.dwn-btn {
    position: absolute;
    padding: 0 0 0 1029px;
    right: 19px;
}
a.btn.btn-primary.repo-dwl-btn {
    margin-top: 20px;
    min-width: 144px;
}

span.report-text {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.repo-text {
    margin-left: 55px;
}

.orderitems {
    margin: 2px;
}

input#search_by_date {
    width: 180px;
}
input[type="date"]:focus::before {
    content: "" !important;
}

.calendar {
    position: absolute;
    right: -104px;
    text-align: right;
    top: 7px;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}

#revenue {
    max-width: 650px;
    margin: 35px auto;
}

#orders {
    max-width: 650px;
    margin: 35px auto;
}

/* ORDERS MEAL PLAN */
.moreless-button {
    color: #ec0000;
}
.item-moreless-button {
    color: #ec0000;
}

.moretext {
    display: none;
}

.hidden_item {
    display: none;
}
.meal {
    width: 50%;
    display: inline-flex;
}
.items {
    width: 100%;
}
.more_btn {
    color: red;
}

.more_btn:hover {
    color: red;
}

.status-btn {
    display: grid;
    /* margin-bottom: -17px;
    margin-top: -22px; */
}
@media only screen and (max-width: 1224px) {
    .status-btn {
        min-width: 34vh;
    }

    .dash-div-container {
        display: flex;
        justify-content: space-between;
        margin: 0px 232px 0px auto;
        padding: 30px 0;
    }
}

/* AFTER TESTING */
a.btn.btn-default.total-btn:active {
    background: var(--theme-hover);
    color: #ffffff;
}

.meal-total {
    /* display: flex; */
    /* padding: 23px 0 0 0; */
}

.order_amount {
    margin: 15px 22px 0 0;
}

/* @media (max-width: 1438px){
    a.btn.btn-primary.repo-dwl-btn{
        background-color: blue;
    }
} */

.review-select::after {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    position: absolute;
    top: 16px;
    left: 153px;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 10px 0 0 5px !important;
    padding: 5px !important;
}

/* ============================ */
/* TEST DASHBOARD DESIGN */

.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    /* background-color: var(--theme); */
    justify-content: space-between;
    padding: 30px 0;
}

.flex-item-left {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 30px 0 0;
}

.flex-item-center {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 30px 0 0;
}

.flex-item-right {
    padding: 10px;
    flex: 50%;
    width: 330px;
    height: 130px;
    background-color: var(--theme);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

h2.dash-num {
    position: absolute;
    font-weight: 700;
    font-size: 36px;
    line-height: 98px;
    margin-left: 30px;
    color: #ffffff;
}

a.dash-text {
    color: #ffffff;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    float: left;
    margin-left: 32px;
    margin-top: 75px;
}

.circle {
    background: #fafafb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 42px;
    line-height: 1.8;
    margin-top: 15px;
    float: right;
    margin-right: 10px;
}

.dashselect::after {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    position: absolute;
    top: 46px;
    /* left: 548px; */
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
    right: 15px;
}

.dashselect-two::after {
    font-family: "Font Awesome 6 pro";
    content: "\f078";
    position: absolute;
    top: 46px;
    /* left: 550px; */
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 600;
    color: #495057;
    right: 15px;
}

.float-right {
    float: right !important;
    min-width: 15%;
}

.text-dark {
    color: #343a40 !important;
    min-width: 18%;
}

select.form-control.dash-graph-dd {
    border: none;
    width: 152px;
    font-weight: 500;
    position: absolute;
    font-size: 16px;
    /* left: 427px; */
    -webkit-appearance: none;
    background: none;
    /* float: right; */
    right: 0px;
}
span.moreplus {
    color: red;
}

textarea#address,
textarea#notes,
textarea#house_address,
textarea#permanent_address,
textarea#short_description,
textarea#message,
textarea#recruiter_instruction {
    height: auto;
}

.user-detail {
    margin-bottom: 20px;
}

.user-detail-info {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 40px;
    width: 60%;
    display: flex;
}

.lead-view-more {
    border: 1px solid #28a745;
    padding: 6px 12px;
    border-radius: 5px;
    color: #28a745;
    min-width: 97px;
}

.lead-actions-box {
    display: inline-flex;
}

.lead-action {
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
}

.lead-status {
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.lead-action-container {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    background: #ffffff;
    border-radius: 5px;
    width: max-content;
    text-align: left;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 8px;
    display: none;
    line-height: 34px;
    border: 0px;
    transform: translateX(-112px);
    margin: 6px 0 0 -117px;
    z-index: 9999;
}

.contractor-lead-action {
    transform: translateX(-37px);
}

.lead-follow-up,
.lead-follow-up:hover,
.lead-follow-up:focus {
    background: #28a745;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    width: max-content;
}

.lead-action-wrapper {
    position: relative;
}

span.lead-status-tag {
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #28a745;
    display: inline-block;
}

.input-field-box .icon {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 16px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.dataTables_length {
    float: left;
}

.js-hidden {
    display: none !important;
}
a.chnage-password {
    right: 145px;
    position: absolute;
}

.custom-icon {
    color: #666666 !important;
}
.custom-icon:hover {
    color: var(--theme-hover) !important;
}

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

.bottom {
    margin-top: 20px;
}

.w-40 {
    width: 40% !important;
}
.main-wrap-info .row {
    margin-bottom: 15px;
}
.main-wrap-info .row p {
    margin-bottom: 0px !important;
}

.datatable-container {
    overflow-x: auto;
}

.table-responsive,
.dataTables_scrollBody {
    overflow: visible !important;
}

button.btn.btn-default.pull-left.closes:focus {
    color: #fff;
}

.swal2-styled.swal2-confirm {
    background-color: var(--theme) !important;
}
.swal2-styled.swal2-confirm:hover {
    background-color: var(--theme-hover) !important;
}

/* MOBILE COMPATIBLE RESPONSIVENESS START*/
.main-header .nav-link {
    height: 20px;
}
@media screen and (max-width: 768px) {
    .login-box .card,
    .register-box .card {
        margin: 0 10% 0 10%;
        width: auto;
    }

    .justify-content-end {
        line-height: 4;
    }
    .last-custom-filter {
        margin-bottom: 5px;
    }
    .usr-info {
        min-width: fit-content;
    }
    .usr-info {
        margin-inline-end: auto;
    }
    .navbar-nav > .user-menu > .dropdown-menu {
        width: auto;
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
        display: grid;
        background: none;
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        margin-bottom: 8px;
    }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
        float: inherit;
    }
}
/* MOBILE COMPATIBLE RESPONSIVENESS END*/
@media (max-width: 767.98px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-left: 0 !important;
    }
    .dataTables_wrapper
        .dataTables_paginate
        .pagination
        .page-item:first-child {
        margin-left: 0 !important;
    }
    .actions-td {
        text-align-last: start;
    }
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

.dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child {
    padding-left: 20px !important;
    position: relative;
    padding-right: 6px;
}
.dataTables_wrapper
    table.dataTable.collapsed
    > tbody
    > tr
    > td:first-child
    div {
    /* padding-left: 8px; */
}
.dataTables_wrapper
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    > td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 16px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
table.dataTable.dtr-inline.collapsed.table-sm
    > tbody
    > tr
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm
    > tbody
    > tr
    > th:first-child:before {
    top: 5px;
}
.dataTables_wrapper
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dataTables_wrapper .child .dtr-details {
    /* display: table !important; */
    display: contents;
}
.dataTables_wrapper .child .dtr-details > li {
    display: table-row !important;
    border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #f3f6f9;
    font-weight: 500;
    padding: 0.5rem 8px 0.5rem 0px;
    text-align: left;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
    content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
    display: table;
    vertical-align: top;
    border-bottom: 1px dashed #f3f6f9;
    padding: 0.5rem 0;
    overflow-wrap: anywhere;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
    border-bottom: 0;
    text-align: left;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
    border-bottom: 0;
}
.dataTables_wrapper
    .dt-bootstrap4
    .dropdown
    .dropdown-menu.dropdown-menu-right {
    margin-left: 65px;
}
.contact-box {
    width: -webkit-fill-available;
    display: contents;
}
.show-filters {
    display: none;
}

.preview-email {
    background-color: #f8f8f8;
}
.preview-email table {
    min-width: auto !important;
}

.filter-priority-box label {
    font-size: 12px !important;
}

.filter-priority-box
    .custom-control-input:checked
    ~ .custom-control-label::before {
    height: 14px;
    width: 14px;
}

.filter-priority-box .custom-control-input ~ .custom-control-label::before {
    height: 15px;
    width: 15px;
}

.filter-priority-box .custom-control-label::after {
    left: -25px;
    top: 3px;
}

.admin-info-list {
    max-width: 155px;
    min-width: 130px;
    overflow-wrap: anywhere;
}

.contractor-info-list {
    max-width: 150px;
    overflow-wrap: anywhere;
    min-width: 130px;
}

.lead-info-list {
    max-width: 176px;
    min-width: 130px;
    overflow-wrap: anywhere;
}
.mail-modal-body {
    max-height: 440px;
    overflow: auto;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
}
.dataTables_row_count {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.modal-content .btn {
    font-size: 13px;
    height: 30px;
    line-height: 13px;
}
.modal-footer {
    padding: 8px 15px;
}
/* Media Query for Mobile Devices */
@media screen and (max-width: 480px) {
    .login-box,
    .register-box {
        width: -webkit-fill-available;
    }
    .app-icon-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    .app-icon {
        text-align: center;
    }
    .content-wrapper .form-control,
    .content-wrapper .btn,
    .modal-content .btn {
        font-size: 12px !important;
        /* height: auto; */
        /* line-height: 14px; */
    }
    .submit-btn-container {
        margin: auto;
    }
    .submit-btn {
        width: inherit;
    }
    .preview-btn {
        width: inherit;
    }
    .close-btn {
        width: inherit;
    }
    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }
    .filters-container {
        display: none;
    }
    .filters-container .justify-content-end .col-sm-3 {
        margin-right: revert;
        padding-right: inherit;
    }

    .dataTables_length {
        display: contents;
    }
}
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 770px) {
    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }
    .filters-container {
        display: none;
    }
    .justify-content-end {
        line-height: 4;
    }
    .admin-info-container .col-md-4 {
        display: flex;
    }
    .admin-info-container .col-md-4 strong {
        min-width: 200px;
    }
    .contractor-info-container .col-md-4 {
        display: flex;
    }
    .contractor-info-container .col-md-4 strong {
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .content-header h3 {
        font-size: 20px;
    }
    .users-container {
        width: 100% !important;
    }
    .admin-chat-sub-container {
        display: none;
    }
    .search-box-wrapper {
        max-width: 88%;
    }
}

@media screen and (max-width: 357px) {
    .user-detail {
        display: block;
    }
    .user-detail-info {
        display: flex;
        margin-left: 8px;
    }
    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
    }
    .content-header h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .contact-box {
        display: inline-flex;
    }
    .contact-box .col-sm-1 {
        width: auto;
    }
    .daterangepicker .drp-buttons .btn {
        padding: 10px;
    }
}
@media screen and (max-width: 992px) {
    #contacted_log_popup {
        padding: 0 10px !important;
    }
}

.psw-container {
    position: relative;
}

#showPsw {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}

.label-block {
    display: flex;
    justify-content: space-between;
}
.cl-checkbox {
    position: relative;
    display: inline-block;
}
.counter {
    cursor: default;
}
/* Multiple select2 css */
.select2-container .select2-selection--multiple {
    margin-left: -4px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-container .select2-selection--multiple {
    min-height: 40px !important;
    max-height: auto !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px;
}
.select2-container--default .select2-selection--multiple {
    display: block;
    font-size: 15px;
    color: #939ba2 !important;
    max-width: 100%;
    line-height: 22px;
    background-clip: padding-box;
    border-radius: 10px !important;
    border: 1px solid #ced4da;
}

/*Job Preview */
.header {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #ddd;
}

.job-name {
    font-size: 1.2em;
    font-weight: bold;
}

.job-insights {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.job-insights-left,
.job-insights-right {
    display: flex;
    flex-direction: column;
}

.insight-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.insight-item img {
    margin-right: 5px;
}

.divider {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.font-white {
    color: #ffffff !important;
}

.daterangepicker .ranges li.active {
    background-color: #797440 !important;
    color: #fff !important;
}
.custom-bell-icon {
    font-size: 29px;
    color: #787439;
    margin-top: -11px;
}
/* Qualification */
/* .childqualification {
    display: none; 
    margin-left: 20px; 
    column-count: 3; 
    padding: 0;
} */
.children-qualifications {
    margin-top: 22px;
}

.childqualification-icon {
    margin-right: 5px;
}

.chevron-icon {
    margin-right: 5px;
    cursor: pointer;
    transition: transform 0.2s ease; /* Smooth transition for rotation */
}

.chevron-icon.rotated {
    transform: rotate(90deg); /* Rotate icon when toggled */
}
.qualificationBoxes {
    display: inline-block;
    padding: 8px;
    margin: 4px;
}

.job-font-size {
    font-size: 11px;
}

.text-color-lightpink {
    color: #ffb6c1 !important;
}

.appliedCandidate .sec-title {
    margin-bottom: 0;
    padding-block: 5px;
}
.appliedCandidate .nav-tabs .nav-link {
    background-color: #f4f4f4;
    border: 1px solid #eee;
}
.appliedCandidate .nav-tabs .nav-item:first-of-type .nav-link {
    border-left: 0;
}
.appliedCandidate .nav-tabs .nav-link.active {
    background-color: #797440;
}
.appliedCandidate .table thead th:first-child {
    border-radius: 0;
}
.appliedCandidate thead th {
    border: 0;
}

.no-log-found::before {
    display: none;
}
.no-log-found span {
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 19px;
}

.appliedCandidate .tr-chld.open {
    background: #e8f2ff;
}
.appliedCandidate tr.open .fold .row {
    border-left: 3px solid #efefef;
    margin-left: 0;
}
/* Preloader
-------------------------------------------------------*/

.loader-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #79744029;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead {
    font-size: 13px;
}
.loader div {
    background-color: #ffe900;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.blkList-row {
    border-left: 1px solid #dddddd;
    margin-left: 0;
    padding-left: 12px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.blkList-note {
    font-size: 11px;
    color: red;
    padding-inline: 12px;
    margin-block: 13px 20px;
}

.notification-dd {
    right: 7px !important;
}

.notification-dd .dropdown-item {
    white-space: normal;
}
/* custom pagination start-- */
.cus_pgination .pagination {
    margin: 0;
    padding-inline: 15px;
    gap: 4px;
}

.cus_pgination .pagination .page-link {
    z-index: 1;
    background: transparent;
    color: #797440;
    border-radius: 0.25rem;
    font-weight: 600;
}

.cus_pgination .pagination .page-link:hover,
.cus_pgination .page-item.item-active .page-link {
    background: #797440;
    color: #fff;
}

.cus_pgination {
    padding: 15px 0 20px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}
.cus_pgination ul {
    margin-bottom: 0;
    justify-content: end;
}
.cus_pgination .pg-prog-btn{opacity: 70%;}
.cus_pgination .pg-prog-btn:hover{opacity:100%;}
/* hr{
    border:1px solid var(--theme);
} */
/* .custom-checkbox {
    height: 10px;
    width: 10px;
    cursor: pointer;
} */
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#eee !important;
    cursor: not-allowed !important;
}
.team-text{
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-weight: 900;
}
.team-name{
    color:var(--theme)
}
.moderator-status-message {
    margin-top: 2px;
    font-size: 14px;
    white-space: nowrap;
}
.moderator-note{
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-weight: 900;
}
.moderator-box{
    background-color:#efefed;
    border:1px solid #dcdcdb;
    padding:10px;
    margin-right:25px;
    border-radius: 5px;
}
.badge-color{
    background-color: var(--theme) !important;
    color:white;
}
.job-status-heading{
    overflow: auto;
    display: flex;
}
.nav-tabs {
    display: contents;
}
.nav-item{
    display: block;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 2px;
}


/********* Candiadte new ui design start  ********/
/* Filter */
.f-bottom {
    display: block;
}

.f-wrap.active .f-bottom {
    display: none;
}

.cnd-wrap {
    display: flex;
    gap: 20px;
}

.cnd-filter {
    width: 295px;
    border: 1px solid #eee;
    height: 100vh;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 25px;
}

.cnd-listing {
    width: calc(100% - 315px);
}

.cnd-fil-in {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.divide {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    display: block;
}

.fil-header .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -2%;
    color: #333333;
    margin-bottom: 0;
}

.fil-header .title span {
    color: #77742f;
}

.fil-header .clear {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -2%;
    color: #77742f;
    margin-bottom: 0;
}

.f-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.f-title {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.f-icon i {
    color: #888;
    font-size: 16px;
}

.f-wrap.active .f-icon i {
    transform: rotate(180deg);
}

.select-filter-block
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 0 !important;
    margin-left: -9px !important;
    top: calc(50% - 3px) !important;
    transform: translateY(-50%) rotate(135deg) !important;
    background: transparent !important;
    border-color: #666666 !important;
    border-width: 1px 1px 0 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-style: solid !important;
}

.fil-wrapper {
    position: relative;
    width: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 53px;
}

.fil-range input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    top:8.5px;
}

.fil-range .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.fil-range .input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.fil-range input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.fil-range input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

/* .fil-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 4px;
    background-color: #77742f;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 0;
}

.fil-range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 4px;
    cursor: pointer;
    border-radius: 0;
    background-color: #77742f;
    pointer-events: auto;
    border: none;
}

.fil-range input[type="range"]::-ms-thumb {
    appearance: none;
    height: 10px;
    width: 4px;
    cursor: pointer;
    border-radius: 50;
    background-color: #77742f;
    pointer-events: auto;
} */
.fil-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background-color: #77742f;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.fil-range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #77742f;
    pointer-events: auto;
    border: none;
    transform: translateY(-5px);
    
}


.fil-range input[type="range"]::-ms-thumb {
    appearance: none;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #77742f;
    pointer-events: auto;
}


.fil-range input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #77742f;
}

.fil-range .values:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #9c98604d;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin: auto;
    bottom: -7px;
    left: 0;
    right: 0;
}


.fil-range .values {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9c98604d;
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #77742f;
    line-height: 17px;
    width: auto;
    transition: left 0.2s ease-in-out;
    height: 19px;
    top: 0px;
}

.fil-range .labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: bold;
}

.fil-range .range-val {
    margin-top: -8px;
    text-wrap: nowrap;
}

.range-lbl {
    display: flex;
    justify-content: space-between;
    margin-top: -18px;
}

.range-lbl span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -2%;
    color: #444;
}

.gender-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gender-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

.gender-container .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #aaa;
}

.gender-container input:checked ~ .checkmark {
    background-color: #797440;
}

.gender-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.gender-container input:checked ~ .checkmark:after {
    display: block;
}

.gender-container .checkmark:after {
    left: 36%;
    top: 9%;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.gender-opt {
    display: flex;
    justify-content: space-between;
}

.gender-blk {
    display: flex;
    gap: 10px;
}

.gender-blk span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1%;
    color: #444;
}

/* Listing */
.lst-title p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -2%;
}

.lst-title p span {
    color: #77742f;
}

.lst-wrap .result {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adv-search{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;
}

.lst-pops {
    display: flex;
    gap: 16px;
}

.drop-result button {
    width: 30px;
    padding: 8px 10px;
}

body.advMdlOpen {
    position: relative;
}

.adv-keyword ul {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 0;
    overflow: auto;
    padding-bottom: 16px;
}

.adv-keyword li {
    list-style: none;
    color: #666666;
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap: 14px;
    text-wrap: nowrap;
}

.lst-wrap .result {
    margin-bottom: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dddddd;
    background: #dddddd;
}

.cnd-listing p {
    margin-bottom: 0;
}

.cnd-list-wrap {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 5px #8484841a;
    padding: 23px 24px 24px 24px;
}

.u-info-left {
    display: flex;
    gap: 14px;
}
.u-info-cont .info-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.u-info-cont .info-bottom {
    display: flex;
    gap: 12px;
    align-items: center;
}

.asn-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
}

.asn-id {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.asn-id::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #aaaaaa;
    border-radius: 50%;
}

.asn-badge {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 4px 11px;
    border-radius: 5px;
    display: flex;
    gap: 6px;
    align-items: center;
    text-wrap: nowrap;
}

.asn-blue {
    background: #3b7cfe1a;
    color: #3b7cfe;
}
.asn-red {
    background: #ed214626;
    color: #ed2146;
}
.asn-green {
    background: #00a9521c;
    color: #00a952;
}

.asn-position {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #555555;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.asn-year {
    gap: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #555555;
}

.asn-resume {
    margin-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #33a6d0;
}

.asn-resume:hover {
    color: #33a6d0 !important;
}

.u-info-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.asn-jobs {
    display: flex;
    align-items: center;
    padding: 11px 17px;
    border: 1px solid #77742f;
    background: #77742f0d;
    gap: 8px;
    border-radius: 8px;
    height: 38px;
}

.asn-jobs:hover {
    background: #77742f;
}

.asn-job {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #77742f;
    margin-bottom: 0;
    margin-top:3px;

}

.acnx {
    position: relative;
}

.acnx-w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.asn-jobs:hover .asn-job {
    color: #ffffff;
}

.asn-jobs:hover .acnx-w {
    opacity: 1;
}

.acnx-y {
    opacity: 1;
}

.asn-jobs:hover .acnx-y {
    opacity: 0;
}

.assign-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.assign-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

.assign-container .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #aaa;
}

/* When the checkbox is checked, add a blue background */
.assign-container input:checked ~ .checkmark {
    background-color: #797440;
}

/* Create the checkmark/indicator (hidden when not checked) */
.assign-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.assign-container input:checked ~ .checkmark:after {
    display: block;
}


.asn-badge{
    text-wrap:nowrap;
}

/* Style the checkmark/indicator */
.assign-container .checkmark:after {
    left: 35%;
    top: 10%;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.asn-chck {
    height: 24px;
    width: 24px;
}

.v-divide {
    width: 1px;
    height: 19px;
    background-color: #dddddd;
    display: block;
}

.us-det {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.asn-detail {
    gap: 12px;
    margin-bottom: 12px;
}

.fw-700{
    font-weight:700;
}

.user-info {
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

.usr-detail {
    padding-top: 18px;
}

.us-det {
    gap: 6px;
}

.asn-qua {
    gap: 10px;
    flex-wrap: wrap;
}

.asn-qua span {
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 5px 18px;
    color: #666666;
}

.asn-update {
    margin-top: 6px;
}

.asn-update p {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 10px;
    text-align: right;
    color: #aaaaaa;
    margin-top: 12px;
}

.cnd-filter {
    height: 100vh;
    position: sticky;
    top: 0;
}
/* .cnd-filter {
    height: fit-content;
} */
/* .cnd-listing {
    height: 200vh;
} */
.flts-inner {
    display: flex;
    flex-direction: column;
    gap: calc(18px * 2);
    max-height: calc(100vh - 120px);
    overflow: auto;
    margin-right: -14px;
    padding-right: 14px;
}
.cand-flt-box {
    position: relative;
}
.cand-flt-box:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0;
    bottom: -18px;
}
.fil-header .clear:hover {
    color: #333;
}

.gender-container input:checked ~ .checkmark {
    border-color: #797440;
}
.cmnMdl .modal-header {
    border-bottom: 0;
    padding: 20px 20px 0;
}
.cmnMdl .modal-body {
    padding: 12px 20px 20px;
}
.mdlFrmFld-grp .fld-lbl {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}
.mdlFrmFld-grp .input-block-box {
    margin-bottom: 16px;
}

.mdlFrmFld-grp
    .select2-container
    .select2-search--inline
    .select2-search__field {
    width: 100% !important;
    color: #999999;
    /* opacity: 70%; */
    margin: 0 !important;
    padding: 0 15px !important;
    min-height: 38px;
    font-size: 15px;
    font-family: "Nunito";
}
.mdlFrmFld-grp .select2-container--default .select2-selection--multiple {
    line-height: 9px;
    padding-bottom: 0;
}

.mdlFrmFld-grp .select2-container--default .select2-selection--multiple {
    margin-left: 1px !important;
}
/* .mdlFrmFld-grp
        .select2-container--default
        .select2-selection--multiple
        .select2-selection__choice {
        height: max-content;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
      }
       */

.mdlFrmFld-grp
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 10px;
}
.mdlFrmFld-grp
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    position: static;
}
.mdlFrmFld-grp
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    position: absolute;
    right: 5px;
    top: 5px;
}
.input-block-box .inpt-fld {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    outline: none;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.input-block-box .inpt-fld::placeholder {
    opacity: 50%;
    font-size: 15px;
}

.frm-footer .adMdlSearchBtn {
    min-height: 40px;
    min-width: 140px;
    width: 100%;
}

.unstyled-btn {
    outline: 0;
    border: none;
    background: transparent;
}

.qual-select-inp-wrapper
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 15px !important;
    font-family: Nunito;
    font-weight: 400;
}

.mdlFrmFld-grp .cc-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mdlFrmFld-grp .qinp-col {
    display: flex;
    gap: 16px;
    width: 100%;
}

.mdlFrmFld-grp .cusCol {
    /* max-width: calc(50% - 8px);
        flex-basis: calc(50% - 8px); */
    width: 230px;
}
.mdlFrmFld-grp .input-block-box:not(:last-of-type) {
    padding-right: 30px;
}
.qual-select-inp-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* .frm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.frm-footer .must-add-blk {
    display: flex;
    gap: 6px;
    align-items: center;
}
.frm-footer .must-add-blk label {
    margin-bottom: 0;
}

.lst-pagination {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.advanceSearchModal .modal-content {
    width: 546px;
}

.btn-adv i {
    padding-right: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.btn-adv {
    padding: 8px 17px;
}

.btn-adv span {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.02em;
}

.adv-drop-choice {
    border-radius: 10px;
    top: 10px !important;
    left: -20px !important;
    padding: 8px 10px;
    width: 238px;
}

.adv-drop-choice .dropdown-item {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.46px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #444;
    padding: 10px;
    border-radius: 5px;
}

.adv-drop-choice .dropdown-item:active {
    background-color: var(--theme) !important;
    color: #fff !important;
}

.cmnMdl .modal-header h5 {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222222;
}

.searchResultModal .modal-content {
    max-width: 370px;
    margin: auto;
}

.loadResultModal .modal-content {
    width: 418px;
    margin: auto;
}

.cmnMdl label {
    color: #444444 !important;
}

.saveSearchResultForm label {
    margin-bottom: 5px;
}

.saveSearchResultForm .form-group {
    margin-bottom: 0;
}

.searchResultModal .modal-footer {
    padding-top: 0;
    border-top: 0;
}

.cmnMdl .modal-footer {
    padding-top: 0;
    border-top: 0;
}

.saveSearchResultForm input::placeholder {
    color: #999999;
}

.mdl-button {
    font-family: Nunito;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 14px !important;
    color: #ffffff;
    width: 140px;
    height: 40px !important;
}

.mdl-list-data {
    padding: 9px 12px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.mdl-list-data .md-left p {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #77742f;
    margin-bottom: 2px;
}

.mdl-cdn-list {
    margin-top: 2px;
}

.mdl-list-data .md-left span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #999999;
}

.mdl-cdn-wrap {
    gap: 12px;
    overflow: auto;
    max-height: 395px;
}

.cmnMdl .close i {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.cmnMdl .close {
    margin-top: -7px;
}

.deleteModal .modal-content {
    max-width: 322px;
    margin: auto;
}

.cd-text {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    letter-spacing: -0.02em;
}

.del-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

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

.noBtn:hover {
    color: var(--theme);
}

.must-add-blk span {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.46px;
    letter-spacing: -0.01em;
    color: #444;
}

.cmnMdl.deleteModal {
    z-index: 1051;
}
.cusbkDrop {
    position: fixed;
    inset: 0;
    background: #02020291;
    opacity: 0;
    pointer-events: none;
    transition: 0.1s linear;
    z-index: 1050;
}
.cusbkDrop.active {
    pointer-events: auto;
    opacity: 1;
}

.pagination-controls {
    /* background-color: #ffffff; */
    border-radius: 15px;
    /* box-shadow: 0px 0px 30px 5px #8484841a; */
    padding: 8px 20px 1px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lst-bottom {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pagination-controls .page-num {
    padding: 3px 10px;
    background-color: #77742f0d;
    border: 1px solid #77742f;
    color: #77742f;
    border-radius: 5px;
}

.pagination-controls button {
    background: #77742f;
    border: 1px solid #77742f;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.pagination-controls button:hover {
    background: #77742f0d;
    border: 1px solid #77742f;
    color: #77742f;
}

.pagination-controls .page-num.active {
    background-color: #77742f;
    color: #fff;
    border-color: #77742f;
}

.save-footer {
    margin-top: 20px;
    text-align: right;
}

.mdlFrmFld-grp
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li:first-child.select2-search.select2-search--inline {
    width: 100%;
    margin-left: 0 !important;
}

.asn-status-blk{
  display: flex;
  gap: 15px;
  align-items: center;
}


.asn-badge{
    text-wrap:nowrap;
}

  .badge-bt{
    background-color: var(--theme);
    color: #fff;
    padding: 5px 8px;
    font-size: 14px !important;
    height: 32px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }

  .badge-bt:hover{
    color: #fff;
  }

  .mdl-list-data .md-left .b-ttl{
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #77742f;
    margin-bottom: 4px;
  }

  .mdl-list-data .md-left .b-note{
   font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #999999;
  }

  .mdl-list-data .md-left .b-note span{
    font-weight:700 !important;
    font-size: 15px;
  }

  .btn-bulk .btn{
    font-family: Nunito !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
    letter-spacing: -0.02em !important;
  }

  .badge-left{
    width:100%;
  }

  .mb-8{
    margin-bottom:8px !important;
  }


  body:not(.layout-fixed) .main-sidebar {
    position: absolute;
    top: 0;
    height: 100% !important;
    overflow: auto;
}

/* .content-wrapper {
    height: auto !important;
    min-height: calc(100vh - 44px - 55px) !important;
} */

.candidate-wrapper{
    display: flex;
   flex-direction: column;
}
.candidate-wrapper .main-footer{
    margin-top:auto;
}

.candidate-wrapper{
height: auto !important;
min-height: calc(100% - 44px) !important;
}

@media (max-width: 1260px) {
    .us-det {
        font-size: 12px;
    }

    .asn-detail {
        gap: 10px;
    }
    .asn-name {
        font-size: 16px;
    }
    .asn-position {
        font-size: 14px;
    }
    .asn-job {
        font-size: 13px;
        margin-top: 3px;
    }

    .asn-jobs {
        padding: 5px 10px;
    }

    .asn-year {
        font-size: 14px;
        gap: 5px;
        line-height: 10px;
    }

    .asn-resume {
        gap: 5px;
        font-size: 14px;
    }

    .assign-container .checkmark {
        height: 20px;
        width: 20px;
    }

    .assign-container .checkmark::after {
        left: 35%;
        top: 12%;
        width: 6px;
        height: 10px;
    }

    .asn-id {
        font-size: 14px;
    }

    .asn-update p {
        margin-top: 12px;
    }

}
    @media (max-width: 1199px) {
        .asn-name {
            font-size: 14px;
        }
        .asn-job {
            font-size: 11px;
            margin-top: 3px;
        }
        .asn-jobs {
            padding: 5px 5px;
            gap: 5px;
        }
        .asn-jobs .acnx img {
            width: 14px;
            height: 14px;
        }
    }
    @media (max-width: 767px) {
        .advanceSearchModal .modal-content {
            width: 100%;
          }
          .searchResultModal .modal-content {
            max-width: 100%;
            margin: auto;
          }
          .loadResultModal .modal-content {
            width: 100%;
            margin: auto;
          }
    }

    .img-w50-h-auto{
        width: 50px !important;
        height: auto !important;;
    }

    /* Page Not Found */
    .pg-top{
        width: 208px;
        height: 200px;
        margin: auto;
    }
    .pg-top img{
        width:100%;
        height:auto;
    }

    .pg-bot {
        margin-top: 15px;
    }

    .pg-bot h5{
        font-size: 20px;
        line-height: 22px;
        color: var(--theme);
        font-weight: 700;
        text-align: center;
    }

    .pg-bot p{
        text-align:center;
    }

    .page-not-fnd{
        padding: 60px 24px 60px 24px;
    }



/********* Candiadte new ui design End  ********/
/* job UI changes */
.job-status-text{
    font-size: 17px !important;
    white-space: nowrap;
}

/* Custom indeterminate style */
.checkall-button{
    margin-left:14px;
    white-space: nowrap;
}
#checkAll.custom-indeterminate::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px; 
    height: 7px;
    background-color: #007bff; 
    transform: translate(-50%, -50%);
}
.w3-light-grey{
    background-color: var(--theme) !important;
    color:white !important;
}
.w3-light-grey:hover{
    background-color: var(--theme) !important;
    color:white !important;
}
#bulk_email_div, #bulk_email_client_div{
    border: 1px solid var(--theme);
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
}
/* 17 Feb 2025 Candidates micro search css */
.cnd-filter{
    height: 100%;
    margin-bottom: 15px;
}
.status-more-buttom{
    color: var(--theme);
    background-color: #fff;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    font-size: 16px !important;
}
.status-more-buttom:hover{
    color: var(--theme-hover);
   
}
.cnd-listing {
    margin-bottom: 15px;
}
.pagination-controls button {
    height: 35px;
}

.blk-war-txt{
    font-size: 13px;
    color: #787439 !important;
    font-weight: 600;
    bottom: -8px;
}

.cke_editor_bulk_mail_content{
    margin-top:15px !important;
}

.cmnMdl  .select2-container--default.select2-container--focus
.select2-selection--multiple,
.cmnMdl .select2-container--default.select2-container--focus .select2-selection--single {
    height:auto;
}


/* 
Filter value overflow css start */
/* .flts-inner {
    scrollbar-width: none; 
}

.flts-inner {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}

.flts-inner {
    display: flex;
    flex-direction: column;
    gap: calc(18px * 2);
    max-height: calc(100vh - 120px);
    overflow: auto;
    margin-inline: -56px;
    padding-inline: 56px;
}
.flts-inner::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
} */

.fil-range .at-slider2::before {
    left: -72% !important; /* Moves ::before to the start of .values */
}

.fil-range .at-slider1::before {
    left: 50px !important;
}

.flts-inner {
    margin-inline: -18px;
    padding-inline: 18px 18px;
  }
  

  .fil-range .at-ctc-slider2::before{
    left: -28px !important;
  }

  .fil-range .at-ctc-slider1::before{
    left: 48px !important;
  }

  .fil-range .at-age-slider2::before{
    left: -28px !important;
  }

  .fil-range .at-age-slider1::before{
    left: 36px !important;
  }
  /* Filter value overflow css end */
  .text-decoration-underline{
    text-decoration: underline !important;
  }
  /* Modal Updated CSS */
  .advanceSearchModal .modal-content{
    width:100%;
  }
  .advanceSearchModal .modal-dialog{
    max-width:800px;
  }
  .modal-second-title {
    margin-bottom: 10px;
    line-height: 1.42857143;
    font-weight: 700;
    color: var(--theme);
    text-decoration: underline;
}
.cnd-listing {
    width: calc(100%);
}