:root {	
    /* PRIMARY COLORS */
    --theme: #163A69;
    --theme-primary-2: #7BD989;
    --theme-primary-3: #00072B;
    /* SECONDARY COLORS */
    --theme-secondary-1: #000000;
    --theme-secondary-2: #FFFFFF;
    --theme-secondary-3: #B9CFEC;
    --theme-secondary-4: #FFF200;
    --theme-secondary-5: #ED1C24;
    --theme-secondary-6: #F87C56;
  }
  body {
	font-size: 15px;
}
::-webkit-scrollbar, .move-bookings-container::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track, .move-bookings-container::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(123,219,129,0.6);}
::-webkit-scrollbar-thumb, .move-bookings-container::-webkit-scrollbar-thumb { background: #143A69; border-radius: 15px; }
.card-header{
	background-color: var(--theme) !important;
}
body:not(.layout-fixed) .main-sidebar{
    position: fixed;
}
.admin-panel-sidebar {
    background-color: var(--theme);
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, .9);
    color: #343a40;
	cursor: pointer;
}
.content-wrapper{
	height: auto !important;
}
#menu-table.table-bordered td,
#menu-table.table-bordered th {
	vertical-align: middle;
}
.text-primary{
	color: #143A69 !important;
}
.text-success{
	color: #209e22 !important;
}
/*login - register box*/
.login-box,
.register-box {
	margin: auto;


}
.login-page, .register-page {
	justify-content: start;
}
.lab-login-page{
	background-image: url('/images/lab_bg.png');
	background-position: top left;
	background-repeat: repeat;
}
.mar-top-10{
    margin-top: 10px;
}
.mar-bot-10{
    margin-bottom: 10px;
}
.mar-top-20{
    margin-top: 20px;
}
.pad-rig-20{
    padding-right: 20px;
}
.mar-rig-10{
    margin-right: 10px;
}
.arrow {
    transition: transform 0.3s;
}
.collapsible.active + .arrow {
    transform: rotate(90deg);
}
#basic_collapse,#patient_collapse,#prescription_collapse,#lab_test_collapse,#date_time_collapse{
    cursor: pointer;
}
#basic_content,#patient_content,#prescription_content,#lab_test_content,#date_time_content{
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
}
.collapse-icon{
    display: inline-block;width: 30px;margin-right: 5px;
}
.no-padding{
    padding-left: 0 !important;
}
.extra-wrapper{
    padding: 14px;
    background: #ebeff4;
    margin-top: 15px;
    border-radius: 5px;
}
#sticky-sidebar.scroll-to-fixed-fixed .card-body {
    max-height: calc(100vh - 60px);
    overflow: hidden auto;
}
.dash-counter{
    min-height: 190px;
}
.dash-counter h5 {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: bold;
    color: #163a69;
    line-height: 15px;
}

.dash-counter h5 a{
    border-bottom: 1px solid;
    cursor: pointer;
 }


.dash-counter h5 a:first-child,.dash-counter h5 span:first-child{
    color: red;
 }

 .dash-counter h5 a:last-child,.dash-counter h5 span:last-child{
    color: green;
 }

.dash-counter p:not(:last-of-type){
    margin-bottom: 20px;
}
.dash-counter-heading {
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #163a69;
}
.dash-counter p{
    color: #000000;
    font-size: 14px;
}
.not-show{
    display: none;
}
#verified_user,#not_verified_user{
    margin: 0;
}
.keep-padding{
    padding-left: 20px;
    padding-top:13px;
}
.dash-small-box {
    border: 15px solid #fff;
    border-radius: 8px;
    background-color: #fff !important;
    box-shadow: 1px 1px 8px -3px;
    color: #000 !important;
    min-height: 334px;
}
.dash-small-box > .inner{
    padding: 10px;
}
.small-box-link,.small-box-link:hover{
    color: #000;
    float: right;
    text-decoration: underline;
    font-size: 16px;
}
.dash-booking-listings .row{margin-bottom: 25px;}

.shimmer-load {
    width: 50px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side,#000 90%,#0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
    margin-top: 15%;
    margin-left: 40%;
  }
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}

.no-dashboard-wrapper{
    border: 15px solid #fff;
    border-radius: 8px;
    background-color: #fff !important;
    box-shadow: 1px 1px 8px -3px;
    color: #000 !important;
    padding: 10px;
}

.no-dashboard-wrapper p{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

/*
LOGO OF LOGIN PAGE
.login-logo img, .register-logo img {
    max-width: 100px;
}
*/
.logoImgWidth{
	width:75%;
}
/*common css for setting up dashboard - Jaydeep 28/05/2019*/
.w-100 {
	width: 100% !important;
}
.alert{
    margin: 5px 0px;
    border-radius: 0px;
}
.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: #a94442;
}
.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) !important;
}
.clone_time i{
    margin-left: 5px;
}
a:hover {
    color: var(--theme);
    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,.075);
    box-shadow: inset 0 1px 1px rgba(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-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
}

.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 {
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
    margin: auto;
	width: 100%;
	cursor: pointer;
    overflow: hidden auto;
    height: calc(100vh - 55px);
}
.brand-link {
    line-height: 1.4 !important;
}
.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 {
    padding: 8px .5rem;
}
.content-header h3 {
	margin: 0;
	font-size: 24px;
    line-height: 20px;
}

.a_link, .a_back {
    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,.custom-edit-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;
}
.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 {
	min-height: 100%;
	width: 100%;
	margin-top: 0px;
	object-fit: cover;
    cursor: pointer;
}

.banner-height {
    height: 58px;
}

.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: #bcffc1;
}
/*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 {
    position: -webkit-sticky;
    top: 0;
    position: sticky;
}
.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;
}
.navbar-nav>.user-menu .user-image {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	width: 30px;
	height: 30px;
}
.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;
}
/*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 .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	cursor: pointer;
	display: inline-block;
}
.switch.on {
	background: var(--theme) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme);;
    border-color: var(--theme);;
}
.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: .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;
}
.submit-btn-for-book{
    margin-left: 25px;
}
.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 .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	-moz-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	-o-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	transition: all .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;
}

/*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,#importfile-error, #prescription-error {
	color: #a94442;
}
#importfile-error{
	text-align: left;
}
.has-error .file-input-img-span, .has-error .file-input-span,.hasDatepicker.has-error {
	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 .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;

}

/*********POPOVER**********/
.popover-body {
    max-height: 173px;
    overflow: auto;
}

/*******SELECT CHOICE*******/
.select2-container .select2-container-multi{
	width:100% !important;
	display: inline-block !important;
	border: 1px solid #ced4da !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;
}
/** TEST DROPDOWN **/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #143a69 !important;
	/* border: 1px solid #00a5bb; */
}
.select2-container .select2-selection--multiple{
	overflow: hidden !important;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #ced4da !important;
	width: 100% !important;
	height: calc(2.25rem + 2px) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
	box-shadow: inset 0 0 0 transparent !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-clip: padding-box;

}
.select2-container .select2-search--inline .select2-search__field{
	height: 25px !important;
    margin-left: 11px !important;
}
/******FORM LABEL******/

label:not(.form-check-label):not(.custom-file-label) {
    /* font-weight: 500 !important; */
    font-weight: 600 !important;
	/* cursor: pointer; */
    /* padding-top: 10px !important; */
}

.custom-control-label:hover {
	cursor: pointer;
}

.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,.custom-edit-switch .custom-control-label{cursor: pointer;}
.dataTables_processing.card{background: #ccc;}
.gallery-images-col{border: 1px solid #ccc;border-radius: 10px;}
.profile-user-img{object-fit: cover;}
/* Dropzone */
.dropzone.dz-started .dz-message{
    display: block;
    position: absolute;
    top: -20px;
    z-index: 11;
    left: 0;
    right: 0;
}
.dropzone.form-horizontal{
	max-width: 100%;
    padding: 10px;
    margin: 0px !important;
    padding-top:40px !important;
}
.dropzone .dz-preview .dz-details{
    z-index: 10 !important;
}
.dropzone {
	border: 1px solid #ced4da;
}
.dz-error-message{
	margin-top: 15px;
}
.dz-error-message span{color:#fff;}
.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-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; top: 0; right: 0px;z-index: 10; 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);}
.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: 0.25rem !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-selection__rendered{
	font-size: 1rem;
    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-secondary-3) !important;
    color: var(--theme) !important;
}
.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: 37px !important;
	border: 1px solid #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;
}

