@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.edit-icon{
	cursor: pointer;
	margin-left: 10px;
	font-size: 1.2em;
	color: #007bff;
	align-items: center;

}
.edit-icon.title {
	display: none;
}

body{
	margin: 0px;
	margin: 0px;
	font-family: "Inter", sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
}
input, button, textarea, select{
	outline: none;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: "Inter", sans-serif;
}
pre {
	font-family: "Inter", sans-serif;
}
.center{
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* HEADER */
header{
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0;
	background-color: #fff;
}
.header__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.header__item{
	width: fit-content;
	min-width: 210px;
	height: auto;
}
.header__item-logo{
	width: fit-content;
	height: auto;
	float: left;
}
.header__item-logo img{
	width: 200px;
	height: auto;
	float: left;
	object-fit: contain;
	object-position: left;
}
.header__item-bar{
	display: none;
	width: 30px;
	height: 22px;
	background-image: url("../../images/icon/bar.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header__item-bar.active{
	background-image: url("../../images/icon/close.svg");
}
.header__item-close{
	width: 30px;
	height: 22px;
	background-image: url("../../images/icon/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 16px;
	top: 22px;
	filter: invert(0%) sepia(0%) saturate(7469%) hue-rotate(216deg) brightness(0%) contrast(107%);
	display: none;
}
.header__item ul{
	width: fit-content;
	height: auto;
}
.header__item ul > li{
	width: fit-content;
	height: auto;
	margin: 0 50px;
	float: left;
}
.header__item ul > li > a{
	width: fit-content;
	float: left;
	font-size: 16px;
	color: #000000;
	padding: 0 0 2px;
	transition: .4s;
}
.header__item ul > li > a:hover{
	color: rgb(32, 39, 50, 1);
	transition: .4s;
}
.header__item ul > li > a.active{
	color: rgba(27, 116, 228, 1);
	border-bottom: 1px solid;
	transition: .4s;
}
/* HEADER */

/* MAIN */
.main{
	width: 100%;
	height: auto;
	float: left;
	padding: 120px 0;
	background-color: #1B74E4;
	background-image: url("../../images/bg/main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main__row{
	width: 100%;
	height: auto;
	float: left;
}
.main__item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.main__item h1{
	width: 100%;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 51px;
	line-height: 67px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
}
.main__item h1 > b{
	text-transform: math-auto;
}
.main__item p{
	width: 100%;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	text-align: left;
	margin: 20px 0 0 0;
}
.main__item a{
	width: fit-content;
	height: auto;
	float: left;
	margin: 65px 0 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 85px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.main__item a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.main__item a:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
/* MAIN */

/* BIO */
.bio{
	width: 100%;
	height: auto;
	float: left;
	padding: 90px 0;
	background-color: #F0F0F3;
}
.bio__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.bio__item{
	width: 50%;
	height: auto;
}
.bio__item-poster{
	width: 90%;
	height: auto;
	float: left;
}
.bio__item h2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 64px;
	color: #202732;
	line-height: 80px;
	text-align: left;
	font-weight: 700;
}
.bio__item h2 > span{
	font-weight: 400;
	color: #1B74E4;
	text-transform: uppercase;
	width: 100%;
	float: left;
	font-size: 40px;
}
.bio__item p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #202732;
	line-height: 28px;
	text-align: left;
	margin: 30px 0 0 0;
}
/* BIO */

/* FINDER */
.finder{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 100px;
	background-color: #F0F0F3;
}
.finder h2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 44px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.finder h2 > span{
	text-transform: uppercase;
	color: #1B74E4;
	font-weight: 400;
}
.finder__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.finder__item{
	width: 45%;
	height: auto;
	margin: 70px 0 0 0;
}
.finder__item p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	color: #1B74E4;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	border-radius: 100px 0 0 100px;
	padding: 15px 60px;
	box-sizing: border-box;
}
.finder__item span{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #202732;
	line-height: 28px;
	text-align: left;
	margin: 20px 0 0 0;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 15px 5% 15px 60px;
	box-sizing: border-box;
	border-radius: 100px 0 0 100px;
}
.finder__row a{
	width: fit-content;
	height: auto;
	float: left;
	margin: 65px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 85px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.finder__row a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
/* FINDER */

/* AD */
.ad{
	width: 100%;
	height: auto;
	float: left;
	padding: 130px 0;
	background-color: #1B74E4;
	background-image: url("../../images/bg/ad.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ad__row{
	width: 100%;
	height: auto;
	float: left;
}
.ad__item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.ad__item h2{
	width: 100%;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 51px;
	line-height: 67px;
	text-align: left;
	font-weight: 300;
}
.ad__item h2 > em{
	font-style: normal;
	text-transform: uppercase;
	font-weight: 200;
}
.ad__item p{
	width: 100%;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	text-align: left;
	margin: 20px 0 0 0;
}
.ad__item a{
	width: fit-content;
	height: auto;
	float: left;
	margin: 65px 0 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 85px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.ad__item a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.ad__item a:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
.ad__item form{
	display: none;
}
/* AD */

/* ABOUT */
.about{
	width: 100%;
	height: auto;
	float: left;
	padding: 100px 0;
	background-color: #dfdfe2;
}
.about__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/*	align-content: center;
	align-items: center;
*/
}
.aboutleft{
	width: 47%;
}
.aboutright{
	width: 53%;
}
.about__item{
	height: auto;
}
.about__item-poster{
	width: 90%;
	height: auto;
	float: left;
}
.about__item h2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 44px;
	line-height: 58px;
	color: #202732;
	text-align: left;
	font-weight: 400;
}
.about__item h2 > span{
	font-weight: 400;
	font-size: 40px;
	color: #1B74E4;
	text-transform: uppercase;
}
.about__item p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #202732;
	line-height: 28px;
	text-align: left;
	margin: 30px 0 0 0;
}
.about__item a{
	width: fit-content;
	height: auto;
	float: left;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 85px;
	text-transform: uppercase;
	border-radius: 5px;
	transition: .4s;
}
.about__item a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.about__item a:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
/* ABOUT */

/* ADVANTAGES */
.advantages{
	width: 100%;
	height: auto;
	float: left;
	padding: 100px 0;
	background-color: #F0F0F3;
}
.advantages h2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 44px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.advantages h2 > span{
	font-weight: 700;
}
.advantages__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 90px 0 0 0;
}
.advantages__item{
	width: 32.5%;
	height: auto;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7),
    10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 30px 30px 60px;
	box-sizing: border-box;
	border-radius: 5px;
}
.advantages__item p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	color: #1B74E4;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}
.advantages__item span{
	width: 98%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #202732;
	line-height: 28px;
	text-align: left;
	margin: 20px 0 0 0;
}
.advantages__row a{
	width: fit-content;
	height: auto;
	float: left;
	margin: 65px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 85px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.advantages__row a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
/* ADVANTAGES */

/* FOOTER */
footer{
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	background-color: #fff;
}
.footer__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.footer__item{
	width: fit-content;
	min-width: 200px;
	height: auto;
}
.footer__item-copyright{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	color: rgb(32, 39, 50, 0.4);
	text-align: left;
}
.footer__item-document{
	width: fit-content;
	height: auto;
	float: left;
	font-size: 15px;
	color: rgb(32, 39, 50, 0.4);
	transition: .4s;
}
.footer__item-document:hover{
	color: rgb(32, 39, 50, 1);
	transition: .4s;
}
.footer__item:nth-child(3){
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-content: center;
	align-items: center;
}
.footer__item-network{
	width: fit-content;
	height: auto;
	float: right;
	opacity: 0.4;
	transition: .4s;
}
.footer__item-network:hover{
	opacity: 1;
	transition: .4s;
}
.footer__item-network img{
	width: fit-content;
	height: 21px;
	object-fit: contain;
	object-position: center;
}
/* FOOTER */

/* DOCUMENT */
.document{
	width: 100%;
	height: auto;
	float: left;
	background-color: #f0f0f3;
	padding: 60px 0;
}
.document-title{
	width: 100%;
	height: auto;
	float: left;
	font-weight: 500;
	text-align: left;
	font-size: 35px;
}
.document__row{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}
.document__item{
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0 0 0;
}
.document__item p{
	width: 100%;
	height: auto;
	float: left;
	font-weight: 500;
	text-align: left;
	font-size: 20px;
}
.document__item span{
	width: 100%;
	height: auto;
	float: left;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	margin: 20px 0 0 0;
}
/* DOCUMENT */

/* APPLICATION */
.application{
	width: 100%;
	height: auto;
	float: left;
	padding: 70px 0;
	background-color: #F0F0F3;
    background-image: url(../../images/bg/search-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 225px;
}
.application h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 44px;
    color: #202732;
    text-align: center;
    font-weight: 400;
}
.application h4 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #1b74e4;
    text-align: center;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.application__row{
	width: 100%;
	height: auto;
	float: left;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.application__item{
	max-width: 600px;
	height: auto;
	float: left;
	background: #f0f0f3;
	border-radius: 5px;
	position: relative;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 60px 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.application__item-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.application__item form{
	width: 100%;
	max-width: 400px;
    height: auto;
    float: left;
}
.application__item form > label{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
}
.application__item form > label > input,
.application__item form > label > textarea{
	width: 100%;
	height: auto;
	float: left;
	box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.7), 5px 5px 5px 0px rgba(174, 174, 192, 0.2);
	border: unset;
	height: 50px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
}
.application__item form > label > input:focus,
.application__item form > label > textarea:focus{
	box-shadow: inset -5px -5px 10px 0px rgba(250, 251, 255, 1),
    inset 5px 5px 5px 0px rgba(22, 27, 29, 0.23);
}
.application__item form > label > textarea{
	height: 130px;
	resize: unset;
}
.application__item form > button{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
	border: unset;
	cursor: pointer;
}
.application__item form > button:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.application__item .checkbox{width: 100%;height: auto;float: left;margin: 20px 0 0 0;}
.application__item .checkbox > .custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.application__item .checkbox > .custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}
.application__item .checkbox > .custom-checkbox+label > a{
	color: #0b76ef;
	display: contents;
}
.application__item .checkbox > .custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 3px;
	background-color: #ffffff;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	box-shadow: var(
    --input-box-shadow,
    -1px -1px 0px 0px rgba(255, 255, 255, 0.7),
    5px 5px 5px 0px rgba(174, 174, 192, 0.2)
  );
}
.application__item .checkbox > .custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.application__item__banner{
	width: 100%;
	max-width: 400px;
	height: auto;
	float: left;
	background: #f0f0f3;
	border-radius: 5px;
	box-shadow: var(
		--main-box-shadow,
		-10px -10px 10px 0px rgba(255, 255, 255, 0.7),
		10px 10px 10px 0px rgba(174, 174, 192, 0.2)
	);
	padding: 20px 100px 35px;
	margin: 45px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	box-sizing: border-box;
}
.application__item__banner-logo{
	width: fit-content;
	height: auto;
	float: left;
}
.application__item__banner-logo img{
	width: 200px;
	height: auto;
	float: left;
	object-fit: contain;
	object-position: left;
}
.application__item__banner ul{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}
.application__item__banner ul > li{
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
}
.application__item__banner ul > li:last-child{
	margin: 15px 0 0 0;
}
.application__item__banner ul > li > a{
	width: fit-content;
	height: auto;
	float: right;
	color: #000000;
}
/* APPLICATION */

