#loader{
    display: none;
}
#bt-floating{
	position: fixed;
	bottom: 24px;
	right: 24px;
    background: var(--main-color);
    color:#fff;
    border-radius:80px;
    border-width: 0;
    width: 64px;
    height:64px;
    padding:17px 16px 14px 12px;
    text-align: center;
    vertical-align: middle;
	cursor: pointer;
    transition:all 0.4s ease;
    box-shadow: 1px 4px 4px rgba(0,0,0,0.2);
    z-index: 20000;
}
#bt-floating:hover{
    background: var(--main-color-hover);
    transform: scale(1.2);
}
.floating-labels label{
	 left: 0;
}
.floating-labels .bar:after, .floating-labels .bar:before {
    background: var(--main-color);
}
.text-black{
	color:#000;
}
.td-image{
    width:12em;
    height:8em;
    padding: 0 !important;
    cursor: pointer;
}
.page-item.active .page-link {
    z-index: 1;
    color: var(--main-text-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
#toast-container > .toast-info,#toast-container > .toast-error,#toast-container > .toast-success,#toast-container > .toast-warning,#toast-container > .toast {
    background-image: none !important;
}
.toastr-icon{
    position: fixed;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
.modal-header{
    background-color: var(--main-color-hover-light);
}
.modal-content{
	border-radius: .8rem;
}
.modal-title{
    color:black;
	font-size: 1.3rem;
}
.empty-data{
    color: grey;
}
.text-xs{
    font-size: 10px !important;
}
.text-sm{
    font-size: 12px !important;
}
body .modal.show {
    display: flex !important;
}
.modal-dialog{
    max-width: 90% !important;
    min-width: 25%; !important;
}
.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-left {
	top: 12px;
	left: 12px;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}
#toast-container {
	position: fixed;
	z-index: 999999;
	/*overrides*/

}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#toast-container > div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.toastr-icon{
	position: fixed;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 18px;
	float: left;
	color: #FFF;
	padding-right: 0.5em;
	margin: auto 0.5em auto -1.5em;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
	width: 300px;
	margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}
.toast {
	background-color: var(--primary-color);
}
.toast-success {
	background-color: #51a351;
}
.toast-dark {
	background-color: #10101c;
}
.toast-error {
	background-color: #bd362f;
}
.toast-info {
	background-color: #2f96b4;
}
.toast-warning {
	background-color: #f89406;
}
.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/* Toastr custom style */
#toast-container > .toast {
	background-image: none !important;
}
#toast-container > .toast:before {
	position: fixed;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 24px;
	float: left;
	color: #FFF;
	padding-right: 0.5em;
	margin: auto 0.5em auto -1.5em;
}

#toast-container > div {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	opacity: .9;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}
#toast-container > :hover {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}
.toast {
	background-color: #1ab394;
}
.toast-success {
	background-color: #1ab394;
}
.toast-error {
	background-color: #ed5565;
}
.toast-info {
	background-color: #23c6c8;
}
.toast-warning {
	background-color: #f8ac59;
}
.toast-top-full-width {
	margin-top: 20px;
}
.toast-bottom-full-width {
	margin-bottom: 20px;
}
.login-box{
    width: 60% !important;
}
.login-box .logo-name > img{
    width: 50%;
}

@media (max-width: 767px) {
    .login-box{
        width: 90% !important;
    }
    .login-option{
        flex-wrap: wrap;
    }
    .login-option > div {
        flex : 0 0 100%;
        margin-top: 10px;
    }
}
.floating-labels .input-icon{
    top: -5px;
    position: relative;
}
.floating-labels .input-icon+.form-group{margin-left:30px}


/*-------------
 GPIO
 */