table td {
    word-break: break-word;
}

.card-header.multi-nav-card{
	background-color: #fff !important;
}
.branch-tab{
	flex-wrap: nowrap;
	overflow: auto;
	overflow-y: hidden;
}
.edit-test-modal-btn, .edit-branch-modal-btn, .edit-user-modal-btn{
	cursor: pointer;
}
.btn-loader-blue{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border-color: currentcolor;
    border-color: #143A69 hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) #143A69;
    border-style: solid;
    border-width: 4px;
    top: 4px;
    left: 7px;
    animation: spin 2s linear infinite;
}
.js-hidden{
	display: none !important;
}
.js-visible{
	display: block;
}
.multi-nav-card{display: flex; flex-direction: row; align-items: center;}
.multi-nav-card .add-branch-col{margin-left: auto; background-color: white; padding: 10px;flex: 0 0 120px; text-align: center;
    max-width: 120px;}

.choices__list--multiple .choices__item{
	background-color: #143a69 !important;
}
.custom-help-block{
	color: #a94442;
}
.border-none{
	border: none !important;
}
.font-bold{
	font-weight: bold;
}
.custom-help-block{
	display: block;
    /* margin-top: -10px; */
    margin-bottom: 0px;
    font-size: 13px;
}
.place-help-block.custom-help-block{
	margin-top: 0;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-middle{
	text-align: center;
}
/* td {
	vertical-align: middle !important;
} */
.city_filter{
	background: #bcffc1;
    border: 1px solid #416085;
	color: #416085;
}
.promocode_filter {
    background-color: lightcyan;
    border-color: var(--theme);
}
.border-radius-none{
	border-radius: 0% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 0 !important;
    color: white !important;
}
.select2-container--default .select2-search--inline .select2-search__field:focus{
	outline: none;
	border: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
	overflow: auto;
    min-height: calc(2.25rem + 2px);
    height: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background: #143a69 !important;
}
.sub-nav-menu li{
	line-height: 15.9px !important;
	margin-left: 8px;

}
.pac-container{
	z-index: 9999 !important;
}
.primary-branch{
	background: #f7f7ca !important;
}
/*ADDED BY DEVIKA START*/
.assign-icon{
    margin-bottom: 7px;
    filter: contrast(0.3);
}
.cancel-modal .modal-dialog{
    max-width: 520px;
}
.cancel-modal .modal-content{
    width: 520px;
}
.cancel-modal .cancel-reason{
    min-height: 36px;
    line-height: 1.3;
}
.assign-modal .modal-dialog{
    max-width: 520px;
}
.common-class{
    margin-bottom: 10px;
}
.common-div-class{
    margin-bottom: 15px !important;
}
.display-none{
    display: none;
}
.input-field-box{position: relative;

}
.input-field-box .icon{
    position: absolute; 
    top: 10px; 
    right: 10px; 
    font-size: 16px;
    pointer-events: none;
    cursor: default;
}
.seacrh-name-div{width: 21%;}
.btn-loader{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border-color: currentcolor;
    border-color: #fff hsla(0,0%,100%,.3) hsla(0,0%,100%,.3) #fff;
    border-style: solid;
    border-width: 4px;
    top: 4px;
    left: 7px;
    animation: spin 2s linear infinite;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444 !important;
}
#report_prepare_modal .modal-dialog{
    max-width: 380px !important;
}
#complete_modal .modal-dialog{
    max-width: 400px !important;
}
#report_submit_modal .modal-dialog{
    max-width: 500px !important;
}
/* .size-note{margin-bottom: 10px;} */
.size-note span{font-size: 12px !important;}
.icon-cls{
    font-size: 17px;
}
.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.checkbox-wrapper label{
    margin-left: 10px;
    font-weight: 500 !important;
}
/*dropzone start*/
.dropzone.form-horizontal{
	max-width: 100%;
   padding: 10px;
}
.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;
}
.dropzone {
    border: 1px dashed #ced4da;
}
.dropzone .dz-preview .dz-remove{font-size: 0px; position: absolute; top: 0; right: 0px;z-index: 10; 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;} */
.dropzone .dz-preview .dz-image{
    width: 105px;
    height: 105px;
}
.dropzone .dz-preview .dz-image img{
    height: 100% !important;
    width: 100% !important;
}

.dropzone, .dropzone * {
    box-sizing: border-box; }

  .dropzone {
    position: relative; }
    .dropzone .dz-preview {
      position: relative;
      display: inline-block;
      width: 105px;
      margin: 3px; }
      .dropzone .dz-preview .dz-progress {
        display: block;
        height: 15px;
        border: 1px solid #aaa; }
        .dropzone .dz-preview .dz-progress .dz-upload {
          display: block;
          height: 100%;
          width: 0;
          background: green; }
      .dropzone .dz-preview .dz-error-message {
        color: red;
        display: none; }
      .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
        display: block; }
      .dropzone .dz-preview.dz-success .dz-success-mark {
        display: block; }
      .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
        position: absolute;
        display: none;
        left: 30px;
        top: 30px;
        width: 54px;
        height: 58px;
        left: 50%;
        margin-left: -27px; }
.upload-wrapper{
    /* margin-top: 38px; */
}
.main-total-div{
    text-align: right;
}
.flex-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.import-test-card-body{
	padding: 0;
}
.test-import-modal-body{
	padding-bottom: 0;
    max-height: 520px;
    overflow: auto;
}
.import-test-download-icon{
	padding-right: 5px;
}
.custom-status-wrapper{
	background: #bcffc1;
    color: #143a69;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    width: auto;
    font-size: 14px;
    border: 1px solid #143a69;
    display: inline-block;
    text-transform: uppercase;
}
.booking-time-dropdown .select2-selection__arrow{
	display: none;
}
.user-image.img-circle{
	object-fit: cover;
}
#toastsContainerBottomRight{
	z-index: 99999 !important;
}
.bg-custom-danger {
    background: #ef5a57 !important;
    color: white;
    /* color: #FF7B01; */
    font-size: 11px !important;
    font-weight: 600;
}
.contact-bg-danger{
	background: #e74c3c2e !important;
}
.assign-phlebo-modal-booking-row{
    padding-top: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
.assign-phlebo-modal-booking-row:nth-last-child(1){
	border-bottom: none;
}
#related-booking-section{
	max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.assign-phlebo-modal-booking-row div{
	word-break: break-all;
}
#related-booking-title{
	font-size: 17px;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	background-color: #eee !important;
}
#report_submit_form .checkbox-wrapper{
	display: flex;
	align-items: baseline;
}
#booking_detail_modal .modal-dialog{
    max-width: 1250px !important;
}
#export_detail_modal .modal-dialog{
    max-width: 900px !important;
}
.warning-wrap{
    border-radius: 5px;
    margin-top: 10px;
    padding: 7px;
    font-size: 14px;
    color: #fff;
}
.append_date_range{
    font-size: 16px;
}
.fail_reason{
    font-style: italic;
    font-size: 14px;
}
.green-status{
    background: #bcffc1;
    color: #143a69;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    width: auto;
    font-size: 14px;
    border: 1px solid #143a69;
    display: inline-block;
    text-transform: uppercase;
}
.yellow-status{
    background: #ffb143 !important;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    width: auto;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.red-status{
    background-color: #d63f14;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #d63f14;
    text-transform: uppercase;
}
.modal-content .loading-modal-body{
	display: none;
}

.modal-content.loading .loading-modal-body{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 187px;
}
.modal-content.loading .modal-body{
	display: none;
}
.modal-content.loading .modal-footer{
	display: none;
}

