:root {
    --theme: #006336;
    --theme-hover: #006336;
}
body {
    font-size: 14px;
    color: #222222;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.login-box,
.register-box {
    width: 480px;
}
.card {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.card,
.card .card-body,
.form-control,
.btn {
    border-radius: 10px;
}
.card-header {
    background-color: var(--theme) !important;
}
h1,
h2,
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
}
.cursor-pointer {
  cursor: pointer;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 47px 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;
}
/*
.table-bordered td{
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dee2e6;
	border-left: 0;
}*/
div.dataTables_wrapper div.dataTables_info {
    color: #666666;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active::before {
    height: 50px;
    width: 5px;
    background-color: var(--theme) !important;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
    background: var(--theme) !important;
    box-shadow: none;
}
.nav-sidebar .nav-link p {
    display: inline-block;
}
.page-link {
    border: 0;
}
.page-item.active .page-link {
    color: var(--theme);
    border-color: none;
    background-color: none;
}
.actBtn-td a:hover .icon {
    color: var(--theme-hover);
}
.custom-switch .custom-control-label::before {
    height: 1.5rem;
    width: 2.25rem;
    top: 0rem;
    border-radius: 0.75rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem);
    left: calc(-2rem);
    width: calc(1rem);
    height: calc(1rem);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.modal-sm {
    max-width: 550px;
}
.modal-content {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 10px;
}
.modal-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-title .icon {
    color: rgba(220, 53, 69);
}
.modal-content .confirm {
    background: rgba(220, 53, 69);
    border: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff;
    cursor: pointer;
    background: none;
}
.nav-pills .nav-link {
    border-radius: 0 0.5rem 0.5rem 0;
    height: 42px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}
.content-wrapper {
    height: auto !important;
}
#menu-table.table-bordered td,
#menu-table.table-bordered th {
    vertical-align: middle;
}
/*login - register box*/
.login-card-body,
.register-card-body {
    color: #222;
    padding: 20px 30px;
}
.login-box,
.register-box {
    margin: auto;
}
.login-page,
.register-page {
    justify-content: start;
    background-color: #fafafa;
}
.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: 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;
    /* position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%; */
}
/* .pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px var(--theme), 0 0 5px var(--theme);
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
  } */
/*
  .pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	left: 50%;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: var(--theme);
	border-left-color: var(--theme);
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
} */
.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: #5ed15f;
    font-size: 15px;
    height: 100%;
    line-height: 22px;
}
.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    outline: 0;
    border: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    /* left: 0; */
    top: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    color: #666;
    font-family: "Nunito", sans-serif;
}
.content-wrapper .form-control,
.content-wrapper .btn,
.modal-content .btn {
    font-size: 15px;
    height: 40px;
    line-height: 22px;
}

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

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

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #495057;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    /* padding: 0 4px; */
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.form-check-label {
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #666;
}
.nutrition-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.nutrition-box {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px;
}
.nutrition-box .input-group input {
    flex: 0 0 40%;
    max-width: 40%;
}

.flex-box {
    display: flex;
    flex-direction: row;
    height: 30px;
}
.ingrident_data .icon-box {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
}
.ingrident_data .icon-box img {
    max-width: 100%;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    flex: 0 0 30%;
    max-width: 48%;
    width: 48%;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    line-height: 5px;
}
.select2-container--default .select2-selection--multiple {
    line-height: 3px;
}
.select2-selection--multiple .select2-selection__choice .icon-box img {
    height: auto;
}
.select2-selection--multiple .select2-selection__choice .icon-box {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 5px;
}

.col-md-3 {
    display: -webkit-box;
}
.col-md-2 {
    display: flex;
}
select#search_by_rating {
    margin: 5px;
    width: 166px;
    -webkit-appearance: none;    
}
select#search_by_name {
    margin: 5px;
    width: auto;
}
select#search_by_product {
    margin: 5px;
    width: auto;
}
select#search_by_category {
    margin-left: 16px;
    width: auto;
}

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

.nutrition-box .help-block {
    color: #a94442;
}
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;
}
/* select.btn option {
    border: 1px solid var(--theme) !important;
} */


.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 screen and (max-width: 1200px){
    .user-chat-time{padding-right: 20px;}
    .chat-footer .msg-send-btn{margin-left: 25px;}
}

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


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

.cancel-lead-follow-up {
    pointer-events: none;
    background-color: #d3d3d3;
}

.follow-up-container {
    max-height: 249px;
    overflow-y: overlay;
    width: fit-content;
    min-width: 210px;
}

.follow-up-box {
    display: flex;
}

.follow-up-list {
    width: max-content;
    margin-right: 22px;
}

.lead-action-btn,
.lead-action-btn:focus {
    background: none;
    border: none;
}

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

.status-created{
    background: rgb(255 157 50 / 10%);color: #FFAA3A;
}

.status-booked{
    background: rgb(0 99 56 / 10%);color: #006336;
}

.status-contacted{
    background: rgb(6 60 187 / 10%);color: #143a69;
}

.status-report-submitted{
    background: rgb(12 174 209 / 10%);color: #0CAED1;
    min-width: 133px !important;
}