.gpio-pin-nb{
	width:2em;
	font-weight:bold;
	text-align:center;
	background-color:#e1edf7;
	margin:0.2em;
}
.gpio-pin-in{
	background-color:#b6f7b2;
}
.gpio-pin-out{
	background-color:#e0c2f7;
}
.label-default {
	background-color: #d2d4d8;
}
.label-green {
	background-color:#10bd72;
}
.pin-gpio .label{
	margin-top:6px;
}
.pin-gpio{
	border-top:1px solid #eee;
}
.pin-gpio:hover{
	background-color:#dcdfd8;
}
.bt-gpio:hover{
	filter:saturate(150%);
	background-color:#fff8ec;
}
.pointer{
	cursor:	pointer;
}
.gpio-status-cont{
	margin-top:4px;
	min-width:60px;
}
.gpio-status{
	border:1px solid #aaa;
	font-size:11px;
	font-weight:bold;
	height:28px;
	min-width:50px;
	border-radius:4px;
	padding:2px;
	margin:0 2px;
	vertical-align:middle;
}
.gpio-status:empty {
	border: none;
}
.gpio-inout{
	vertical-align:middle;
}
.gpio-out,.gpio-in{
	border-radius:6px;
	font-weight:bold;
}
.gpio-in{
	background-color:#d3ffdd;
}
.gpio-out{
	background-color:#ffebfc;
}
.box-room{
	min-height: 20rem;
}
.box-room h2{
	text-align: center;
	font-size: 2em;
	text-shadow: 0 0 3px #ffd7e5;
}
.box-room .supervisor-cont{
	min-height: 101px;
	vertical-align: middle;
}
.box-room .room-temperature{
	min-height: 24px;
}
#rooms-list .box-room .title{
	font-size:0.6em !important;
}
#rooms-list .supervisor-cont{
	font-size:0.8em;
}
#rooms-list .tr-supervisor td{
	padding:1px;
}
/*animation*/
.pulse-holder {
	width: 24px;
	height: 24px;
	position: relative;
}
.pulse {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #00cb44;
	animation: bg-green 3s linear;
	animation-iteration-count: infinite;
	z-index: 10;
	position: absolute;
	left: 10px;
	top: 10px;
}
.pulse-down{
	border: 5px solid #dc0000;
	background: #710c1d;
}

.pulse-align {
	position: relative;
	top: -4px;
}

