.suspend-btns {
    border-radius: 50px;
}

.right-astrologer-prof {
    height: calc(100% - 30px);
    position: relative;
}

.right-astro-prof-sticky {
    padding-bottom: 10px;
    height: auto;
    position: sticky;
    top: 10px;
    max-height: 82vh;
    overflow-y: auto;
}

.right-astro-prof-sticky>* {
    width: calc(100% - 15px);
}

/* .left-details-container{
    height: 80vh;
} */


.leftsection {
    background-color: #000a81;
    height: 100vh;
    min-height: 100vh;
}

.login-main-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: rgba(239, 241, 247, 1);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.left-text {
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    height: 100vh;
    /* Adjust the height as needed */
}

.white-text {
    color: white;
}
