/*@font-face {
    font-family: 'TatweerAlRiyadh-Regular';
    src: url('../fonts/TatweerAlRiyadh-Regular.ttf');
    src: url('../fonts/TatweerAlRiyadh-Regular.svg');
    src: url('../fonts/TatweerAlRiyadh-Regular.eot');
    src: url('../fonts/TatweerAlRiyadh-Regular.woff');
}*/

body,html{
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration: none;
}

.header .navbar{
	padding: 0;
}

.header .navbar-brand img{
	width: auto;
	height: 60px;
}

.navbar-collapse{
	background: linear-gradient(90deg, #5E9B47 0%, #247B3D 100%);

}

.header .nav-link{
	color: #fff;
	margin-right: 30px;
	position: relative;
}

.header .nav-link:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24702380952380953) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.25262605042016806) 100%);
	transition: 0.3s;
}

.header .nav-link.active{
	color: #fff;
}

.header .nav-link.active:before{
	width: 100%;
}

.header .nav-link:hover:before{
	width: 100%;
}

.header .navbar-nav{
	padding: 15px 15px 15px 65px;
}
.navbar-collapse{
	position: relative;
}
.navbar-collapse:after{
	content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 72px solid #fff;
}

.steps{
	background: rgba(245, 245, 245, 1);
}

.steps-label label{
	color: #767676;
	font-size: 18px;
}

.steps-label .progress{
	height: 16.5px;
	position: relative;
	border-radius: 19px;
	background: #EFEFEF;
	overflow: inherit;
}

.steps-label .progress-bar{
	background: linear-gradient(90deg, #5E9B47 0%, #247B3D 100%);
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
	z-index: 1;
}

.steps-label .progress ul{
	display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    height: 15px;
}

.steps-label .progress ul li i{
	color: #D2D2D2;
	position: relative;
	right: 5px;
}

.steps-label .progress ul li i.active{
	font-size: 25px;
	color: #247B3D;
	position: relative;
	top: -5px;
}

.steps-label .progress ul li:first-child{
	opacity: 0;
}

.steps-label .progress ul li:last-child i.active{
	right: -5px;
}

.title{
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8e3ec;
}

.main-title h1{
	font-size: 40px;
	font-weight: 600;
}

.min-title{
	color: #696969;
}

.input-building{
	margin-bottom: 30px;
}

.input-building label{
	cursor: pointer;
}

.input-building label img{
	transition: 0.3s;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgb(78 78 78 / 10%);
	border: 1px solid transparent;
}

.input-building label:hover img{
	border: 1px solid #247B3D;
}

.input-building img{
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    padding: 30px;
}

.input-building label input{
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
}

.input-building label span{
	color: rgba(156, 156, 156, 1);
	display: block;
	margin-top: 10px;
	font-size: 18px;
	transition: 0.3s;
	padding: 5px;
}
.input-building label i{
	position: absolute;
    color: #247b3d;
    font-size: 30px;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    right: 15px;
}

.input-building.checked label i{
	top: 15px;
	opacity: 1;
}

.input-building.checked label span{
	color: #247B3D;
}
.input-building.checked label img{
	border: 1px solid #247B3D;
}

.input-building label img:hover{
	border: 1px solid #247B3D;
}

.btn-success{
	background: rgb(94,155,71);
	background: linear-gradient(0deg, rgba(94,155,71,1) 0%, rgba(68,141,67,1) 50%, rgba(52,131,64,1) 100%);
	border-color: rgb(94,155,71);
    border-radius: 15px;
    height: 55px;
    font-size: 20px;
}

.btn-success:hover{
	background: rgb(94,155,71);
	background: linear-gradient(180deg, rgba(94,155,71,1) 0%, rgba(68,141,67,1) 50%, rgba(52,131,64,1) 100%);
}

.btn-secondary{
    border-radius: 15px;
    height: 55px;
    font-size: 20px;
}

.footer{
	padding: 40px 0;
	background: #f1f1f1 url(/img/footer-bac.jpg);
    background-size: 100px;
    overflow: hidden;
}

.footer .footer-brand{
	display: table;
}
.footer .footer-brand img{
	width: 100%;
	height: auto;
}

.footer .links-footer h2{
	font-size: 18px;
	font-weight: 500;
	color: #323232;
}

.footer .links-footer li a{
	color: #6B6B6B;
	display: table;
	margin-bottom: 5px;
}

.footer .links-footer li a:hover{
	color: #00884e;
}

.form-control{
	height: 40px;
/*	background: rgb(245 245 245 / 40%);*/
	border-radius: 0;
}

.form-label i.req{
	color: #c02b0a;
	font-size: 14px;
	font-style: normal;
}

.form-control:focus {
    border-color: #00884e;
    box-shadow: 0 0 0 0.25rem rgb(0 136 78 / 25%);
}

.form-label i{
	color: #00854c;
    font-size: 20px;
}

.form-block-radio button{
	position: relative;
}

.form-block-radio button.checked{
	background: #00884e;
	border-color: #00884e;
	color: #fff;
}

.form-block-radio button input{
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.buildings{
	border-bottom: 1px solid #d8e3ec;
}

.tooltip.show{
	opacity: 1!important;
}

.tooltip-inner{
	max-width: 300px;
	background: #f1f1f1;
	color: #00884e;
	font-size: 16px;
    border: 1px solid rgb(0 136 78 / 20%);
}

.tooltip-inner img{
	width: 100%;
	height: auto;
	max-height: 100%;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
    border-top-color: #00884e!important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
    border-bottom-color: #00884e!important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
    border-right-color: #00884e!important;
}


@media (max-width: 1399.9px){}

@media (max-width: 1199.9px){
	.header .nav-link{
		margin-right: 20px;
	}
}

@media (max-width: 991.9px){

	.navbar-collapse:after{
		display: none;
	}
	.header .navbar-nav{
		margin-bottom: 0 !important;
		padding: 15px;
	}

}

@media (max-width: 768px){}

@media (max-width: 575.9px){
	.input-building label{
		display: table;
		margin: auto;
	}
	.footer .footer-brand img{
		width: 70%;
	}
	.form-block-radio button{
		margin-bottom: 10px;
	}
	.main-title h1 {
	    font-size: 30px;
	}
}

@media (max-width: 500px){
	.title{
		font-size: 20px;
	}
}

@media (max-width: 450px){}

.loader-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.loader-in-above-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.3); /* Border color for the spinner */
    border-top: 4px solid #000; /* Border color for the spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Animation for spinning */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.vue-picker{
    width: 100%;
    height: 37px;
}
.vue-picker button{
    height: 100%;
    border-radius: 5px;
    border-color: #d0cece;
}
