@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.back {
	width: 100vw;
	height: 100vh;
	background: #00000099;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.popup {
	width: calc(100% - 80px);
	max-width: 856px;
	position: relative;
	background: #ffffff;
	border-radius: 13px;
	padding: 38px 66px;
	display: flex;
	align-items: center;
	grid-gap: 46px;
}

.popup1 {
	width: calc(100% - 80px);
	max-width: 856px;
	position: relative;
	background: #ffffff;
	border-radius: 13px;
	padding: 38px 66px;
}

.p0Img {
	width: 100%;
	max-width: 245px;
}

.p0Texts {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.popText {
	color: #707070;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 28px;
}

.t_header {
	font-size: 30px;
	margin-bottom: 16px;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.popUpButtons {
	width: fit-content;
	margin-right: auto;
	display: flex;
	grid-gap: 12px;
}

.popButton {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 28px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	border: 1px solid transparent;
	transition: 0.2s;
}

.popButton:hover {
	text-decoration: none;
	cursor: pointer;
}

.sendAgain {
	color: #361b1f;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin-top: 12px;
}

#send,
#back {
	background: #cf313a;
	color: #ffffff;
	border-color: transparent;
}

#send:hover,
#back:hover {
	background: #aa141c;
}

#poCloseButton,
#verify {
	background: none;
	color: #cf313a;
	border-color: #cf313a;
}

#poCloseButton:hover,
#verify:hover {
	background: #cf313a;
	color: #ffffff;
	border-color: #cf313a;
}

.poClose {
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
}

.marginCenter {
	margin-left: auto;
	margin-right: auto;
}

.mTop20 {
	margin-top: 20px;
}

.popup1 .t_header {
	text-align: center;
	margin-bottom: 22px;
}

.popup1 .popText {
	text-align: center;
	margin-bottom: 14px;
}

.popup1 .popButton {
	padding: 10px 36px;
}

#sendCode {
	color: #009595;
	cursor: pointer;
}

.enterCode {
	width: fit-content;
	display: flex;
	flex-direction: column;
	margin: 16px auto 0 auto;
	padding: 12px;
	grid-gap: 12px;
	background: #f3f3f3;
	border-radius: 4px;
}

.enterHeader {
	color: #361b1f;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	font-weight: 600;
}

.codesHolder {
	width: fit-content;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 16px;
}

.code {
	width: 34px;
	height: 34px;
	background: #ffffff;
	border: 1px solid #1c1c1c;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.errText {
	color: #e21232;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: -10px;
}

#popAdditional {
	width: fit-content;
	font-size: 14px;
	margin-top: 4px;
	cursor: pointer;
}

.popSelect {
	width: 100%;
	min-width: 168px;
	height: 40px;
	border-radius: 5px;
	padding-left: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: "";
	background-image: url(https://fraudcentral.io/Dashboard/Images/Main/Block5/arrow.webp);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 14px);
	background-position-y: 50%;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.popup,
	.popup1 {
		width: calc(100% - 40px);
		padding: 28px 50px;
	}
	.p0Img {
		max-width: 210px;
	}
	.t_header {
		font-size: 28px;
		margin-bottom: 14px;
	}
	.popText {
		margin-bottom: 22px;
	}
	.popButton {
		padding: 8px 24px;
	}
	.poClose {
		top: 25px;
		right: 20px;
	}
}

@media screen and (max-width: 700px) {
	.popup,
	.popup1 {
		padding: 26px;
	}
	.p0Img {
		display: none;
	}
	.t_header {
		margin-bottom: 22px;
	}
	.popText {
		margin-bottom: 20px;
	}
	.poClose {
		top: 22px;
	}
}

@media screen and (max-width: 500px) {
	.codesHolder {
		grid-gap: 12px;
	}
}

@media screen and (max-width: 400px) {
	.enterCode {
		grid-gap: 10px;
	}
	.code {
		width: 30px;
		height: 30px;
	}
}