.dot {
	border: 3px solid #00cb44;
	background: transparent;
	border-radius: 60px;
	height: 24px;
	width: 24px;
	animation: dot-pulse 3s linear;
	animation-iteration-count: infinite;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	opacity: 0;
}
@keyframes dot-pulse {
	0% {
		transform: scale(0);
		opacity: 0.0;
	}
	25% {
		transform: scale(0);
		opacity: 0.4;
	}
	50% {
		transform: scale(0.1);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.5);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@keyframes bg-green {
	0%   {background:#00cb44;}
	50%  {background:#52e885;}
	100% {background:#00cb44;}
}

/**widget wizzard*/
.form-wizard-nav{
	position: relative;
}
.form-wizard-nav a{
	color: inherit!important;
	background-color: transparent!important;
	box-shadow: none!important;
}
.form-wizard-nav .step-bwa{
	border: 4px solid var(--main-color-accent) !important;
	color: var(--main-color) !important;
	background-color: #fff;
	display: inline-block;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	transition: all .4s;
}
.form-wizard-nav.wiz-small .step-bwa{
	border: 2px solid var(--main-color-accent) !important;
	line-height: 22px;
	width: 24px;
	height: 24px;
}
.form-wizard-nav.wiz-small .active .step-bwa{
	border: 2px solid var(--alt-color-accent) !important;
}
.form-wizard-nav.wiz-small .active .fa{
	color:var(--alt-color-accent) !important;
}
.form-wizard-nav .done .step-bwa{
	border:2px solid var(--main-color) !important;
	background:  var(--main-color-accent);
	color: #fff !important;
}
.form-wizard-nav .step-bwa .fa{
	padding: 7px 0 0 0;
}
.form-wizard-nav .done .step-bwa .fa{
	padding: 9px 0 0 0;
}

.form-wizard-nav.wiz-small .step-bwa .fa{
	padding: 0 0 0 0;
}

.form-wizard-nav .title{
	position: absolute;
	width: 100%;
	left: 0;
	top: 45px;
}
.form-wizard-nav.wiz-small .title{
	top: 34px;
	font-size:9px;
}
.form-wizard-nav .progress-cont {
	position: absolute;
	display: inline-block;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	height: 5px;
}
.form-wizard-nav.wiz-small .progress-cont{
	top: 26px;
	height: 3px;
}
.form-wizard-nav .progress{
	margin: auto;
	height: 5px;
	border-radius: 0;
}
.form-wizard-nav.wiz-small .progress{
	height: 3px;
}
.form-wizard-nav .done .step{
	box-shadow: 0 14px 26px -12px rgba(233,30,99,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(233,30,99,.2);
}
.form-wizard-nav.wiz-small .done .step{
	box-shadow: 0 6px 16px -8px rgba(233,30,99,.30),0 8px 10px -5px rgba(233,30,99,.2);
}
.form-wizard-nav .svg-inline--fa{
	vertical-align: middle;
}
.active .step .pulse-circle {
	border: 4px solid var(--alt-color-accent);
	background: transparent;
	border-radius: 60px;
	height: 80px;
	width: 80px;
	animation: pulse-dot 1.5s linear;
	animation-iteration-count: infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	margin-left: -40px;
	margin-top: -40px;
}
#room-wizard .step{
	cursor: pointer;
}
#room-wizard .step:hover{
	filter:saturate(200%);
	transform: scale(1.2);
}
.wiz-small .active .step .pulse-circle{
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 3px solid var(--alt-color-accent);
}
@keyframes pulse-dot {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.0;
	}
	50% {
		-webkit-transform: scale(0.4);
		opacity: 0.1;
	}
	75% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	85% {
		-webkit-transform: scale(0.7);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}
.text-green {
	color: #28bebd !important; }

.text-turquoise {
	color: #00c5dc !important; }

.text-red {
	color: #EF5350 !important; }

.text-cyan {
	color: #26C6DA !important; }

.text-yellow {
	color: #f8c200 !important; }

.text-gray {
	color: #8f9eb5 !important; }

.text-blue {
	color: #42a5f5 !important; }

.text-orange {
	color: #ffb74d !important; }

.text-purple {
	color: #6B79C4 !important; }

.text-white {
	color: #fff !important; }

.text-brown {
	color: #795548 !important; }

.text-salmon {
	color: #EE6E73 !important; }

.text-muted {
	color: #8396b0; }

.color-black {
	color: #000 !important; }

.color-white {
	color: #fff !important; }


.mini-sidebar .left-sidebar a:hover .nav-label{
	display: inline;
}

.card-title{
	padding: 1.25rem 0 0  1.25rem;
}
.item-promocode{
	border:1px solid #00a9d1;
	border-radius:3px;
	padding:2px;
	text-align:center;
}

.box-room .nav-pills .title{
	font-size:0.8em;
}

.modal-lg,.modal-xxl{
	max-width: none !important;
}
.modal-lg {
    width: 70%;
}

.modal-xxl {
	width: 99%;
}
.modal-xxl #alert-body{
    padding:0!important;
}
@media (max-width: 992px) {
    .modal-xxl,.modal-lg  {
        width: 98% !important;
    }
}
.tr-item td{
    position: relative;
}
.td-img,.td-images{
    padding:1px !important;

}
.td-is_active{
    width: 1%;
}
@media (min-width: 992px) {
	.modal-xxl {
		width: 98%;
	}
}
.dz-image img{
    width: 100%;
}
.dropzone{
	padding: 8px!important;
}
.dropzone .dz-message .dz-button {
     background: none;
     color: inherit;
     border: none;
     padding: 0;
     font: inherit;
     cursor: pointer;
     outline: inherit;
}
.dropzone .dz-message {
    padding: 4rem 0;
}
.dropzone .dz-preview{
	border:1px solid #eee;
}
.dropzone .dz-image{
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.card-header h1,.card-header h2,.card-header h3,.card-header h4,.card-header h5,.card-header h6{
    margin-bottom: 0 !important;
}
@keyframes green-pulse {
    0% {background-color: #0aad05;}
    50% {background-color: #00bb7a;}
    100% {background-color: #0aad05;}
}
@keyframes blue-pulse {
	0% {background-color: #050aad;}
	50% {background-color: #007abb;}
	100% {background-color: #050aad;}
}
@keyframes red-pulse {
    0% {background-color: #ffbb99;}
    50% {background-color: #ffaa99;}
    100% {background-color: #ffbb99;}
}
@keyframes orange-pulse {
	0% {background-color: #0aad65;}
	50% {background-color: #00bbaa;}
	100% {background-color: #0aad65;}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
	background: #fff;
}

.sidebar-nav ul li a {
	color: var(--main-color-menu);
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
	color: var(--main-text-color);
	text-shadow: 0 0 3px var(--main-color);
}

.sidebar-nav ul li a.active {
	color: var(--main-color-dark);
}

.sidebar-nav ul li.nav-small-cap {
	color: var(--main-color-grey);
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
	color: var(--main-text-color);
	text-shadow: 0 0 3px var(--main-color);
}

.sidebar-nav > ul > li > a i {
	color: var(--main-color-grey);
}

.sidebar-nav > ul > li > a.active {
	font-weight: 400;
	background: var(--main-text-color);
	color: var(--main-color);
}
.sidebar-nav  li.active > a, .sidebar-nav li.active:hover > a {
	background: var(--main-color-hover-light) !important;
}
.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
	color: var(--main-text-color);
	background: var(--main-color-hover) !important;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
	color: var(--main-text-color);
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
	border-color: var(--main-text-color);
}
.sidebar-nav .disabled i,.sidebar-nav .disabled {
	color:#999;
}
.sidebar-nav .disabled i,.sidebar-nav .disabled {
	color:#999;
}
.sidebar-nav>ul>li.active:hover>a.disabled, .sidebar-nav>ul>li.active>a.disabled {
	color: #999;
	background: #eee !important;
}
.img-room{
	width: 100%;
	object-fit: contain;
}
.modal-body{
	padding-top: 10px !important;
}
.td-name{
	position: relative;
}
a{
	text-decoration: none;
}
.btn-info{
	color: #fff;
	background:#0a53be;
}
.btn-info:hover{
	color: #000;
	background:#77aaf3;
}