    :root {
    --theme: #11569D;
	--theme-hover: #11569D;
    --theme-red :#C52227;
    --theme-darkblack : #000000;
    --theme-black : #222222;
    --theme-darkgray:#666666;
    --theme-lightgray:#DDDDDD;
    --theme-gray:#999999;
    --theme-white:#ffffff;
}
.text-primary{
    color: var(--theme) !important;
}
body {
    font-size: 15px;
    color:var(--theme-black );
    /* 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%);
}
.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:var(--theme-darkgray);
    font-size: 16px;
}

.login-box-msg-heading {
    font-size: 30px;
    color:var(--theme-black);
}

.form-control1 {
    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%;
    font-size: 20px;
}

.login-box .login-card-body a {
    font-size: 16px;
}

.main-header {
    border-bottom: 0 !important;
}
.content-wrapper,
.navbar-light {
    background-color: #fafafb;
}
/* .nav-sidebar{
    gap: 16px;
}
.nav-sidebar > .nav-item .nav-icon {
    color: #999999;
    font-size: 1rem;
    margin-right: 10px;
} */


/* .nav-sidebar > .nav-item .active .nav-icon {
    color: #017BFE;
} */

/* .nav-sidebar>.nav-item {
    margin-bottom: 0;
    display: inline-flex;
} */

/* .nav-sidebar>.nav-item .nav-link{
    position: relative;
    margin-block: 0;
    width: 100%;
    color: #666666;
} */
/* .nav-sidebar>.nav-item .nav-link::before{
    content: "";
    position: absolute;
    background: #017BFE;
    height: inherit;
    width: 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
    top: 0;
} */
/* .nav-sidebar>.nav-item .nav-link.active::before{
    opacity: 1;
    }*/
[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;
}


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

.login-logo img, .register-logo {
    margin-bottom: 15px;
    /* height: 34px; */
}
/*
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;
}
/* ------table-top-head-- */

.table_top_row{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.table-top-other{
    width: 100%;
}
#customSearch .form-group{


        width:100%;
}
/* ACTION ICON BUTTON */
.icon {
    color: var(--theme-darkgray);
}
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: 115px;
}
.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: 35px;
    line-height: 0px;
}
/*error messege style*/

.form-group.has-error .help-block , .form-group .text-danger{
    color: #a94442 !important;
    margin-top: 0px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: #a94442 !important;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #a94442;
}
/*navbar css*/

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

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

.form-group.has-error .cke_chrome{
    border: 1px solid #a94442 !important; 
}

.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: -4px;
    padding: 6px 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 28px*/
    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,.select2-container .select2-selection--multiple {
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 14px !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,.select2-container--default .select2-selection--multiple{
	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  */


.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);
    font-size: 14px;
    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--multiple1
    .select2-selection__choice__remove1 {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    /* left: 0; */
    top: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    color: #666;
    font-family: "Nunito", sans-serif;
}
.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 15px;
    height: 40px;
    line-height: 22px;
}

.select2-container--default .select2-selection--multiple1 {
    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--multiple1
    .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--multiple1
    .select2-selection__choice__remove1 {
    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;
}

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

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

.input-group-append{
    position: relative;
}
.input-group-append1::after /*temporary added 1 to input-group-append to resolve UI issue*/
{
    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: 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;
}




/* ============================ */
/* 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.autoheight, textarea#notes, textarea#house_address {
    height: auto;
    min-height: 90px;
}

.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: 25px;
    border: 1px solid rgba(0,0,0,.15);
    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: 35px;
    right: 10px;
    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;
}

.input-field-icon-box{
    position: relative;
}
.input-field-icon-box .icon{
    top: 50%;
    transform: translateY(-50%);
}
.form-control[readonly]{
    background-color: #e9ecef;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lead-info-list {
    max-width: 176px;
    min-width: 130px;
    overflow-wrap: anywhere;
}
.mail-modal-body {
    max-height: 440px;
    overflow: auto;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.dataTables_row_count {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.modal-content .btn1 {
    font-size: 13px;
    height: 50px;
    line-height: 13px;
}


.modal-content .input-img {

    margin-top: 5px;
}
.modal-footer {
    /* padding: 8px 15px; */
}

