@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
	--theme: #ef404d;
}

[class*=sidebar-dark-] {
    background-color: #fff;
}
*{margin: 0; padding: 0; box-sizing: border-box;}
body {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	overflow-x:hidden;
	color: #222;
}
ul{margin: 0px;}
ul li{list-style-type: none;}
h1,h2,h3,h4,h5,h6,p{margin-bottom: 0px;}
.flex-box{display: flex; flex-direction: row; align-items: center;}
.content-wrapper{
	background-color: #F5F5F5;
    padding-right: 20px;
    padding-left: 20px;
}
.common-bg-white-box{background: #fff; border-radius: 16px; padding: 15px; box-shadow: none;}
.card-header{
	background-color: var(--theme) !important;
}
.unstyled-btn{background: transparent; border: 0px; outline: none;}
/* .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--theme) !important;
    color: #fff;
	cursor: pointer;
} */
.weight500{font-weight: 500;}
.weight600{font-weight: 600;}
.nav-sidebar .nav-link{position: relative;}
.nav-sidebar .nav-link::before{content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: transparent; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
	background-color: transparent !important;
	color: #ED263B;
	box-shadow: none !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active::before, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active::before{
	background: #ED263B;
}
.nav-sidebar>.nav-item:hover .nav-link::before{
	background: #ED263B;
}
.content-wrapper{
	height: auto !important;
}
#menu-table.table-bordered td,
#menu-table.table-bordered th {
	vertical-align: middle;
}
/*login - register box*/
.login-box,
.register-box {
	margin: auto;

}
.login-page, .register-page {
	justify-content: start;
}
/*
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;
}
.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; */
	color:  #666666 !important;
}
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{
    border-radius: 10px;
    font-size: 14px;
}
input.form-control, textarea.form-control{
    border-radius: 10px;
    font-size: 14px;
}
.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;
}

.wight500{font-weight: 500;}
.wight600{font-weight: 600;}

.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, #file-upload-error {
    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 {
    height: calc(100% - (9.5rem + 1px));
    overflow-y: auto;
	padding: 0;
    margin: auto;
	width: 100%;
	cursor: pointer;
}
.brand-image{transition: 0.3s ease-in-out;}
.sidebar-mini.sidebar-collapse .brand-link .logo-large{opacity: 0;}
.sidebar-mini .brand-link .logo-large{opacity: 1;}
.sidebar-mini.sidebar-collapse .brand-link .logo-small{opacity: 1;}
.sidebar-mini .brand-link .logo-small{opacity: 0;}
.brand-link {
    line-height: 1.4 !important;
	position: relative;
	height: 50px;
}
.brand-image{
	position: absolute;
	left: 0;
	top: 24px;
}
/* .brand-link .logo-small{
	right: 0;
	margin-left: auto;
	margin-right: auto;
} */
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.box-primary p{word-break: break-word;}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: var(--theme) !important;
	border-color: var(--theme) !important;
	outline: none;
}

.box-primary p{word-break: break-word;}
.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
	background-color: var(--theme) !important;
	border-color: var(--theme) !important;
	outline: none;
}
.login-link {
	margin: 10px 0 0;
	display: block;
	text-align: center;
}
.content-header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.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 {
    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;
}
.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);
}
.daterangepicker td.in-range {
	background-color: #ffdcde;
}
/*error messege style*/

.form-group.has-error .help-block {
	color: #a94442;
	margin-top: 0px;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
	border-color: #a94442;
}
/*navbar css*/

.skin-red-light .sidebar-menu>li.header {
	color: #848484;
	background: #ffffff;
	font-size: 14px;
}
.main-header .logo .logo-lg img {
	max-width: 150px;
}
.main-header .logo .logo-mini img {
	max-width: 12px;
}
.logo-xs {
    width: 52px !important;
    max-height: 80px !important;
    margin-top: 0px;
    top: 3px;
    margin-left: 8px !important;
    left: 5px;
}
.logo-xl {
    width: 200px !important;
    max-height: 80px !important;
    top: 12px !important;
    margin-left: 30px;
    left: -5px !important;
    right: 0px;
}
/****IMAGE BOTTOM GRID VIEW*****/

.skin-red-light .main-header .logo,
.skin-red-light .main-header .navbar {
	background-color: #343a40 !important;
}
.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;
}

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

.content-header h3 {
	margin: 0;
	font-size: 24px;
}

/*listing page*/

.dataTables_filter .input-group {
	max-width: 320px;
}
/*information page*/

.profile-user-img {
	margin: 0 auto;
	width: 100px;
	padding: 3px;
	border: 3px solid #d2d6de;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.profile-img {
	border: none;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 5px #00000094;
}
.info-main-block {
	padding: 20px;
}
/*pagination css*/

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border-color: var(--theme);;
	background-color: var(--theme);;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: var(--theme);;
}
/*mail-setting module css*/