.status-hold{
    background: rgb(191 191 191 / 10%);color: #afafaf;
}

.status-cancelled{
    background: rgb(255 114 114 / 10%);color: #FF7272;
}

.lead-info-margin{
    margin-left: -6px;
}

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

.lead-action-container {
  overflow: visible;
}
.table-responsive, .dataTables_scrollBody {
   overflow: visible !important;
}
.lead-dates-box {
    display: grid;
}

.lead-last-contacted {
    margin-top: 5px;
}

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

.lead-tracking-box {
    max-width: 364px;
    display: flex;
}

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

/*Finance Add/Edit Form - START*/

.finance-date-box .icon {
    position: relative;
    top: -32px !important;
    font-size: 16px;
    float: right;
    padding: 0 12px 0px 12px;
    background: #ffffff;
    margin-right: 12px;
    margin-bottom: -24px;
}

.finance-form-date-box .icon {
    position: absolute;
    top: 37px;
    right: 20px;
    font-size: 16px;
}

/*Finance Add/Edit Form - END*/

/* CHATS START*/
.chat-container {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.contractor-chat-container {
    max-width: 900px;   
}
.profile-box {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
    min-height: 81px;
    align-items: center;
}
.profile-box .a_back{color: var(--theme); border: 1px solid var(--theme);}
.profile-box .a_back:active,.profile-box .a_back:hover{background: var(--theme); color: #fff;}
.chat-profile-img {
    height: 50px;
    width: 50px;
    margin-right: 20px;
    border: 2px solid #d2d6de;
}
.profile-user-name {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
}
.chat-user {
    display: flex;
    margin-bottom: 12px;
    padding: 9px 13px 9px 0;
    cursor: pointer;
    /* margin: 0px 0 16px -6px; */
}
.chat-user-box {
    display: grid;
}
.search-box {
    height: 70px;
    position: inherit;
    color: #aaa;
    font-size: 16px;
    top: 20px;
    width: 100%;
    max-width: 100%;
}
.users-box {
    overflow-x: hidden;
    /* max-height: 508px; */
    overflow-y: auto;
    margin-left: 10px;
    max-height: calc(100vh - 270px);
}
.search-box .fa-search {
    position: absolute;
    top: 8px;
    left: auto;
    right: 20px;
    font-weight: 400;
}


.chat-footer {
    display: flex;
    margin-left: 8px;
    align-items: center;
}
.chat-footer .form-group{
    margin-bottom: 0px;
}
.chat-box {
    height: 75%;
    padding-top: 15px;
    overflow-x: hidden;
    /* max-height: 500px; */
    /* min-height: 490px; */
    max-height: calc(100vh - 270px);
    min-height: calc(100vh - 270px);
    margin-bottom: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}
.users-container {
    box-shadow: 4px 0px 4px #efefef;
    box-sizing: border-box;
}
.recive-msg {
    display: flex;
    margin-left: 13px;
}
.msg-profile-img {
    height: 35px;
    width: 35px;
    margin-right: 11px;
}

.msg-content {
    height: auto;
    max-width: 352px;
    padding: 8px;
    background: #f3f3f3;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    width: auto;
    min-width: 120px;
    margin-right: 7px;
}
.send-msg-content {
    background-color: var(--theme);
    color: #FFFFFF;
    position: relative;
    text-align: left;
    margin-right: 15px;
}
.msg-user-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-hover);
}
.msg-admin-name {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.chat-msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    white-space: break-spaces;
}
.chat-msg-time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: -21px;
}
.send-msg-time {
    position: absolute;
    bottom: -22px;
    width: auto;
    right: 22px;
}
.send-msg {
    float: right;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.chat-header-title {
    margin-top: 15px;
}
.user-chat-time {
    position: relative;
    margin-left: -11px;
    bottom: 0 !important;
    text-align: right;
    margin-left: 0px;
}
.message {
    margin-top: 10px;
    margin-bottom: 4px;
    width: 100%;
}
.send-msg-profile-image {
    margin-left: 10px;
    position: relative;
    top: -10px;
}
.unread-point {
    height: 5px;
    width: 5px;
    background: #FF5652;
    border-radius: 100%;
    position: relative;
    top: 35px;
    left: -39px;
    padding: 4px;
}
.chat-user-name {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.chat-message {
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-status {
    font-weight: 600;
    font-size: 14px;
    color: #999999;
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    font-weight: 500;
    font-size: 11px;
    float: right;
    width: 100%;
}
.hr-text::before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
.user-search {
    width: 100%;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 32px 0;
    margin: 0 -5%;
    overflow: hidden;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-hover);
    color: var(--theme);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
  }
  .dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-hover);
    color: var(--theme);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
  }
  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-hover);
    color: var(--theme);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
  
@keyframes dot-flashing {
0% {
    background-color: var(--theme);
}
50%, 100% {
    background-color: rgba(18, 41, 0, 0.2);
}
}
.msg-send-btn, .msg-send-btn:hover {
    background: var(--theme);
    color: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) !important;
    border: none;
    margin-right: 0px !important;
}
.active-user {
    background-color: #28a74526;
    border-radius: 8px;
}
.search-box:not(:valid) ~ .close-icon {
    display: none;
}
.search-box-wrapper{position: relative;}
.search-box-wrapper .search-box{
    top: 0;
    padding-right: 32px;
}
.chat-footer .fa-circle-xmark {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    font-weight: 200;
    cursor: pointer;
}

