@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    /* --theme: #007bff;
	--theme-hover: #007bff; */

    --theme: #003e89;
    --theme-hover: #003e89;

}

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

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

.card {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.card,
.card .card-body,
.form-control,
.btn {
    border-radius: 10px;
}

.card-header {
    background-color: var(--theme) !important;
}

h1,
h2,
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}

h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
}

.cursor-pointer {
    cursor: pointer;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 15px 20px;
    text-align: center;
    color: #666666;
}

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

.form-control {
    height: 50px;
    padding: 0.5rem 0.75rem;
}

.btn {
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
}

.btn:focus {
    background: var(--theme-hover);
}

.login-box .btn,
.register-box .btn {
    width: 100%;
}

.brand-link .brand-image {
    max-height: 60px;
    margin: 0;
    float: none;
}

.brand-link {
    width: 100%;
    float: left;
    border-bottom: 0 !important;
}

.main-header {
    border-bottom: 0 !important;
}

.content-wrapper,
.navbar-light {
    background-color: #fafafb;
}

.nav-sidebar>.nav-item .nav-icon {
    color: var(--theme);
    font-size: 1rem;
    margin-right: 10px;
}

.nav-sidebar>.nav-item .active .nav-icon {
    color: #fff;
}

[class*="sidebar-light-"] .nav-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}

.nav-link {
    padding: 0.25rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
    display: flex;
}

.content-header {
    padding: 15px 1rem;
}

.content-wrapper>.content {
    padding: 0 1rem;
}

.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 13px;
    height: 40px;
    line-height: 22px;
}

table.dataTable {
    border-radius: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.025);
}

.table thead th {
    border-bottom: 0;
    background-color: #f4f4f4;
    color: #666666;
}

.table thead th:first-child {
    border-top-left-radius: 10px;
}

.table thead th:last-child {
    border-top-right-radius: 10px;
}

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

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

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


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

.table-bordered th {
    border: 0;
}

table.table-bordered.dataTable tbody td {
    border-top-width: 1px !important;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

div.dataTables_wrapper div.dataTables_info {
    color: #666666;
}

.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active::before {
    height: 50px;
    width: 5px;
    background-color: var(--theme) !important;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item>.nav-link.active {
    background: var(--theme) !important;
    box-shadow: none;
}

.nav-sidebar .nav-link p {
    display: inline-block;
}

.page-link {
    border: 0;
}

.page-item.active .page-link {
    color: var(--theme);
    border-color: none;
    background-color: none;
}

.actBtn-td a:hover .icon {
    color: var(--theme-hover);
}

.custom-switch .custom-control-label::before {
    height: 1.5rem;
    width: 2.25rem;
    top: 0rem;
    border-radius: 0.75rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem);
    left: calc(-2rem);
    width: calc(1rem);
    height: calc(1rem);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.modal-sm {
    max-width: 550px;
}

.modal-content {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 10px;
}

.modal-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

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

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

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: #fff;
    cursor: pointer;
    background: none;
}

.nav-pills .nav-link {
    border-radius: 0 0.5rem 0.5rem 0;
    height: 42px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}

.content-wrapper {
    height: auto !important;
}

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

/*login - register box*/
.login-card-body,
.register-card-body {
    color: #222;
    padding: 20px 30px;
}

.login-box,
.register-box {
    /* margin: auto; */
    margin-top: 80px;
}

.login-page,
.register-page {
    justify-content: start;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(123, 219, 129, 0.6);
}

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 15px;
}

/*common css for setting up dashboard*/
.w-100 {
    width: 100% !important;
    border: 1px solid var(--theme) !important;
    border-radius: 10px;
    margin-left: 6px;
    max-width: 58%;
}

.alert {
    margin: 15px 0px;
    border-radius: 10px;
}

.alert-success {
    background-color: #effebb;
    border-color: #cae27b;
    color: #639526;
}

.alert-danger {
    background: #fbcbc0;
    border-color: #f5a191;
    color: #a02b12;
}

.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #a02b12;
}

.alert .close {
    font-size: 20px;
    font-weight: 600;
}

.form-control:focus {
    border-color: var(--theme);
    box-shadow: none;
}

.not-read {
    background-color: #ff00002f;
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #343a40;
}

/* ACTION ICON BUTTON */
.icon {
    color: var(--theme);
}

a:hover {
    color: var(--theme-hover);
    text-decoration: none;
}