.mail-setting-edit-section .info-note {
	padding: 5px;
	padding-bottom: 0px;
}
.mail-setting-edit-section .info-note h5 {
	padding: 5px;
	margin-bottom: 0px;
	border: 1px solid;
	background-color: rgba(217, 55, 66, 0.07);
	border-color: rgba(217, 55, 66, 0.4);
	border-radius: 3px;
}
#file-error,#imagefile-error,#documentfile-error {
	color: #a94442;
}
.has-error .file-input-img-span, .has-error .file-input-span {
	border-color: #a94442;
}
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
	width: 100%;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--theme) !important ;
    border-color: var(--theme) !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme);
}

td.text-center.list-action a {
	padding: 0px 4px !important;
	font-size: 14px;
}
.list-action{
	display: inline-block;
}

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

}

/*******SELECT CHOICE*******/
.select2-container .select2-container-multi{
	width:100% !important;
	display: inline-block !important;
}
.select2-container {
	width:100% !important;
	display: inline-block !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 11px 6px 18px !important;
    margin: 5px 0 3px 5px !important;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px !important;
    top: 6px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px !important;
}
.select2-container-multi .select2-choices{
	border-radius: 5px !important;
}
.select2-input .select2-default{
	width:100% !important;
}
.supervisor-select-container .select2-container .select2-choice {
    height: 37px;
    line-height: 35px;
    background-color: #fff;
    background-image: none !important;
	background-image: none !important;
	margin-right: 0px !important;
}
.supervisor-select-container .select2-arrow {
    top: 3px !important;
    background-image: none !important;
	background-image: none !important;
	background: none !important;
    border-left: none !important;
}

img.applianceIcon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 30px !important;
    object-fit: scale-down;
}

/******FORM LABEL******/

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


.floor-unit-row {
    margin-bottom: 15px;
}
textarea {
	resize: none;
 }
 .sub-title {
	 display: none;
 }
 .table-container-wrapper{
	padding-bottom: 150px;
 }
.cls_sub_section{
	display: block;
}
.cls-p{
	margin-bottom: 0px;
}
.cls-report{
	margin-bottom: -16px;
}
button.ms-choice.disabled,
.multiselect.disable {
    background-color: #e9ecef;
}
.remove_class {
    color: #a94442 !important;
    margin: 5px;
}
a.remove_button, a.add_button {
    border: 1px solid #a94442;
    padding: 5px 5px;
    border-radius: 5px;
}
a.add_button {
    border: 1px solid #308209;
}
.actions {
	display: flex;
	margin-left: -9px;
}
.actions a:first-child {
	margin-right: 5px !important;
}
.add_class{
	color: #0a820a !important;
	margin: 5px;
}
.cls-note-alert {
	line-height: 35%;
	font-size: 13px;
	color: #616161;
	background-color: #fff3cd;
}
.focus-note{
	margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;margin: 0px;
    font-size: 13px;
    font-style: italic;
    color: red;
}
.ms-drop.bottom{
	left: 13px !important;
}
.unique-floor{
	display: none;
}
.appliance-selection{
	display: none;
}
.container{
	display: flex;
	justify-content: flex-end;
}
.small-box>.inner {
    padding: 15px;
}
.count-p{
	line-height: 0px;
}
.cls-order-detail{
	margin-bottom: -13px;
}
.appliance-with-icon{
	display: inline-flex;
	align-items: center;
}
.bg-icon {
	width: 40px;
	overflow: hidden;
	text-align: center;
}
.appliance-image{
	display: inline-flex;
}