/* MODAL */
.modal{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgb(217 217 218 / 40%);
	display: none;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.modal__row{
	width: 100%;
	max-width: 600px;
	height: auto;
	background-color: #ffffff;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 5px;
	position: relative;
}
.modal__row-close{
	width: 17px;
	height: 17px;
	background-image: url("../../images/icon/closemdl.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}
.modal__row p{
	width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    color: #1b74e4;
    text-align: center;
    font-weight: 400;
}
.modal__row span{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: 400;
	margin: 15px 0 0 0;
}

.modal__row b{
	width: 100%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: 500;
	margin: 25px 0 0 0;
}
/* MODAL */

/* SEARCH */
.search{
	width: 100%;
	height: auto;
	float: left;
	padding: 70px 0;
	background-color: #F0F0F3;
	background-image: url("../../images/bg/search-bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 350px;
}
.search h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 44px;
    color: #202732;
    text-align: center;
    font-weight: 400;
}
.search h4 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #1b74e4;
    text-align: center;
    font-weight: 400;
    margin: 25px 0 0 0;
}
.search h6 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #202732;
    text-align: center;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.search__row{
	width: 100%;
	height: auto;
	float: left;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.search__item{
	width: 100%;
	max-width: 600px;
	height: auto;
	float: left;
	background: #f0f0f3;
	border-radius: 5px;
	position: relative;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 60px 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.search__item-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.search__item form{
	width: 100%;
	max-width: 100%;
	height: auto;
	float: left;
}
.search__item form > label{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
	position: relative;
}
.search__item-dropdown{
	background: #ffffff;
	border-radius: 5px;
	width: 100%;
	height: auto;
	box-shadow: 0px 5px 10px 0px rgba(68, 67, 67, 0.5);
	position: absolute;
	z-index: 1;
	right: 0;
	top: 127px;
	display: none;
	margin-top: 15px;
}
.ok-button {
    display: inline-block;
    padding: 5px 10px;
	width: 20%;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* float: right; */
}

.search__item-dropdown ul{
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0;
	max-height: 200px;
	overflow-y: scroll;
}
.search__item-dropdown ul::-webkit-scrollbar {
  width: 5px;
}
.search__item-dropdown ul::-webkit-scrollbar-track {
  background: #ffffff; 
}
.search__item-dropdown ul::-webkit-scrollbar-thumb {
  background: #64a4e7; 
}
.search__item-dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #64a4e7; 
}
.search__item-dropdown ul > li{
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 15px;
	box-sizing: border-box;
	line-height: normal;
	font-size: 15px;
}
.search__item-dropdown ul > li:hover,
.search__item-dropdown ul > li.active{
	background-color: #64a4e7;
	color: #ffffff;
}
.search__item form > label > p{
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
}
.search__item form > label > span{
	width: 100%;
	height: auto;
	float: left;
	color: #8e8e8e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin: 5px 0 13px 0;
}

.search__item form > label > input,
.search__item form > label > textarea{
	width: 100%;
	height: auto;
	float: left;
	box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.7), 5px 5px 5px 0px rgba(174, 174, 192, 0.2);
	border: unset;
	height: 50px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
}
.search__item form > label > input:focus,
.search__item form > label > textarea:focus{
	box-shadow: inset -5px -5px 10px 0px rgba(250, 251, 255, 1),
    inset 5px 5px 5px 0px rgba(22, 27, 29, 0.23);
}
.search__item form > label.dropdown > input{
	background-image: url('../../images/icon/drop.svg');
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 96% 20px;
	cursor: pointer;
}
/* .search__item form > label > input.error{
	border: 1px solid #ff3c3f;
} */
.error-txt{
	width: 100%;
    height: auto;
    float: left;
    margin: 10px auto 0;
    color: #ff3c3f;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    padding: 0 15px;
}

.input-error {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important; /* Light red background */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5); /* Red glow effect */
    transition: all 0.3s ease-in-out; /* Smooth transition for the highlight */
}

.input-error:focus {
    outline: none; /* Remove default outline */
    border-color: #ff4d4d; /* Slightly brighter red when focused */
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.7); /* More intense glow when focused */
}