.custom-modal-content.loading .loading-modal-body{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

.custom-modal-content.loading .fields-content-wrapper{
	display: none;
}

.custom-modal-content .fields-content-wrapper{
	display: block;
}

#remove-promocode{
	cursor: pointer;
}
.bulk-add-loader{
    min-height: 200px;
    text-align: center;
    padding-top: 80px;
}
.coin-icon{
    width: 15px;
    height: 15px;
	margin-top: -3px;
}
.booking-summary-info{
	background: #cccccc;
	padding: 13px;
}
.booking-border-right{
	border-right: 2px solid #dee2e6!important;
}
.booking-border-bottom{
	border-bottom: 2px solid #dee2e6!important;
}
.booking-info-amounts{
	min-width: 100px;
	text-align: right;
}
.cursor-pointer{
	cursor: pointer;
}
.lab-list-modal{
	min-height: 200px;
}
.card-title.customer-detail {
	padding: 20px 0px;
}
.wallet-coins-area{
	float: right;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.wallet-coins-box {
    border-radius: 0.25rem;
    padding: 3px 10px;
    min-width: 165px;
}
.wallet-coins-box.available-coins-box{
	background: #D7F4D9;
    color: #222222;
}
.wallet-coins-box.redeem-coins-box{
	background: #F8D7DA;
    color: #222222;
}
.wallet-coins-box.earned-coins-box{
	background: #E7EBF0;
    color: #222222;
}
.weight-500 {
    font-weight: 500 !important;
}
.text-color-666 {
    color: #666;
}
.font-14 {
    font-size: 14px;
}
.coin-title {
    display: block;
    font-weight: 500;
}
.weight-600 {
    font-weight: 600 !important;
}
.font-20 {
    font-size: 20px;
}
.coin-text {
    font-size: 22px !important;
}
.bg-light-yellow{
	background: rgb(251 242 134 / 30%);
	border-radius: 0.25rem;
}
.promocode-info-note-wrapper{
	padding: 6px;
}

.restriction-check-list{list-style-type: none; padding: 0px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
/* .module-permissions-wrapper{border-top: 1px solid rgba(0,0,0,.1);} */
.permission-devider {
    display: block;
    width: 100%;
}
.module-permissions-wrapper .module-row hr{width: 50%;}

.module-permissions-wrapper .module-row-wrapper{
	/* border-bottom: 1px solid #cccccc; */
}
.module-permissions-wrapper .custom-control-label{
	word-break: break-word;
	width: 100% !important;
}
.access-denied-card{
	margin: auto;
    width: 50%;
    border: 3px solid #dc3545;
    padding: 10px;
}
.hard-copy-required-highlight{
	background-color: yellow;
	display: inline-block;
	padding: 3px 12px;
	font-size: 14px;
	border-radius: 5px;
	color: red;
	border: 1px solid #d3d30f;
	text-align: center;
}
.hard-copy-delivered-highlight{
	background-color: yellow;
	display: inline-block;
	padding: 3px 12px;
	font-size: 14px;
	border-radius: 5px;
	color: green;
	border: 1px solid #d3d30f;
	text-align: center;
}
.due-paymnt-highlight{
	background-color: #c63232;
	display: inline-block;
	padding: 3px 12px;
	font-size: 14px;
	border-radius: 5px;
	color: #FFF;
	border: 1px solid #c6a0a0;
	text-align: center;
}
#tests-amount-wrapper{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow-y: auto;
    max-height: 200px;
}

#apply_lab_discount_value::-webkit-outer-spin-button,
#apply_lab_discount_value::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom-test-not-added{
    font-size: 12px;
    font-style: italic;
}
.title-tagging.test-select{
    display: inline-block;
}
label.custom-control-label.test-type-selection{
    font-weight: 500 !important;
}
.view-all-btn{
    color: #143a69;
    padding: 0px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background: none;
    position: relative;
    padding-right: 15px;
}
.view-all-btn::after{position: absolute;
    background-image: url(../../images/view-all-arrow.png);
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 14px;
    color: #143A69;
    content: "";
    width: 12px;
    height: 7px;
    top: 9px;
    right: 0px;
    transform: rotate(180deg);
    transition: 0.3s ease-in;
}
.view-all-btn.collapsed::after{
    transform: rotate(0deg);
}
.selected-test-data{
    font-weight: 600;
}
.lab-counters, .smart-lab-counters{
    color: #222222;
    background: #d0daff !important;
    border-radius: 0.25rem;
    padding: 3px 10px;
    display: inline-block;
    width: 150px;
    cursor: pointer;
}
.lab-counter-head{
    margin-left: 10px;
    width: 49%;
    display: inline-flex;
}
.filter-head{
    display: flex;
    text-align: right;
    width: 49%;
}
.lab-filters{
    display: inline-block;
    margin-left: 10px;
    max-width: 250px;
}
.test-include-collapse ul{list-style-type: disc;padding-left: 20px;}
.test-title-box .custom-control-label::before{top: 8px;}
.test-title-box .custom-control-label::after{top: 8px;}
.line-through{text-decoration: line-through;}
/* .main-total-div{
    margin-left: auto;
}
.main-total-div div{
    display: flex;
}
.main-total-div div span{
    flex: 0 0 50%;
    max-width: 50%;
} */
/*dropzone end*/
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.prescription-list{
    padding-left: 19px;
}
/*ADDED BY DEVIKA ENDS*/
  @-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); }
	  }
