#ptse_user_email_popup
{
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -195px;
	height:420px;
	width:300px;
	padding:0 45px;
	border-radius:3px;
	background:white;
	z-index:203;
	display:none;
}
@media screen and (max-width: 420px)
{
	#ptse_user_email_popup
	{
		padding:0 25px;
		width:calc( 100vw - 70px );
		left:10px;
		margin-left:0;
	}
}
#ptse_user_fader
{
	position:fixed;
	top:0;
	left:0;

	height:100%;
	width:100%;
	background: black;
	opacity:50%;
	z-index:202;
	display:none;
}
.ptse-user-popup-close-button {
    /* Базовые сбросы кнопки */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;

    /* Размеры кнопки */
    width: 40px;
    height: 40px;

    /* Цвет иконки по умолчанию */
    color: #64748b;

    /* Плавные переходы */
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.1s ease;
	position:absolute;
	right:10px;
	top:5px;
  }

  /* SVG масштабируется под размеры кнопки */
  .ptse-user-popup-close-button svg {
    width: 24px;
    height: 24px;
  }

  /* Эффект при нажатии */
  .ptse-user-popup-close-button:active {
    transform: scale(0.92);
  }
#ptse_user_password_change,
#ptse_user_password_change_confirmation,
#ptse_user_password_change_password_entry,
#ptse_user_registration,
#ptse_user_registration_email_confirmation
{
	display:none;
}
#ptse_user_login_form_title, #ptse_user_registration_title, #ptse_user_password_change_title
{
	text-align:center;
	font-size:25px;
	padding:40px 0 14px 0;
}
.ptse-user-login-form-input-title, .ptse-user-registration-input-title, .ptse-user-password-change-input-title
{
	padding-bottom:2px;
	padding-top:16px;
}
.ptse-user-login-form-input, .ptse-user-registration-input, .ptse-user-password-change-input
{
	border:1px solid #e5e5e5;
	font-size:16px;
	padding:7px 5px 6px 5px;
	width:calc( 100% - 12px );
	border-radius:3px;	
}
.ptse-user-login-form-input:focus, .ptse-user-registration-input:focus, .ptse-user-password-change-input:focus
{
	outline: none;
	box-shadow: none; 
}
#ptse_user_registration_next_button, #ptse_user_password_change_email_entry_next_button
{
	background: #e5e5e5;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 16px 0;
	cursor:pointer;
}
#ptse_user_login_form_login_button 
{
	background: #166534;
	color:white;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 16px 0 3px 0;
	cursor:pointer;
}
#ptse_user_login_form_change_password_button 
{
	background: #e5e5e5;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 0px 0 16px 0;
	cursor:pointer;
}
@media screen and (max-width: 343px)
{
	#ptse_user_registration_confirmation_message span, #ptse_user_password_change_confirmation_message span
	{
		display:none;		
	}	
}
#ptse_user_registration_registration_button
{
	background: #166534;
	color:white;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 16px 0 0px 0;
	cursor:pointer;
}

#ptse_user_registration_back_button, #ptse_user_password_change_confirmation_back_button, #ptse_user_password_change_password_entry_back_button
{
	background: #e5e5e5;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 3px 0 5px 0;
	cursor:pointer;
}
@media screen and (max-width: 1000px)
{
	#ptse_user_registration_back_button
	{
		margin-bottom:3px;
	}
}
#ptse_user_password_change_confirmation_next_button
{
	background: #e5e5e5;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 16px 0 0 0;
	cursor:pointer;	
}
#ptse_user_password_change_password_entry_password_change_button
{
	background: #166534;
	color:white;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 16px 0 0 0;
	cursor:pointer;	
}
#ptse_user_login_form_or_text, #ptse_password_change_or_text
{
	text-align:center;
	color:#888888;
	padding-top:15px;
}
#ptse_user_login_form_registration_link
{
	text-align:center;
	color:#1178bd;
	cursor:pointer;
	padding-top:25px;
}
#ptse_user_registration_or_text
{
	text-align:center;
	color:#888888;
	padding-top:10px;
}

#ptse_user_registration_login_link
{
	text-align:center;
	color:#1178bd;
	cursor:pointer;
	padding-top:10px;
}
#ptse_user_password_change_email_entry p
{
	padding:20px 0;
	margin:0;
}
#ptse_password_change_links
{
	display:flex;
	gap:20px;
	justify-content: center;
	padding-top:25px;
}
#ptse_password_change_login_link, #ptse_password_change_registration_link
{
	color:#1178bd;
	cursor:pointer;	
}
#ptse_user_account_menu_login
{
	text-align:center;
	font-size:16px;
	padding:60px 0 46px 0;
	border-bottom:1px solid #e5e5e5;
	overflow-wrap: break-word;
}
.ptse-user-account-menu-link
{
	display:block;
	padding:20px 0;
	color:#1178bd;
	border-bottom:1px solid #e5e5e5;
	text-decoration:none;
	text-align:center;
}
.ptse_user_account_menu_logout_button
{
	background: #e5e5e5;
	border-radius:3px;
	text-align:center;
	padding:10px 0;
	margin: 80px 0 5px 0;
	cursor:pointer;
}