.search__item form > label > textarea{
	height: 130px;
	resize: unset;
}
.search__item form > button{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
	border: unset;
	cursor: pointer;
}
.search__item form > button:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.search__item-dropdownerror{
	width: 100%;
	height: auto;
	float: left;
	box-shadow: 0px 5px 10px 0px rgba(68, 67, 67, 0.1);
	z-index: 1001;
	position: absolute;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
	left: 0;
	top: 128px;
	display: none;
}
.search__item-dropdownerror p{
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
.search__item-dropdownerror span{
	width: 100%;
	height: auto;
	float: left;
	color: #1b74e4;
	margin: 7px 0 0;
	font-size: 15px;
}
.search__item-dropdown__price{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px;
	box-sizing: border-box;
}
.search__item-dropdown__price input{
	width: 48%;
	height: 50px;
	border: 1px solid #8e8e8e;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
}
.search__item-dropdown__price .radio{
	margin: 0 0 15px;
}
.search__item-dropdown__price .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.search__item-dropdown__price .custom-radio+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-size: 14px;
	align-content: center;
}
.search__item-dropdown__price .custom-radio+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 50%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
}
.search__item-dropdown__price .custom-radio:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* SEARCH */

/* RANGE */
.outerrainge {
    max-width: 100%;
    margin: 25px 0 0;
    width: 100%;
    display: none;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    display: none;
}


