/* Basic styling for the overlay */
@media (min-width: 768px){
    .popupfor-pass {
        width: 450px !important;
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

/* Popup box styling */
.popupfor-pass {
    background-color: white;   
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.inpurtnd{    
    width: -webkit-fill-available;
    font-size: 15px;
    padding: 5px 7px;
    z-index: 1;
}
/* Close button styling */
.close-btn-for-pass {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    float: inline-end;
    margin: 0px 12px 0px 0px;
}

/* Show the popup when active */
.overlay.active {
    visibility: visible;
    opacity: 1;
}

.fgjjkvsj{    
    background: #4148cbdb;
    color: white;
    font-weight: 500;
    padding: 8px 0px;
}
.ghsdfh{
    padding: 12px;
}

.forgot-account-info {
    background-color: #ffffffa6;
    border-radius: 8px;
    box-shadow: 0 0px 8px rgb(1 11 79 / 39%);
    padding: 6px 0px 8px 11px;
    width: 100%;
    margin-top: 14px;
}

.forgot-account-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.forgot-account-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.forgot-account-info .join-date {
    font-weight: 600;
    color: #000000b5;
    position: absolute;
    margin-top: 46px;
    margin-left: 13px;
    font-size: 12px;
}

.GFDE{
    width: 44px;
    height: 44px;
}

.FRED{
    font-size: 15px;
    font-weight: 600;
    color: #272626;
    text-align: justify;
}

.changepasswordsuccessfully{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.HRETE img {
    width: 80px;
    height: 80px;
}