.sfa-card .sfa-front-content {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sfa-card:hover .sfa-front-content {
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    opacity: 0;
}

.sfa-card .sfa-back-content {
    transition: all 1s ease;
    transform: translateY(30%);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(0px, 30%);
    -moz-transform: translate(0px, 30%);
    -o-transform: translate(0px, 30%);
    -ms-transform: translate(0px, 30%);
    transform: translate(0px, 30%);
    z-index: 5;
}

.sfa-card:hover .sfa-back-content {
    opacity: 1;
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.tab-block-design .nav-tabs button.sfa-nav-link::after {
    background: #004C98;
}

.sfa-form-control {
    border-radius: 8px !important;
    border: 1px solid #CED2DA !important;
    font-family: "Open Sans"
}

.wl-reschedule-card .sfa-form-control {
    font-family: 'Crimson Text';
    font-size: 16px;
}

.input-with-icon .sfa-icon {
    position: absolute;
    left: 0;
    top: 50%;
    left: 25px;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 18px;
    height: auto;
    z-index: 9;
}

.sfa-book-your-session {
    line-height: 32px;
    color: #004C98;
    font-family: "Open Sans"
}

.sfa-search-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sfa-search-textbox-container {
    width: 80%;
    position: relative;
}

.sfa-search-button {
    width: 179px;
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(288.53deg, #3C80C2 0%, #00347C 100%);
    color: white;
    border: 0;
    font-family: "Open Sans"
}

.sfa-mentor-card-container {
    display: grid;
    grid-template-columns: 21% 21% 21% 21%;
    column-gap: 5.3%;
    row-gap: 8%;
}

.sfa-mentor-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.sfa-card {
    box-shadow: 0px 4px 10px 0px #00000040;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.sfa-back-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #004C98;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
}

.sfa-front-content-book-button {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.sfa-front-content-mentor-name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #24406E;
}

.sfa-front-content-mentor-designation {
    text-align: center;
    font-family: 'Open Sans';
    line-height: 32px;
    color: #24406E;
    min-height: 64px;
}

.sfa-back-content-mentor-name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: white;
}

.sfa-back-content-view-details-button {
    width: 179px;
    height: 48px;
    border-radius: 5px;
    border: 0;
    font-family: 'Open Sans';
}

.sfa-back-content-book-button {
    cursor: pointer;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
}

.sfa-powered-by-gleac-container {
    padding: 5%;
    font-family: 'Open Sans';
    line-height: 32px;
    color: #303030;
}

.sfa-footer-container {
    background-image: url(/img/sfa/footer-background.webp);
    background-size: cover;
    padding: 5%;
    display: flex;
}

.sfa-footer-resources-container {
    color: white;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 32px;
    margin-left: 100px;
}

.sfa-footer-logo {
    height: 89px;
}

.sfa-footer-all-rights-reserved-container {
    background-image: url(/img/sfa/footer-background.webp);
    background-size: cover;
    color: white;
    font-family: 'Open Sans';
    line-height: 32px;
    text-align: center;
}

.checkout-bottom-popup.sfa-checkout-bottom-popup {
    position: fixed;
    bottom: 0;
    right: 20px;
    box-shadow: 0px 0px 50px 0px #00000033;
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 90%;
    max-width: 420px;
    padding: 1%;
    z-index: 99999
}

.sfa-cart-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.sfa-mentor-profile-image {
    width: 262px;
    height: 262px;
    object-fit: cover;
    border-radius: 50%;
}

.sfa-mentor-profile-name-container {
    display: flex;
    align-items: center;
}

.sfa-mentor-profile-designation {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 32px;
    color: #979797;
}

.sfa-cart-clear-button {
    width: 124px;
    height: 41px;
    border-radius: 5px;
    border: 0;
    font-family: 'Open Sans';
    color: grey;
    border: 1px solid #CED2DA;
    background-color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.sfa-cart-book-button {
    width: 124px;
    height: 41px;
    border-radius: 5px;
    background: linear-gradient(288.53deg, #3C80C2 0%, #00347C 100%);
    color: white;
    border: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.input-with-icon .sfa-form-control {
    padding-left: 50px;
    color: black;
    height: 40px;
}

.reschedule-available-slots {
    width: 25%;
    margin: 2%;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 1%;
}

.wl-reschedule-card .reschedule-available-slots {
    width: 100%;
    margin: 0;
    border-radius: 50px;
    padding: 1%;
    background-color: #E9F5F5;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
}

.reschedule-available-slots input {
    appearance: none;
    border: 1px solid #999;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.reschedule-available-slots input:checked {
    border: 4px solid black;
}

.loading-reschedule-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.reschedule-loader-container {
    text-align: center;
}

.reschedule-slots-container {
    display: flex;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .sfa-header-description-container {
        align-items: center;
    }

    .sfa-book-your-session {
        font-size: 24px;
    }

    .sfa-search-container {
        flex-direction: column;
    }

    .sfa-search-textbox-container {
        width: 100%;
    }

    .sfa-search-button {
        align-self: flex-end;
        margin-top: 10px;
    }

    .sfa-mentor-card-container {
        grid-template-columns: 49% 49%;
        column-gap: 2%;
        row-gap: 2%;
    }

    .sfa-mentor-image {
        width: 105px;
        height: 105px;
    }

    .sfa-card {
        padding: 10px;
    }

    .sfa-back-content {
        padding: 10px;
    }

    .sfa-front-content-book-button {
        bottom: 5px;
        right: 5px;
    }

    .sfa-front-content-mentor-name {
        margin-top: 0;
        margin-bottom: 0;
        line-height: inherit;
    }

    .sfa-front-content-mentor-designation {
        line-height: inherit;
        font-size: 14px;
    }

    .sfa-back-content-mentor-name {
        margin-top: 0;
        margin-bottom: 0;
        line-height: inherit;
    }

    .sfa-back-content-view-details-button {
        width: auto;
        height: auto;
    }

    .sfa-back-content-book-button {
        bottom: 5px;
        right: 5px;
    }

    .sfa-powered-by-gleac-container {
        margin-top: 10%;
    }

    .sfa-footer-container {
        flex-direction: column-reverse;
    }

    .sfa-footer-resources-container {
        margin-left: 0;
    }

    .sfa-footer-logo {
        width: 81px;
        margin-top: 10px;
    }

    .sfa-footer-all-rights-reserved-container {
        font-size: 14px;
        line-height: 22px;
        color: #D9DBE1;
        padding: 5%;
    }

    .checkout-bottom-popup.sfa-checkout-bottom-popup {
        right: 0;
    }

    .sfa-cart-header {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .sfa-mentor-profile-image {
        width: 100%;
        height: auto;
    }

    .sfa-mentor-profile-name-container {
        justify-content: center;
    }

    .sfa-mentor-profile-designation {
        text-align: center;
    }

    .sfa-mentor-profile-book-button-container {
        text-align: center;
    }

    .sfa-cart-clear-button {
        font-size: 15px;
    }

    .sfa-cart-book-button {
        font-size: 15px;
    }

    .reschedule-available-slots {
        margin: 4%;
        width: 60%;
        font-size: small;
    }

    .wl-reschedule-card .reschedule-available-slots {
        font-size: 10px;
    }
}