:root {
    --theme: #154E9E;
    --theme-hover: #154E9E;
    --theme-secondary: #F9B232;
}

body {
    font-size: 14px;
    color: #222222;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
    overflow-x: hidden;
}

.login-box,
.register-box {
    width: 480px;
}

.card {
    /* box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); */
    box-shadow: 0 4px 8px 0 #DDDDDD, 0 6px 20px 0 #DDDDDD;
}

.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;
}

.temp_model_info {
    color: grey;
    font-size: 16px;
}

.modal-title .icon {
    color: rgba(220, 53, 69);
}

.modal-title .icon-info {
    color: rgb(58 181 25);
}

.modal-content .confirm {
    background: rgba(220, 53, 69);
    border: 0;
}

.modal-content .confirm_single_delete {
    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; */
    margin: 40px auto;
}

.login-page,
.register-page {
    justify-content: start;
    /* background-color: #fafafa; */
    /* background-image: url(../../images/login_bg_banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #D2C0F2; */
    background-color: #fff;
}

.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: 10px;
    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%;
    cursor: pointer;
    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; */
    background-color: var(--theme-secondary) !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 .15s ease-in-out, box-shadow .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); */
    border-color: var(--theme-secondary);
    background-color: var(--theme-secondary);
    box-shadow: none;
}

.custom-switch .custom-control-label::after {
    /* background-color: var(--theme); */
    background-color: var(--theme-secondary);
}

.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;
}

.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: 15px;
    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-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: #dddddd;
}

.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: #fff !important;
    margin-left: 4px !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 0 2px !important;
    padding: 3px;
    position: absolute;
    left: auto;
    top: 18px;
    right: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #143a69 !important;
}

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: 5px 0 0 5px !important;
    padding: 5px !important;
    line-height: 19px;
}


/* ============================ */
/* 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 {
    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: 600px;
    overflow: auto;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.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;
}

.search-col {
    border-left: 1px solid #ddd;
}

/* 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;
    }

    .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;
    }

    .search-col {
        border-left: 0px;
        border-top: 1px solid #ddd;
    }
}

@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;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.submit-btn-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
    position: relative;
    width: 100%;
}

.table td,
.table th {
    vertical-align: middle;
}

.btn-assume {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.btn-assume:hover {
    color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
}

.btn-inactive {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.btn-inactive:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}

.btn-inactive:focus {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}

.btn-view-data {
    color: #fff;
    background-color: #08095d;
    border-color: #08095d;
}

.btn-view-data:hover {
    color: #fff;
    background-color: #2e59d9;
    border-color: #2653d4;
}

.btn-view-data:focus {
    color: #fff;
    background-color: #2e59d9;
    border-color: #2653d4;
}

/* Checkbox */
/* The container */
.form-check {
    width: 100%;
}

.form-group .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 */
.form-group .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

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

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

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

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

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

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

.file-catalogue-import {
    padding: 0;
    border-radius: 0;
    border: none;
}

