@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	outline: none;
	user-select: none;
}

/* desktop ui */
.max {
	max-width: 1920px;
	display: block;
	margin: auto;
	overflow-x: hidden;
}
html {
}

/* ui color */
:root {
	--color: #4b4b4b;
	--color1: #9d9d9d;
	--color2: #1dacfd;
	--color3: #1dacfd;
	--color4: #585858;
	--color5: #d0d7f4;
	--color6: #a0a0a0;
	--color7: #f1f1f1;
	--color8: #a4a4a4;
	--color9: #a5a5a5;
	--color10: #616161;
	--color11: #f6f8ff;
	--color12: #eff4fe;
	--color13: #deeaff;
	--vaqt: #fd4e4e;
	--green: #68cd7e;
	/* btn bg */
	--btn-bg: #1dacfd;
	--btn-bg1: #ffffff;
	--btn-red: red;
}

/* sayt yuklanganda */
.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transition: all 0.4s ease-in-out;
	z-index: -999;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.load.activ {
	z-index: 999;
	opacity: 1;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.flex {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 20px;
}

/* btn */
.btns {
	padding: 11px 30px;
	border-radius: 16px;
	cursor: pointer;
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
}

.btns-white {
	padding: 11px 95px;
	background: var(--btn-bg1);
	color: var(--color4);
	border: 2px solid var(--btn-bg1);
}

.btns-white.bg-none {
	background: none;
	color: var(--btn-bg1);
}

.btns-blue {
	background: var(--btn-bg);
	border: 2px solid var(--btn-bg);
	color: var(--btn-bg1);
}

.btns-red {
	background: var(--btn-red);
	border: 2px solid var(--btn-red);
	color: var(--btn-bg1);
}

.btns-icon {
	display: inline-block;
}

.btns-icon > img {
	margin-left: 10px;
}

.btns-disebld {
	background: none;
	border: 2px solid var(--color8);
	color: var(--color8);
}

.btns-blue-1 {
	background: var(--color3);
	border: 2px solid var(--color3);
	color: var(--btn-bg1);
}

.btns-blue-1-white {
	background: none;
	border: 2px solid var(--color3);
	color: var(--color3);
}

/* birichi sahifa nav */
nav {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
	text-align: center;
	padding: 20px 0;
	z-index: 99;
}

.nav_logo a {
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	color: #ffffff;
}

.content {
	width: 100%;
	height: 100vh;
	position: relative;
}

.content.index {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.content.home {
	background: url('../imgs/img/header.jpg') center center/cover no-repeat;
}

.content-main {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.content-main > h1 {
	font-weight: 300;
	font-size: 80px;
	line-height: 96px;
	text-align: center;
	color: #ffffff;
}

.content-main > h1 > span {
	font-weight: 600;
}

.content-main .login_register {
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	margin-top: 106px;
}

.content-main button:nth-child(1) {
	margin-right: 20px;
}

/* login */
nav.login {
	background: #ffffff9a;
	box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.11);
	backdrop-filter: blur(10px);
}

nav.login a {
	color: var(--color3);
}

body.login {
	background: url('../imgs/img/bg_img.jpg') center center/cover no-repeat;
	height: 100%;
}
body.login-image {
	background: url('../imgs/img/bg.png') center center/cover no-repeat;
	/* min-height: 100vh;
  min-height: 100%;
  min-width: 100vw;
  min-width: 100% */
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.login_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.login-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.content.login {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form {
	/* background: transparent; */
	backdrop-filter: blur(20px);
	background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.486) 0%, rgba(255, 255, 255, 0.8) 110.84%);
	border: 1.5px solid #ffffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	backdrop-filter: blur(10.5px);
	border-radius: 0.8rem;
	box-shadow: 0px 20px 50px 10px rgba(50, 100, 188, 0.12);
	/* border-radius: 16px; */
}

.form.login {
	margin-top: 50px;
	padding: 58px;
	text-align: center;
}

/* input ui */
input:focus {
	outline: none;
}

.input {
	position: relative;
	margin-bottom: 26px;
}

.input > input {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 0.8rem;
	/* background: var(--color13); */
	/* border-radius: 30px; */
	/* border: none; */
	padding: 18px 35px 18px 43px;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--color3);
}

.input svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	fill: #afb4bb;
	stroke: none;
	transition: all 0.3s ease-in-out;
}

.avatar > img {
	display: block;
	margin: auto;
	margin-bottom: 43px;
}

/* register */
.form.register {
	padding: 58px 97px 56px;
	text-align: center;
}

/* welcome royhatdan otgandan keyin */
nav.welcome {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 150px;
}

