/*------------------------------------------the below css is used for my account details----------------------*/
.edvdo_vision-tooltip {
    position: relative;
    cursor: pointer;
  }
  .edvdo_vision-tooltip::after {
    content: "Discuss with your Career Counsellor to reset your Goal";
    position: absolute;
    width: 200px; /* Specify a fixed width for proper wrapping */
    left: 100%;
    top: 0%;
    line-height: 1.5;
    background-color: #848484;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    white-space: normal; /* Allow text to wrap */
    display: none;
    z-index: 10; /* Ensure it appears above other elements */
}
.edvdo_vision-tooltip:hover::after {
    display: block;
}



.my-account-profile-options {
    display: none; /* Hidden by default */
}

.my-account-save-button,
#my-account-cancel-button {
    display: none; /* Hidden by default */
}



.edvdo_my_account_details_box_outer{
    display:flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    align-items: flex-end; 
    width: 70%;
    padding: 3%;
}

.my-account-form-container  {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: var(--White, #FFF);
    border-radius: 12px;
}

.my-account-steps-column{
    width: 30%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    padding: 3%;
    border-radius: 8px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
    background: var(--White, #FFF);
}

.my-account-step {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
    color: rgba(188, 188, 188, 1); /* Default color */
}

.my-account-step-indicator.active {
    width: 10%;
    height: 40px;
    flex-shrink: 0;
    background-color: #7186DF; /* Default color */
    margin-right: 10px;
}



/* Active Step */
.my-account-step.active-step {
    color: rgba(0, 0, 57, 1);
    
}

.my-account-step.active-step::before {
    content: ""; /* Create the bar */

    width: 5%;
    height: 100%;
    flex-shrink: 0;
    background-color: rgba(113, 134, 223, 1);
    border-radius: 2px; /* Optional: add rounded corners */
}

.my-account-form-columns {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
}

.my-account-column {
    width: 50%;
    padding: 20px;
}

.my-account-column-profile-picture img {
    width: 150px !important; /* Ensures a fixed width */
    height: 150px !important; /* Ensures a fixed height */
    object-fit: cover; /* Ensures the image fills the circle without distortion */
    border-radius: 50% !important; /* Ensures a perfect circular crop */
    background-color: hwb(0 52% 48% / 0.521); /* Optional background color */
    display: block !important; /* Prevents inline spacing issues */
	max-width: unset  !important;
}




.my-account-column input[type="text"],
.my-account-column input[type="email"],
.my-account-column input[type="password"],
.my-account-column input[type="number"],
.my-account-column input[type="date"],
.my-account-column select {
    width: 100%;
    height: auto; /* Set height as needed or keep default */
    padding: 0; /* Adjust padding for text alignment if needed */
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    background: transparent;
    outline: none; /* Removes focus outline */
}



.my-account-actions-container {
    display: flex; /* Enables flex layout */
    justify-content: flex-end;
    align-items: center; /* Aligns the buttons vertically */
    gap: 20px; /* Adds space between the buttons */
    margin: 20px 0; /* Optional: Adds margin around the container */
    width: 60%;
}

#my-account-cancel-button {
    width: 50%;
    height: 54px;
    padding: 14px 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--Primary-900, #3F4DCB);
    background: var(--White, #FFF);
    color: #3F4DCB;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    cursor: pointer; /* Ensures button looks clickable */
}

#my-account-cancel-subscription-button {
    width: 50%;
    height: 54px;
    display: flex; /* Ensures consistency with the cancel button */
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}





.my-account-actions-container input[type="submit"] {
    width: 50%;
    height: 54px;
    display: flex; /* Ensures consistency with the cancel button */
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#my-account-edit-button {

    width: 40%;
    height: 54px;
    justify-content: center;
    align-items: center;
    display: block;
    padding: 10px 20px;
    background-color:rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 2%;
    border-radius: 5px;
}

.my-account-logout-button{
    width: auto;
    height: 54px;
    display: flex; /* Ensures consistency with the cancel button */
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}




.my-acoount-labels{
    display: flex;
    height: 52px;
    width: 100%;
    padding: 12px;
	margin-bottom: 15px;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    border-radius: 4px;
    border-bottom: 0.5px solid var(--Border, rgba(63, 77, 203, 0.50));
    background: var(--White, #FFF);
    line-height: 1;
    justify-content: space-around;
}


.my-account-profile-options{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}


.my-accoun-profile-options button [type=button] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}



/*------------------------------------------the above css is used for my account details----------------------*/



@media screen and (min-width: 1025px) and (max-width: 1440px){
    
    .edvdo_vision-tooltip {
        position: relative;
        cursor: pointer;
      }
      .edvdo_vision-tooltip::after {
        content: "Discuss with your Career Counsellor to reset your Goal";
        position: absolute;
        width: 200px; /* Specify a fixed width for proper wrapping */
        left: 0%;
        top: 100%;
        line-height: 1.5;
        background-color: #848484;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        white-space: normal; /* Allow text to wrap */
        display: none;
        z-index: 10; /* Ensure it appears above other elements */
    }
    .edvdo_vision-tooltip:hover::after {
        display: block;
    }

}


@media screen and (min-width: 481px) and (max-width: 1024px){

    .edvdo_vision-tooltip {
        position: relative;
        cursor: pointer;
      }
      .edvdo_vision-tooltip::after {
        content: "Discuss with your Career Counsellor to reset your Goal";
        position: absolute;
        width: 200px; /* Specify a fixed width for proper wrapping */
        left: 0%;
        top: 100%;
        line-height: 1.5;
        background-color: #848484;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        white-space: normal; /* Allow text to wrap */
        display: none;
        z-index: 10; /* Ensure it appears above other elements */
    }
    .edvdo_vision-tooltip:hover::after {
        display: block;
    }

    .edvdo_my_account_details_box_outer{
        display:flex; 
        flex-direction: column; 
        justify-content: flex-end; 
        align-items: center; 
        width: 100%;
        padding: 3%;
    }
    
    .my-account-form-container  {
        display: block;
        justify-content: space-between;
        width: 100%;
        height: auto;
        border-radius: 12px;
        background: var(--White, #FFF);
        border-radius: 12px;
    }
    
    .my-account-steps-column{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 5%;
        border-radius: 8px;
        box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
        background: var(--White, #FFF);
    }
    
    .my-account-step {
        display: flex;
        align-items: center;
        margin: 20px 0;
        position: relative;
        cursor: pointer;
        color: rgba(188, 188, 188, 1); /* Default color */
    }
    
    .my-account-step-indicator.active {
        width: 10px;
        height: 40px;
        flex-shrink: 0;
        background-color: #7186DF; /* Default color */
        margin-right: 10px;
    }
    
    
    
    /* Active Step */
    .my-account-step.active-step {
        color: rgba(0, 0, 57, 1);
        
    }
    
    .my-account-step.active-step::before {
        content: ""; /* Create the bar */
        position: absolute;
        top: 0;
        left: -3%; /* Position the bar on the left */
        width: 10px;
        height: 100%;
        flex-shrink: 0;
        background-color: rgba(113, 134, 223, 1);
        border-radius: 2px; /* Optional: add rounded corners */
    }
    
    .my-account-form-columns {
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
    
    .my-account-column {
        width: 100%;
        padding: 20px;
    }

    
    
    
    .my-account-column input[type="text"],
    .my-account-column input[type="email"],
    .my-account-column input[type="password"],
    .my-account-column input[type="number"],
    .my-account-column input[type="date"],
    .my-account-column select {
        width: 100%;
        height: auto; /* Set height as needed or keep default */
        padding: 0; /* Adjust padding for text alignment if needed */
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid rgba(198, 198, 198, 0.5);
        background: transparent;
        outline: none; /* Removes focus outline */
    }
    
    
    
    .my-account-actions-container {
        display: flex; /* Enables flex layout */
        justify-content: center; /* Centers the buttons horizontally */
        align-items: center; /* Aligns the buttons vertically */
        gap: 20px; /* Adds space between the buttons */
        width: 80%;
        margin: 20px 0; /* Optional: Adds margin around the container */
    }

    
    #my-account-cancel-button {
        width: 50%;
        height: 54px;
        padding: 14px 60px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid var(--Primary-900, #3F4DCB);
        background: var(--White, #FFF);
        color: #3F4DCB;
        box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
        cursor: pointer; /* Ensures button looks clickable */
    }

    #my-account-cancel-subscription-button {
        width: 120%;
        height: 54px;
        display: flex; /* Ensures consistency with the cancel button */
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        background-color: rgba(63, 77, 203, 1);
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    .my-account-actions-container input[type="submit"] {
        width: 50%;
        height: 54px;
        display: flex; /* Ensures consistency with the cancel button */
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        background-color: rgba(63, 77, 203, 1);
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    
    #my-account-edit-button {
        width: 100%;
        height: 54px;
        justify-content: center;
        align-items: center;
        display: block;
        padding: 10px 20px;
        background-color:rgba(63, 77, 203, 1);
        color: #fff;
        border: none;
        cursor: pointer;
        margin-left: 1%;
        margin-bottom: 2%;
        border-radius: 5px;
    }

    .my-account-logout-button{
        width: 100%;
        height: 54px;
        display: flex; /* Ensures consistency with the cancel button */
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        background-color: rgba(63, 77, 203, 1);
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    
    
    

    
    
    
    .my-account-profile-options{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    
    
    .my-accoun-profile-options button [type=button] {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 14px;
        text-decoration: underline;
    }
    
    
}





@media screen and (min-width: 320px) and (max-width: 480px) {

.edvdo_vision-tooltip {
    position: relative;
    cursor: pointer;
    }
    .edvdo_vision-tooltip::after {
    content: "Discuss with your Career Counsellor to reset your Goal";
    position: absolute;
    width: 200px; /* Specify a fixed width for proper wrapping */
    left: 0%;
    top: 100%;
    line-height: 1.5;
    background-color: #848484;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    white-space: normal; /* Allow text to wrap */
    display: none;
    z-index: 10; /* Ensure it appears above other elements */
}

.edvdo_vision-tooltip:hover::after {
    display: block;
}


.edvdo_my_account_details_box_outer{
    display:flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    align-items: center; 
    width: 100%;
    padding: 3%;
}

.my-account-form-container  {
    display: block;
    justify-content: space-between;
    width: 100%;
    border-radius: 12px;
    background: var(--White, #FFF);
}


.my-account-steps-column{
    width: 100%;
    height: auto;
    display: block;
    flex-direction: none;
    justify-content: center;
    padding: 10%;
    border-radius: 8px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
    background: var(--White, #FFF);
}


.my-account-step {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
    color: rgba(188, 188, 188, 1); /* Default color */
}

.my-account-step-indicator.active {
    width: 10px;
    height: 40px;
    flex-shrink: 0;
    background-color: #7186DF; /* Default color */
    margin-right: 10px;
}



/* Active Step */
.my-account-step.active-step {
    color: rgba(0, 0, 57, 1);
    
}

.my-account-step.active-step::before {
    content: ""; /* Create the bar */
    position: absolute;
    top: 0;
    left: -3%; /* Position the bar on the left */
    width: 10px;
    height: 100%;
    flex-shrink: 0;
    background-color: rgba(113, 134, 223, 1);
    border-radius: 2px; /* Optional: add rounded corners */
}

.my-account-form-columns {
    display: block;
    width: 100%;
    
}

.my-account-column {
    width: 100%;
    padding: 20px;
}










.my-account-column input[type="text"],
.my-account-column input[type="email"],
.my-account-column input[type="password"],
.my-account-column input[type="number"],
.my-account-column input[type="date"],
.my-account-column select {
    width: 100%;
    height: auto; /* Set height as needed or keep default */
    padding: 0; /* Adjust padding for text alignment if needed */
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    background: transparent;
    outline: none; /* Removes focus outline */
}



.my-account-actions-container {
    display: block; /* Enables flex layout */
    justify-content: center; /* Centers the buttons horizontally */
    align-items: center; /* Aligns the buttons vertically */
    gap: 20px; /* Adds space between the buttons */
   margin: 10% 0;
   
    
}


#my-account-cancel-button {
    width: 100%;
    height: 54px;
    padding: 14px 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--Primary-900, #3F4DCB);
    background: var(--White, #FFF);
    color: #3F4DCB;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    cursor: pointer; /* Ensures button looks clickable */
    margin-bottom: 1%;
   
}



    #my-account-cancel-subscription-button {
        width: 100%;
        height: 54px;
        display: flex; /* Ensures consistency with the cancel button */
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        background-color: rgba(63, 77, 203, 1);
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

.my-account-actions-container input[type="submit"] {
    width: 100%;
    height: 54px;
    display: flex; /* Ensures consistency with the cancel button */
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 1%;
   
}

#my-account-edit-button {
    display: flex;
    width: 100%;
    padding: 3px 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color:rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 3%;
    margin-bottom: 2%;
    border-radius: 5px;
}

.my-account-logout-button{
    width: 80%;
    height: 54px;
    display: flex; /* Ensures consistency with the cancel button */
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(63, 77, 203, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}







.my-account-profile-options{
    margin-top: 10px;
}


.my-accoun-profile-options button [type=button] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

/*------------------------------------------the above css is used for my account details----------------------*/  


}