.btn-upload-catelogue:hover {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.btn-upload-catelogue-update:hover {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.border-right {
    border-right: 1px solid #e3e6f0 !important;
}

.btn-warning:focus {
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 7px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 15px;
}

.input-sm {
    border-radius: 0;
}

.btn-upload-catelogue:disabled {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.btn-upload-catelogue:focus {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.btn-upload-catelogue-update:disabled {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.btn-upload-catelogue-update:focus {
    color: #fff !important;
    background-color: #2e59d9 !important;
    border-color: #2653d4 !important;
}

.process-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #2e59d9;
    width: 25px;
    height: 25px;
    animation: process-loader-spin 2s linear infinite;
    margin-bottom: 0;
    margin: -1px 13px;
}

/* Safari */
@keyframes process-loader-spin {
    0% {
        transform: rotate(0deg);
    }

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

.export-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid rgb(53 72 196);
    width: 25px;
    height: 25px;
    animation: process-loader-spin 2s linear infinite;
    margin-bottom: 0;
    margin: -1px 25px;
}

/* Safari */
@keyframes process-loader-spin {
    0% {
        transform: rotate(0deg);
    }

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

/* .btn-delete-sheet{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-delete-sheet:hover{
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-delete-sheet:focus{
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-delete-sheet:disabled{
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-delete-sheet:active{
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
} */

.custom-icon {
    color: #999999 !important;
}

.btn-export-data {
    color: #fff;
    background-color: rgb(53 72 220);
    border-color: rgb(53 72 220);
}

.btn-export-data:hover {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

.btn-export-data:focus {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

.btn-export-data:disabled {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

.btn-export-data:active {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

.btn-export-data:visited {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

.justify-content-space-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}



.loading-overlay-shown {
    overflow: hidden;

    body {
        overflow: hidden;
    }
}

#loading-overlay {
    display: none;
    width: 100%;
    max-width: 1600px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 20;
    right: calc((100% - 1600px)/2);
    background: rgba(0, 0, 0, 0.8);

    svg {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

body {
    /* width: 1600px; */
    /* min-height: 100vh; */
    /* margin: 0 auto; */
    /* padding: 50px 0; */
    /* box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); */
}

/* button {
	display: block;
	width: 300px;
	height: 50px;
	border: 2px solid gray;
	background: teal;
	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
	transition: background .3s, box-shadow .3s;
	
	&:hover {
		background: lighten(teal, 10%);
	}
	
	&:active {
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0);
	}
} */

@media screen and (max-width: 1600px) {
    body {
        width: 100%;
    }

    #loading-overlay {
        width: 100%;
        right: 0;
    }
}

.select2-container .select2-selection--multiple {
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-clip: padding-box;
    overflow: auto;
    min-height: calc(2.25rem + 2px) !important;
    height: auto !important;
    border-radius: 10px !important;

}

.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    background-color: #143a69 !important;
    max-width: -webkit-fill-available !important;
}

.select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: none;
}


.demo-cls.wrapper {
    /* width: 392px; */
    font-family: 'Helvetica';
    font-size: 14px;
    border: 1px solid #e4e8eb;
    height: auto;
    padding: 15px;
    border-radius: 4px;
    position: relative;
}

.demo-cls .StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    word-break: break-all;
}

.demo-cls .StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid transparent;
}

.demo-cls .StepProgress-item {
    position: relative;
    counter-increment: list;
}

.demo-cls .StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.demo-cls .StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.demo-cls .StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.demo-cls .StepProgress-item.is-done::before {
    border-left: 2px solid #36ade3;
}

.demo-cls .StepProgress-item.is-done::after {
    content: '\2713';
    font-size: 13px;
    color: #FFF;
    text-align: center;
    border: 2px solid #36ade3;
    background-color: #36ade3;
}

.demo-cls .StepProgress-item.current::before {
    border-left: 2px solid #36ade3;
}

.demo-cls .StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: white;
}

.demo-cls .StepProgress strong {
    display: block;
}

.demo-cls .StepProgress li span {
    word-wrap: break-word;
}

.demo-cls .StepProgress li .status-color-green {
    color: #0a820a;
}

.demo-cls .StepProgress li .steps-role-grey {
    color: darkgray;
}

.StepProgress .StepProgress-item.is-done:last-child::before {
    border-left-color: transparent;
}

.demo-cls::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.demo-cls::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.demo-cls::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgb(54, 173, 227);
    background-color: rgb(54, 173, 227);
}


.date-picker {
    background-image: url('../../images/calender.svg');
    background-position: right 12px center;
    ;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* .wd-48{
    flex: 0 0 49%;
    max-width: 49%;
}
.dash-main-pad{
    padding: 0 1rem 0 1rem;
} */

.map-view-box {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 5px 0px #0000001A;
}

.map-view-box>* {
    width: 100%;
    height: 100%;
}

.common-shadow-box {
    box-shadow: 0px 1px 5px 0px #0000001A;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.counter-listing {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.counter-list-box {
    padding: 20px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.counter-listing .counter-list-box:nth-child(-n+3) {
    border-top: 0px;
}

.counter-listing .counter-list-box:nth-child(3n) {
    border-right: 0px;
}

.counter-list-box .counter-icon-box {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.counter-list-box .counter-title {
    font-size: 15px;
    font-weight: 500;
    color: #676767;
}

.counter-list-box .counter-amount {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.counter-list-box .counter-title,
.counter-list-box .counter-amount {
    display: block;
}

.delivered-icon-box {
    background: #F1F7FF;
}

.undelivered-icon-box {
    background: #FFE4E4;
}

.pending-icon-box {
    background: #FFF7E7;
}

.collected-icon-box {
    background: #D9FFEE;
}

.neighbour-icon-box {
    background: #EBEFF5;
}

.revenue-icon-box {
    background: #DDFEEF;
}

.chart-box .common-shadow-box {
    padding: 15px 20px;
}

.chart-box h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

@media screen and (max-width: 1199px) {
    .counter-list-box {
        padding: 15px;
    }

    .counter-list-box .counter-amount {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .counter-list-box {
        padding: 12px;
    }

    .counter-list-box .counter-amount {
        font-size: 20px;
    }

    .counter-list-box .counter-title {
        font-size: 14px;
    }
}

.btn-export-data {
    display: none;
}

.toggle-main {
    position: absolute;
    top: 11px;
    left: 11px;
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #0000001A;
    border-radius: 6px;
    background-color: #fff;
    width: auto;
    height: 40px;
}

.toggle-btn {
    background-color: #fff;
    border-radius: 6px;
    color: #154E9E;
    transition: 0.3s ease-in-out;
    border: 0px;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
}

.toggle-btn.active {
    background-color: #154E9E;
    color: #fff;
}

#delete_popup_catalogue_specific.show {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200;
}

#update_popup_catalogue_specific.show {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200;
}

#change_status_popup.show {
    background: rgba(0, 0, 0, 0.5);
}

#show_deliveries_data_table_on_map.modal-visible {
    z-index: 1100;
}

#edit_address_popup.show {
    background: rgba(0, 0, 0, 0.5);
}

#delete_popup_single_order.show {
    background: rgba(0, 0, 0, 0.5);
}

.removeAll {
    background: rgba(220, 53, 69);
    border: 0;
    color: #fff;
}

.removeAll:hover {
    color: #fff;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.removeAll:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.removeAll:disabled {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.removeAll:active {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.updateAll {
    background: rgb(53 72 220);
    border: 0;
    color: #fff;
}

.updateAll:hover {
    color: #fff;
    background: rgb(53 72 194);
    border-color: rgb(53 72 194);
}

.updateAll:focus {
    color: #fff;
    background-color: rgb(53 72 194);
    border-color: rgb(53 72 194);
}

.updateAll:disabled {
    color: #fff;
    background-color: rgb(53 72 194);
    border-color: rgb(53 72 194);
}

.updateAll:active {
    color: #fff;
    background-color: rgb(53 72 194);
    border-color: rgb(53 72 194);
}

#show_deliveries_data_table_on_map .dataTables_wrapper {
    text-align: left;
}

#show_sub_distributor_data_table .dataTables_wrapper {
    text-align: left;
}