/* Select2 Style */
.select2-container .select2-search--inline .select2-search__field,.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 8px !important;
    margin-left: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 0px !important;
}

.common-timepicker-field-box{
    position: relative;
}
.start_time_box .ui-timepicker-wrapper{
    width: 100%;
}



/* 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: 10px;
    cursor: pointer;
}
.table-top-other .form-group{
    width:100%;
  }

  button#dropdownMenuButton {
    border: none;
    background: none;
}

.dropdown-item {
    padding: 0.4rem 1.2rem !important;
    clear: both;
    color: #007bff !important;
    margin: 0px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.error {
    color: #dc3545!important
}

#stepper1 .custom-danger-btn{
    background: #ff0000;
    color: #fff;
}
#custom_add{
    min-width: 40px;
    height: 35px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#custom_remove{
    min-width: 40px;
    height: 35px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stepper1 .select2-container--default .select2-selection--multiple{
    min-height: 40px;
}
#stepper1 .select2-container--default .select2-selection--multiple .select2-selection__choice{
    width: auto;
}
#company_listing .form-group{
    width: 100%;
}
.custom-permission-checkbox .custom-control-label::before{
    width: 21px;
    height: 21px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    border-color: #ddd;
}
.custom-permission-checkbox .custom-control-label::after{
    top: 6px;
    left: -22px;
    background-size: 12px;
}
.custom-permission-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    border-color: var(--theme);
}
.custom-permission-checkbox{
    margin: auto;
}

@media screen and (max-width: 1199px){
    #stepper1 .step-trigger{
        padding: 20px 12px;
    }
    #stepper1 .bs-stepper-content{
        padding: 0 12px 20px;
    }
}
@media screen and (max-width: 767px){
    #stepper1 .bs-stepper-label{
        font-size: 14px;
        margin: 4px 0px;
        white-space: break-spaces;
    }
}
@media screen and (max-width: 575px){
    #stepper1 .bs-stepper-label{
        display: none;
    }
}
@media screen and (max-width: 575px){
    #stepper1 .bs-stepper-header {
        margin: 0;
    }
}
.company_tab .nav-link {
    padding: 0.75rem 1rem;
}

.dynamic-dropdown  {
    text-transform: capitalize;
}
#time_tense{
    text-transform: capitalize;
}
#custom_alert{
    margin: 5px 0px;
    border-radius: 0px;
    color: initial;
    background: #edf5ff;
    border: 1px solid #bee5eb !important;
    border-left: 3px solid #50949f !important;
}
#custom_alert .fa {
    color: #50949f;
}
span#messageDisplay {
    margin-left: 5px;
}

.custom-radio-wrapper{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.custom-radio-wrapper .form-check{
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0px;
    position: relative;
}
.custom-radio-wrapper .form-check input{
position: absolute;
left: 0;
opacity: 0;
}

.custom-radio-wrapper label{
border: 1px solid #ccc;
width: 100%;
padding: 7px 10px;
text-align: center;
cursor: pointer;
font-weight: bold;
font-size: 14px;
}
.custom-radio-wrapper .form-check:first-child label{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-right: 0px;
}
.custom-radio-wrapper .form-check:last-child label{
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-left: 0px;
}
.custom-radio-wrapper .form-check:nth-child(2) label{
border-right-color: #aaa;
border-left-color: #aaa;
}
.custom-radio-wrapper .form-check:nth-child(3) label{
border-left: 0px;
border-right-color: #aaa;
}
.custom-radio-wrapper input:checked + label{
    background:var(--theme);
    color: #ffffff;

    font-weight: bold
}
#admin_list tbody tr td:first-child{
    width: 3%;
}
.checkbox_module .sub_admin_module_action_checkbox,.checkbox_module .custom-control-label::after,.checkbox_module .custom-control-label::before{
    display: none;

}


.checkbox_module.custom-control.custom-checkbox.custom-control-inline {
    padding-left: 0rem;
}
.finance-data-img{width: 18px !important;}
.nav-link.active img{filter: invert(0.5) brightness(100);}
/* .select2-container--focus {
    border: 1px solid #007bff !important;

} */