.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {

  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #1b74e4;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #c1c1c1;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* RANGE */


/* COURSE */
.course{
	width: 100%;
	height: auto;
	float: left;
	padding: 100px 0;
	background-color: #f0f0f3;
	background-image: url("../../images/bg/course.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.course__row{
	width: 100%;
	height: auto;
	float: left;
}
.course__item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.course__item h2{
	width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #202732;
    text-align: left;
    font-weight: 400;
}
.course__item h2 > span{
	text-transform: uppercase;
    color: #1B74E4;
    font-weight: 300;
}
.course__item ul{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	margin: 30px 0 0 0;
	flex-direction: column;
	align-content: flex-start;
}
.course__item ul > li{
	width: 50%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	padding: 10px 0 10px 25px;
	box-sizing: border-box;
	border-left: 1px solid;
}
.course__item a{
	width: fit-content;
	height: auto;
	float: left;
	margin: 50px 0 0 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 50px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.course__item a:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.course__item a:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
/* COURSE */

/* INFORMATION */
.information{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
	background-color: #f0f0f3;
}
.information__row{
	width: 100%;
	height: auto;
	float: left;
}
.information__item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	border-radius: 5px;
	box-shadow: inset -5px -5px 10px 0px rgba(250, 251, 255, 1), inset 5px 5px 5px 0px rgba(22, 27, 29, 0.23);
	padding: 20px 80px 60px;
	box-sizing: border-box;
}
.information__item-description{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 16px;
	line-height: 22px;
	margin: 50px 0 0 0;
	text-align: left;
	padding: 30px 0 0 0;
	position: relative;
}
.information__item-description::before{
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(177, 209, 243, 1) 4.307250678539276%, rgba(27, 116, 228, 1) 55.15008568763733%, rgba(39, 84, 169, 1) 100%);
	border-radius: 6.5px;
	flex-shrink: 0;
	width: 194px;
	height: 13px;
	box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
}
/* INFORMATION */

/* CONTACTS */
.contacts{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0 100px;
	background-color: #f0f0f3;
}
.contacts__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	border-radius: 5px;
	box-shadow: inset -5px -5px 10px 0px rgba(250, 251, 255, 1), inset 5px 5px 5px 0px rgba(22, 27, 29, 0.23);
	padding: 80px;
	box-sizing: border-box;
}
.contacts__item:nth-child(1){
	width: 60%;
	height: auto;
}
.contacts__item:nth-child(2){
	width: 40%;
	height: auto;
}
.contacts__item-title{
	width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #202732;
    text-align: left;
    font-weight: 400;
}
.contacts__item-title span{
	text-transform: uppercase;
    color: #1B74E4;
    font-weight: 300;
}
.contacts__item-description{
	width: 85%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	margin: 70px 0 0 0;
	padding: 35px 0 0 0;
	position: relative;
}
.contacts__item-description::before{
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(177, 209, 243, 1) 4.307250678539276%, rgba(27, 116, 228, 1) 55.15008568763733%, rgba(39, 84, 169, 1) 100%);
	border-radius: 6.5px;
	flex-shrink: 0;
	width: 194px;
	height: 13px;
	box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
}
.contacts__item form{
	width: 100%;
	height: auto;
	float: left;
}
.contacts__item form > label{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 30px;
}
.contacts__item form > label > input,
.contacts__item form > label > textarea{
	width: 100%;
	height: auto;
	float: left;
	box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.7), 5px 5px 5px 0px rgba(174, 174, 192, 0.2);
	border: unset;
	height: 50px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
}
.contacts__item form > label > input:focus,
.contacts__item form > label > textarea:focus{
	box-shadow: inset -5px -5px 10px 0px rgba(250, 251, 255, 1),
    inset 5px 5px 5px 0px rgba(22, 27, 29, 0.23);
}
.contacts__item form > label > textarea{
	height: 130px;
	resize: unset;
}
.contacts__item form > button{
	width: 100%;
	height: auto;
	float: left;
	margin: 30px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
	border: unset;
	cursor: pointer;
}
.contacts__item form > button:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.contacts__item .checkbox{width: 100%;height: auto;float: left;}
.contacts__item .checkbox > .custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.contacts__item .checkbox > .custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-size: 14px;
}
.contacts__item .checkbox > .custom-checkbox+label > a{
	color: #0b76ef;
	display: contents;
}
.contacts__item .checkbox > .custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 3px;
	background-color: #ffffff;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	box-shadow: var(
    --input-box-shadow,
    -1px -1px 0px 0px rgba(255, 255, 255, 0.7),
    5px 5px 5px 0px rgba(174, 174, 192, 0.2)
  );
}
.contacts__item .checkbox > .custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* CONTACTS */