.badge{
	font-size:13px !important;
}
.nav-sidebar .nav-item>.nav-link>.float-right{
	top:40% !important;
    right: 5px;
}
.lab-list{
	padding-left: 17px !important;
	list-style-type: decimal;
	/* width: 300px;
	height: 200px;
	overflow: auto; */
}
.city-list{
	padding-left: 17px !important;
}
.sidebar-lab{
	background-color: #fff;
}
.sidebar-lab .nav-sidebar>.nav-item>.nav-link.active, .sidebar-lab .nav-pills .nav-link.active, .sidebar-lab .nav-pills .show>.nav-link
{
    background-color: #fff !important;
	/* color: #7bdb81 !important; */
}
.sidebar-lab .nav-pills .nav-link:not(.active):hover, .sidebar-lab .nav-pills .nav-link.active p, .sidebar-lab .nav-pills .nav-link.active .nav-icon{
	color: #7bdb81 !important;
}
.sidebar-lab .nav-link{
	color: var(--theme);
}
.sidebar-mini.sidebar-collapse .sidebar-lab .nav-link span,
.sidebar-mini.sidebar-collapse .sidebar-lab .nav-link .arrow-icon,
.sidebar-mini.sidebar-collapse .main-sidebar .nav-sidebar .nav-link .arrow-icon
{
      margin-left: -10px;
      animation-name: fadeOut;
      animation-duration: 0.3s;
      animation-fill-mode: both;
      visibility: hidden ;
}
.sidebar-mini.sidebar-collapse .sidebar-lab:hover .nav-sidebar .nav-link span,
.sidebar-mini.sidebar-collapse .sidebar-lab:hover .nav-sidebar .nav-link .arrow-icon,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link .arrow-icon{
	display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p{
	width: fit-content;
}
.badge-border{
	border: 1px solid var(--theme) !important;
	color:var(--theme) !important;
}
a.bg-light:hover{
	background-color: #f8f9fa!important;
}
.lab-branch-list li label{
	padding: 5px 5px ;
}
.lab-user-menu .user-image{
	width: 40px !important;
	height: 40px !important;
}
.lab-user-menu .btn:hover{
	background-color: #143a69 !important;
	color: #fff !important;
}
.cur-point{
    cursor: pointer;
    color: #fff;
    background: #0c2e69;
    padding: 10px;
    border: 1px solid #0c2e69;
    border-bottom: 0;
    border-left:0;
    margin-top: 3px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.margin-set{
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 6px;
}
h3.card-title.cur-point:hover:not(.active) {
    border-color: #fff;
    border-bottom: 0;
}
.cur-point.active{
    color: #0c2e69;
    background: #fff;
}
.smart-import-btn{
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    background: none;
    color: var(--theme);
}
.lab-ui-datepicker {
	margin-top: 12px;
  }

  .lab-ui-datepicker .ui-datepicker-prev:hover {
	cursor: pointer;
	background: #143A69;
  }

  .lab-ui-datepicker .ui-datepicker-prev span {
	background-image: url("/images/left-arrow.png");
	background-position: 4px;
  }

  .lab-ui-datepicker .ui-datepicker-prev.ui-state-over {
	border: none;
	background: #fff !important;
  }

  .lab-ui-datepicker .ui-datepicker-next:hover {
	cursor: pointer;
	background: #143A69;
  }

  .lab-ui-datepicker .ui-datepicker-next span {
	background-image: url("/images/right-arrow.png");
	background-position: 4px;
  }

  .lab-ui-datepicker .ui-datepicker-next.ui-state-over {
	border: none;
	background: #fff !important;
  }

  .lab-ui-datepicker .ui-datepicker-header {
	background: #fff;
	border: none;
	margin: 10px;
	background-color: #143a69 !important;
	color: #fff !important;
  }

  .lab-ui-datepicker .ui-state-highlight {
	background: #fffa90 !important;
	border-radius: 0.25rem;
  }

  .lab-ui-datepicker table thead tr th span {
	text-align: center;
	text-transform: uppercase;
	color: #999999;
  }

  .lab-ui-datepicker table tbody tr td .ui-state-default,
  .lab-ui-datepicker table tbody tr td .ui-widget-content .ui-state-default {
	border: none;
	background: #fff;
	text-align: center;
	color: #222222;
  }

  .lab-ui-datepicker table tbody tr td .ui-state-default.ui-state-active,
  .lab-ui-datepicker table tbody tr td .ui-widget-content .ui-state-default.ui-state-active {
	background: #143A69;
	border-radius: 0.25rem;
	color: #fff;
  }

  .lab-ui-datepicker.ui-widget.ui-widget-content {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.09);
			box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	width: 300px;
	margin-bottom: 25px;
  }
  .lab-login-box{
	  width: 500px;
  }
  .lab-login-card-body{
	align-self: center;
	width: 500px;
	padding: 40px !important;
  }
  [class*=sidebar-dark] .lab-brand-link{
	  border-bottom: none !important;
  }
  .lab-branch-dropdown{
	width: 140px;
    position: relative;
	margin-right: 10px;
  }
  .lab-branch-dropdown label:not(.form-check-label):not(.custom-file-label){
	  font-size: 12px;
	  width: 100%;
	  color: var(--theme);
	  font-weight: normal !important;
  }
  .lab-branch-dropdown .lab_branch_filter{
	  font-size: 14px;
	  width: 100%;
      height: 30px;
	  background-color: #f2f2f2 ;
	  cursor: pointer;
	  color: var(--theme);
	  padding: 2px 6px;
  }

  .notification-box{position: fixed; right: 35px; bottom: 20px; z-index: 99; min-width: 70px; box-shadow: 0 0.5rem 1rem rgb(0,0,0, 0.5);}
  .notification-box .notification-btn{padding: 0px; color: #fff;}
  .notification-box .card{margin-bottom: 0px;}
  .notification-box .card .card-header{padding: 0px; display: flex; flex-direction: row; align-items: center; position: relative; padding-right: 0px;}
  .notification-box .card .card-header h2{width: 100%;}
  .notification-box .notification-btn{width: 100%;padding: 8px 18px; padding-right: 0;}
  .notification-box .notification-icon-box{position: relative; display: inline-block;}
  .notification-box .notification-inner-box{max-width: 500px;}
  .notification-box .icon-box{ position: absolute; top: 12px; right: 20px; pointer-events: none; cursor: pointer;}
  .notification-box .notification-btn.collapsed .icon-box{ display:none;}
  .notification-box .notification-btn .icon-box{display: block;}
  .notification-box .notification-btn .notification-title{display: block; font-weight: 500;}
  .notification-box .notification-btn.collapsed .notification-title{display: none; }
  .notification-box .notification-btn.collapsed .notification-icon-box{display: block;}
  .notification-box .notification-btn .notification-icon-box{display: none;}
  .notification-box .notification-btn.icon-box .right{color: #fff;}
  .notification-box .notification-icon{position: relative;margin-right: 25px;display: flex;
    align-items: center;}
  .notification-box .fa-bell{font-size: 25px;}
  .notification-box .navbar-badge{position: absolute; top: -4px; right: -17px; border-radius: 50%; overflow: hidden; min-height: 18px; min-width: 18px; display: flex; align-items: center; font-weight: 600;}
  .notification-box .card-body{max-height: 300px; overflow-y: auto; padding: 20px;}

  .notification-box .push-notification-row{padding: 8px; background-color: #F8D7DA; border-radius: 5px;}
  .notification-box .push-notification-row:last-child{margin-bottom: 0px;}
  .notification-box .collapsing{transition: none;}

  .select2-search__field::placeholder{
	  font-size: 1rem !important;
	  padding-left: 5px;
	  color: #a9a9a9;
  }
  .hasDatepicker{
	background: #fff !important;
  }
  .promo_disable{
	  pointer-events: none;
  }
  .has-error .image-uploader {
	border-color:#a94442 !important;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
  }

  p.special-promo {
    background: var(--theme);
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
	margin-top: 5px;
    text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
}

.custom-status-special.border-none.mt-1 {
    background: #e8ffbc;
    color: #143a69;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    /* width: auto; */
    font-size: 14px;
    border: 1px solid #143a69;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 16px;
    height: 34px;
    line-height: 2;
}

button#browse-btn {
    z-index: 0;
}

span.new-category {
    color: green;
    font-size: 12px;
    font-style: italic;
}

.restriction-check-list label.font-light:not(.form-check-label):not(.custom-file-label){
	font-weight: 500 !important;
	width: 100%;
	word-break: break-word;
	text-indent: -9px;
    padding-left: 18px;
}

.permissions {
    display: inline-grid;
    margin: 0 0 20px 0px;
    flex: 0 0 25%;
	padding-bottom: 20px;
    max-width: 25%;
    border-bottom: 1px solid #ddd;
}

.restriction-check-list .permissions:nth-last-child(-n+2){border-bottom: 0px;}
.module-permissions-wrapper .restriction-check-list .permissions:nth-last-child(-n+3){border-bottom: 0px;}

.info-hard-copy-text{
	margin-top: -10px;
}


.permission-label {
    width: max-content;
}

.title-tagging {
	background-color: #dddddd;
    color: #143a69;
    border-radius: 5px;
    padding: 1px 8px;
    display: table;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    display: table;
    border-collapse: separate !important;
    border-spacing: 0;
}

.forgot-psw {
    text-align: center;
    line-height: 3;
}

.export-tests {
    z-index: 10;
    position: absolute;
    right: 231px;
}

.add-modal-btn {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    background: none;
    color: var(--theme) !important;
    margin-left: 5px;
}

button#tests-export,button#smart-export {
    padding: 3px 10px;
}

.clone_time{
    color: #074592 !important;
    border-radius: 8px;
    border-color: #074592 !important;
    min-width: 195px;
    text-align: center;
    align-content: space-evenly;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

.test-filter {
    justify-content: right;
    display: flex;
    gap: 0.5rem;
}

/* CHANGES IN PROMOCODE LABEL TAG */
.promotag {
    background-color: #ffca1b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ffca1b;
    text-transform: uppercase;
}

.lead-tag {
    background-color: #ffb143;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ffb143;
}

.camp-tag{
    background-color: #d63f14;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d63f14;
}
.custom-lead-tag {
    background: #ffb143 !important;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    width: auto;
    font-size: 14px;
    border: 1px solid #143a69;
    display: inline-block;
    text-transform: uppercase;
}

.custom-camp-tag {
    background: #d63f14 !important;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    width: auto;
    font-size: 14px;
    border: 1px solid #d63f14;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.custom-promotag{
    background-color: #ffca1b !important;
}

/* HAS ERROR BELOW IN SELECT2 */
.input-group-prepend.has-err-select2 {
    width: 100%;
}

.fc-button.fc-button-primary{
    background: #343A40 !important;
    outline: none !important;
}

.fc-button.fc-button-primary:focus{
    box-shadow: none !important;
}

.fc-event-title{
    position: relative;
    font-weight: 600;
    padding-left: 15px !important;
}
.fc-event-title::before{content: ''; position: absolute; height: 10px; width: 10px; background: red; border-radius: 50%; top: 5px; left: 0px;}
.fc-daygrid-event-dot{
    border-color: #143A69 !important;
}
.fc-event-time{
    display: none;
}

.new-bookings-event .fc-event-title::before{
    background: #143A69 !important;
}

.assigned-bookings-event .fc-event-title::before{
    background: cyan !important;
}

.phlebo-on-way-event .fc-event-title::before{
    background:  orange !important;
}

.total-booking-event .fc-event-title::before{
    background: green !important;
}
.booking-status-label{margin: 0px;}
.fc-header-toolbar{padding-left: 0px !important ; padding-right: 0px !important;}
.fc-timegrid-event-harness .fc-timegrid-event{
    background: transparent !important;
    box-shadow: none !important;
}
.fc-timegrid-event-harness>.fc-timegrid-event{
    position: relative !important;
    border: none !important;
}
.fc .fc-timegrid-slot {
    height: 3em !important;
}
.commission-not-applied td:first-child{
    border-left: 3px solid red !important;
}
/* .fc-timegrid-event-harness{
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
} */
/* .fc-timegrid-cols .fc-timegrid-col{
    padding: 5px !important;
} */
/* .fc-event{
    width: 50% !important;
} */

/* LAB HEADER TITLE IN MASTER INFO PAGE */
.lab-header-title {
    font-size: 20px;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
h3.lab-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #212526;
}

.lab-tests-info {
    margin-bottom: 25px;
}

.test-package-info {
    margin-bottom: 30px;
}

.banners-img{
    display: inline-flex;
}

.banners-child {
    margin-inline: 10px;
}

.star-rating {
    color: #ffb710;
}

.package-tagging {
    background-color: #e5e3e3;
    color: #143a69;
    border-radius: 5px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0;
    display: inline-block;
}

.total-due-phlebos {
    color: #222222;
    background: #d0daff;
}
.total-due-amount{
    color: #222222;
    background: #ffd0d0;
}
.total-cash-collection-box{
    margin-bottom: 0 !important;
    background: #DCFCE7;
    color: #222222;
    border: 5px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 8px -3px;
}
.total-cash-collection-paid-box{
	background: #FFCBF4;
    color: #222222;
    margin-bottom: 0 !important;
    border: 5px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 8px -3px;
}
.cash-collection-owned-box{
	background: #d6dfc2;
    color: #222222;
    margin-bottom: 0 !important;
    /* height: 111px; */
    height: auto;
    border: 5px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 8px -3px;
}

.view-more-bookings {
    display: none;
}

.custom-icon {
    color: var(--theme);
    cursor: pointer;
}

.collection-payment-due td:first-child{
    border-left: 3px solid red !important;
}

.show-bookings-child-table {
    display: block !important;
    max-height: 161px;
    overflow: overlay;
    overflow-x: hidden;
    background: #ffffff;
}

.cash-payment-child {
    min-width: 386px;
    background: #ffffff;
    padding: 6px 0 6px 0 !important;
    /* left: 22px; */
    position: relative;
    max-width: 1045px;
    min-width: 236px;
}

th.cash-payment-child {
    border-top: none;
}

.cash-payment-child:nth-child(1) {
    min-width: 85px;
}

.cash-payment-child:nth-child(2) {
    min-width: 230px;
}

.cash-payment-child:nth-child(3) {
    min-width: 0px;
}

.cash-payment-child:nth-child(4) {
    min-width: 123px;
}

.cash-payment-child:nth-child(5) {
    min-width: 0px;
}

.phlebo-paid-collected-cash-transaction-data-table .data.shown + tr td {
    padding: 0 0 6px 0 !important;
}

.show-bookings-child-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.show-bookings-child-table::-webkit-scrollbar-thumb {
    background: #143A69;
    border-radius: 15px;
}

div.slider {
    display: none;
}
.is_amount_paid{
    left: 7px;
}
.paid_amount_label::before{
    left: -14px;
}
.paid_amount_label::after{
    left: -14px;
}
#camp_detail_head,#add_booking_head{
    cursor: pointer;
}
.paid_amount_label{
    padding-left: 10px;
}
.owned-box {
    display: inline-flex;
}

span#view_bookings {
    font-size: 12px;
    margin: 9px 0 0 4px;
    color: var(--theme);
}

.cash-collection-box {
    max-height: 82px;
}

.booking-note {
    border: none;
    margin-inline: 0px;
    padding: 5px 5px;
}
#cancel-camp{
    color: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    padding: 8px 20px;
}
#finish-camp {
    float: right;
    padding: 8px 20px;
}
.bulk-booking-table td, .bulk-booking-table th{
    padding: 0.5rem !important;
}

