.edvdo_dob_gender_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    margin: 0 auto;
}
.edvdo_dob_gender_popup_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: 80vh;
    background-color: white;
    border-radius: 8px;
    padding: 2% 5%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
}


.edvdo_expert_session_select_popup_button{
display: flex; 
justify-content: center; 
align-items: center; 
width: 30vw; height: 42px; 
border: 1px solid #3f4dcb; border-radius: 10px;
padding: 10px;
}