/*Toggle switch*/
.custom-control .custom-control-label {
    padding-left: 15px;
}

.toggle-switch-area .custom-switch .custom-control-label::after {
    background-color: var(--theme);
}

.toggle-switch-area .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--theme) !important;
    border-color: var(--theme);
}

.toggle-switch-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.toggle-switch-col {
    flex: 0 0 auto;
    margin-right: 40px;
}

.toggle-switch-area .custom-control .custom-control-label {
    line-height: 24px;
}

.switch-settings {
    padding-left: 2.20rem !important;
}

.loading-overlay {
    position: relative;
    overflow: hidden;
}

.card-body::after {
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in;
}

.loading-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 3;
    background-image: url(../../images/loader.svg);
    background-position: center;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: all;
}

.small-note {
    font-weight: 700;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

.province_loader {
    margin-left: 43% !important;
}

.map_loader {
    margin-left: 35% !important;
    margin-top: 20% !important;
}

.map_loader_new {
    margin: auto !important;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container_failed_loader {
    margin-left: 40%;
    margin-right: auto;
    width: fit-content;
    padding: 20px;
}

div.ball {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    animation: jump 1s infinite;
}

div.ball1 {
    background-color: #154E9E;
}

div.ball2 {
    background-color: #154E9E;
    animation-delay: 0.15s;
}

div.ball3 {
    background-color: #154E9E;
    animation-delay: 0.3s;
}

div.ball4 {
    background-color: #154E9E;
    animation-delay: 0.45s;
}

div.ball5 {
    background-color: #154E9E;
    animation-delay: 0.6s;
    margin-right: 20px;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.marker-position {
    bottom: 6px;
    left: 0;
    position: relative;
    font-weight: 700;
}

#show_agent_info label:not(.form-check-label):not(.custom-file-label) {
    font-size: 18px;
}

#show_agent_info p {
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.distance-label {
    font-weight: 700;
    color: #5d57e7;
    font-size: 16px;
}

.action-btn-box {
    margin-right: auto;
}

.action-btn-box button,
#frm_deliveries .btn-export-data {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px !important;
}

.action-btn-box button {
    width: 100%;
    margin-bottom: 0px;
}

.action-btn-box .form-label {
    width: 100%;
    /* text-align: center; */
}

.action-btn-inner-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px;
}

