.hidden {
	display: none !important;
}

.otp-textbox {
	height: 45px;
	border: none;
}

.otp-textbox textarea:focus, input:focus {
	outline: none;
}

#popup-otp * {
    font-size: 13.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    touch-action: pan-x pan-y;
}

#popup-otp-header{
	height: 8.2dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:15px;
	margin-right:15px;
}

#info-otp-section input, select {
	background: none;
}

.otp-textbox-bound {
	margin-top: 10px;
	width: 100%;
	height: 45px;
	background: #F4F4F4;
	border-radius: 5px;
}

#frame-popup-otp {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100dvw;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#popup-otp {
	background: white;
	border-radius: 10px;
	display: flex;
	flex-flow: column nowrap;
}
/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	#popup-otp {
		width: 85dvw;
	}
}
/* PC */
@media only screen and (min-device-width: 1023px) {
	#popup-otp {
		width: 18dvw;
	}
}

#button-close-otp-section, #info-otp-section-left {
	width: 15px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#button-close-otp {
	width: 10px;
	aspect-ratio: 1/1;
}

#info-otp-section {
	height: calc(100% - 30px);
	max-height: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	overflow-y: auto;
	margin-left:10px;
	margin-right:10px;
	overflow-y:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
#info-otp-section-title  {
	flex:1;
	height: 100%;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
}


#otp-text-section {
	text-align: center;
	text-decoration-color: rgb(0, 255, 0);
}

#otp-text-section span {
	text-decoration-color: rgb(0, 255, 0);
}

#info-otp-section-logo {
	width: 35px;
	height: 35px;
	object-fit: contain;
	margin-top :15px;
	margin-bottom :15px;
}

#info-otp-section-phone-number, #info-otp-section-phone-number-input,
	#info-otp-section-pass-input {
	width: 100%;
}

#info-otp-section-pass-input {
	text-align: center;
}

#info-otp-section-phone-code, #info-otp-section-phone-number {
	width: calc(48% - 20px);
	height: 45px;
	background: #F4F4F4;
	border-radius: 5px;
	padding-left:10px;
	padding-right:10px;
}

#info-otp-section-phone-code {
	text-align: center;
}
#info-otp-section-phone-code-select{
	appearance: none;
	text-align: right;
	max-width: 100%;
}


#info-otp-section-otp-confirm-button,#info-otp-section-otp-request-button {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	background: #30ccfc;
	color: white;
}

#info-otp-section-otp-request-button{
	margin-top: 20px;
}

#info-otp-section-otp-frame-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	flex-flow:column;
}

#info-otp-section-reset-pass {
	color: #92B8DB;
	margin-bottom: 25px;
}

#info-otp-section-phone {
	display: flex;
	width: 100%;
}

#info-otp-section-sign-up {
	display: flex;
}

#info-otp-section-sign-up {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#info-otp-section-sign-up-title {
	flex:1;
	text-align: right;
	font-size: 11.5px;
}
#info-otp-section-sign-up-gap{
	width:10px;
}

#info-otp-section-sign-up-button {
	color: #92B8DB;
	text-align: left;
	flex:1;
	font-size: 11.5px;
}

#info-otp-text-line-1, #info-otp-text-line-2 {
	font-size: 10px;
}

.alert-text {
	font-size: 10px !important;
	color: red;
	margin-top: 10px;
}