/*
Theme Name: Hello Elementor - Child
Author: Roniel Escorcia
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.pmpro_login_wrap {
    padding: 20px;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
}

.pmpro_card_content {
    padding: 0 !important;
}

.pmpro_login_wrap label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pmpro_card_actions {
    border-top: unset !important;
    padding: 0 !important;
    background-color: unset !important;
}

.pmpro_section #loginform .input {
    border-radius: 6px !important;
    background-color: #282A2FDB !important;
    max-height: 45px;
}

.pmpro_form_field-password-toggle button {
    font-size: 14px !important;
}

#loginform input[type="submit"] {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500 !important;
    transition: ease .3s !important;
    display: flex !important;
    width: auto !important;
    border-radius: 35px !important;
    padding: 12px 20px !important;
    
}

.pmpro_section {
    margin: 0 !important;
}

.pmpro_section #loginform .login-submit {
    display: flex;
    justify-content: center;
}
.pmpro_section #loginform .login-submit .button:hover {
    background-color: #2687FF !important;
    transform: scale(0.9);
}

.login-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.login-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 64px;
    font-weight: 600;
}

.login-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 64px;
    font-weight: 600;
    margin: 0;
}

.login-title p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px !important;
    margin: 0 !important;
}

#loginform #user_login {
    /* Mueve el texto a la derecha para dejar espacio para el icono */
    padding-left: 35px !important; 
}

#loginform .login-username {
    position: relative;
}

#loginform .login-username::before {
    content: "\f0e0"; /* Código Unicode del icono de Email */
    font-family: "Font Awesome 5 Free"; /* O el nombre de la fuente de Font Awesome que uses */
    font-weight: 400; /* Necesario para los iconos sólidos de FA */
    position: absolute;
    left: 10px; /* Ajusta la posición horizontal */
    top: calc(50% + 10px); /* Centrado vertical inicial */
    transform: translateY(-50%); /* Ajuste fino del centrado vertical */
    color: #858789; /* Color del icono */
    pointer-events: none; /* Asegura que el icono no interfiera con el clic en el input */
}


.pmpro_checkout_gateway-stripe .pmpro_card {
    margin: 0;
    border: none;
    border-radius: unset;
    background-color: unset;
}

.pmpro_checkout_gateway-stripe strong {
    color: #2687FF ;
}

.pmpro_checkout_gateway-stripe {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.pmpro_checkout_gateway-stripe h2 {
    padding: 0 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    margin: 10px 0 !important;
}

.pmpro_checkout_gateway-stripe p {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    margin: 0 !important;
}

.pmpro_checkout_gateway-stripe legend {
    margin: 0 !important;
}

.pmpro_checkout_gateway-stripe label {
    font-family: 'Inter', sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
}


.pmpro_form_input {
    max-height: 45px;
    background-color: #27292DDB;
}

.pmpro_checkout_gateway-stripe .pmpro_asterisk abbr {
    color: white !important;
}

.pmpro_checkout_gateway-stripe .pmpro_card_actions {
    margin-top: 10px;
}


.pmpro_checkout_gateway-stripe .pmpro_form_submit {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
    flex-direction: column;
    gap: 5px;
}



.pmpro_btn, #basic-user-avatar-form input[type="submit"]{
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 9px 20px !important;
    transition: ease .3s !important;
    border-radius: 35px !important;
    color: white !important;
    background-color: #2687FF;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

#basic-user-avatar-form input[type="submit"] {
    border: none;
}

.pmpro_btn-cancel {
    background-color: transparent !important;
}

.pmpro_btn:hover, #basic-user-avatar-form input[type="submit"]:hover {
    background-color: #2687FF !important;
    color: white !important;
    transform: scale(1.01);
}

.pmpro_card {
    padding: 20px !important;
}

#basic-user-avatar-form img {
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.pmpro_card_title {
    padding: 0 !important;
}

#pmpro_billing-1 > .pmpro_card {
    display: none;
}

#pmpro_payment_information_fields .pmpro_card {
    padding: 0 !important;
}

.pmpro_form_fields label {
    font-family: 'Inter', sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
}

/* Custom Currency Toggle Styles */
.donation-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.donation-toggle {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 5px;
    display: flex;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.donation-toggle button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.donation-toggle button.active {
    background-color: #EAB126 !important; /* Gold color from /diezmos/ */
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(234, 177, 38, 0.4) !important;
}