.notification-badge {
    right: 15px !important;
    top: 12px;
    background: red;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    position: absolute;
}

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

.notification-count {
    right: 5px;
    top: 2px;
    color: #fff;
}
a.dropdown-item.dropdown-footer:active {
    background-color: var(--theme)
}

.unread-notification-time {
    font-size: 14px;
    margin-bottom: 0;
    float: right;
}

.dropdown-menu-lg .dropdown-item:active {
    background-color: var(--theme);
}

.dropdown-menu-lg .dropdown-item:hover {
    background-color: var(--theme);
}
.media-body:hover {
    color: #fff;
}

.notification-dropdown-menu {
    max-height: 379px;
    overflow-y: auto;
}

.unread-notification-listing {
    margin-bottom: auto;
}

.notification-bell-icon {
    font-size: 17px;
}

.unread-notification-listing {
    font-size: 14px;
    color: #787878;
    word-wrap: break-word;
    white-space: initial;
    margin-top: 5px;
}

.unread-notification {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 231px;
    font-size: 13px;
    color: #787878;
    padding-top: 2px;
}

.dropdown-menu-lg .dropdown-item:active .unread-notification, .notification-footer:hover{
    color: #FFFFFF;
}

.dropdown-menu-lg .dropdown-item:hover .unread-notification, .notification-footer:hover{
    color: #FFFFFF;
}
.notify-dropdown {
    margin-top: 0px;
    margin-bottom: 0;
}

.notification-link-listing {
    padding-top: 11px;
    padding-bottom: 7px;
    /* padding-left: 0; */
}

.push-notification-message{
    color: #000;
}
.push-notification-message:hover{
    color: var(--theme);
}
.unread-point {
    background: red;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    top: 14px;
    right: 5px;
    position: relative;
}

.unread-point-listing {
    background: red;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    top: 19px;
    right: 12px;
    position: relative;
}

#view-report .modal-body {
    height: 84vh;
}

.booking-iframe {
    border: none;
}

#view-report #end {
    visibility: hidden;
}

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

.booking-info-heading {
    font-size: 18px;
}
.info-heading {
    margin-bottom: 8px;
}
.payment-link,.show-qr{
    color: #7bdb81 !important;
    border: 2px solid #7bdb81;
    border-radius: 4px;
    padding: 2px 5px;
}
.set-action-mr a i{
    margin-top: 4px;
}
.custom-middle-checkbox .custom-control-label::before{left: 0;}
.custom-middle-checkbox .custom-control-label::after{left: 0;}
i.fa.fa-clone.custom-clone-icon {
    float: right;
    cursor: pointer;
}
.custom-regenerate-btn {
    height: 26px;
    line-height: 10px;
}
@media only screen and (max-width: 1550px){
    .draft_ele .custom-status-wrapper{font-size: 12px;padding: 3px 5px;}
}

@media only screen and (max-width: 1300px){
    .lab-counter-head{width: 100% !important;}
    .lab-filters{width: 200px !important;}
    .filter-head{text-align: left;}
}

.booking-report .list-title{
    float: left;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}

.booking-reports .dataTables_empty {
    text-align: justify !important;
}
.font-13{font-size: 13px;}

/* SIDEBAR COUNTER LOADER START*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  
  .lds-ring-lab div {
    border-color: var(--theme) transparent transparent transparent;
  }

  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* SIDEBAR COUNTER LOADER END*/

.test_cancel_container {
    display: inline-grid;
}

#cancel_tests_modal .modal-body {
    width: 100%;
}

.booking-cancel-note {
    background: #FF9800;
    padding: 0px 5px 2px 5px;
    border-radius: 3px;
    font-size: 13px;
}

