/*Verification Page */


.main-container {
    margin: 40px auto;
    position: relative;
    min-width: 480px;
    max-width: 900px;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #60A699;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.40);
    
}


.congrads-text {
    font-family: "Nunito Sans";
    color: #043259;
    text-align: center;
    
}

.congrads-text h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 36px;
    
}

.congrads-text h3 {
    font-size: 20px;
    font-weight: 400;
    
}

.congrads-text h3 {
    font-size: 16px;
    font-weight: 400;
    
}

.sub-container {
    max-width: 850px;
    margin: 10px auto;
    width: 100%;
    flex-shrink: 0;
    background: transparent;
    position: relative;
    text-align: left;
    height: auto;

}

.mi-cuenta {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 40px;

}

.step {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 8px;
    position: relative;
    margin-bottom: 24px;
}

.pasos {
    font-family: "Nunito Sans";
    font-size: 20px;
    color: #043259;
    text-align: center;
    margin-top: 28px;

}


.step h2 {
    color: #043259;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    grid-column: 1;
    align-items: flex-end;
    display: flex;
    
}

.step p{
    color: #043259;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 110px;
    margin-bottom: 0;
    grid-column: 1;
}

.step span{
    background: #043259; 
    color:white;
    width: 25px;
    height: 25px;
    border-radius: 10%;
    display: flex;
    align-items: left;
    justify-content: center;
    margin-right: 20px;
    font-weight: 400;
    font-family: "Nunito Sans";
    font-size: 16px;
    margin-left: 60px;
    padding: 2px;

}

.step-locked {
    font-family: "Nunito Sans";
    font-size: 13px;
    background: rgba(128, 164, 174, 0.15);;
    color: #80A4AE;
    border: 1.5px dashed #80A4AE;
    border-radius: 5px;
    width: 160px;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    white-space: nowrap;
    padding: 12px 24px;
    grid-column: 2;
    margin: 0px 60px 0 0;
    grid-row: 1 / 3;
}

.btn-mi-cuenta {
    width: 160px;
    max-height: 35px;
    border-radius: 5px;
    background: #043259;
    color: white;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Nunito Sans";
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-self: center;
    align-items: center;
    padding: 12px 24px;
    grid-row: 1 / 3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    cursor: pointer;
    margin: 0px 60px 0 0;
    grid-column: 2; 

}

.btn-mi-cuenta:hover {
    background-color: rgba(77, 111, 140, 1);
}

.congrads-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(96, 166, 153, 0.9), rgba(26, 140, 146, 0.8)); /* 70% = 30% transparent */;
    width: 100%;
    border-radius: 28px 28px 0 0;

}

.top-container {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.top-container .congrads-text h2,
.top-container .congrads-text h4 {
    color: white;
}

.congrads-container img{
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    margin-top: 40px;
    align-items: center;
    text-align: center;
    filter: brightness(0) invert(1);
}

.provider-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 59px;
}

.user-account-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.user-account-header img {
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
}

.user-account-header {
    padding: 6px 10px;
    border-radius: 5px;
    border: none;
    background: linear-gradient(206deg, #FFF 4.06%, #CAE1DD 34.79%, #97C5BC 64.03%, #60A699 95.94%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s;
    font-size: 20px;
}

/* Provider Header Actions Container */

.notification-btn,
.help-btn {
    padding: 6px 10px;
    border-radius: 5px;
    border: none;
    background: #DFF0FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s;
}

.notification-btn:hover,
.help-btn:hover, .user-account-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.notification-btn img,
.help-btn img, .user-account-header img {
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
}

.step + .step {
    padding-top: 20px;
    border-top: 1px solid rgba(96, 166, 153, 0.30);  /* #60A699 Teal at 30% */
}

@media (max-width: 768px) {
    .main-container {
        width: 85%;
        min-width: unset;
        margin: 20px auto;
        border-radius: 20px;
    }

    .home-header {
        padding: 15px 20px;
    }

    .logo-container {
        margin-left: 0;
    }


    .congrads-container {
        border-radius: 18px 18px 0 0;
    }

    .congrads-container img {
        width: 60px;
        height: 60px;
        margin-top: 28px;
    }

    .congrads-text h2 {
        font-size: 20px;
    }

    .step {
        grid-template-columns: 1fr 160px;
    }

    .step span {
        margin-left: 20px;
    }

    .step p {
        padding-left: 65px;
    }

    .btn-mi-cuenta,
    .step-locked {
        width: 160px;
        font-size: 13px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 480px) {
    .main-container {
        width: 85%;
        margin: 20px auto;
        border-radius: 16px;
    }

    .provider-header-actions {
        margin-right: 0;
    }

    .page-header {
        padding: 10px 12px;
    }

    .congrads-container {
        border-radius: 14px 14px 0 0;
        padding-bottom: 20px;
    }

    .congrads-container img {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }

    .congrads-text h2 {
        font-size: 14px;
        margin-top: 12px;
        
    }

    .congrads-text h4 {
        font-size: 12px;
        font-weight: 400;
        padding: 0 10px;
        margin-bottom: 0;
    }

    /* Stack layout — button drops below text on small screens */
    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .step h2 {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        justify-content: center;
        text-align: center;
        gap: 4px;
    }

    .step p {
        display: none;
    }

    .step span {
        margin-bottom: 4px;
        align-self: center;
    }

    .btn-mi-cuenta,
    .step-locked {
        width: 80%;
        margin: 4px 0 0 0;
        justify-content: center;
    }

    .pasos {
        font-size: 17px;
        margin-top: 20px;
    }

    .mi-cuenta {
        padding: 10px;
        margin-bottom: 20px;
    }

    .step + .step {
        padding-top: 16px;
    }
}