@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/password.ttf);
}

.hidden {
	display: none !important;
}
.signup-textbox-pin-no-value {
    background: #F4F4F4 !important;
}

.signup-textbox-pin-has-value {
    background-color: #47ABE8  !important; /* Màu nền khi có giá trị */
}

.signup-textbox-pin {
	font-family: 'password' !important;;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	border: 1.5px solid #F4F4F4;
	border-radius: 50px;
	text-align: center;
	color: transparent; 
	font-size: 100% !important;
	margin-left: calc(((100% - 0px) - (30px * 4)) / 8);
	margin-right:  calc(((100% - 0px) - (30px * 4)) / 8);
	caret-color: transparent; 
	margin-top : 10px;
	margin-bottom : 10px;
}

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

.signup-textbox-box {
	background: #F4F4F4;
	border-radius: 5px;
}

.margin-top-10px {
	margin-top: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}

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

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

#popup-signup-header {
	height: 8.2dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
}

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

#info-signup-section-title {
	flex:1;
	height: 100%;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.signup-textbox-bound {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	height: 45px;
}

.signup-textbox-bound-half {
	margin-top: 10px;
	width: calc(47.5% - 20px);
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}

#info-signup-section-name,
#info-signup-section-phone,
#info-signup-section-title,
#info-signup-section-orgranization
{
	width: 100%;
	display: flex;
	align-items: center;
}

#info-signup-section-title
{
	height: 45px;
	margin-top: 0px;
}
#info-signup-section-orgranization{
	margin-top: 10px;
	height: 45px;
}

#info-signup-section-title input,
#info-signup-section-orgranization input
{
	padding-left:10px;
	padding-right:10px;
	width: 100%;
}

.w5p {
	width: 5%;
}

#frame-popup-signup {
	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-signup {
	background: white;
	border-radius: 10px;
	display: flex;
	flex-flow: column nowrap;
	padding-bottom: 20px;
}
/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	#popup-signup {
		width: 85dvw;
	}
}
/* PC */
@media only screen and (min-device-width: 1023px) {
	#popup-signup {
		width: 18dvw;
	}
}
#info-signup-section-bound {
	height: 100%;
	align-items: center;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 5px;
}

#info-signup-section {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	width: 100%;
}


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

#info-signup-text {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}
#info-signup-alert{
	color:red;
	font-size: 10px;
	margin-top:5px;
}

#info-signup-pass{
	width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

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

#info-signup-section-pass,#info-signup-section-pass-repeat{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe1e5;
	border-radius: 5px; 
	width: 100%;
}
.info-signup-section-pass-focus{
	border: 1px solid #47ABE8 !important;
}


#info-signup-section-pass-input, #info-signup-section-pass-input-repeat {
	text-align: center;
}

#info-signup-section-phone-code, #info-signup-section-phone-number {
	width: calc(47.5% - 20px);
	padding-left: 10px;
    padding-right: 10px;
}

#info-signup-section-phone-code {
	text-align: center;
	padding-left:10px;
}

#info-signup-section-phone-code-select {
	appearance: none;
	text-align: center;
}

#info-signup-section-signup-button {
	width: 60%;
	border-radius: 7px;
	text-align: center;
	background: #47ABE8;
	color: white;
	margin-top: 20px;
}

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

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

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

#info-signup-section-sign-up-title {
	width: 50%;
	text-align: center;
}

#info-signup-section-sign-up-button {
	color: #92B8DB;
	text-align: center;
	width: 50%;
}

.hidden-input {
	caret-color: transparent;
	width:5px;
	height:5px;
	padding-left:-5px;
	opacity: 0; /* Ẩn textbox */
	pointer-events: none; /* Không cho người dùng click vào */
}