.chat-sub-container {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    padding: 0;
    padding-bottom: 10px;
}

.start-chat-msg {
    display: flex;
    justify-content: center;
    margin-bottom: 35%;
    color: var(--theme);
}
.chat-user-img{
    flex: 0 0 55px;
    max-width: 60px;
}
.chat-sub-container-contractor{
    width: 100%;
    padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
    .chat-sub-container-contractor{
        width: 100%;
    }   
    .chat-footer .msg-send-btn{
        margin-left: 15px;
    }
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active{
    background-color: var(--theme) !important;
    background: var(--theme) !important;
    border: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.ui-widget.ui-widget-content{
    border-radius: 5px !important;
    overflow: hidden;
}
.lead-date-filter {
    padding-right: 40px;
}
.checkMarkMsg {
    position: absolute;
    bottom: -22px;
    width: auto;
    right: 4px;
    color: #006336;
    font-size: 12px;
}

#message {
    overflow: auto;
    max-height: 100px;
    height: auto;
    padding: 8px 8px;
    padding-right: 32px;
    line-height: initial;
}
#unread-chat-count {
    background: var(--theme);
    color: #ffffff;
    display: none;
}
.unread-msg-point {
    height: 5px;
    width: 5px;
    background: #FF5652;
    border-radius: 100%;
    position: absolute;
    top: 16px;
    left: 28px;
    padding: 4px;
    display: none;
}
.make-unread {
    font-size: 12px;
    cursor: pointer;
}
.msg-unread-dropdown {
    border: none;
    padding: 0;
}

.read-unread:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--theme);
    border-radius: 5px;
}
#clear-search {
    position: absolute;
    top: 8px;
    left: auto;
    right: 20px;
    font-weight: 400;
    cursor: pointer;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active #unread-chat-count {
    background-color: white;
    color: var(--theme);
}
.lead-notes {
    word-break: break-word;
}
.not-found {
    color: darkslategrey;
    font-weight: 700;
}
.app-icon-container {
    display: inline-flex;
    margin-top: 27px; 
    padding-inline: 51px;
    background: none;
}
.app-icon-image {
    width: 170px;
    max-height: 103px;
}
.app-icon {
    align-self: center;
    margin: 10px;
}
/* CHATS END */

.copy-btn {
    position: inherit;
    float: right;
    cursor: pointer;
    color: var(--theme);
    font-size: 20px;
}

.sub-contacted {
    font-size: 12px;
    color: #143a69d1;
}

.export-btn {
    background: none;
    color: #006336;
}

.date-icon-modal {
    top: 38px !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;
    }
    /* .dataTables_scroll {
        overflow-x: auto;
        overflow-wrap: anywhere;
    } */
    /* table.table-bordered.dataTable th, table.table-bordered.dataTable td {
        overflow-wrap: break-word;
    } */
    .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;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
    content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
    display: inline-block;
    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;}
/* 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;
    }
    .lead-info-container {
        display: block;
        /* width: max-content; */
    }
    .lead-info-container .col-3 {
        display: grid;
    }
    .lead-info-container .main-wrap-info strong {
        width: 25% !important;
    }
    .lead-info-container .main-wrap-info p.text-muted {
        width: 75% !important;
    }
    .lead-info-container .col-5, .lead-info-container .col-3{
        max-width: 100%;
    }
    .lead-info-container .col-4 {
        max-width: 100%;
    }
    .follow-up-container {
        display: contents;
    }
    .user-detail-info {
        max-width: 59%;
        margin-left: 0;
    }
    .chat-profile-img{
        margin-right: 10px;
        height: 40px;
        width: 40px;
    }
    .profile-user-name{
        font-size: 16px;
    }
    .chat-footer .msg-send-btn{
        margin-left: 0px;
    }
    .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;
    }
    .lead-info-container {
        display: block;
    }
    .lead-info-container .col-5 , .lead-info-container .col-3{
        display: initial;
    }
    .lead-info-margin {
        margin-left: -6px;
        display: contents;
        padding-right: inherit;
    }
}

@media screen and (max-width: 767px) {
    .finance-info-container .col-md-4 {
        display: inline-flex;
    }
    .finance-info-container .col-md-4 strong {
        display: block;
        width: 40%;
        margin-right: 7px;
    }
    .finance-info-container .col-md-4 p {
        width: 60%;
    }
    .content-header h3 {
        font-size: 20px;
    }
    .users-container {
        width: 100% !important;
    }
    .admin-chat-sub-container {
        display: none;
    }
    .chat-footer {
        display: -webkit-inline-box;
    }
    .search-box-wrapper {
        max-width: 88%;
    }
    .user-chat-time{
        padding-right: 15px;
        margin-left: auto;
    }
    .user-detail-info .psw {
        margin-right: 12px;
    }
    .user-detail-info .chnage-password{
        position: inherit;
    }
}

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

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