.action-btn-inner-box .btn {
    width: 100px;
}

#frm_deliveries .col-md-2,
#frm_deliveries .col-md-3 {
    display: block;
}

@media screen and (max-width: 1200px) {

    .action-btn-box button,
    .btn-export-data {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 11px !important;
    }
}

@media screen and (max-width: 992px) {
    .frm-deliveries-row {
        gap: 15px 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .action-btn-box button {
        margin-bottom: 15px !important;
    }
}


.data-table-on-map>thead>tr>th[class*="sort"]:before,
.data-table-on-map>thead>tr>th[class*="sort"]:after {
    content: "" !important;
}

.data-table-on-map>thead>tr>th.sorting_asc {
    padding-right: 14px !important;
}


.btn-compare-export {
    color: #fff;
    background-color: #5db632 !important;
    border-color: #5db632 !important;
}

.btn-compare-export:hover {
    color: #fff;
    background-color: #5db632 !important;
    border-color: #5db632 !important;
}

.btn-compare-add {
    color: #fff;
    background-color: #9e8015 !important;
    border-color: #9e8015 !important;
}

.btn-compare-add:hover {
    color: #fff;
    background-color: #9e8015 !important;
    border-color: #9e8015 !important;
}

.province_chart text {
    font-family: monospace;
    font-weight: 600;
}

.main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-header-title {
    margin: 0;
    line-height: 18px;
    padding-top: 10px;
    margin-left: 7.5px;
}

.container-fluid {
    padding-left: 0px;
}

.four h1 {
    text-align: center;
}

.four h1 span {
    font-weight: 300;
    word-spacing: 3px;
    color: rgba(0, 0, 0, 0.5);
}

table th {
    text-wrap: nowrap;
}

table tr {
    text-wrap: wrap;
}


.login-box {
    margin: 0;
}

.login-logo {
    margin: 40px 0;
}

.dash-head-inp-grp {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .login-box .card {
        margin: 0 15% 0 15%;
    }

    .dash-head-main-pad {
        flex-direction: column;
        gap: 25px;
    }

    .dash-main-dt .date-picker {
        background-image: none;
    }
}

.import-right-actions {
    display: flex;
    align-items: center;
    height: 100%;
}

.import-right-actions .inner {
    gap: 15px;
}

.import-right-actions .form-group {
    margin-top: -10px;
    justify-content: space-between;
}

.import-form {
    display: flex;
}

.import-form .card-body {
    padding-right: 0;
}

.import-right-actions .form-control {
    font-size: 15px;
    border-radius: 10px !important;
    width: 100%;
    max-height: 40px;
}

.distance-label {
    margin-right: 4px;
}

.get-address-geopin {
    color: #f9b232;
    transition: color .2s ease;
}

.get-address-geopin:hover {
    color: #5d57e7;
}

.table-deliveries td {
    font-size: 13px;
}

.table td {
    padding: 5px 5px;
}

.dt-rng-col {
    max-width: calc(20% + 11px);
    flex-basis: calc(20% + 11px);
    padding: 0 5px;
}

.small-del-col {
    max-width: calc(100% / 7);
    flex-basis: calc(100% / 6);
    padding: 0 5px;
}

.xsm-del-col {
    flex: 1 0 0;
    padding-left: 5px;

}

.sidebar-mini.sidebar-collapse .dt-rng-col {
    max-width: calc(18% + 11px);
    flex-basis: calc(18% + 11px);
}

.map-dt-rng-col {
    max-width: calc(22% + 11px);
    flex-basis: calc(22% + 11px);
    padding: 0 5px;
}

.map-dt-rng-col .form-control {
    padding-right: 32px;
}

.map-small-del-col {
    max-width: calc(92% / 6);
    flex-basis: calc(92% / 6);
    padding: 0 5px;
}

.sidebar-mini.sidebar-collapse .map-dt-rng-col {
    max-width: calc(18% + 11px);
    flex-basis: calc(18% + 11px);
}

.sidebar-mini.sidebar-collapse .map-small-del-col {
    max-width: calc(97% / 6);
    flex-basis: calc(97% / 6);
    padding: 0 5px;
}

.map-container {
    height: calc(100vh - 185px);
}

.frm_deliveries .btn-export-data {
    max-width: 88px;
}

@media screen and (max-width:789px) {
    .dash-head-main-pad .col-md-6.wd-48 {
        max-width: 100%;
    }
}

.import-agent {
    margin-right: 10px;
}

.btn-success:not(:disabled):not(.disabled):focus {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.process-loader-agent-import {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #1c7430;
    width: 25px;
    height: 25px;
    animation: process-loader-agent-import-spin 2s linear infinite;
    margin-bottom: 0;
    margin: -1px 32px;
}

/* Safari */
@keyframes process-loader-agent-import-spin {
    0% {
        transform: rotate(0deg);
    }

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



@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #0e112554;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 19px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 19px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper-13 input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 7px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

.action-btn-inner-box .custom-send-cred-btn {
    width: 150px;
    padding: 0.5rem 0.5rem;
}

.process-loader-agent-send-cred {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #2e59d9;
    width: 25px;
    height: 25px;
    animation: process-loader-agent-send-cred 2s linear infinite;
    margin-bottom: 0;
    margin: -1px 51px;
}

/* Safari */
@keyframes process-loader-agent-send-cred {
    0% {
        transform: rotate(0deg);
    }

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

.action-btn-inner-box .custom-update-delivery-radius {
    width: 100%;
    padding: 0 15px;
}

.action-btn-inner-box .custom-send-cred-btn {
    color: #ffffff;
    background-color: #F9B232;
    border-color: #F9B232;
    min-width: 150px;
}

.action-btn-inner-box .custom-send-cred-btn:hover,
.action-btn-inner-box .custom-send-cred-btn:focus,
.action-btn-inner-box .custom-send-cred-btn:active {
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
    color: #ffffff;
}

.catalogues-filter {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.catalogues-filter .col-sm-3 {
    max-width: 250px;
    flex-basis: 210px;
}

.filter-blue-btn,
.filter-blue-btn:hover,
.filter-blue-btn:active,
.filter-blue-btn:focus {
    color: #fff;
    background-color: rgb(53 72 220);
    border-color: rgb(53 72 220);
}

.left-filter-actions {
    display: flex;
}

.map-view-box-deliveries {
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 5px 0px #0000001A;
}

.map-view-box-deliveries>* {
    width: 100%;
    height: 100%;
}

.gm-ui-hover-effect {
    height: 22px !important;
}

.del-head-fltr-assign {
    gap: 10px;
}

.del-head-fltr-assign .form-control {
    min-width: 170px;
    max-width: 170px;
}

.del-head-fltr-assign .btn-asgn-data {
    padding: 0 17px;
    width: auto;
    /* color: #fff;
    background-color: rgb(122, 134, 231);
    border-color: rgb(122, 134, 231); */
}

.del-head-filters {
    align-items: flex-end;
    gap: 40px;
    margin-top: -20px;
    flex-direction: row-reverse;
}

.del-head-filters .action-btn-inner-box {
    position: relative;
}

.del-head-filters .action-btn-inner-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #ddd;
    right: -20px;
}

@media screen and (max-width:1199px) {
    .del-head-filters {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1122px) {
    .del-head-filters {
        gap: 30px;
    }

    .del-head-filters .action-btn-inner-box::after {
        right: -15px;
    }

    .del-head-filters .action-btn-inner-box .btn {
        width: 80px;
    }
}

@media screen and (max-width:1056px) {
    .del-head-filters {
        gap: 11px;
        flex-direction: column;
    }

    .del-head-filters .action-btn-inner-box::after {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .del-head-filters {
        margin-top: -40px;
    }

}

.import-right-actions {
    align-items: flex-end;
    padding-bottom: 20px;
}

.cat-dwld-csv-col {
    text-align: end;
}

.cat-dwld-csv-col .form-group {
    margin-top: -16px;
}

.frm_has_error .import-right-actions {
    padding-bottom: 48px;
}

@media screen and (max-width:991px) {
    .frm_has_error .import-right-actions {
        padding-bottom: 20px;
    }
}


.dash-main-pad .common-shadow-box {
    min-height: 300px;
    position: relative;
}

.loader_dash {
    width: 41px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #154e9e;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    position: absolute;
    left: 47%;
    top: 41%;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

div#chart {
    height: 350px;
}

div#chart .loader_dash {
    top: 47%;
}

div#map .loader_dash {
    top: 41%;
}

.map-pg-haeder-actions {
    gap: 10px;
    margin-bottom: 10px;
}

.map-pg-haeder-actions button {
    color: #fff;
    background-color: rgb(53 72 220);
    border-color: rgb(53 72 220);
}

.map-pg-haeder-actions button:hover {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

/* //23-oct-B/// */
.map-dt-rng-col {
    max-width: calc(20% + 18px);
    flex-basis: calc(20% + 18px);
}

.map-small-del-col {
    max-width: calc(100% / 5);
    flex-basis: calc(98% / 5);
}

.province-switch-box {
    margin-bottom: 10px;
}

.province-toggle-main {
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #0000001A;
    border-radius: 6px;
    background-color: #fff;
    width: max-content;
    height: auto;
    display: flex;
    gap: 6px;
}

.province-toggle-btn {
    background-color: #fff;
    border-radius: 6px;
    color: #154E9E;
    transition: 0.3s ease-in-out;
    border: 0px;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
}

.province-toggle-btn.active,
.province-toggle-btn:hover {
    background-color: #154E9E;
    color: #fff;
}

.live-archive-main {
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #0000001A;
    border-radius: 6px;
    background-color: #fff;
    width: max-content;
    height: auto;
    display: flex;
    gap: 6px;
}

.live-archive-btn {
    background-color: #fff;
    border-radius: 6px;
    color: #154E9E;
    transition: 0.3s ease-in-out;
    border: 0px;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
}

.live-archive-btn.active,
.live-archive-btn:hover {
    background-color: #154E9E;
    color: #fff;
}

@media screen and (max-width:1400px) {
    .filter-map-row {
        display: grid;
        grid-template-columns: minmax(260px, 1fr) repeat(auto-fit, minmax(190px, 1fr));
    }

    .map-dt-rng-col,
    .map-small-del-col {
        max-width: 100% !important;
    }
}

.badge-agent {
    padding: 5px 8px;
    border-radius: 30%;
    background-color: #FF9D10;
    color: #492b00;
    font-size: 13px;
    margin-left: 5px;
}

.highlight-row-agent {
    background-color: #ffd5d5 !important;
}
.highlight-row-edit-address {
    background-color: #eeedff !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em !important;
    white-space: nowrap;
}

#pagination-slot {
    height: 35px;
    padding: 5px 3px 5px 5px;
}

.table-agents {
    font-size: 14;
}

button[data-animation="rotate"] i {
    /* animation: spin 1s linear forwards; */
    animation: spin 1s linear infinite;
}

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

    to {
        transform: rotate(360deg);
    }
}

button.refs-btn {
    background-color: transparent;
    color: #154e9e;
    border-color: #ced4da;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

button.refs-btn:hover,
button.refs-btn:focus:not(:focus-visible) {
    background-color: rgba(0, 0, 0, 0.1);
    color: #154e9e;
}

button.refs-btn:focus:not(:focus-visible):not(:hover) {
    background-color: transparent;
    color: #154e9e;
    border-color: #ced4da;
}

.tab-child-wrapper {
    display: none;
}

.tab-child-wrapper.active {
    display: block;
}

.delv-tab-head {
    height: fit-content;
    flex: unset;
}

.delv-tab-head .tab-switcher {
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    padding: 0 20px;
    max-height: 36px;
    margin-bottom: 0;
}

.delv-tab-head-live {
    height: fit-content;
    flex: unset;
}

.delv-tab-head-live .tab-switcher-live {
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    padding: 0 20px;
    max-height: 36px;
    margin-bottom: 0;
}

.datetimes-flt-block {
    max-width: 254px;
}

.import-sheet-flt-block {
    max-width: 165px;
}

.distributors-flt-block {
    max-width: 195px;
}

.agents-flt-block,
.delivery-status-flt-block {
    max-width: 195px;
}

.clients-flt-block,
.province-flt-block {
    max-width: 175px;

}

.ref-flt-block {
    max-width: 65px;
}

.import-sheet-flt-block,
.datetimes-flt-block,
.clients-flt-block,
.distributors-flt-block,
.agents-flt-block,
.province-flt-block {
    padding-inline: 5px;
}

.import-sheet {
    position: relative;
    display: flex;
    width: 100%;
    height: 39px;
}

.import-sheet .dropdown-toggle {
    width: 100%;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    color: #495057;
    font-weight: 400;
}

.import-sheet .dropdown-toggle::after {
    border-style: solid;
    border-width: 2px 2px 0 0 !important;
    content: '';
    display: inline-block;
    height: 6.5px;
    position: absolute;
    top: 16px;
    right: 6px;
    vertical-align: top;
    width: 6.5px;
    transform: rotate(135deg);
    border-color: #6a6a6a;
}

.import-sheet .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
    /* Hidden by default */
    position: absolute;
    background: white;
    z-index: 1000;
}

.import-sheet .dropdown-menu {
    max-height: 530px;
    overflow-y: auto;
    width: auto;
    min-width: 150px;
    max-width: max-content;
    white-space: nowrap;
}

.import-sheet .dropdown-menu label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 10px;
    transition: background 0.2s ease;
    font-size: 14px;
}

.import-sheet .dropdown-menu label:hover {
    background-color: #f0f0f0;
}

.import-sheet .dropdown-menu label input {
    margin-right: 8px;
}

.import-sheet .dropdown-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.import-sheet .apply-btn {
    background: var(--theme);
    color: white;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.import-sheet .apply-btn:hover {
    background: #0b3f89;
}

.import-sheet .reset-btn {
    background-color: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

.import-sheet .reset-btn:hover {
    color: #000;
}

.border-highlight {
    box-shadow: 0 0 5px var(--theme);
}

/* // 13 Feb Start----- */

.frm-deliveries-row .xsm-del-col {
    max-width: max-content;
    padding-left: 3px;
}

.frm-deliveries-row .seacrh-name-div {
    max-width: 132px;
}

#frm_deliveries .btn-export-data {
    font-size: 17px !important;
    width: 39px;
    padding: 0;
}

#frm_deliveries .btn-export-data i {
    padding-block: 8px;
}

#frm_deliveries .btn-export-data .export-loader {
    margin: auto;
    margin-top: 7px;
}

.frm-deliveries-row .import-sheet-flt-block,
.frm-deliveries-row .filter-agent-container {
    max-width: 156px;
}

.frm-deliveries-row .province-container {
    max-width: 156px;
}

.frm-deliveries-row .delivery-status-container {
    max-width: 134px;
}

/* // 13 Feb End----- */

/* // 20 Feb Start----- */
.mul-del-btn-wrapper button {
    color: #fff;
    background-color: rgb(53 72 220);
    border-color: rgb(53 72 220);
}

.mul-del-btn-wrapper button:hover {
    color: #fff;
    background-color: rgb(53 72 196);
    border-color: rgb(53 72 196);
}

/* // 20 Feb End----- */

/* -- 19 March start-- */

.common-tab-wrapper .tab-switcher-live,
.common-tab-wrapper .tab-cmn-swt-btn {
    background-color: #fff;
    border-radius: 6px;
    color: #154E9E;
    transition: 0.3s ease-in-out;
    border: 0px;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
}

.common-tab-wrapper .tab-cmn-swt-btn.active,
.common-tab-wrapper .tab-cmn-swt-btn:hover,
.common-tab-wrapper .tab-switcher-live.active,
.common-tab-wrapper .tab-switcher-live:hover {
    background-color: #154E9E;
    color: #fff;
}

/*  -- 19 March End-- */

.wrap-text {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 200px;
    /* Adjust width as needed */
}

.table thead th {
    vertical-align: middle;
}

.table-deliveries label {
    font-size: 13px !important;
}

/* -- 25 Mar Start-- */

.swt-row {
    display: none;
}

.swt-row.active {
    display: block;
}

/* -- 25 Mar End-- */

#mul-del-selected,
#mul-del-all,
#mul-del-selected:hover,
#mul-del-selected:focus,
#mul-del-all:hover,
#mul-del-all:focus {
    color: #fff;
    background-color: #154E9E;
    border-color: #154E9E;
}