a:active {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}

a:focus {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}

a {
    color: var(--theme);
    text-decoration: none;
    background-color: transparent;
}

.btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

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

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

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

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

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

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

.sidebar {
    height: calc(100% - (9.5rem + 1px));
    overflow-y: auto;
    padding: 0;
    margin: auto;
    width: 100%;
    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;
}

.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);
    box-shadow: none;
}

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

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--theme);
}

.dropzone {
    border: 1px dashed #ced4da;
}

.dropzone .dz-preview .dz-remove {
    font-size: 0px;
    position: absolute;
    bottom: -28px;
    right: 29px;
    display: inline-block;
    background-image: url(../../images/remove.png);
    background-repeat: no-repeat;
    background-size: 13px 14px;
    background-position: 3px 3px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme);
}

.dz-remove.remove-link-center {
    right: 50px !important;
}

.js-open-cropper-modal {
    display: inline-block;
    position: absolute;
    bottom: -31px;
    left: 25px;
}

.dropzone.has-error {
    border: 1px dashed #a94442 !important;
}

/* .js-open-cropper-modal .custom-crop-icon{height: 28px;width: 28px;} */
.js-open-cropper-modal .custom-crop-icon:hover {
    cursor: pointer;
}

.custom-control-label::before:focus {
    outline: none;
}

.dz-image {
    border: 1px solid #ccc;
}

/* Cropper js */
.js-open-cropper-modal {
    cursor: pointer !important;
}

.js-open-cropper-modal:hover {
    text-decoration: underline !important;
}

/* Select2  */
.select2-container--default.select2-container--focus .select2-selection--single {
    display: block !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #939ba2 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #939ba2 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--theme) !important;
}

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

.has-error .select2-selection {
    border: 1px solid #a94442 !important;
}

.has-error .select2-selection:focus {
    border: 1px solid #a94442 !important;
}

.nav-icon.fa-crop {
    font-size: 20px;
}

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

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

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

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/* select2 css */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--theme) !important;
    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 !important;
    border: none !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    padding-left: 12px !important;
    position: relative !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    vertical-align: bottom !important;
    white-space: nowrap !important;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff;
    font-family: "Nunito", sans-serif;
    padding-left: 8px !important;
}

.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 !important;
    line-height: 22px !important;
    background-clip: padding-box;
    border-radius: 10px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--theme) !important;
    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: #ffffff !important;
    margin-left: 0 !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-check-label {
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #666;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    flex: 0 0 30%;
}

.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: #999999;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: auto;
    top: 18px;
    /* right: 5px; */
}

select.btn.unit {
    background: none;
    appearance: none;
}

.input-group-append {
    position: relative;
}

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

    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    text-align: right;
    font-weight: 600;
    color: #444444;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

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

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

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

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

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

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

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

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

.info-img {
    display: flex;
}

@media (min-width: 576px) and (max-width: 1017px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        flex: 0 0 30%;
        max-width: 48%;
        width: 48%;
    }

    .select2-container--default .select2-selection--multiple {
        max-width: 165%;
        width: 165%;
    }
}

@media (min-width: 757px) {
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 76.666667%;
    }
}

span.isReported {
    background: #ff5353;
    padding: 2px;
    border-radius: 3px;
    color: white;
    border: none;
    font-size: 11px;
}

span.add_type {
    background: #dddddd;
    padding: 4px;
    padding-right: 7px;
    margin: 18px;
    color: #6c757d !important;
    border-radius: 7px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 65px !important;
}

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

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

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

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

.dash-div {
    background-color: var(--theme);
    width: 374px;
    height: 130px;
    top: 152px;
    left: 290px;
    margin: 0px 46px 9px 8px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
}

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

.dashgraph {
    display: flex;
}

.graph-div1 {
    height: 385px;
}

.graph-div2 {
    height: 385px;
}

.dashgraph-heading {
    display: flex;
}

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

.dashgraph-heading a.btn.btn-primary.float-right:hover {
    color: #ffffff;
    background-color: var(--theme);
}

select.form-control.report-search-box {
    font-weight: 500;
    font-size: 16px;
    left: 426px;
    -webkit-appearance: none;
    float: right;
    width: 180px;
}

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

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

.report-btn {
    display: flex;
}

.dwn-btn {
    position: absolute;
    padding: 0 0 0 1029px;
    right: 19px;
}

