@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
	padding: 0;
	margin: 0;
}
body {
	/* background: #ebefff; */
	background: #008b48;
	overflow-x: hidden;
}

.wrap {
	width: 250px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

.stars {
	/* width: fit-content;
	margin: 0 auto; */
	cursor: pointer;
}

.star {
	color: #008b48 !important;
}

.rate {
	height: 50px;
	margin-left: -5px;
	padding: 5px;
	font-size: 25px;
	position: relative;
	cursor: pointer;
}

.rate input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	pointer-events: none;
}

.star-over::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	content: "\f005";
	display: inline-block;
	color: #5fc394;
	z-index: 1;
	position: absolute;
	top: 17px;
	left: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.rate:nth-child(1) .face::after {
	content: "\f119";
	/* ☹ */
}

.rate:nth-child(2) .face::after {
	content: "\f11a";
	/* 😐 */
}

.rate:nth-child(3) .face::after {
	content: "\f118";
	/* 🙂 */
}

.rate:nth-child(4) .face::after {
	content: "\f580";
	/* 😊 */
}

.rate:nth-child(5) .face::after {
	content: "\f59a";
	/* 😄 */
}

.face {
	opacity: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	background: #008b48;
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	/* background: #91a6ff; */

	border-radius: 5px;
	top: -35px;
	left: 2px;
	transition: 0.2s;
	pointer-events: none;
}

.face::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0dd";
	display: inline-block;
	color: #008b48;
	z-index: 1;
	position: absolute;
	left: 9px;
	bottom: -15px;
}

.face::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	color: #fff;
	z-index: 1;
	position: absolute;
	left: 5px;
	top: -1px;
}

.rate:hover .face {
	opacity: 1;
}

.rating_name {
	font-weight: 600;
	font-size: 16px;
	color: black;
}

.font_optional {
	font-size: 14px;
	font-weight: 400;
}

.btn-primary {
	background-color: #008b48 !important;
	border: none;
	font-size: 16px;
	padding: 10px 30px;
	font-weight: 600;
}

.form-control::placeholder {
	font-size: 14px;
	font-weight: 400;
}

.form-control:focus {
	border-color: #e3e3e3;
	box-shadow: none !important;

}

.form-control {
	font-size: 15px;
	color: black;
	font-weight: 500;
	padding: 10px;
	border-color: 1px solid #e3e3e3 !important;
	background: #f1f1f1;
}

.review_box {
	box-shadow: none;
}

.header_feedback {
	background: #2e3192;
	margin: 0 !important;
	padding: 0 !important;


}

.header_feedback .modal-title {
	font-size: 28px;
	color: white;
	font-weight: 700;
	font-family: "Nunito", sans-serif;

}

.logo_parent {
	width: 80%;
	text-align: center;
}


.header_title {
	width: 100%;
	margin: 0 !important;
	margin: 0 !important;
	text-align: center;
	background: #008b48;

	font-size: 22px;
	color: white;
	font-family: "Nunito", sans-serif;
}

.cardborder {
	border-radius: 20px;
}

.rating_ctgry {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/* login */
.login_page {
	background: #2e3192;
	min-height: 100vh;
	max-height: 100vh;
}

.login_page .white_board {
	background: white;
	border-radius: 5px;
	padding: 20px 50px;
	margin: 20px;
	width: 30%;
}

.login_page .welcome {
	color: #07a44d;
	font-size: 20px;
	font-weight: 700;
	/* font-family: "Nunito", sans-serif; */
	padding: 17px 0;
	text-align: center;
}

.login_page h4 {
	text-align: center;
	color: black;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 16px;
}

.login_page input {
	display: block;
	padding: 12px 0;
	width: 100%;
	background: white;
	border-radius: 10px;
	text-indent: 12px;
	font-size: 15px;
	font-weight: 600;
	color: black;
	margin-bottom: 10px;
}

.login_page .btn_1 {
	background: #07a44d;
	padding: 10px 30px;
	color: white;
	font-weight: 600;
	border-radius: 50px;
}

.login_page .btn_2 {
	background: white;
	padding: 10px 30px;
	color: #07a44d;
	font-weight: 600;
	border-radius: 50px;
	width: 48%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* rooms */
.rooms_clean {
	min-height: 100vh;

}

.rooms_clean .clean_by p {
	font-size: 16px;
	font-weight: 500;
}

.rooms_clean .clean_by h5 {
	font-size: 18px;
	font-weight: 600;
	color: #07a44d;
}

.bg_green {
	background: #07a44d !important;
}
.bg_blue {
	background: #2e3192 !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.rooms_clean .clean_details {
	background: #2e3192;
	padding: 30px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	height: 100%;
}


.ticker .active_blackBg {
	background: #008b48;
	border: 3px solid #008b48;
}

.ticker .active_blackBg h4 {
	color: white !important;
}

.rooms_clean .clean_details h2 {
	font-size: 18px;
	font-weight: 600;
	color: white;

}

.rooms_clean .clean_details h4 {
	color: white;
	font-weight: 700;
	padding: 2px 0;

}

.rooms_clean .clean_details p {
	color: #ebebeb;
	font-size: 15px;
	font-weight: 500;

}

.rooms_clean .clean_details .inspection_title {
	color: #07a44d;
	font-size: 15px;
	font-weight: 700;

}

.page_title {
	font-size: 25px;
	font-weight: 700;
	color: black;
	font-family: "Nunito", sans-serif;
}

.ticker {
	position: relative;
}

.rating_category {
	position: relative !important;
	z-index: 1 !important;
}

.ticker .tick_icon {
	position: absolute;
    content: "";
    background-image: url(../images/tick.png);
    width: 120px;
    height: 120%;
    background-repeat: no-repeat;
    top: 30%;
    left: 36%;
    z-index: 200;
    display: block;
    background-size: contain;
}

.ins_image_parent img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#message_holder {
	position: relative;
}

#message_holder h6 {
	color: white;
	font-size: 25px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
}

#message_holder .notify {
	position: absolute;
	content: "";
	right: 5%;
	top: 10%;
	width: 30px;
	height: 30px;
	rotate: 18deg;
}

#message_holder .star {
	position: absolute;
	content: "";
	left: 5%;
	top: -10%;
	width: 30px;
	height: 30px;
	rotate: 18deg;
}

#message_holder .share_parent {
	width: 40px;
	height: 40px;
	background: white;
	padding: 10px;
	border-radius: 50%;
}

.parent_tick {
	background: white;
	border-radius: 50%;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 10%;
}
.success .intro-y{
	animation-delay: .3s !important;
}
.card {
	border-radius: 20px;
}

.tick {
	transform-origin: center;
	animation: grow 1.2s ease-in-out forwards;
}

.circle {
	transform-origin: center;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash 1s linear;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
		opacity: 0;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@media only screen and (max-width: 400px) {
	.rating_ctgry {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
}

@media only screen and (max-width: 600px) {
	.header_feedback .modal-title {
		font-size: 23px;
		white-space: nowrap;
	}

	.optinal_field {
		display: flex;
		flex-direction: column;
		align-items: start;
		/* justify-content: space-between; */
	}

	.small-ratings {
		width: 100%;
	}

	.login_page .white_board {
		background: white;
		border-radius: 5px;
		padding: 20px 50px;
		margin: 20px;
		width: 80%;
	}

	.ticker .tick_icon {
		position: absolute;
        content: "";
        background-image: url(../images/tick.png);
        width: 65px;
        height: 65%;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 30%;
        left: 39%;
        z-index: 200;
        display: block;
	}

	.parent_tick {
		width: 25%;
	}

}

@keyframes grow {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	60% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}