.plus-icon{
	font-size: 12px;
    margin-right: 1px;
}
.appliance-icon-span{
	width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-count-span{
	position: absolute;
	left: 11px;
	top: 7px;
	font-weight: bold;
	font-size: 16px;
}
.icon-span{
	background-color: #00000069;
	z-index: 1111;
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	display: block;
}
.appliance-name{
	margin-left: 55px;
	display: flex;
	width: max-content;
}
button.applyBtn {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}
button.applyBtn:hover{
	background: var(--theme) !important;
    border-color: var(--theme) !important;
}
.fancybox-white .fancybox-bg{
	background: #ffffff !important;
	opacity: 0.6 !important;
}
.fancybox-white .fancybox-caption__body{
	color:#000 !important;
	font-weight: bold;
	font-size: medium;
}

/* .fancybox{
	background: #848484;
} */
/** READ MORE AND READ LESS STARTED **/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color:  var(--theme) !important;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.floor-unit-row .ui-slider-range { background: #3973d2 !important; }
.floor-unit-row .ui-slider-handle { border-color: #3973d2 !important; }


/****** TAG WITH CLOSE BUTTON *******/
.chip {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    color: var(--theme);
}

.closebtn {
    padding-left: 0px;
    padding-right: 5px;
    color: var(--theme);
    font-weight: bold;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

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

/****** TAG WITHOUT CLOSE BUTTON *******/

  .chip2 {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    cursor: default;
    color: white;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    background-color: #fff;
    margin: 2px;
    color: var(--theme);
}
.custom-switch .custom-control-label{cursor: pointer;}
.dataTables_processing.card{background: #ccc;}
.gallery-images-col{border: 1px solid #ccc;border-radius: 10px;}
.profile-user-img{object-fit: cover;}
/* Dropzone */
.dropzone.form-horizontal{
	margin-top: -25px;
	max-width: 100%;
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.dropzone {
	border: 1px solid #ced4da;
}
.dz-error-message{
	margin-top: 15px;
}
.dz-preview.dz-error .dz-image{
	border: 1px solid #a94442;
}
.dropzone.form-horizontal.has-error{
	border: 1px solid #a94442;
}
.dropzone-error-msg-container{
	display: none;
}
.dropzone-error-msg{
	color: #a94442;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--theme);
    background-color: var(--theme);
    box-shadow: none;
}
.custom-switch .custom-control-label::after{
	background-color: var(--theme);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: var(--theme);
}

.dropzone {
    border: 1px dashed #ced4da;
}
.dropzone .dz-preview .dz-remove{font-size: 0px; position: absolute; bottom: -28px; right: 29px; display: inline-block; background-image: url(../../images/remove.png); background-repeat: no-repeat; background-size:13px 14px; background-position: 3px 3px; height: 22px; width: 22px; background-color: #fff; border-radius: 50%; border: 1px solid var(--theme);}
.dz-remove.remove-link-center{right:50px !important;}
.js-open-cropper-modal{display: inline-block; position: absolute; bottom: -31px; left: 25px;}
.dropzone.has-error{border: 1px dashed #a94442 !important;}
/* .js-open-cropper-modal .custom-crop-icon{height: 28px;width: 28px;} */
.js-open-cropper-modal .custom-crop-icon:hover{cursor: pointer;}
.custom-control-label::before:focus { outline: none; }
.dz-image{border: 1px solid #ccc;}

/* Cropper js */
.js-open-cropper-modal{cursor: pointer !important;}
.js-open-cropper-modal:hover{text-decoration: underline !important;}
/* Select2  */
.select2-container--default.select2-container--focus .select2-selection--single {
	display: block !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #939BA2 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 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--default .select2-selection--single .select2-selection__rendered{
	/* font-size: 1rem ;
    font-weight: 400 ; */
	/* color: #939BA2 ; */
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover{
	background-color: var(--theme) !important;
}
.select2-container--default .select2-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;
}

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

[class*=sidebar-dark] .brand-link {
	border-bottom: 0;
}

.brand-link{
	padding: 20px 0 10px;
}

[class*=sidebar-dark-] .sidebar a {
	color: var(--theme);
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    /* background-color: rgb(239 64 77); */
    /* color: #fff; */
	background-color: transparent;
	color: #ED263B;
}

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

.all-link {
	background-color: #ef404d;
    color: #fff;
}

.btn.all-link:hover{
	background-color: #ef404d;
    color: #fff;
}

.min-height-full {
	height: calc(100vh - 217px);
	/* padding: 10px; */
	padding: 0px;
	padding-right: 5px;
	overflow-y: auto;
}

.list-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-wrapper-item {
    /* padding: 10px 10px 15px; */
	padding: 12px;
    border-bottom: 1px solid #d7d9db;
	cursor: pointer;
	margin-bottom: 10px;
}

.todo-listing-col .list-wrapper-item{
	padding: 0px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #222;
	font-size: 15px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.heading {
    font-size: 16px;
    font-weight: 700;
}

.bg-span {
	display: inline-block;
    background-size: auto;
	background-repeat: no-repeat;
    background-position: left;
}

.temp-span {
	background-image: url(../../images/temperature.png);
	background-repeat: no-repeat;
    background-size: contain;
    padding-left: 25px;
	color: #444;
}

.time-span {
	background-image: url(../../images/calendar.png);
	background-repeat: no-repeat;
    padding-left: 15px;
	background-position: 0px 1px;
	font-size: 12px;
}

.stage-span {
	background-image: url(../../images/stage.png);
	background-repeat: no-repeat;
	padding: 0 5px 0 20px;
    border: 1px solid #0B7BAB;
    background-color: rgba(11, 123, 171, 0.10);
    border-radius: 4px;
    color: #0B7BAB;
    background-position: 5px;
    font-size: 13px;
}

.note-span {
	background-image: url(../../images/note.png);
	background-repeat: no-repeat;
	display: inline-block;
    width: 22px;
    height: 22px;
    background-color: rgba(51, 168, 99, 0.10);
    margin-left: 10px;
    background-position: center;
	border-radius: 3px;
}

.dates-list {
	padding-left: 0;width: 100%;list-style-type: none;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dates-list li {
    width: 48%;
    display: inline-block;
	position: relative;
	padding-left: 25px;
}
.dates-list li::before{
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	height: 5px;
	width: 5px;
	background: #666;
	border-radius: 50%;
}

.date-title {
    display: inline-block;
    /* min-width: 80px; */
	min-width: 75px;
    color: #666;
}

.body-span {
	display: block;
	color: #222;
}

.header-span {
    color: #666;
}

.list-wrapper-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.list-wrapper-item.active {
    background: #FFE2E4;
    border-radius: 10px;
	border-bottom-color: transparent;
}

.body-row-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.status-span {
    display: inline-block;
    color: #33A863;
    border-radius: 4px;
    background: rgba(51, 168, 99, 0.10);
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
}

.header-inner-wrapper {
	display: inline-flex;
	align-items: center;
}

.all-file-dwld{
    width:100%;
    justify-content:flex-end;
}

.body-row-wrapper img {width: 100%; height: 72px; border-radius: 5px;border: 1px solid #cbcbcb;}
.body-row-wrapper .image-box {max-width: 110px; margin-bottom: 5px; margin-right: 5px;}
.nav-link-icon{position: relative; top: -2px;margin-right: 10px;}
.sign-wrapper {
    background: #fff7f8;
    padding: 12px;
    width: 49%;
}
.sign-wrapper span{
	font-size: 12px;
}
.sign-wrapper img{
	border-radius: 6px;
	margin-top: 10px;
}

.grey-txt {
	color: #666;
}

.listing-col .header-row{justify-content: flex-start;}
.listing-col .temp-span{margin-left: 10px;}
.listing-col .time-span{margin-left: auto;}

.profile-box {
	margin-left: auto;
	padding: 0.5rem 1rem;
  }

  .profile-box .profile-image-box {
	margin-right: 12px;
  }

  .profile-box .profile-image-box img {
	height: 30px;
	border-radius: 50%;
  }

  .profile-box .profile-name {
	font-size: 14px;
	font-weight: 500;
	max-width: 90px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
.top-header-box {
	margin-bottom: 25px;
  }

  .top-header-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	margin-right: 10px;
	flex-wrap: wrap;
  }

  .top-header-box ul li {
	margin-right: 10px;
  }

  .top-header-box ul li:last-child {
	margin-right: 0px;
  }

  .top-header-box ul li span {
	display: inline-block;
  }

  .top-header-box ul li .header-title {
	font-size: 12px;
	color: #666;
	font-weight: 500;
  }

  .top-header-box ul li .header-value {
	font-size: 16px;
	font-weight: 500;
  }

.common-datepicker{background-image: url(../../images/datepicker-icon.svg); background-repeat: no-repeat; background-position: right 12px center;}
.input-field{width: 100%; border: 1px solid #E9E9E9; border-radius: 7px; min-height: 35px; padding: 0px 12px;}

/* Bootstrap Datepicker Style Override */
.datepicker td{padding: 5px;}
.datepicker table tr td.today{background: #003ACC; color: #fff;}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #ED263B !important;background-image: none;}
.datepicker table tr td.active:hover:hover{background-color: #ED263B !important;}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{background-color: #80b1ed; color: #fff;}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{cursor: not-allowed; background-color: #fff; color: #999;}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover{background: #FFE2E4 !important; color: #fff;}

.common-datepicker-box .datepicker-dropdown{width: 90%; transform: translateX(20px);}

.input-field:focus{outline: none;}
.main-sidebar{overflow: initial !important;}
.pushmenu-nav{position: absolute; top: 50px; right: -15px; z-index: 9999;}
.pushmenu-btn{display: flex; align-items: center; justify-content: center; height: 32px !important; width: 32px !important; text-align: center; box-shadow: 0px 2px 10px 0px #0000000F; border-radius: 6px; background-color: #fff; color: #222; transition: 0.3s ease-in-out;}
.pushmenu-btn i{font-size: 14px;}
.pushmenu-btn:hover{background-color: #ED263B; color: #fff; transition: 0.3s ease-in-out;}
.sidebar-collapse .pushmenu-btn i{transform: rotate(180deg);}

.filter-list{margin: 0 -12px;}

.project-listing-filter-area.filter-list .filter-list-box {
	flex: 0 0 16%; max-width: 16%;
}

.filter-list .filter-list-box{flex: 0 0 13%; max-width: 15%; padding: 0 12px; position: relative;}

.common-filter-select-box .select2-container--default .select2-selection--single .select2-selection__arrow{background-image: url(../../images/select-arrow.svg); background-repeat: no-repeat; background-position: center; top: 5px; right: 10px;}
.common-filter-select-box .select2-selection__arrow b{display: none;}
.common-filter-select-box .select2-container--default .select2-selection--single{border: 1px solid #ced4da; border-radius: 10px !important; min-height: 38px; padding: 8px 12px !important; height: auto !important; align-content: center;}
.common-filter-select-box .select2-container .select2-selection--single .select2-selection__rendered{padding-left: 0; line-height: initial;}

/* Common Modal Style */
.common-modal .modal-content{border-radius: 10px; border: 0px;}
.common-modal .modal-title{font-size: 16px; font-weight: 700;  font-family: 'Inter', sans-serif;}
.common-modal .modal-header{border-bottom: 0px; position: relative; flex-wrap: wrap; padding-bottom: 0px;}
.common-modal .modal-header::after{content: ''; width: 100%; height: 1px; background: #ddd; flex: 0 0 100%; max-width: 100%; margin-top: 15px;}
.common-modal .modal-header .close{padding: 0px; margin: 0px;}
.common-modal .close:focus{box-shadow: none;}

/* Tool Modal Style */
.tool-modal .modal-content{background-color:#FAFAFB;}
.tool-modal .modal-dialog{max-width: 414px; margin-left: auto; margin-right: auto; padding: 0 10px;}
.tool-modal .tool-listing .tool-list-box{border-radius: 7px; background: #fff; padding: 12px; margin-bottom: 16px;}
.tool-modal .tool-listing .tool-list-box:last-child{margin-bottom: 0px;}
.tool-modal .tool-heading-box{justify-content: space-between; margin-bottom: 12px;}
.tool-modal .tool-heading-box h4{font-size: 15px; font-weight: 700; text-transform: capitalize;}
.tool-modal .tool-heading-box p{font-size: 14px; font-weight: 500;}
.tool-modal .tool-heading-box .stage-count{display: inline-flex; flex-direction: row; align-items: center; justify-content: center;width: 25px; height: 20px; border-radius: 4px; background: #FFE2E4; text-align: center; font-size: 12px; font-weight: 600; margin-left: 5px;}
.tool-modal .tool-list-box .stage-list{display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; background: #FAFAFB; border-radius: 4px; padding: 8px 12px;}
.tool-modal .tool-list-box .stage-list li{font-size: 12px; font-weight: 500; color: #444; padding-right: 5px; word-break: break-all;}

/* Tool Description Modal Style */
.tool-description-modal .modal-dialog{max-width: 500px; margin-left: auto; margin-right: auto; padding: 0 10px;}
.tool-description-modal .modal-header::after{display: none;}
.tool-description-modal p{font-size: 12px; color: #666;}

/* To-do Modal Style */
.todo-modal .modal-dialog{max-width: 750px; margin-left: auto; margin-right: auto; padding: 0 10px;}
.todo-modal .image-box{ max-width: 600px; margin: 0 auto; border-radius: 8px; overflow: hidden;}
.todo-modal .image-box img{ object-fit: cover;}
.todo-modal .date-box{margin-bottom: 12px;}
.todo-modal .carousel-item p{font-size: 12px; color: #666; margin-top: 16px;}
.todo-modal .carousel-control .carousel-control-next-icon{background-image: none; color: #999; height: 30px; width: 30px;}
.todo-modal .carousel-control .carousel-control-prev-icon{background-image: none; color: #999; height: 30px; width: 30px;}
.todo-modal .carousel-control i{font-size: 20px;}
.todo-modal .carousel-control:hover .carousel-control-next-icon{color: #222;}
.todo-modal .carousel-control:hover .carousel-control-prev-icon{color: #222;}
.todo-modal .carousel-control-next, .carousel-control-prev{width: 8%; height: calc(100% - 60px);}


.sidebar-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.back-btn{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	transition: 0.3s ease-in-out;
	display: none;
}
.back-btn:active,.back-btn:hover{
	background: #EE2B3C;
	color: #fff;
}

.table{border-radius: 10px; overflow: hidden;}
.table td, .table th{border: 0px;}
.table thead th{border: 0; border-bottom: 1px solid #ddd; background-color: #F4F4F4; color: #666; font-weight: 500; font-size: 14px;}
.table.table-bordered.dataTable tbody td{border-bottom: 1px solid #ddd; border-bottom-width: 1px !important;}
.table tbody tr:last-child td{border-bottom: 0px !important;}
.table tbody td{color: #222; font-weight: 500; font-size: 14px;}
.table tbody tr{background-color: #fff !important;}
.project-listing-filter-area{margin-bottom: 15px;}
.view-more-action-btn{display: inline-block; border: 1px solid #EE2B3C99; color: #EE2B3C; font-size: 14px; padding: 6px; border-radius: 7px; font-weight: 500; transition: 0.3s ease-in-out; width: 100%;}
.view-more-action-btn:hover,.view-more-action-btn:active{background: #EE2B3C; color: #fff;}
.view-more-action-btn i{font-size: 0px;}
.listing-wrapper-box{box-shadow: none; border-radius: 20px;}
td.child ul li span:first-child{color: #666;}
td.child ul li span:last-child{text-align: right;}
td.child ul li span{display: inline-block; width: 45%;}
.table tbody tr td:last-child{text-align: center;}
.table tbody tr td.child:last-child{text-align: left;}
.table.collapsed tbody td:first-child{position: relative;}
.table.collapsed tbody td:first-child{background-image: url(../../images/down-arrow.svg); background-size: 12px 12px; height: 12px; width: 12px; background-repeat: no-repeat; background-position: left 20px center; padding-left: 22px;}
.table.collapsed tbody td.child:first-child{background-image: none; padding-left: 12px;}

/* Pagination Style */
.page-link{border: 0px; font-size: 15px; padding: 0px 10px; color: #999;}
.page-item.active .page-link{background-color: transparent; color: #222;}

.status-span.failure {
    color: red;
    background: rgba(255, 0, 0 ,0.1);
}

.note-span.failure {
    background-color: rgba(255, 0, 0 ,0.1);
	background-image: url(../../images/note-red.png);
}

[class^=bg-].disabled {
	pointer-events: none;
}

.profile-box {
	margin-left: 0;
}

.a-back-btn {
	margin-left: 0;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-right: 10px;
    flex-wrap: wrap;
}

.download-link {
    display: inline-block;
    width: 22px;
    text-align: center;
    background: rgb(239 64 77 / 10%);
    margin-left: 5px;
    background-color: rgba(11, 123, 171, 0.10);
    border-radius: 4px;
    color: #0B7BAB;
}

.download-detailed-link {
    display: inline-block;
    width: 22px;
    text-align: center;
    background: rgb(239 64 77 / 10%);
    margin-left: 5px;
    background-color: rgb(239 64 77 / 10%);
    border-radius: 4px;
    color: #ef404d;
}

.download-link:hover, .download-link:active, .download-link:visited {
	color: #0B7BAB;
}

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

@media screen and (max-width: 1600px){}
@media screen and (max-width: 1420px){}
@media screen and (max-width: 1300px){
	.listing-col .header-row{flex-wrap: wrap; justify-content: space-between;}
	.listing-col .time-span{margin-top: 5px;}
	.body-row-wrapper img{height: 60px;}
}
@media screen and (max-width: 1199px) {
	.dates-list li span{font-size: 14px; display: block;}
	.body-span,.header-span{font-size: 14px;}
	.heading{font-size: 15px;}
	.common-bg-white-box{padding: 10px;}

	/* For Sidebar Collapse */
	.top-header-box ul{padding: 12px;}
	.top-header-box ul li {margin-right: 12px;}
	.top-header-box ul li .header-title{font-size: 12px; margin-right: 5px;}
	.top-header-box ul li .header-value{font-size: 14px;}
	.profile-box .profile-name{font-size: 12px;}
	.profile-box .profile-image-box{margin-right: 5px;}
	.view-more-action-btn{font-size: 11px;}
}
@media screen and (max-width: 991px) {
	.filter-list{flex-wrap: wrap;}
	.filter-list .filter-list-box, .project-listing-filter-area.filter-list .filter-list-box{flex: 0 0 33.33%; max-width: 33.33%; margin-bottom: 10px;}
	.dates-list li{padding-left: 20px;}
	.dates-list li::before{top: 6px;}
	.dates-list li span {
		font-size: 12px;
	}
	.body-span, .header-span {
		font-size: 12px;
	}
	.heading {
		font-size: 14px;
	}
	.temp-span {
		background-size: 18px 18px;
		padding-left: 20px;
		font-size: 14px;
	}
	.time-span{
		background-size: 12px 12px;
		font-size: 10px;
	}
	.list-wrapper-item{
		padding: 10px;
	}
	.body-row-wrapper img {
		height: 50px;
	}
	.top-header-box ul{flex-wrap: wrap;}
	.top-header-box ul li{flex: 0 0 30%; max-width: 30%; margin-right: 3%;}
	/* .profile-box{flex: 0 0 120px;} */
	.pushmenu-nav{
		top: 15px;
    	right: -50px;
	}
	.top-header-box{flex-direction: column; flex-direction: column-reverse;}
	.profile-box{margin-bottom: 10px;}
	.top-header-box ul{margin-right: 0px; width: 100%;}
	.top-header-box ul li{flex: 0 0 auto; max-width: 100%;}
	.view-more-action-btn{font-size: 0px; border: 0px; padding: 0px;}
	.view-more-action-btn i{font-size: 14px;}
}
@media screen and (max-width: 767px) {

	.back-btn{display: block;}
	.todo-modal .image-box{max-width: 90%;}
    .todo-modal .carousel-control-next,.carousel-control-prev{width: 5%; height: calc(100% - 80px);}
	/* For Sidebar Collapse */
	.filter-list{margin: 0 -5px;}
	.filter-list .filter-list-box, .project-listing-filter-area.filter-list .filter-list-box{padding: 0 5px;}
}
@media screen and (max-width: 575px) {
	.tool-description-modal .modal-dialog{padding: 0 10px;}
	.todo-modal .carousel-control-next,.carousel-control-prev{width: 5%; height: calc(100% - 125px);}
}
@media screen and (max-width: 480px) {
	.filter-list .filter-list-box, .project-listing-filter-area.filter-list .filter-list-box {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 420px) {}
@media screen and (max-width: 375px) {}


.form-group {
	margin-bottom: 15px;
}

.action-btn {
	margin: 0 5px;
	cursor: pointer;
	font-size: 13px;
}

.remove-btn {
	color: red;
}

.add-btn {
	color: green;
	border: 1px solid;
    display: inline-block;
    padding: 0 5px;
    border-radius: 4px;
}

/* Basic styling for the file input */
.file-upload {
	display: none; /* Hide the actual file input */
}

.file-upload-label {
	border-color: var(--theme);
    color: var(--theme);
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid;
}

/* Styling for the button when hovered */
.file-upload-label:hover {
	background-color: var(--theme);
	color: #fff;
}

/* Container for alignment */
.file-upload-container {
	display: flex;
	align-items: center;
}

/* Styling for the selected file name */
.selected-file {
	margin-left: 10px;
}

label:not(.form-check-label):not(.custom-file-label).file-upload-label {
	font-weight: 400 !important;
    padding: 0px 15px!important;
    line-height: 38px;
}

#infoMoal .modal-body {
	height: 300px;
    overflow-y: auto;
}

#infoMoal ul {
	list-style-type: circle;
    padding-left: 25px;
	margin: inherit;
}

#infoMoal ul li {
	list-style-type: circle;
}

.danger-txt {
	color: red;
}

.share-link {
    margin-right: 4px;
    color: #0c7bab;
    padding: 2px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #0B7BAB;
    background-color: rgba(11, 123, 171, 0.10);
}

.processing {
    position: fixed;
    left: 50%;
    top: 0;
    background: #ffe2e4;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: none;
}

.middle-row .heading {
    font-size: 11px;
	font-weight: 400;
}

.middle-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* .timezone-span { float: right; }
.timezone-span>span { color: #000; } */
.timezone-span {
	display: inline-block;
    position: fixed;
    right: 2px;
    top: 2px;
    font-size: 10px;
    padding: 5px;
    border-color: #757575;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    color: #757575;
}

.btn-social.btn-microsoft {
	border: 1px solid #ef404d;
    color: #ef404d;
	transition: all 0.3s ease;
}

.btn-social.btn-microsoft:hover {
	background-color: #ef404d;
	color: #fff;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

[class*=sidebar-dark-] .user-panel a:hover {
	color: #ef404d;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image.logo-large,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image.logo-large{
	opacity: 1;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image.logo-small,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image.logo-small{
	opacity: 0;
}

.user-initials {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    color: red;
    background: #f4f4f4;
    text-align: center;
    border-radius: 50%;
    margin-top: 4px;
}

.info a {
	color: #222;
}

.user-email {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: -3px;
	color: #222222;
}
.font11{ font-size: 11px; }
/* Common styling for all drag-and-drop areas */
    /* Drag-and-drop area */
    .file-container {
        position: relative;
    }

    .file-drop {
        border: 1px dashed #ccc;
        border-radius: 10px;
        padding: 7px 0px;
        text-align: center;
        cursor: pointer;
    }

    .thumbnail-container, .thumbnail-previewcontainer {
        position: relative;
        display: inline-block;
        margin-top: 10px;
    }
    .thumbnail-container img {
        width: 103px;
        height: 103px;
        object-fit: cover;
        border-radius: 10px; /* Optionally, round the corners of the thumbnail */
    }
    .thumbnail-previewcontainer img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: 10px; /* Optionally, round the corners of the thumbnail */
    }
    .cancel-btn {
        position: absolute;
        top: -3px;
        right: -3px;
        background-color: #fff;
        color: #ED263B;
        border-color: #ED263B;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        padding: 0;
    }
    .cancel-previewbtn {
        position: absolute;
        top: -3px;
        right: -3px;
        background-color: #fff;
        color: #ED263B;
        border-color: #ED263B;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        padding: 0;
    }

    /* .cancel-btn:hover {
        background-color: #ED263B;
    } */

    .file-input {
        display: none;
    }
/* Common styling for all drag-and-drop areas ended */
.cmodal-container{
    border-radius: 10px;
    background-color: #F9F7F7;
    padding: 10px;
    width: auto;
    display: inline-block;
}
.plr5{ padding: 0px 5px; }
.pr15{ padding-right: 15px; }
.ml5{ margin-left: 5px; }
.pb3{ padding-bottom: 3px; }
.pb10{ padding-bottom: 10px; }
.fontlightgrey{ color: #999; }
.font16{ font-size: 16px !important; }
.fontgrey{ color: #666; }
.btn-testmodel{
    border-color: #FFA500;
}
.btn-replace{
    border-color: #ED263B;
}
.theme-text{ color: #ED263B; }
.custom-search {
    flex: 0 0 35% !important; max-width: 35% !important;
    position: relative;
}
.custom-search .search-icon {
    color: #ced4da;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevents icon from interfering with the input field */
}
.colorblue, .colorblue:active{
    color: #007BFF !important;
}
#testTrainRecord .modal-dialog {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto; /* Ensures the width is not altered */
    height: auto; /* Ensures the height is not altered */
}
/* add-edit form structure design */
.addEditForm .has-error .checkbox, .addEditForm .has-error .checkbox-inline, .addEditForm .has-error .control-label, .addEditForm .has-error .radio, .addEditForm .has-error .radio-inline, .addEditForm .has-error.checkbox label, .addEditForm .has-error.checkbox-inline label, .addEditForm .has-error.radio label, .addEditForm .has-error.radio-inline label, .addEditForm .has-error #file-upload-error {
    color: inherit;
}
.addEditForm .form-group .error{
    border-color: #a94442;
}
.addEditForm label{ margin-bottom: 3px; width: 100%; }
.addEditForm .control-label{
    font-weight: normal !important;
}
.addEditForm #remove-img:hover {
    background: #ED263B;
}
.main-sidebar .brand-link{
    overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px !important;
}
.body-row-wrapper .image-box {
    position: relative;
    display: inline-block;
}
.badgecustom {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: white;
    padding: 8px 3px;
    border-radius: 50%;
    font-size: 8px;
    display: inline-block;
}
.badgecustomCarol {
    position: absolute;
    bottom: 8px;
    right: 55px;
    color: white;
    padding: 15px 7px;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
}
.badgecustom-green {
    background-color: rgba(8, 200, 8, 0.8);
}
.badgecustom-orange {
    background-color: rgba(255, 165, 0, 0.8);
}
.badgecustom-red {
    background-color: rgba(237, 38, 59, 0.8);
}
#testTrainedModelImg-thumbnail{
    width: 100%;
    padding: 10px;
    margin-top: 0;
    position: relative;
}
#testTrainedModelImg-thumbnail .inner-mdl-prev{
        display: flex;
        justify-content: center;
        margin-inline: auto;
        width: fit-content;
}
#parentLoaderDiv {
    position: relative;
    border-radius: 10px; /* Ensure parent div has the same border radius as the image */
    /* overflow: hidden; */
}
#parentLoaderDiv.imgLoader::after{
       position: absolute;
       content: '';
       inset: 0;
       background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
       /* backdrop-filter: blur(2px);
       -webkit-backdrop-filter: blur(2px); */
       z-index: 2;
}

#testTrainedModelImg-thumbnail .cancel-previewbtn{
    z-index: 1;
}

#parentLoaderDiv.imgLoader::before{
    position: absolute;
    content: 'Processing image...';
    top: 48%;
    z-index: 3;
    color: white;
    font-size: 14px;
    left: 48%;
    transform: translate(-50%, -50%);
    animation: loading 1s infinite;
    opacity: 1;
}

@keyframes loading {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.ele-hidden {
	display: none !important;
  }

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.custom-checkbox:checked ~ .checkmark {
  background-color: var(--theme);
}

.custom-checkbox:checked ~ .checkmark:after {
  display: block;
}

@keyframes checkAnim {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

.custom-checkbox:checked ~ .checkmark:after {
  animation: checkAnim 0.2s forwards;
}

@media screen and (max-width: 991px) {
    .mt-6{
        margin-top:6px;
    }
}