a.btn.btn-primary.repo-dwl-btn {
    margin-top: 20px;
    min-width: 144px;
}

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

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

.orderitems {
    margin: 2px;
}

input#search_by_date {
    width: 180px;
}

input[type="date"]:focus::before {
    content: "" !important;
}

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

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

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

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

.item-moreless-button {
    color: #ec0000;
}

.moretext {
    display: none;
}

.hidden_item {
    display: none;
}

.meal {
    width: 50%;
    display: inline-flex;
}

.items {
    width: 100%;
}

.more_btn {
    color: red;
}

.more_btn:hover {
    color: red;
}

.status-btn {
    display: grid;
    /* margin-bottom: -17px;
    margin-top: -22px; */
}

@media only screen and (max-width: 1224px) {
    .status-btn {
        min-width: 34vh;
    }

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

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

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

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

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

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

.select2-container .select2-search--inline .select2-search__field {
    margin: 5px 0 0 5px !important;
    padding: 5px !important;
    height: 23px !important;
    font-size: 1rem !important;
}

.select2-container .select2-search--inline .select2-search__field::placeholder{
    color: #939ba2 !important;
}
/* ============================ */
/* TEST DASHBOARD DESIGN */

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

}

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

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

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

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

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

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

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

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

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

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

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

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

span.moreplus {
    color: red;
}

textarea#address,
textarea#notes,
textarea#house_address {
    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: 25px !important;
    position: relative;
    padding-right: 6px;
}

.dataTables_wrapper table.dataTable.collapsed>tbody>tr>td:first-child div {
    /* padding-left: 8px; */
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 16px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
    top: 5px;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    height: 9px;
    width: 9px;
    color: var(--theme);
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    border: solid var(--theme);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dataTables_wrapper .child .dtr-details {
    /* display: table !important; */
    display: contents;
}

.dataTables_wrapper .child .dtr-details>li {
    display: table-row !important;
    border: 0 !important;
}

.dataTables_wrapper .child .dtr-details>li .dtr-title {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #F3F6F9;
    font-weight: 500;
    padding: 0.5rem 8px 0.5rem 0px;
    text-align: left;
}

.dataTables_wrapper .child .dtr-details>li .dtr-title:after {
    content: ":";
}

.dataTables_wrapper .child .dtr-details>li .dtr-data {
    display: table;
    vertical-align: top;
    border-bottom: 1px dashed #F3F6F9;
    padding: 0.5rem 0;
    overflow-wrap: anywhere;
}

.dataTables_wrapper .child .dtr-details>li:last-child .dtr-title {
    border-bottom: 0;
    text-align: left;
}

.dataTables_wrapper .child .dtr-details>li:last-child .dtr-data {
    border-bottom: 0;
}

.dataTables_wrapper .dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
    margin-left: 65px;
}

.contact-box {
    width: -webkit-fill-available;
    display: contents;
}

.show-filters {
    display: none;
}

.preview-email {
    background-color: #f8f8f8;
}

.preview-email table {
    min-width: auto !important;
}

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

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

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

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

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

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

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

.mail-modal-body {
    max-height: 440px;
    overflow: auto;
}

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