.center {
	text-align: center;
	display: block;
	margin: auto;
}

.profile {
	display: flex;
	align-items: center;
	gap: 16px;
}

.profile_name {
	font-weight: 400;
	font-size: 18.4302px;
	line-height: 34px;
	color: var(--color3);
}

.profile_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d9d9d9;
}

.content.welcome {
	padding-top: 111px;
}

.welcome_img img {
	width: 100%;
	object-fit: cover;
}

.content.welcome .flex {
	justify-content: space-around;
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	justify-content: center;
	padding: 0 100px;
}

.welcome_text > h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: var(--color);
}

.welcome_text > p {
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: 0.03em;
	margin: 29px 0 65px;
}

/* testni yonalishi tanash */
.form.test {
	padding: 52px 205px 97px;
}

.select {
	padding: 15px 32px;
	background: var(--color5);
	border-radius: 30px;
	margin-bottom: 28px;
	position: relative;
}

.select_menu {
	position: absolute;
	background: var(--color3);
	width: 100%;
	left: 0;
	top: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	padding: 5px 15px;
	border-radius: 30px;
	z-index: -999 !important;
}

.select:hover .select_menu {
	opacity: 1;
	z-index: 999 !important;
}

.select1:hover ~ .select2 {
	opacity: 0;
	z-index: -9;
}

.select img {
	transition: all 0.3s ease-in-out;
}

.select:hover img {
	transform: rotate(180deg);
}

.option {
	display: block;
	transition: all 0.3s ease-in-out;
	transform: translateY(-5px);
	opacity: 0;
	width: 100%;
	cursor: pointer;
	border-radius: 30px;
	border-top: 1px solid #ffffff;
}

.option:hover {
	background: var(--btn-bg1);
	color: var(--color3);
}

.select:hover .option {
	transition-delay: calc(var(--i) * 0.1s);
	transform: translateY(0);
	opacity: 1;
}

.select input {
	border: none;
	background: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: var(--btn-bg1);
}

.fan_chek {
	background: var(--color7);
	border-radius: 30px;
	padding: 25px 160px 26px 43px;
}

.chek {
	display: flex;
	align-items: center;
	gap: 17px;
}

.chek_img {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--color6);
}

.chek_name {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: var(--color6);
}

.form.test .center {
	margin: 59px;
}

/* online test yechish pages */
.content-header {
	margin-top: 10px;
	text-align: center;
}

.test-diraction {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.box button {
	margin-bottom: 11px;
	white-space: nowrap;
}

.box .result span {
	display: inline-block;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--color9);
}

.box .result span:nth-child(1) {
	margin-left: 10px;
}

/* test yechish section */
.grid {
	display: grid;
	width: 1820px;
	grid-template-columns: 25% 75%;
	justify-content: center;
	/* align-items: center; */
	background: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	margin: 35px auto;
}

.testBody:nth-child(1) {
	background: #eff4fe;
	border-radius: 16px 0px;
}

.content.test {
	height: 100%;
}

.testBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

.testBody > h1 {
	color: var(--vaqt);
	font-size: 38px;
	font-weight: 500;
}

.berilgan_JB {
	background-color: white;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 31px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	position: relative;
	height: 62px;
	margin: 35px;
}

.berilgan_JB > p {
	color: var(--color9);
	width: 50%;
}

.doira_katta {
	position: absolute;
	width: 112px;
	height: 112px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	background: white;
	right: -45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5px;
}

.doira_kichik {
	background-color: white;
	border: 20px solid var(--color2);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.doira_kichik h1 {
	color: var(--color9);
	font-weight: 400;
}

.doira_kichik h1 sup {
	font-size: 20px;
	font-weight: 100;
}

.testBody h2 {
	font-weight: 400px;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: var(--color);
}

.test_count {
	margin: 18px 0 33px 0;
	display: grid;
	grid-template-columns: repeat(6, calc(100% / 6));
}

.test_btn {
	cursor: pointer;
	width: 43px;
	height: 40px;
	background: #616161;
	border-radius: 10px;
	color: white;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: 10px;
	border: none;
	border: 1px solid #616161;
}

.testBody2 {
	padding: 50px !important;
}
.btn-sm {
	font-size: 20px;
	padding: 8px 15px;
}
.testBody2 h1 {
	font-weight: 400;
	font-size: 26px;
	line-height: 23px;
	margin-bottom: 40px;
}

.test_variant {
	width: 100%;
}

.test_variant label {
	margin: 30px 0;
	width: 100%;
	display: block;
	padding: 25px 15px;
	background: var(--color11);
	border-radius: 16px;
	font-size: 22px;
	color: var(--color);
	background: #f6f8ff;
	cursor: pointer;
}

.test_variant > div:nth-child(2n) label {
	background-color: var(--color12);
}

input[type='radio'] {
	transform: scale(2);
	margin: 0 15px;
}

.page_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	padding-top: 50px;
}