@media  screen and  (max-width:410px){
    .custom-radio-wrapper {
        flex-wrap: wrap !important;
    }
    .custom-radio-wrapper .form-check {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custom-radio-wrapper .form-check:first-child label {
        border-bottom-left-radius: 0px !important;
    }
    .custom-radio-wrapper .form-check:last-child label {
        border-top-right-radius: 0px !important;
    }

    .custom-radio-wrapper .form-check:nth-child(2) label {
        border-top-right-radius: 10px;
    }
    .custom-radio-wrapper .form-check:nth-child(3) label {
        border-left: 1px solid !important;
        border-left-color: #aaa !important;
        border-bottom-left-radius: 10px;
    }
  }
  table.dataTable thead .custom_sorting_disabled:after,
table.dataTable thead .custom_sorting_disabled:after,
table.dataTable thead .custom_sorting_disabled:after {
    content: "" !important;
}
table.dataTable thead .custom_sorting_disabled::before,
table.dataTable thead .custom_sorting_disabled:before,
table.dataTable thead .custom_sorting_disabled:before {
    content: "" !important;
}

.company-profile{
    width: 137px;
    height: 137px;
}
.box-profile-wrapper .box-profile{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-profile-wrapper{
    height: calc(100% - 1rem);
}

.custom-permission-checkbox .sub_permissins {
    display: none;
}

.custom-permission-block {
    text-align-last: center;
}
.card-primary.card-outline {
    border: none;
}
.form-check-input:disabled:checked~.form-check-label,
.form-check-input[disabled]:checked~.form-check-label {
    color: #ffffff;
    cursor: not-allowed! important;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {

    color: #666;
    cursor: not-allowed! important;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.modal-footer {
    /* padding: 8px 0px; */
}
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -25px !important;
    width:50%;
    float: right;
}


.pagination-controls li {
    margin-right: 10px;
}

.reminder-heading h4 {
    line-height: 20px;
    margin: 0;
}

.reminder-heading b {
    color: #666;
}


.lwms-main {
    /* font-family: "Nunito", sans-serif !important; */
    background: url(/plugins/jquery-multi-selection-with-two-sides-lwmultiselect/doublearrow.png) no-repeat 522px 115px !important;
    width: auto !important;


}
.lwms-main .lwms-left li.lwms-selectli, .lwms-main .lwms-right li.lwms-selectli {
    font-size: 15px !important;
    height: auto !important;
    line-height: 20px !important;
    text-transform: capitalize;
    margin: 0px 10px;
}
.lwms-filterhead {
    font-size: 15px !important;
}

.lwms-main .lwms-left {
    margin-right: 70px !important;
}
.lwms-main .lwms-left, .lwms-main .lwms-right {
    width: 500px !important;

}
.lwms-main li.lwms-selectli:hover, .lwms-main .lwms-right li:hover {

    background-color: var(--theme) !important;
}
.lwms-main li.lwms-selectli label {
    display: inline-block;
    margin-bottom: 0.0rem;
    font-size: 12px !important;
}

.lwms-main li.lwms-selectli i {
    float: right;
    margin-right: 0.5em;
    padding-top: 0em;
    line-height: 0em;
    color: var(--theme) !important;
}

.lwms-selectli:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    background-color: var(--theme) !important;
}

.lwms-selectli:hover i , .lwms-selectli:hover label{
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    background-color: var(--theme) !important;
}
.lwms-left .lwms-list li,
.lwms-right .lwms-list li{
    position: relative;
}
.lwms-left .lwms-list li::after,
.lwms-left .lwms-list li::before,
.lwms-right  .lwms-list li::after {
    content: '';
    position: absolute;
    background:var(--theme);
    height: 2px;
    width: 13px;
    right: 10px;
}
.lwms-left .lwms-list li::before {
    rotate: 90deg;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}
.lwms-main li.lwms-selectli:hover::before,
.lwms-main li.lwms-selectli:hover::after{
background: white;
}
.lwms-right .lwms-list li::after{
    background: var(--theme-red) !important;
}

.div_headings {
    color: #666;
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
}

span.selectedCounter {
    color: var(--theme) !important;
    font-size: 14px;
    font-weight: bolder;
}

.text-style-italic{
    font-style: italic;
}


.left-ul-container  {
    padding: 10px 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.right-ul-container {
    padding: 10px 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.lwms-main .lwms-list {
    -webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
     box-shadow: none !important;
    border: 0px solid #ccc !important;
}
.lwms-main .lwms-left li.lwms-selectli, .lwms-main .lwms-right li.lwms-selectli {

    border-bottom: 1px solid #D4D4D4;
}
.lwms-main .lwms-right li.lwms-selectli:last-child {
    border-bottom: none !important;
}
/* .lwms-main .lwms-left li.lwms-selectli:last-child,
.lwms-main .lwms-right li.lwms-selectli:last-child {
    border-bottom: none !important;
} */
.lwms-main .lwms-left li.lwms-selectli:not(.lwms-selected):last-child {
    border-bottom: none !important;
}
.list-action a{
    font-size: 18px !important;
    height: 30px !important;
    line-height: 22px !important;
    padding: 0.25rem 0.25rem !important;
    font-weight: 700 !important;
}
.list-action a.text-info {
    color: #0777a3 !important;
}
.list-action a:hover{
    background-color:var(--theme-gray) !important;
    border-radius: 13% !important;
    color:  var(--theme-white) !important;
}

.list-action a:focus{
    background-color:var(--theme-gray) !important;
    border-radius: 13% !important;
    color: var(--theme-white) !important;
}

/* logo sidebar -Start*/
.brand-link .brand-image {
    /* max-height: 33px; */
    max-height: 60px;
    margin: 0;
    float: none;
}
.brand-link {
    width: 100%;
    float: left;
    border-bottom: 0 !important;
    position: relative;
    height: 80px;
}
.brand-link .brand-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.15s ease-in;
}
.brand-link .brand-image-small{
    max-height: 80px;
}
.sidebar-mini .brand-image-small{
    opacity: 0;
}
.sidebar-collapse .brand-image-small{
    opacity: 1;
}
.sidebar-collapse .brand-image{
    opacity: 0;
}
.main-sidebar:hover .brand-image{
    opacity: 1;
}
.main-sidebar:hover .brand-image-small{
    opacity: 0;
}
/* logo sidebar -end */
/* datatable -start*/
.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 14px;
    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 {
    border-right: 1px solid #dee2e6 !important;
}
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: var(--theme-gray);
}
*/
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active::before {
    height: 50px;
    width: 4px;
    background-color: var(--theme) !important;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
    /* background: var(--theme) !important; */
    background: #F2F7FF;
    box-shadow: none;
    width: 100%;
}
.nav-sidebar .nav-link p {
    display: inline-block;
    font-weight: 500;
}
.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:var(--theme-red);
}
.modal-content .confirm {
    background: var(--theme-red);
    border: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color:var(--theme);
    cursor: pointer;
    background: none;
}
.nav-pills .nav-link {
    height: 50px;
    font-size: 15px;
    line-height: 43px;
    font-weight: bold;
    border-radius: 0;
}
.content-wrapper {
    height: auto !important;
}
#menu-table.table-bordered td,
#menu-table.table-bordered th {
    vertical-align: middle;
}/* data table end*/