.dataTables_row_count {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.modal-content .btn {
    font-size: 13px;
    height: 30px;
    line-height: 13px;
}

.modal-footer {
    padding: 8px 15px;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 480px) {

    .login-box,
    .register-box {
        width: -webkit-fill-available;
    }

    .app-icon-container {
        display: block;
        width: 100%;
        text-align: center;
    }

    .app-icon {
        text-align: center;
    }

    .content-wrapper .form-control,
    .content-wrapper .btn,
    .modal-content .btn {
        font-size: 12px !important;
        /* height: auto; */
        /* line-height: 14px; */
    }

    .submit-btn-container {
        margin: auto;
    }

    .submit-btn {
        width: inherit;
    }

    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }

    .filters-container {
        display: none;
    }

    .filters-container .justify-content-end .col-sm-3 {
        margin-right: revert;
        padding-right: inherit;
    }

    .dataTables_length {
        display: contents;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 770px) {

    .show-filters,
    .show-filters:hover,
    .show-filters.btn-primary:active,
    .show-filters:focus {
        display: block;
        background-color: transparent !important;
        color: var(--theme) !important;
    }

    .filters-container {
        display: none;
    }

    .justify-content-end {
        line-height: 4;
    }

    .admin-info-container .col-md-4 {
        display: flex;
    }

    .admin-info-container .col-md-4 strong {
        min-width: 200px;
    }

    .contractor-info-container .col-md-4 {
        display: flex;
    }

    .contractor-info-container .col-md-4 strong {
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .content-header h3 {
        font-size: 20px;
    }

    .users-container {
        width: 100% !important;
    }

    .admin-chat-sub-container {
        display: none;
    }

    .search-box-wrapper {
        max-width: 88%;
    }
}

@media screen and (max-width: 357px) {
    .user-detail {
        display: block;
    }

    .user-detail-info {
        display: flex;
        margin-left: 8px;
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
    }

    .content-header h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .contact-box {
        display: inline-flex;
    }

    .contact-box .col-sm-1 {
        width: auto;
    }

    .daterangepicker .drp-buttons .btn {
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    #contacted_log_popup {
        padding: 0 10px !important;
    }
}

.psw-container {
    position: relative;
}

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

#showHidePsw {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 12px 12px;
}

/*Custome Design by Akshay Patel*/
.card-body.login-card-body {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.custom-form-input input {
    background-color: #F0F5FA;
}

.custom-form-input input:focus {
    background-color: #F0F5FA;
}

.content-wrapper,
.navbar-light,
body {
    background-color: rgb(240, 245, 250);
}

.brand-link {
    margin-top: 40px;
}

.back-btn:active,
.back-btn:focus {
    background-color: white;
}

.main-sidebar {
    z-index: 1040 !important;
}
.main-sidebar:hover .back-btn {
    left: 185px;
}

.back-btn i {
    transform: rotate(90deg);
}

.sidebar .nav-sidebar {
    padding: 0 10px;
}

.sidebar-mini .main-sidebar .nav-link {
    width: 100%;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #666666;
    font-weight: 500;
    min-height: 44px;
}

.nav-sidebar .nav-item:not(:last-of-type)>.nav-link {
    margin-bottom: 18px;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item>.nav-link.active {
    border-radius: 7px;
    background: var(--bg-fields-tabs, #F0F5FA) !important;
    color: #05418B;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: rgba(0, 0, 0, .1);
    color: #666;
    border-radius: 7px;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item:hover>.nav-link.active {
    color: #05418B;
}

.sd-icon-box {
    display: flex;
    align-items: center;
    position: relative;
}

.icx.sub {
    position: absolute;
    left: 0;
    opacity: 0;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item>.nav-link.active .sd-icon-box .icx.main {
    opacity: 0;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item>.nav-link.active .sd-icon-box .icx.sub {
    opacity: 1;
}

.lg-icx {
    transform: scale(1.15);
}

.lg-icx .sub-lg {
    margin-left: -12px;
    transition: opacity .3s;
}

.sidebar-mini.sidebar-collapse .main-sidebar .lg-icx .sub-lg {
    opacity: 0;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .lg-icx .sub-lg,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .lg-icx .sub-lg {
    opacity: 1;
}
.back-btn {
    background-color: white;
    position: absolute;
    top: 53px;
    right: -36px;
    border-radius: 8px;
    --sz: 28px;
    width: var(--sz);
    height: var(--sz);
    /* box-shadow: 0px 2px 10px 0px #0000000F; */
    box-shadow: 0px 2px 10px 0px #00000029;
    transform: translateX(-22px);
    z-index: 2;
    transition: background .2s;
}

.back-btn:hover {
    background: #05418B;
}

.back-btn i {
    transition: color .2s  ;
}

.back-btn:hover i {
    color: white;
}

.main-sidebar:hover .back-btn {
    left: unset;
}

.sidebar-mini.sidebar-collapse .back-btn i {
    transform:rotate(270deg);
}

.main-sidebar {
    z-index: 1078;
    overflow: unset;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    overflow: unset;
}
@media screen and (max-width:991px) {
    .back-btn {
        top: 13px;
        right: -60px;
        transition:background .2s, right .2s ;
    }
    .sidebar-mini.sidebar-open .back-btn{
        right: -36px;
    }
}

.table thead th{
    background-color: #F0F5FA;
}
.table th {
    padding: 1rem 0.75rem;
}
.table td {
    padding: 0.8rem 0.75rem;
}
.comming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.comming-soon h3 {
    font-weight: 500;
}
.show-boiler-child-table .data.shown + tr td {
    padding: 0 0 6px 0 !important;
}
.no-btn-hover:hover,.no-btn-hover:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}
.boiler-status-dropdown {
    border: none;
    position: relative;
    left: -91px !important;
}
.boiler-status-dropdown .dropdown-item {
    cursor: pointer;
}
.boiler-status-dropdown .dropdown-item.active, .boiler-status-dropdown .dropdown-item:active {
    background-color: unset !important;
    color: #212529;

}
.show-chile-row, .show-chile-row:hover, .show-chile-row:focus {
    padding: 5px 12px;
    background: var(--theme);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap;
}
.show-chile-row .icon {
    color: #ffffff !important;
    font-weight: 600;
}
.boiler-status {
    padding: 6px 9px;
    font-size: 11px;
    text-transform: uppercase;
}
.swal2-title {
    font-size: 13px !important;
    line-height: unset !important;
}
tr.row-disabled {
    background-color: #ffeaeae8 !important;
}
.boiler-action-dropdown {
    border: none;
}
.ph-input-inner {
    display: flex;
    border: 1px solid #ced4da;
    overflow: hidden    ;
    border-radius: 10px;
}  
.ph-input-inner.has-error{
    border-color:#a94442;
} 
.ph-input-inner .form-control{
    border: 0;
    border-radius: 0;
    padding-left: 0;
}
.ph-input-inner .form-control:first-of-type {
    --lng:44px;
    min-width: var(--lng);
    width: var(--lng)   ;
    padding: 0;
    text-align: center;
    background: transparent;
    font-weight: 500;
}
.login-box {
    height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}
.login-box .card{
    width: 100%;
}
.custom-d-grid {
    display: grid;
}
.operator-box {
    /* gap: 8px; */
    max-height: 92px;
    overflow: auto;
}
.allowed-input-container .custom-control-inline {
    margin-right: unset;
}
.input-field-box .icon {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 16px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:480px)  {
    /* smartphones, Android phones, landscape iPhone */ 
}
@media (max-width:575px)  {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .justify-content-end #reset_filters_btn {
        margin-top: 5px;
    }
    .boiler-selection-box{
        margin-top: 8px;
    }
}
@media (max-width:780px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .justify-content-end {
        align-items: center;
    }
    .justify-content-end .col-sm-3, .justify-content-end .col-sm-2 {
        padding-right: unset;
    }
}
.disabled-row {
    background: #ffeaeae8 !important;
}
.more-text {
    display: none;
}
.view-more-btn {
    font-size: 12px;
    border: 1px solid var(--theme);
    color: var(--theme);
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: 600;
}
.view-more-btn .custom-icon {
    color: var(--theme) !important;
}
.custom-col-max-width {
    max-width: 400px !important;
    min-width: 130px;
    overflow-wrap: anywhere;
    white-space: initial !important;
}
.profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--theme);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    margin-right: 8px;
}
.profil-pic-container {
    display: flex;
    align-items: center;
}
.user-header {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.user-header .profile-pic {
    width: 70px;
    height: 70px;
    font-size: 39px;
    padding: 6px;
    margin-right: unset;
    margin-left: 0;
}

.form-check-input{
    margin-left: -1.05rem;
}

/* ==== Dashboard 15-Jul 2025===== */
.dashTab-ul {
    gap: 30px;margin-bottom: 20px;
}
.dashTab-ul .nav-link {
    color: #444;
    border: 0;
    background: transparent;
    padding-inline: 0;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.dashTab-ul .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #05418B;
    content: '';
    height: 3px;
    width: 0;
    transition: width 0.3s ease-in;
    border-radius: 5px 5px 0 0;
}

.dashTab-ul .nav-link.active {
    background: none;
    color: #05418B;
}

.dashTab-ul .nav-link.active::after {
    width: 100%;
}
.box-heading{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.tab-card{
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #1d1d1d0e;
    min-height: 150px;
}

.tab-card .card-title{
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    width: 100%;
    text-transform: capitalize;
}
.tab-pane .row{
    row-gap: 14px;
    margin-bottom: 15px;
}

.overview-tab .tab-card {
  margin-bottom: 20px;
  height: auto;
}

.overview-tab .tab-card.gauge-card {
  min-height: 400px;
}

.tab-pane .filter-row{
  margin-bottom: 15px;
}
.tab-card {
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);height: 100%;
}
.site-block, .boiler-block{
    border: 1px solid #DDDDDD;
    padding: 10px;
    border-radius: 5px;
}
#siteStatusChart, #boilerStatusChart{
    max-height: 250px;
    margin-top: 35px;
    height: 210px !important;
    width: auto !important;
}
.site-status,
.boiler-block .boiler-status{
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
}
.site-status.active{
    background-color: #28a745;
}
.site-status.inactive{
    background-color: #f0ad4e;
}
.boiler-status.operational{
    background-color: #4187C5;
}
.boiler-status.maintenance{
    background-color: #FF6C6C;
}
.boiler-status.standby{
    background-color: #f0ad4e;
}
.site-status-tab .select2-container--default .select2-selection--single{
    width: 100% !important;
    min-width: 250px !important;
}
.site-status-tab .boiler-block{
    display: flex;
    margin-bottom: 5px;
    padding: 10px 5px 20px 5px;
}
.site-status-tab .boiler-status{
    width: auto;
}
.site-status-tab .badge-success {
    margin-left: 10px;
    align-items: center;
    font-size: 10px;
    color: #2EAC2E;
    background: #EBFFEB;
}
#polymerChart,#oxygenScavanger,#brineTankLevel,#fuelBunkerLevel{
    max-height: 160px;
    margin-top: 15px;
    height: 150px !important;
    width: auto !important;
}
.pressure-gauge{
    height: 150px !important;
    width: 150px !important;
}
/* // 17 Jul // */
.sidewise-card{
width: 100%;
}
.site-status-tab .sidewise-card canvas{
    max-width: 50%;
}
.perc-block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.liner-listing {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px !important;
}

.liner-listing strong{
    color: #05418B;
}
.filter-label{
    display: inline-block;color: #444;font-size: 16px;
}
.search-site, .search-boiler{display: flex;align-items: center;gap: 7px;}
.search-site .select2-container, .search-boiler .select2-container{width: 100% !important;}
.pressure-gauge{margin-inline: auto;}

#boiler_pressure, #boiler_temperature, #boiler_flowmeter{
    font-size: 22px;
}
.site-status-tab span{
    font-size: 14px;
    color: #444444;
}
.site-status-tab small{
    font-size: 10px;
    color: #444444;
}
 .site-status-tab p{
    font-size: 14px;
    color: #666666;
}
.boiler-tab{
    display: inline;
}
.bp-block{
    padding: 18px;
    border-radius: 5px;
    max-width: 350px;
    width: 100%;
    background: #F5F5F5;
}
.boiler-tab {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.parameter-grid{
    display: flex;
    gap: 20px;
    width: 100%;
}
.parameter-card {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
  background: #f9f9f9;
  width: 100%;
  height: 180px;
  display: flex;
}

.boiler-pressure-gauge{
    height: 150px !important;
    width: 160px !important;
}
/* Colors */
.parameter-card.green { background-color: #DAFFEB4D; }
.parameter-card.orange { background-color: #FFE7DA4D; }
.parameter-card.blue { background-color: #DAE4FF4D; }
.parameter-card.sky { background-color: #53B7EA1F; }
.parameter-card.purple { background-color: #A853EA0D; }
.parameter-card.pink { background-color: #EA53940D; }

.perc-block strong{
    font-size: 22px;
}
.tab-card .card-block{
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}
.card-block .card-title{
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    width: 100%;
    max-width: fit-content;
}
.hourly_updated_date{
    font-size: 14px;
}
.min-max-point{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 190px;
}
.site-min-point{
/* position: absolute;
    left: 20px;
    bottom: 26px;
    font-size: 12px; */
}
.site-max-point{
    /* position: absolute;
    right: 18px;
    bottom: 26px;
    font-size: 12px; */
    word-wrap: break-word;
    max-width: 90px;
}
.boiler-min-point{
    position: absolute;
    left: 0px;
    bottom: 22px;
    font-size: 12px;
}
.boiler-max-point{
    position: absolute;
    right: 23px;
    bottom: 22px;
    font-size: 12px;
}
.overview-tab .tab-card {
    padding: 30px;
}
.shift-sto-lev{
    font-size: 12px !important;
}
.boiler-running{
    max-height: 300px;
    overflow: auto;
}
.boiler_hourly_updated_date{
    font-size: 14px;
}
.fuel-level{
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.fuel-level p{
    text-align: center;
}
.fuel-level h5{
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.min-max-point-div{
    display: flex;
    justify-content: space-between;
    margin-top: -40px;
    font-size: 12px;
    color: #333;
}