/* --Page loading--- */
.pg-cmn-loader {
    position: fixed;
    background: #0000006e;
    inset: 0;
    z-index: 1090;

    display: none;
}

.pg-cmn-loader .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
}


.pg-cmn-loader .loader {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988 2s linear infinite;
}

.pg-cmn-loader .loader .load-bubble {
    --color: #f9b232;
    --dim: 1.2rem;
    width: var(--dim);
    height: var(--dim);
    background-color: var(--color);
    border-radius: 50%;
    position: absolute;
}

.pg-cmn-loader .loader .load-bubble:nth-child(1) {
    top: 0;
    left: 0;
    --color: #154e9e;
}

.pg-cmn-loader .loader .load-bubble:nth-child(2) {
    top: 0;
    right: 0;
}

.pg-cmn-loader .loader .load-bubble:nth-child(3) {
    bottom: 0;
    left: 0;
}

.pg-cmn-loader .loader .load-bubble:nth-child(4) {
    bottom: 0;
    right: 0;
    --color: #154e9e;
}

@keyframes spin988 {
    0% {
        transform: scale(1) rotate(0);
    }

    20%,
    25% {
        transform: scale(1.3) rotate(90deg);
    }

    45%,
    50% {
        transform: scale(1) rotate(180deg);
    }

    70%,
    75% {
        transform: scale(1.3) rotate(270deg);
    }

    95%,
    100% {
        transform: scale(1) rotate(360deg);
    }
}

