.hidden {
	display: none !important;
}

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

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

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

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

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

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

#frame-popup-login {
	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-login {
	background: white;
	border-radius: 10px;
	display: flex;
	flex-flow: column nowrap;
}
/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	#popup-login {
		width: 85dvw;
	}
}
/* PC */
@media only screen and (min-device-width: 1023px) {
	#popup-login {
		width: 18dvw;
	}
}

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

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

#info-login-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:15px;
	margin-right:15px;
	overflow-y:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
#info-login-section-title  {
	flex:1;
	height: 100%;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
}


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

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

#info-login-section-logo {
	width: 35px;
	height: 35px;
	object-fit: contain;
	margin-top :15px;
	margin-bottom :15px;
}
#info-login-section-pass{
	display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

#info-login-section-pass-input{
	position: absolute; /* Chồng lên nhau */
} 
/*phải viết liền dấu chấm*/
#info-login-section-pass-input.android{
	width:3ch;
} 

#info-login-section-pass-input.ios{
	width:4.5ch;
} 

#info-login-section-pass-placeholder{	
	 position: absolute; /* Chồng lên nhau */
}

#info-login-section-pass-input::placeholder {
    text-align: center; /* Placeholder ở giữa */
    display: block; /* Đảm bảo placeholder áp dụng text-align */
    width: 100%; /* Để placeholder căn giữa đúng */
}

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

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

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


#info-login-section-login-button {
	width: 100%;
	border-radius: 7px;
	text-align: center;
	background: #47ABE8;
	color: white;
	margin-top: 10px;
	margin-bottom: 20px;
}
#info-login-section-text-google {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}

#info-login-section-text-google::before, #info-login-section-text-google::after
{
	content: "";
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#info-login-section-text-google span {
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.2);
	font-size: 12px;
}
#info-login-section-button-google-frame {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#info-login-section-button-google-text{
	font-weight: bold; 
}

#info-login-section-button-google {
	margin:0 10px;
}

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

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

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

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

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

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

#info-login-alert{
	color:red;
	font-size: 10px;
	margin-top:5px;
}