[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: var(--theme-gray);
    color: var(--theme-white);
}
.nav-sidebar .nav-item>.nav-link {

    line-height: 2;
    width: 100%;

    padding: 0.2rem 1rem;

}
.list-action a{
    font-size: 18px !important;
    height: 30px !important;
    line-height: 22px !important;
    padding: 0.25rem 0.25rem !important;
    font-weight: 700 !important;
}
a#level2item {
    padding-left: 25px;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: var(--theme-gray);
    color: var(--theme-white);
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active {
    color: var(--theme);
    cursor: pointer;
    background: none;
}
.has-error .icon {
    top: 29% !important;
    transform: translateY(-50%);
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background:var(--theme) !important;
    color: var(--theme-white) !important;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: var(--theme) !important;
    color: var(--theme-white) !important;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid  var(--theme) !important;
    font-weight: normal;
    background: var(--theme) !important;
    color: var(--theme-white) !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid  var(--theme) !important;
    font-weight: normal;
    background: var(--theme) !important;
    color: var(--theme-white) !important;
}
.datepicker-icon:focus,.datepicker-icon:hover  {
    cursor: pointer;
}
.timepicker-icon:focus,.timepicker-icon:hover  {
    cursor: pointer;
}
.user-footer>#logout_btn:hover{
    background-color: var(--theme-red) !important;
    color: var(--theme-white) !important;
    border-radius: 0px  !important;
}
.user-footer>#logout_btn {
    color: var(--theme-white) !important;
    background: var(--theme-red);
    border-radius: 0px  !important

}
.user-footer>.btn {
    height: 40px;
    line-height: 22px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    height: 70px;
    width: 70px;

    margin-top: 0px;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.checkbox-container label {
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 3rem;
}
input[type='checkbox'] {
    accent-color:var(--theme);
}
.custom-control-inline {
    margin-right: 0.1rem !important;
}
.form-group.col-12.has-error .select2-container--default .select2-selection--single  {
    border-color: #a94442 !important;
}

.form-group.col-12.has-error  .select2-container--default.select2-container--focus {
    border: 1px solid transparent !important;
}
.status.badge {
    font-size: 100% !important;
}
.data-table td.text-center {
    vertical-align: middle !important;

}
.data-table td.text-center.no-vertical {
    vertical-align: initial;
}


.select2-container--default .select2-selection--multiple .custom-selected-tag-li {
    background-color: red !important;
    border-color: red !important;
}

.dropdown-item:active {
    color: var(--theme-white) !important;
    text-decoration: none;
    background-color: var(--theme);
}
.dropdown-item:hover {
    color: var(--theme-white) !important;
    text-decoration: none;
    /* background-color: var(--theme); */
}
.filter-disabled{
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d!important;

}
/* register student -Start */
.studentList .lwms-main .lwms-left, .lwms-main .lwms-right {
    width: 500px !important;

} .studentList .lwms-main {
    /* font-family: "Nunito", sans-serif !important; */
    background: url(/plugins/jquery-multi-selection-with-two-sides-lwmultiselect/doublearrow.png) no-repeat 535px 115px !important;
    width: auto !important;


}
.studentList .lwms-main .lwms-left {
    margin-right: 70px !important;
    margin-left: 15px;
}

.studentList .lwms-main .lwms-left li.lwms-selectli, .lwms-main .lwms-right li.lwms-selectli {

    text-transform: none  !important;
}
.studentList .lwms-main .lwms-left li.lwms-selectli, .lwms-main .lwms-right li.lwms-selectli b{
    text-transform: capitalize  !important;
}
.studentList .form-group .control-label {
    text-transform: none;
}
/* register student -End */

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: 0.25em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.text-transform-capitalize{
    text-transform:capitalize;
}
.amount-strike-red{
    color: #a94442;
    text-decoration: line-through;
}
.trainingcenter_plan .card{
    border: 1px solid rgba(0,0,0,.125);
}
.trainingcenter_plan .card-header{
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.trainingcenter_plan .card-body{
    text-align: center !important;
}

.data-table td.cell-vertical-center {
    text-align:inherit;
    vertical-align: middle !important;
}
.status_button .btn-sm {
    padding: 0.5rem;
    font-size: 0.85rem;
    white-space: nowrap;
}
.status_button_size {
    font-size: 0.75rem !important;
}
#list_table {
    width: 100%;
    /*table-layout: fixed;  Ensure equal column width */
}

/* Style the DataTable container for scrolling */
.dataTables_scroll {
    overflow: hidden;
}

.dataTables_scrollBody {
    overflow-y: scroll !important;
    max-height: 500px;
}
.dt-buttons > .dt-button {
    border-radius: 10px !important;
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    cursor: pointer !important;
    color: #fff !important;
    font-weight: 700 !important;
}