.remove-address {
    font-size: 13px !important;
    background: rgba(220, 53, 69);
    border: 0;
    color: #fff;
}

.remove-address:hover,
.remove-address:focus {
    color: #fff;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.edit-pp-brn-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#show_geopin_info.show {
    background: rgba(0, 0, 0, 0.5);
}

.master-import-tbl-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.master-import-tbl-header .left-col {
    min-width: 250px;
}

.master-import-tbl-header .left-col button {
    width: 100%;
}

.btn-theme-yellow {
    background: #f9b232;
}

.btn-theme-yellow:hover,
.btn-theme-yellow:focus {
    background: #e39f24;
    border-color: transparent;
    color: #222;
}

@media screen and (max-width:1199px) {
    .master-import-tbl-header .right-col .col-md-3 {
        min-width: 39%;
    }
}


.form-grp-extra-col {
    margin-block: auto !important;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

/* ----5 June --- */
.cusmaster-tab.nav-tabs {
    border: 0;
    height: 100%;
    align-items: center;
    gap: 10px 20px;
}

.cusmaster-tab.nav-tabs button {
    background: none;
    font-weight: bold;
    border: 0;
    color: #000;
    font-size: 18px;
    position: relative;
    padding-inline: 0;
    transition: color .2s linear;

}

.cusmaster-tab.nav-tabs button.active {
    color: #14519b;
    background-color: transparent;
}

.cusmaster-tab.nav-tabs button::after {
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: #14519b;
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity .2s linear;
}

.cusmaster-tab.nav-tabs button:hover {
    color: #14519b;
}

.cusmaster-tab.nav-tabs button.active::after {
    opacity: 1;
}

.tab-filter-box label.select-all-check-label {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-filter-box label input {
    width: 17px;
    height: 17px;
}

.tab-filter-box label strong {
    font-weight: 500;
    line-height: 1;
    margin-top: 1px;
}

.counter-results {
    gap: 30px;
}

.counter-results .counter-icon-box {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #666;
    font-weight: 600;
    align-items: center;
}

.counter-results .counter-icon-box .info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter-results .counter-icon-box .info span {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
}

.counter-results .counter-icon-box .incx {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    --sz: 35px;
    width: var(--sz);
    height: var(--sz);
}

.chk-master-uncleared {
    width: 15px;
    height: 15px;
}

.table-uncleared th,
.table-cleared th,
.table-pending-arroval th,
.table-unabled-to-clean th {
    font-size: 14px;
}

.table-uncleared td,
.table-cleared td,
.table-pending-arroval td,
.table-unabled-to-clean td {
    font-size: 13px;
}

/* ----11 jun-- */
.fluid-input-filter-row {
    display: flex;
}

.fluid-input-filter-row .fluid-input {
    max-width: 100%;
    flex-grow: 1;
}

/* --- 12 Jun---- */

.import-sheet .dropdown-menu.empty-dd-menu{
     max-width: 100%;
     width: 100%;
}

.export-del-pg-filter-outer .import-sheet .dropdown-menu.empty-dd-menu label {
    white-space: normal;
    line-height: 1.1;
}

.google-address-input-block .copy-btn-box {
    top: 50%;
    right: 1px;
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    padding-inline: 8px;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
}

.google-address-input-block .copy-btn-box .nav-icon {
    font-size: 1rem;
    transition: 0.2s linear;
    cursor: pointer;
}

.google-address-input-block .copy-btn-box .nav-icon:hover {
    color: var(--theme);
}

.tab-count-small {
    font-size: 0.75em;
    font-weight: normal;
    color: #555; /* optional: subtle color */
}