/* FAQ */
.faq{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
	background-color: #f0f0f3;
}
.faq .center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.faq-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 40px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.faq-title span{
	text-transform: uppercase;
    color: #1B74E4;
    font-weight: 300;
}
.faq__row{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
}
.faq__item{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}
.faq__item-title{
	width: 100%;
	height: auto;
	float: left;
	color: #1b74e4;
	font-size: 20px;
	background-color: #f0f0f3;
	border-radius: 80px 0px 0px 80px;
	box-shadow: 10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 20px 100px;
	box-sizing: border-box;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.faq__item-title::before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url("../../images/icon/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 19px;
	right: 100px;
	transition: .4s;
}
.faq__item-title.active::before{
	transform: rotate(45deg);
	transition: .4s;
}
.faq__box{
	width: 100%;
	height: auto;
	float: left;
	padding: 40px 100px;
	box-sizing: border-box;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.faq__box::before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(177, 209, 243, 1) 4.307250678539276%, rgba(27, 116, 228, 1) 55.15008568763733%, rgba(39, 84, 169, 1) 100%);
    border-radius: 6.5px;
    flex-shrink: 0;
    width: calc(100% - 200px);
    height: 13px;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    left: 100px;
    top: 85px;
}
.faq__block{
	width: min-content;
	height: auto;
	max-width: 20%;
}
.faq__block p{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.faq__block span{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	text-align: left;
	font-weight: 400;
	margin: 65px 0 0 0;
	font-size: 15px;
	line-height: 22px;
}
.faq__block span > b{
	width: 100%;
	height: auto;
	float: left;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
}
.faq-button{
	width: fit-content;
	height: auto;
	float: left;
	margin: 60px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 50px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.faq-button:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.faq-button:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
/* FAQ */

/* STEPS */
.steps{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
	background-color: #f0f0f3;
}
.steps .center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.steps-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 40px;
	color: #202732;
	text-align: center;
	font-weight: 400;
}
.steps-title span{
	text-transform: uppercase;
    color: #1B74E4;
    font-weight: 300;
}
.steps__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: -10px -10px 10px 0px rgba(255, 255, 255, 0.7), 10px 10px 10px 0px rgba(174, 174, 192, 0.2);
	padding: 30px 80px;
	box-sizing: border-box;
	margin: 60px 0 0 0;
	position: relative;
}
.steps__row::before{
	content: "";
	position: absolute;
	width: 13px;
	height: calc(100% - 140px);
	background-color: #fff;
	left: 100px;
	top: 50px;
	box-shadow: inset -5px -5px 16px 0px rgba(250, 251, 255, 0.6), inset 5px 5px 10px 0px rgba(22, 27, 29, 0.2);
}
.steps__item{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.steps__box:nth-child(1){
	width: 15%;
	height: auto;
}
.steps__box:nth-child(2){
	width: 85%;
	height: auto;
}
.steps__box-step{
	background: #fff;
	border-radius: 100px;
	width: 52px;
	height: 52px;
	box-shadow: inset -5px -5px 16px 0px rgba(250, 251, 255, 0.6), inset 5px 5px 10px 0px rgba(22, 27, 29, 0.2);
	position: relative;
}
.steps__box-step::before{
	content: "";
	border-radius: 100px;
	width: 29px;
	height: 29px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.steps__item:nth-child(1) .steps__box-step::before{
	background: #b1d1f3;
}
.steps__item:nth-child(2) .steps__box-step::before{
	background: #64a4e7;
}
.steps__item:nth-child(3) .steps__box-step::before{
	background: #1b74e4;
}
.steps__item:nth-child(4) .steps__box-step::before{
	background: #2754a9;
}
.steps__box p{
	width: 100%;
	height: auto;
	float: left;
	color: #1b74e4;
	text-transform: uppercase;
	font-size: 22px;
}
.steps__box span{
	width: 85%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0 0;
}
.steps-button{
	width: fit-content;
	height: auto;
	float: left;
	margin: 60px auto 0;
	color: #FFFFFF;
	background-color: #1B74E4;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 50px;
	text-transform: uppercase;
	transition: .4s;
	border-radius: 5px;
}
.steps-button:hover{
	background-color: rgba(66, 139, 232, 1);
	transition: .4s;
}
.steps-button:active{
	background-color: rgba(24, 103, 201, 1);
	transition: .4s;
}
/* STEPS */
@media (min-width: 1320px) {
    .about__item a {
        margin: 65px 0 0 0;
    }
}

/* Стили для экранов с шириной меньше 1320 пикселей */
@media (max-width: 1319px) {
    .about__item a {
        margin: 40px 0 0 0;
    }
}


.checkbox-small {
	height: 2em;
	width: 2em;
}


.dropbtn {
    /* Your existing button styles */
    padding: 10px 20px;
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
}

.previous-requests-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100%; /* Matches button width */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 1;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}

.previous-requests-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
}

