


/* dialog */
/**************************************************************************************************************/
dialog
{
	width: 600px;
	display: none;
	flex-direction: column;
	row-gap: 20px;
	color: black;
	padding: 60px;
	box-sizing: border-box;
	border: 1px solid white;
	border-radius:20px;
	color:white;
	
	/* 50% transparent black */
	background-color: rgba(0, 0, 0, 0.6);
}

dialog .btnCloseDialog
{
	position: absolute;
	height: 48px;
	top: 8px;
	right: 8px;
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent;
}

dialog .btnCloseDialog:focus-visible
{
	outline: none;
}

dialog h1,
dialog h2
{
	text-align:center;
	direction: rtl;
	margin: 0;
}

dialog input
{
	padding: 10px;
	direction: ltr;
	text-align:center;
	letter-spacing:2px;
	border: 1px solid white;
	border-radius: 6px;
	font-family: Assistant-Regular, Arial;
	font-size: 20px;
	color: white;
	background-color:transparent;
}

dialog input[type=tel]
{
	font-family: Alef-Regular, Assistant-Regular, Arial;
	letter-spacing: 5px;
}

dialog select
{
	padding: 9px;
	direction: rtl;
	border: 1px solid #333333;
	border-radius: 6px;
	font-size: 1rem;
	font-family: Assistant-Regular, Arial;
	color: black;
}

dialog input[type=number]::-webkit-inner-spin-button,
dialog input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

dialog input[type=email]
{
	direction: ltr;
}

dialog button
{
	padding: 8px;
	display: block;
	border: none;
	border-radius: 5px;
	font-size: 22px;
	cursor: pointer;
	color: white;
	background-color: darkorange;
}

dialog button:disabled
{
	opacity:0.7;
}

dialog button.click-here
{
    color: red;
    display: inline;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
	background-color: transparent;
}

dialog .google-btn-wrapper
{
    position: relative;
    width: 100%;
    height: 44px;
}

dialog .google-btn-wrapper .g_id_signin
{
    position: absolute;
    inset: 0;
    opacity: 0.01;
    overflow: hidden;
    cursor: pointer;
}

dialog .btn-google-signin
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: white;
    color: #3c4043;
    border: 1px solid #dadce0;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
    font-family: Assistant-Regular, Arial;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    transition: background-color 0.15s, box-shadow 0.15s;
}

dialog .btn-google-signin:hover
{
    background-color: #f8f9fa;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}


dialog .google-btn-loader
{
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadce0;
    border-radius: 6px;
}

dialog .google-btn-spinner
{
    width: 28px;
    height: 28px;
    border: 3px solid #dadce0;
    border-top-color: #4285F4;
    border-radius: 50%;
    animation: google-spin 0.75s linear infinite;
}

@keyframes google-spin
{
    to { transform: rotate(360deg); }
}

dialog::backdrop
{
	background-color: rgba(0, 0, 0, 0.5);
}

dialog .error
{
	direction: rtl;
	color: red;
	text-align: right;
	font-size: 1.25rem;
	line-height:30px;
}
/**************************************************************************************************************/






/**************************************************************************************************************/
#SignUP .age label
{
    margin-top: 12px;
    margin-bottom: 4px;
    display: block;
}

#SignUP .birthdate-input
{
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 6px;
    padding: 4px 10px;
    gap: 4px;
    justify-content: center;
	color:white;
    background-color: transparent;
}

#SignUP .birthdate-input span
{
    color: #555;
    font-size: 20px;
    user-select: none;
}

#SignUP .birthdate-input input
{
    border: none;
    outline: none;
    padding: 6px 0;
    text-align: center;
    font-size: 20px;
    background: transparent;
    letter-spacing: normal;
}


#SignUP .birthdate-input .bd-day,
#SignUP .birthdate-input .bd-month
{
    width: 3ch;
}

#SignUP .birthdate-input .bd-year
{
    width: 4ch;
}

#SignUP
{
    padding: 50px;
    width: 500px;
    row-gap: 0;
}

#SignUP .gender
{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-top:12px;
}

#SignUP .gender label
{
	margin:0;
}

#SignUP .gender input
{
	width:30px;
	height:30px;
	margin:0;
	margin-left:5px;
}

#SignUP .gender input#radioWoman
{
	margin-right:14px;
}

#SignUP p
{
	margin: 0;
	direction: rtl;
	margin-top: 6px;
}

#SignUP label
{
	margin-top: 20px;
	margin-bottom: 4px;
	direction: rtl;
}

#SignUP button
{
	margin-top: 20px;
}

#SignUP input[type=email]
{
	direction: rtl;
}

#SignUP .DialogError
{
	margin: 10px 0 0;
	color: red;
}

#SignUP #lblCheckboxTerms
{
	margin-top:30px;
}

#SignUP #lblConfirmTerms
{
	color:red;
	font-weight:bold;
	display:none;
}

#SignUP a
{
	color: white;
	font-weight: bold;
}


#SignUP .already-member
{
	color:red;
}

#SignUP .already-member button
{
	display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}
/**************************************************************************************************************/






/**************************************************************************************************************/
#SignIN
{
    padding: 50px;
    width: 500px;
    row-gap: 0;
}

#SignIN .gender
{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-top:12px;
}

#SignIN .gender label
{
	margin:0;
}

#SignIN .gender input
{
	width:30px;
	height:30px;
	margin:0;
	margin-left:5px;
}

#SignIN .gender input#radioWoman
{
	margin-right:14px;
}

#SignIN p
{
	margin: 0;
	direction: rtl;
	margin-top: 6px;
}

#SignIN label
{
	margin-top: 20px;
	margin-bottom: 4px;
	direction: rtl;
}

#SignIN button
{
	margin-top: 20px;
}

#SignIN input[type=email]
{
	direction: rtl;
}

#SignIN .DialogError
{
	margin: 10px 0 0;
	color: red;
}

#SignIN #lblCheckboxTerms
{
	margin-top:30px;
}

#SignIN #lblConfirmTerms
{
	color:red;
	font-weight:bold;
	display:none;
}

#SignIN a
{
	color: black;
	font-weight: bold;
}

#SignIN .not-member
{
	color: var(--color-danger);
}

#SignIN .not-member button
{
	display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: var(--color-danger);
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}
/**************************************************************************************************************/































/**************************************************************************************************************/
#otpDialog
{

}

#otpDialog .DialogError
{
	margin: 10px 0 0;
	color: red;
}