.page_btns button:first-child {
	border: none;
	border: 1px solid var(--color2);
	background: none;
}

.test_btn.active {
	background: var(--color3);
	border: 2px solid var(--color3);
}

.test_btn.empty {
	background: none;
	color: var(--color10);
	border: 2px solid var(--color10);
}

/* prosess */
.resultProgress svg {
	position: absolute;
	top: -97px;
	left: 79px;
}

.resultProgressProtsent {
	position: absolute;
	top: -31px;
	width: 112px;
	height: 112px;
	right: -49px;
	background: #ffffff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foiz {
	width: 112px;
	height: 112px;
}

svg {
	overflow: unset;
}

.prosessTest {
	fill: none;
	stroke: #2942a6;
	stroke-width: 19;
	stroke-dasharray: 630;
	stroke-dashoffset: 0;
	transition: all 0.4s ease-in-out;
}

/* input focus bolganda */
.input input:focus ~ svg {
	fill: #699bf7;
}

.input input:focus {
	color: var(--color3);
}

.eyes svg {
	fill: #699bf7;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	transform: scale(0);
	position: absolute;
	left: 90%;
	top: 35%;
	transform: translate(-50%);
	cursor: pointer;
}

/* shaxsiy profile */
.profile {
	position: relative;
	cursor: pointer;
}

.profileMenu {
	position: absolute;
	top: 90px;
	right: 0;
	background: #c4dfff;
	box-shadow: 0px 20px 50px 10px rgba(50, 100, 188, 0.12);
	border-radius: 16px;
	padding: 30px;
	text-align: left;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: rotate(90deg);
	transform-origin: top right;
	z-index: -99;
}

/* rasm ustiga bosilganda */
.profileMenu.activ {
	opacity: 1;
	transform: rotate(0);
	z-index: 1;
}

.profileMenu::before {
	content: '';
	width: 35px;
	height: 35px;
	box-shadow: 0px 20px 50px 10px rgba(50, 100, 188, 0.12);
	background: #b8d5fa;
	display: block;
	position: absolute;
	top: -15px;
	z-index: -99;
	right: 13px;
	transform: rotate(45deg);
}

.profileMenu ul a {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--color3);
	margin: 8px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

.profileMenu ul a:hover {
	background: var(--color3);
	color: #c4dfff;
}

.profileMenu ul a:hover svg {
	fill: #c4dfff;
}

.close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.form.profiles {
	padding: 38px;
	width: 1210px;
	display: block;
	margin: 15px auto;
}

.profileDetilHeader {
	justify-content: space-around;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--color13);
}

.profileDetilHeader h1 {
	font-weight: 400;
	font-size: 28.4302px;
	line-height: 34px;
	color: var(--color);
}

.profileDetilHeader p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--color8);
	margin-top: 5px;
}

.userImgBoxs {
	gap: 27px;
}

.paymentVal {
	background: var(--color13);
	border-radius: 30px;
	padding: 21px 75px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--color3);
	display: inline-block;
}

.paymetntBox {
	align-items: center;
	margin: 34px auto;
}

.paymetntBox input {
	padding: 21px 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--btn-bg1);
}

.paymetntBox input {
	display: block;
}

.payment.flex {
	gap: 116px;
}

.paymetntBox.flex {
	align-items: center;
	gap: 10px;
}

.paymetntBox.flex .input {
	margin-bottom: 0;
}

.payment.flex p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--color3);
}

.paymentBoxChild button {
	border: none;
	background: #f6f8ff;
	border-radius: 10px;
	width: 181px;
	height: 70px;
	padding: 15px 49px 15px 33px;
	cursor: pointer;
}

.parentTable {
	margin-top: 102px;
	overflow: auto;
}

th,
td {
	text-align: left;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	text-align: center;
}

table th {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: var(--color);
}

thead tr th {
	border-bottom: 2px solid var(--color13);
	padding-bottom: 17px;
}

tbody tr {
	border-bottom: 1px solid var(--color13);
}

tbody tr td {
	padding: 21px 0;
}

.th {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: var(--color);
}

.td {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--color3);
	white-space: wrap;
}

.fanTab.activ {
	background: var(--color3);
	color: var(--btn-bg1);
	border: 2px solid var(--color3);
}