.previous-requests-table th,
.previous-requests-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.previous-requests-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    position: sticky;
    top: 0; /* Keeps header visible when scrolling */
    z-index: 2;
}

.previous-requests-table td a {
    text-decoration: none;
    color: #0066cc;
    transition: color 0.2s;
}

.previous-requests-table td a:hover {
    color: #003366;
    text-decoration: underline;
}

.previous-requests-table tr:hover {
    background-color: #fafafa;
}

/* Ensure table doesn't overflow dropdown */
.previous-requests-content::-webkit-scrollbar {
    width: 6px;
}

.previous-requests-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}


/* Prescreen button */
.prescreen-button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(45deg, #6b48ff, #00ddeb);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(107, 72, 255, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.prescreen-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 72, 255, 0.6);
}

/* Loading overlay */
.prescreen-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.prescreen-loading-content {
	width: 20em;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.prescreen-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 5px solid #00ddeb;
    border-radius: 50%;
    animation: prescreen-spin 1.2s ease-in-out infinite;
    margin: 0 auto 15px;
}

@keyframes prescreen-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.prescreen-loading-message {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: prescreen-fade 2s infinite;
}

@keyframes prescreen-fade {
    0%, 100% { opacity: 0; transform: translateY(10px); }
    50% { opacity: 1; transform: translateY(0); }
}