.custom-form-space {
    margin-bottom: 5px !important;
}

.resample-test-block {
    display: inline-grid;
}

.resample-tests {
    display: grid;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.resample-test-block .resample-tests:last-child{
    border-bottom: 0px;
}
.resample-modal .custom-control-inline{
    align-items: center;
}

#cancel_tests_modal .custom-control-label{font-weight: 400 !important;}
#resample_modal .custom-control-label{font-weight: 400 !important;}

#cancel_tests_modal .cancel-text {font-weight: 600 !important;}
#resample_modal .cancel-text {font-weight: 600 !important;}
.custome-package-group{
    margin-bottom: 15px;
}
.test_cancel_container .custome-package-group:last-child{
    margin-bottom: 0px;
}
.custome-package-group-inner{
    padding-left: 30px;
}
.custome-package-group-inner .custom-control-inline{
    display: flex;
}
.custom-badge-pkg-cancelled {
    font-size: 12px !important;
    font-weight: 500 !important;
    background-color: #f5e46a !important;
}
.resample-booking-badge {
    font-size: 14px;
    border: 1px solid #dbb138;
    padding: 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    width: max-content;
}

.resample-booking-badge a {
    color: #dbb138;
}

.booking-test-name .fa-info-circle {
    position: absolute;
    left: -10px;
    top: 5px;
    font-size: 13px;
}
.barcode-container {
    display: flex;
}
.list-actions-col {
    text-wrap: nowrap;
}

/* Custom Tooltip in Datatable start */
.ui-tooltip, .custom-arrow:after {
    background: black;
}
.ui-tooltip {
    background-color: black !important;
    color: white !important;
    box-shadow: 0 0 7px black !important;
    border-radius: 5px !important;
    border: none !important;
    position: absolute;
    transform: translate3d(912px, 45px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    text-align: left !important;
    text-align: start !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-break: normal !important;
    word-spacing: normal !important;
    white-space: normal !important;
    line-break: auto !important;
    font-size: .775rem !important;
    word-wrap: break-word !important;
    box-shadow: none !important;
}
.custom-arrow.top {
    top: -16px;
    bottom: auto;
}
.custom-arrow.left {
    left: 20%;
}
.custom-arrow.top:after {
    bottom: -20px;
    top: auto;
}

.custom-arrow{
    width: 100%;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.custom-arrow:after {
    content: "";
    position: absolute;
    left: 8px;
    top: -22px;
    width: 13px;
    right: 0;
    margin: auto;
    height: 28px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Custom Tooltip in Datatable End*/

.move-bookings-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: 120px;
    overflow: auto;
}

.move-bookings-container a {
    font-weight: bold;
}



/* --------------------- */
.tabs {
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.tabs button {
    background: none;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 25px;
    transition: 0.3s;
    color: #666666;
    font-weight: 500;
    font-size: 18px;
}
  
.tabs button:hover {
    background-color: #ddd;
    color: #666666;
    font-weight: 500;
    font-size: 18px;
}
  
.tabs button.active {
    border-bottom: 3px solid var(--theme);
    font-weight: 500;
    font-size: 18px;
}
  
.tabcontent {
    display: none;
    /* padding: 1rem; */
    border-top: none;
    gap: 25px;
}

.summary-wrapper {
    width: -webkit-fill-available;
}

  .custom-add-btn {
    color: var(--theme) !important;
}

.custom-label-badge {
    padding: 2px 10px;
    border: none !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 575px){
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        pointer-events: none;
    }

    .counter-box {
        display: block !important;
    }
    .count-divider {
        height: 1px !important;
        width: 100% !important;
        margin: 10px 0px !important;
    }
}

.js-test-list .checkbox-wrapper .custom-checkbox {
    padding-left: 15px;
}

/* UI Upgrade */

.bulk-booking-btn, .bulk-booking-btn:hover, .bulk-booking-btn:focus {
    background-color: #074592;
    color: #FFFFFF !important;
    border-radius: 8px;
    min-width: fit-content;
    text-align: center;
    align-content: space-evenly;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

.add-booking-btn, .add-booking-btn:hover, .add-booking-btn:focus {
    background-color: #376BAC;
    color: #FFFFFF !important;
    border-radius: 8px;
    min-width: fit-content;
    text-align: center;
    align-content: space-evenly;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

.navbar {
    height: 60px;
    gap: 10px;
}

.navbar-nav {
    gap: 8px;
}

.nav-item {
    align-content: center;
}

.user-menu {
    align-content: space-evenly;
}

.counter-container {
    display: inline-flex;
    gap: 22px;
    justify-content: right;
}

.counter-box {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 8px;
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 8px -3px;
    gap: 18px;
}

.custom-show-count {
    display: grid;
}

.custom-show-count strong {
    font-size: 22px;
    font-weight: 600;
}

.custom-show-count span {
    font-size: 13px;
    font-weight: 400;
}
.coin-label-date {
    font-style: italic;
}

.count-divider {
    height: 50px;
    width: 1px;
    background-color: #222222;
}

.counter-container .lab-detail {
    background-color: #DCFCE7;
}

.counter-container .booking-detail {
    background-color: #FFCBF4;
}
.counter-container .phlebo-due {
    background-color: #ffd0d0;
}
.counter-container .total-due-phlebo-count {
    background-color: #d0daff;
}
.counter-container .curelo-partner-total-due {
    background-color: #ffd0ec;
}
.counter-container .due-partner-count {
    background-color: #ffa8a8;
}
.custom-filter-box {
    justify-content: end;
    display: flex;
}
.common-filter-btn, .common-filter-btn:hover {
    background-color: #20C997;
    color: #FFFFFF;
    border-radius: 8px;
    height: 38px !important;
    width: 38px !important;
    padding: 0;
}
.filter-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.filter-header h4{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
.custom-filter-list{
    max-height: 319px;
    overflow-y: auto;
    padding-inline-end: 14px;
}
.filter-footer {
    padding: 15px 5px 0px 5px;
    text-align: right;
    gap: 20px;
    display: flex;
    justify-content: end;
}
.filter-footer button{
    display: inline-block;
}

.custom-table thead tr {
    background-color: var(--theme);
    color: #ffffff;
}
.custom-table thead th {
    border: none;
}
.custom-table {
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden !important;
    background-color: #FFFFFF;
}

.custom-dropdown .dropdown-menu{
    width: 836px;
    transform: translate3d(-795px, 42px, 0px) !important;
    border-radius: 10px;
    border: 0px;
    padding: 10px 15px;
}
/* .dataTables_wrapper {
    height: calc(100vh - 326px);
    overflow-y: auto;
    margin-top: 14px;
    padding-right: 9px;
}
.dataTables_wrapper .table.dataTable
{
    margin-top: 0px !important;
}

.dataTables_wrapper::-webkit-scrollbar, .move-bookings-container::-webkit-scrollbar { width: 5px; height: 5px; }
.dataTables_wrapper::-webkit-scrollbar-track, .move-bookings-container::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(123,219,129,0.6);}
.dataTables_wrapper::-webkit-scrollbar-thumb, .move-bookings-container::-webkit-scrollbar-thumb { background: #143A69; border-radius: 15px; } */

.filter-footer .filter-cancel-btn {
    border: 1px solid #999999;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    height: 45px;
    width: 146px;
}

.filter-footer .btn {
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    width: 109px;
    line-height: 2px;
    border-radius: 8px;
}
.filter-footer .reset-filter-btn {
    color: #143A69;
    font-size: 14px;
    font-weight: 600;
}
.custom-icon{
    color: #666666 !important;
}
.custom-icon:hover{
    color: var(--theme-hover) !important;
}
.phlebo-list-icon {
    height: 22px;
    width: 22px;
}
.child-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.custom-child-col {
    width: 200px;
}
.child-col-wrapper .custom-child-col label {
    color: #666666;
    font-size: 13px;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}
.custom-child-col p {
    font-size: 14px;
    font-weight: 500;
}
.custom-filter-list .custom-checkbox {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 2px 8px 2px 31px;
    place-items: center;
    margin: 0;
    gap: 5px;
}
.custom-filter-list .custom-checkbox label {
    margin-bottom: 0px;
}

.filter-counter {
    color: #7BDB81;
}

.filter-input-box {
    gap: 12px;
    display: flex;
    flex-flow: wrap;
}

.custom-filter-body .custom-control-label::before {
    background: #FFFFFF;
    box-shadow: none
}
.custom-child-col .unpaid {
    color: #FF0000;
}
.resume-booking .fa-circle-play {
    color: #00E10E !important;
}
span.hold-badge {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #FF7B01;
}
.hold-badge-box{
    display: flex;
    align-items: center;
}
span.hold-separator {
    display: block;
    height: 4px;
    width: 4px;
    background: #FF7B01;
    border-radius: 50%;
    margin: 0 3px;
}
.hold-badge-box .booking-id {
    color: #143A69;
}
.category-badge {
    color: #FFFFFF;
}
@media only screen and (max-width: 881px){
    .add-booking-btn, .bulk-booking-btn {
        width: auto;
    }
    .add-booking-btn span, .bulk-booking-btn span {
        display: none;
    }
    .custom-dropdown .dropdown-menu {
        width: 541px;
        transform: translate3d(-500px, 42px, 0px) !important;
    }
}

/* .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #b3b5b7;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 25px 0px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}  */
.option-count-txt {
    color: var(--theme);
    font-size: 15px;
    font-weight: 700;
    float: right;
}
.scroll-hidden{
    overflow-y: hidden;
}
.filter-loader {
    width: 100%;
    display: flex;
    justify-content: center;
}
.custom-badge-color {
    color: #FFFFFF !important;
}
.custom-btn-export, .custom-btn-export:hover, .custom-btn-export:focus, .custom-btn-export:active {
    background-color: #CC530E !important;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
}
.export-note-box {
    width: fit-content;
    float: right;
    font-size: 13px;
    font-style: italic;
}

.filter-box {
    max-width: 250px;
    margin: 0px 0 5px 0px;
    padding-right: 3px;
    padding-left: 5px;
}
.filter-box .select2-selection__placeholder, .filter-box .select2-selection__rendered {
    font-size: 14px !important;
}
.filter-box .select2-selection__arrow {
    top: 7px !important;
}
.filter-box .select2-selection--multiple {
    overflow-y: auto !important;
    max-height: 66px !important;
}

.select2-search .select2-search__field::placeholder{
    font-size: 14px !important;
    padding: 3px 6px !important;
}
.filter-box-wrapper {
    padding-inline: 4px;
    display: inline-flex;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: var(--theme);
  font-size: 6px;
  margin: 30px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.action-btn-box {
    /* display: inline-flex; */
    gap: 12px;
}
 .opt-dot-separator {
    height: 5px;
    width: 5px;
    background-color: var(--theme);
    display: inline-flex;
    /* margin-left: 10%; */
    border-radius: 50%;
    transform: translateY(-3px);
}
.filter-box .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    position: relative;
}
.filter-box span.lab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 9px;
}
.filter-box span.custom-opt-text {
    display: inline-block;
    width: 164px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.filter-box .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-right: 10px;
}
.opt-dot-separator.opt-dot-separator-view{
    transform: none;
}

.activity-info-text {
    padding: 5px 10px;
    border-radius: 5px;
}

.filter-box .select2-selection--multiple {
    font-size: 14px !important;
    color: #495057 !important;
}
.select2-selection--multiple-selected{
    padding: .375rem .75rem;
}
.option-text {
    margin-left: 5px;
    font-weight: 500;
}
.select2-checkbox::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform: scale(0);
    background-color: green;
}
  
.select2-checkbox:checked::before {
    transform: scale(1);
}

.select2-checkbox:hover {
    color: black;
}
 .select2-container--default .select2-results__option .opt-check-select{
margin:0 -12px;
}  

.select2-container--default .select2-results__option .opt-check-select label.custom-control-label {
    width: 100%;
    display: flex;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.opt-check-select .custom-control.custom-checkbox.custom-control-inline {
    width: calc(100% - 24px);
}
.option-text {
    width: 100%;
    word-wrap: break-word;
}

.cus-filter-checkbox .select2-selection__rendered {
    display: none !important;
}

.partially-cancelled-badge {
    color: #ED1C24;
    float: right;
    margin-top: 10px;
    border: 1px solid red;
    padding: 2px 5px;
    border-radius: 5px;
}

.filter-box .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 44%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.select2-container--default .multi-select-option .select2-results__option{
    padding: 0px;
}
.select2-container--default .multi-select-option .select2-results__option .opt-check-select {
    margin: 0;
}
.multi-select-option .opt-check-select .custom-control.custom-checkbox.custom-control-inline {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.select2-container--default .multi-select-option .select2-results__option .opt-check-select label.custom-control-label {
    margin: 0;
    padding: 6px 20px 6px 28px;
}
.multi-select-option .custom-control-label::before,.multi-select-option .custom-control-label::after{
    top: 8px;
    left: 8px;
}
.custom-card-header {
    color: #000000 !important;
    background-color: #FFFFFF !important;
}
.custom-card-body {
    font-size: 14px;
}
.show-bookings-child-table thead tr {
    color: #000000;
}
.show-bookings-child-table thead tr th {
    font-size: 14px;
    background: var(--theme-secondary-3);
}
.show-bookings-child-table tbody tr td {
    font-size: 14px;
}
#view_booking_modal .modal-body .container {
    border: 1px solid #dee2e6;
    margin: 0;
    padding: 0;
    border-radius: 13px;
    overflow: hidden;
}
.counter-box.phlebo-owned-bookings {
    flex-direction: column;
    padding: 0;
    gap: 3px;
    background-color: #d6dfc2;
}
.counter-box.phlebo-owned-bookings .small-box {
  margin-bottom: 0;
  margin-top: auto;
}
.counter-box.phlebo-owned-bookings .small-box >.small-box-footer{

    min-width: 140px;
}
.counter-box.phlebo-owned-bookings .custom-show-count {
    display: grid;
    width: 100%;
    padding-left: 10px;
    min-width: 100px;
}
.filter-box .pay-filter-check-different {
    min-width: max-content;
}
.wallet-coins-area p {
    margin-bottom: 0;
}
.wallet-coins-area hr {
    margin: 10px 0px 10px 0;
}
.card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid var(--theme);
}
.data-table tbody {
    background-color: #FFFFFF !important;
}
.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.lab-test-form {
    display: inline-flex;
}


/* Custom Card UI for detail page start */
.custom-detail-card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 1.5rem;
}

.custom-detail-card-header,.custom-detail-card-header-inner {
    background: transparent !important;
    padding: 0.75rem 0 0 0;
    border: none;
}

.custom-detail-card-body {
    padding: 2px 0 0px 0px;
}
.custom-detail-card-header .card-title,.custom-detail-card-header-inner .card-title{
    font-weight: 600;
}
/* Custom Card UI for detail page end */
span.pay-status {
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

span.pay-status.text-primary{
    background-color: #007bff !important;
}

span.pay-status.text-success{
    background-color: #28a745 !important;
}

span.pay-status.text-danger{
    background-color: #dc3545 !important;
}

span.pay-status.text-warning{
    background-color: #ffc107 !important;
}
.custom-filter-bg {
    background-color: #ffffff !important;
}
.card-outline {
    margin-top: 20px;
    border-top: 0 !important;
}
.custom-detail-card-header {
    border-bottom: 2px solid var(--theme);
    padding: 10px 7px;
    border-radius: 0;
    /* background-color: #ebefff !important; */
}
.custom-detail-card-header-inner{
    border-bottom: 1px solid #163a697a;
    padding: 10px 7px;
    border-radius: 0;
}
.ck-editor__editable{
    min-height: 500px !important;
}


.tabs {
    overflow: visible;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddddd;
    min-height: 47px;
    flex-grow: 1;
    display: flow;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.partner-tab-container {
display: flex;
justify-content: space-between;
}
.tablinks {
padding: 10px 25px !important;
}
.tabs button {
background: none;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 9px 25px;
transition: 0.3s;
color: #666666;
font-weight: 500;
font-size: 17px;
border-bottom: 3px solid transparent;
}

.tabs button:hover {
background-color: #ddd;
color: #666666;
font-weight: 500;
font-size: 17px;
}

.tabs button.active {
border-bottom: 3px solid var(--theme);
color: var(--theme);
font-weight: 500;
font-size: 17px;
}

.table.dataTable thead>tr>th.sorting,
.table.dataTable thead>tr>th.sorting_asc,
.table.dataTable thead>tr>th.sorting_desc{
    padding-right: 0px;
    padding-left: 34px;
}

.table.dataTable thead>tr>th.sorting:first-child,
.table.dataTable thead>tr>th.sorting_asc,
.table.dataTable thead>tr>th.sorting_desc:first-child{
    /* padding-left: 5px !important; */
}

.table.dataTable thead .sorting::before,
.table.dataTable thead .sorting_asc::before,
.table.dataTable thead .sorting_desc::before{
    right: unset;
    left: 12px;
}
.table.dataTable thead .sorting::after,
.table.dataTable thead .sorting_asc::after,
.table.dataTable thead .sorting_desc::after{
    right: unset;
    left: 20px;
}

@media only screen and (max-width: 992px){
    .tabs button{
        font-size: 15px;
    }
    .tabs button.active{
        font-size: 15px;
    }
    .tablinks{
        padding: 10px 15px !important;
    }
}
.custom-a-hover:hover {
    background-color: #ddd;
    color: #666666;
}
.custom-select2-no-result{
    display: block;
    padding: 6px 20px;
}
span.pay-status {
    border-radius: 3px;
    padding: 4px 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

label:not(.form-check-label):not(.custom-file-label).prescription-bookings-filter {
    font-weight: normal !important;
    line-height: 17px;
    font-size: 14px;
}
.copy-invoice {
    cursor: pointer;
}
.partial-report-note {
    font-style: italic;
    font-size: 13px;
    margin-left: 27px !important;
}
.partial-report-note strong, .partial-report-note span {
    color: var(--theme-secondary-5) !important;
}
.pay-tag {
    display: grid;
    padding-top: 6px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.pay-tag.paid {
    color: #00E10E;
}
.pay-tag.unpaid,.phlebo-count-error {
    color: var(--danger);
}
.booking-note-tooltip {
    color: var(--theme);
    cursor: pointer;
}
.test-collection-tag {
    color: #9ba2a8;
    display: block;
    font-weight: 600;
}
.copy-link-clipboard {
    cursor: pointer;
}
.invoice-wrapper {
    display: flex;
    align-items: center;
}
.new-tmpl-box {
    margin-left: 1px;
}
.spcl-access-tag {
    color: var(--theme-secondary-6);
    font-size: 12px;
    font-weight: 600;
    align-content: center;
    margin-left: 6px;
}
.cusInfor_warpper {
    max-width: 330px;
    margin-left: auto;
    width: 100%;
}
.cusInfor_warpper .inner {
    border-radius: 10px;
    padding: 12px 16px;
    background: #dcebff;
}
.cusInfor_warpper .cus_infoRow {
    display: flex;
    justify-content: space-between;
    /* min-width: 300px; */
}
.cusInfor_warpper .cus_infoRow:not(:last-of-type) {
    margin-bottom: 3px;
}
.cusInfor_warpper .coin-text{
    min-width: 102px;
    max-width: 102px;
    display: flex;
    justify-content: end;
    font-size: 14px !important;
}
.cusInfor_warpper .coin-text .icnx {
    display: flex;
    margin-right: auto;
    color: #7ea3d4;
}
.cust-mv-fitcont {
    min-width: fit-content;
}

.invoice-action-btn, .invoice-action-btn:focus {
    background: none;
    border: none;
}
.invoice-action {
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
}
.invoice-action-container {
    overflow: visible;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    background: #ffffff;
    border-radius: 5px;
    width: max-content;
    text-align: left;
    top: 30px;
    padding: 8px;
    line-height: 34px;
    border: 0px;
    transform: translateX(-112px);
    margin: 6px 0 0 -117px;
    z-index: 9999;
    transform: translate3d(-40px, -230px, 0px) !important;
}

.invoice-status {
    width: fit-content;
    padding: 2px 13px;
    border-radius: 3px;
    margin-inline: auto;
    text-transform: uppercase;
}
.status-update, .invoice-act {
    display: inline-flex;
    gap: 10px;
}
.invoice-bookings-box {
    display: flex;
    flex-direction: column;
    max-height: 60px;
    overflow: auto;
}
.address-outside-area {
    color: #ff0000;
    font-size: 13px;
    display: flex;
}
.status-update {
    color: #75777a;
}
.disable-btn {
    pointer-events: none;
    border-color: #6c757d;
    color: #6c757d !important;
    cursor: not-allowed !important;
}
.disabled-input {
    background-color: #e9ecef !important;
}
.nsa-label {
    background-color: #dc3545 !important;
}
.special-permissions-wrapper .first-group, .special-permissions-wrapper .second-group {
    padding-left: 6px;
}
.slot_add_more_btn, .slot_remove_btn {
    cursor: pointer;
}
.sortBy-box .inner{
    gap:0;
    border-radius: 4px;
    border:1px solid #ddd;  
}
.sortBy-box .inner button{
    color: var(--theme);
    background: #fff;
}
.sortBy-box .inner .bkn-sort-by-btn{
    position: relative;
    min-width: 195px;
    text-align: left;
}
.sortBy-box .inner .bkn-sort-by-btn::after{
    content:"";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sortBy-box .dropdown-item.active,.sortBy-box .dropdown-item:active{
    background-color: var(--theme);
}

.sortBy-box .dropdown-item:not(.active):hover{
    background-color: var(--theme-secondary-3);
}
.booking-unread-bg {
    background-color: #ffeaea;
}
.sortBy-box .dropdown-item {
    cursor: pointer;
}
 .add-more-box {
    gap: 14px;
    display: inline-flex;
    justify-content: end;
    font-size: 13px;
    font-weight: 600;
}
.add_more_btn, .remove_btn {
    cursor: pointer;
}
.barcode-li-box {
    display: block;
    column-count: 3;
    margin-left: 22px;
    gap: 45px;
}
.barcode-li {
    line-break: anywhere;
    text-indent: -22px;
}
.view-included-tests {
    color: var(--theme-primary-2);
    cursor: pointer;
    margin-left: 7px;
    font-size: 14px;
}
.included-tests-modal-body {
    max-height: 262px;
    overflow: auto;
}
.child-pkg-test {
    list-style: circle;
    margin-left: 18px;
}
.view-included-note {
    display: flex;
    background-color: #ffe900;
    padding: 4px 5px;
    border-radius: 3px;
    gap: 4px;
}
.included-test-wrapper {
    margin-left: -10px;
    margin-bottom: 0;
}
.test-pkg-tat {
    font-size: 13px;
    display: flex;
    gap: 3px;
    margin-top: -5px;
}
.expiry-qr{
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.alias-span{
    color: #666666;
    display: block;
}
.alias-highlight{
    color: var(--theme);
    font-weight: 600;
}
.add-more{
    display: inline-block;
    width: 8%;
    color: #209e22;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.remove{
    display: inline-block;
    width: 8%;
    color: red;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.choose-field{
    width: 90%;
    display: inline-block;
}
.add-append-wrapper{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.custom-edit-switch .custom-control-label::before{
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-edit-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #dee2e6;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.custom-edit-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, -webkit-transform .15s 
ease-in-out;
    transition: transform .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    transition: transform .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, -webkit-transform .15s 
ease-in-out;
}
.custom-switch .custom-control-label::after,.custom-edit-switch .custom-control-label::after{
	background-color: var(--theme);
}
.sync-wrapper{
    color: var(--theme) !important;
}
.sync-wrapper .sync-button{
    cursor: pointer;
}
.sync-button[disabled],
.sync-button.disabled {
  color: #bbb;
  cursor: not-allowed;
  pointer-events: none;
}
/* Rotation animation */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Active rotation effect */
.sync-button.rotating i {
  animation: rotate 1s linear infinite;
}

.giberish-words-span{
    color:#666666;
}

.giberish-words-highlight{
    color: var(--theme);
    font-weight: 600;
}