/* savol variantlaridagi img */
.savolImg {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.savolImg img {
	width: 100%;
	height: 100%;
}

/* profildagi hisob */
.hisobim {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: var(--vaqt);
}
.test .grid {
	/* height: 90vh; */
	width: 100%;
	height: 100vh;

	margin: 0px auto !important;
}
.testBody2 {
	overflow: hidden;
}
/* media  ui*/
@media (max-width: 1890px) {
	.test .grid {
		width: 1600px;
	}

	.testBody2 {
		padding: 50px;
	}
}

@media (max-width: 1800px) {
	nav.welcome {
		padding: 10px 60px;
	}
}

@media (max-width: 1690px) {
	.test .grid {
		width: 1400px;
	}
}

@media (max-width: 1600px) {
	.content.welcome .flex {
		gap: 0;
		padding: 40px;
	}
}

@media (max-width: 1460px) {
	.test .grid {
		width: 1200px;
		grid-template-columns: 30% 70%;
	}
}

@media (max-width: 1400px) {
	.content.welcome .flex {
		gap: 0;
	}
}

@media (max-width: 1250px) {
	.test .grid {
		width: 1024px;
		grid-template-columns: 37% 63%;
	}

	/* profile table */
	.form.profiles {
		padding: 78px 50px 38px;
		width: 1100px;
	}
}

@media (max-width: 1100px) {
	.test {
		padding: 20px;
	}

	.test .grid {
		display: flex;
		width: calc(100% - 40px);
		flex-direction: column;
	}

	.testBody {
		padding: 50px;
	}

	.test_btn {
		white-space: nowrap;
	}

	.test_count {
		display: flex;
		flex-wrap: wrap;
	}

	/* profile table */
	.form.profiles {
		padding: 78px 30px 38px;
		width: 1000px;
	}

	.payment.flex {
		gap: 50px;
	}

	.paymentTable {
		overflow: scroll;
	}
}

@media (max-width: 1024px) {
	.content.welcome {
		padding-top: 50px;
	}

	.content.welcome .flex {
		display: flex;
		flex-direction: column-reverse;
	}

	.welcome_img {
		width: 100%;
	}

	.form.profiles {
		padding: 78px 20px 38px;
		width: calc(100% - 40px);
	}

	.payment.flex {
		gap: 20px;
	}

	.paymentVal {
		padding: 21px 40px;
	}
}

@media (max-width: 997px) {
	.content.welcome {
		padding-top: 20px;
	}

	.content.welcome .flex {
		display: flex;
		flex-direction: column-reverse;
	}

	.register .flex {
		flex-direction: column;
		gap: 0;
	}

	.test .flex {
		flex-direction: column;
		gap: 0;
	}

	.form.test {
		padding: 52px 105px 97px;
	}
}

@media (max-width: 950px) {
	.form.profiles {
		padding: 78px 15px 38px;
	}

	.profileDetilHeader {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.paymetntBox input {
		width: 295px;
	}

	.payment.flex {
		flex-direction: column;
		margin: 34px 0;
	}

	.paymetntBox {
		margin: 0 auto;
	}
}

@media (max-width: 770px) {
	.profile_name {
		display: none;
	}
}

@media (max-width: 710px) {
	.userImgBoxs {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.paymetntBox.flex {
		flex-direction: column;
	}
}

@media (max-width: 670px) {
	.login_register .btns {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	.content-main > h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.content-main > h1 > span {
		font-size: 61px;
	}

	.form.test {
		padding: 52px 55px 97px;
	}

	.test {
		padding: 10px;
	}

	.test .grid {
		width: calc(100% - 20px);
	}

	.testBody,
	.testBody2 {
		padding: 20px;
	}

	.page_btns {
		gap: 5px;
	}

	.page_btns {
		white-space: nowrap;
	}

	nav.welcome {
		padding: 8px 16px;
	}

	.profile_img {
		transform: scale(0.7);
	}

	.centers {
		text-align: center;
		display: block;
		margin: auto;
	}
}

@media (max-width: 555px) {
	.content-header {
		margin-top: 10px;
	}

	.test-diraction {
		gap: 20px;
	}

	.test_btn {
		transform: scale(0.7);
		margin: 0;
	}

	.testBody,
	.testBody2 {
		padding: 10px;
	}

	.btns {
		font-size: 16px;
		padding: 5px 10px;
	}

	.testBody2 h1 {
		font-size: 22px;
		line-height: 27px;
	}

	.test_variant label {
		font-size: 16px;
	}

	.test_variant label {
		margin: 10px 0;
	}

	.testBody2 h1 {
		margin-bottom: 5px;
	}

	.test_variant label {
		padding: 10px 15px;
	}

	input[type='radio'] {
		transform: scale(1.3);
	}

	nav {
		padding: 8px 16px;
	}

	.content-main > h1,
	.content-main > h1 > span {
		font-size: 37px !important;
		line-height: 45px !important;
	}

	form.login {
		padding: 30px !important;
	}

	.welcome_text > h1 {
		font-size: 37px;
		line-height: 40px;
	}

	.welcome_text > p {
		font-size: 16px;
	}

	.welcome_text .btns {
		text-align: center;
	}

	.category {
		padding: 30px 30px 30px !important;
		/* margin-top: -70px; */
	}

	.select input {
		font-size: 16px;
		width: calc(100% - 30px);
	}

	.chek_name {
		font-size: 16px;
	}

	.form.register {
		margin: 20px 0;
		width: 90%;
		padding: 30px;
	}

	.content {
		height: 100%;
	}

	.paymentClick {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.profileDetilHeader h1 {
		font-size: 22px;
	}

	.paymetntBox input {
		width: 100%;
		padding: 21px 40px;
	}
}
@media (max-width: 520px) {
	.content.logins {
		margin: 50px 0;
	}
}
@media (max-width: 455px) {
	.category {
		width: 100%;
	}

	.select {
		padding: 15px 20px;
		text-align: center;
	}

	.select img {
		display: inline-block;
	}

	.fan_chek {
		padding: 30px;
	}
}

@media (max-width: 395px) {
	.berilgan_JB {
		margin: 25px auto;
		transform: scale(0.7);
	}

	.category {
		width: 100%;
	}
}

/* test kalitini bosganda */
.test_kalit.activ {
	background: #c4dfff;
	color: var(--color3);
}

/* test ishlab bolgandan keyin */
.btns-false {
	background: var(--vaqt);
	border: 2px solid var(--btn-bg);
	color: var(--btn-bg1);
}

.btns-true {
	background: var(--green);
	border: 2px solid var(--btn-bg);
	color: var(--btn-bg1);
}

label.btns-false {
	background: var(--green);
	border: 2px solid var(--btn-bg);
	color: var(--btn-bg1);
}

label.btns-true {
	background: var(--vaqt);
	border: 2px solid var(--btn-bg);
	color: var(--btn-bg1);
}
@media (max-width: 380px) {
	.category {
		width: 100% !important;
		padding: 20px !important;
	}
}
@media (max-width: 360px) {
	form.login {
		padding: 40px;
		width: 90%;
	}
	/* .form.test{
    width: 90%;
    justify-content: center;

  } */
	.content.category {
		/* margin-top: 160px  !important; */
	}
}

/* profile edit */
.editProfiles .profileDetilHeader {
	border: none;
}

.person-info {
	display: grid;
	margin: 20px 0;
	grid-template-columns: 65% calc(35% - 25px);
	gap: 30px;
}

.person-info .item:first-child p {
	margin: 5px 0;
}

.person-info .item:first-child b {
	width: 150px;
	display: inline-block;
}
.person-info-img {
	width: 200px;
	display: block;
	margin: auto;
}

.person-info .flex {
	display: flex;
	align-items: center;
	justify-content: left;
	align-content: left;
	gap: 0;
}

.pdf-diraction {
	display: grid;
	grid-template-columns: 65% 35%;
	justify-content: center;
	/* text-align: lef; */
	gap: 5px;
	margin: 20px 0;
}
.pdf-diraction b {
	margin-right: 10px;
	width: 190px;
	display: inline-block;
}
.grid-3 {
	display: grid;
	/* flex-wrap: wrap; */
	grid-template-columns: repeat(2, 1fr);
	/* gap: 50px; */
}
.grid-3 button {
	white-space: nowrap;
}
.direction {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}
.direction-img img {
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.person-info {
		display: flex;
		flex-direction: column-reverse;
	}
	.pdf-diraction {
		grid-template-columns: 100%;
	}
}

@media (max-width: 500px) {
	.direction-img {
		display: none;
	}
	.direction {
		display: block;
	}
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}
@media (max-width: 380px) {
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
.finish-grid-3 {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 555px) {
	nav {
		position: fixed;
	}
	.content.test {
		margin-top: 100px;
	}
	.test .grid {
		grid-template-columns: 100%;
		height: auto;
	}
	.test_btn {
		margin: 0 !important;
	}
	.testBody2 {
		padding: 10px !important;
	}
	.testBody2 h1 {
		font-size: 14px;
		line-height: normal;
	}
}