.hidden {
    display: none;
}

/* Modal */
.prescreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    backdrop-filter: blur(3px);
}
.prescreen-modal.hidden {
	display: none;
}

.prescreen-modal-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    max-width: 700px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: prescreen-modal-slide 0.4s ease-out;
    max-height: 80vh; /* Limit height to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


.prescreen-modal-content::-webkit-scrollbar {
    width: 8px;
}

.prescreen-modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.prescreen-modal-content::-webkit-scrollbar-thumb {
    background: #6b48ff;
    border-radius: 4px;
}

.prescreen-modal-content::-webkit-scrollbar-thumb:hover {
    background: #00ddeb;
}


@keyframes prescreen-modal-slide {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.prescreen-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #6b48ff;
    cursor: pointer;
    transition: color 0.2s, transform 0.2s;
}

.prescreen-close:hover {
    color: #00ddeb;
    transform: rotate(90deg);
}

.prescreen-modal-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e2f;
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(45deg, #6b48ff, #00ddeb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Result layout */
.prescreen-result {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

/* Score section */
.prescreen-score-section {
    text-align: center;
}

.prescreen-score-section h3 {
    font-size: 18px;
    color: #6b48ff;
    margin-bottom: 15px;
    font-weight: 600;
}

.prescreen-score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    background: conic-gradient(#6b48ff 0deg, #e0e0e0 0deg);
    box-shadow: 0 5px 15px rgba(107, 72, 255, 0.4);
    position: relative;
    transition: transform 0.3s;
}

.prescreen-score-circle:hover {
    transform: scale(1.05);
}

.prescreen-score-circle::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

/* Details section */
.prescreen-details-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #6b48ff;
    margin-bottom: 12px;
    position: relative;
}

.prescreen-details-section h3::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #00ddeb;
    bottom: -5px;
    left: 0;
}

.prescreen-match-list, .prescreen-not-match-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.prescreen-match-list li {
    padding: 10px 15px;
    background: rgba(107, 72, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #1e1e2f;
    transition: transform 0.2s, box-shadow 0.2s;
}

.prescreen-match-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(107, 72, 255, 0.2);
}

.prescreen-not-match-list li {
    padding: 10px 15px;
    background: rgba(255, 82, 82, 0.1);
    border-radius: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #1e1e2f;
    transition: transform 0.2s, box-shadow 0.2s;
}

.prescreen-not-match-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(255, 82, 82, 0.2);
}

.prescreen-beautify-text {
    padding: 15px;
    background: rgba(0, 221, 235, 0.1);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #1e1e2f;
    border-left: 4px solid #00ddeb;
}