﻿/*floating button on MainLayout for schedule appointment*/
.floating-button {
    position: fixed;
    bottom: 70px;
    right: 40px;
    color: #fff;
    border: none;
    border-radius: 10%;
    font-size: 25px;
    width: 263px;
    height: 90px;
    text-align: center;
    z-index: 9999;
}

/*Applicants Page Css*/
html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: rgba(233,243,252, .5) !important;
}

.applicants .pricing-block > .row > div:nth-child(2) {
    background-color: inherit;
}

.text-smaller {
    font-size: 1.0rem;
}

.btn-modern {
    text-transform: none;
}

.applicants .pricing-block > .row > div:nth-child(2) {
    border-left: none;
}

/*Rate Calculator Page*/
#resultDiv .section:hover {
    cursor: pointer;
}

/*.rate-selected {
    transform: scale(1.2);
    margin: 40px;
    background-color: rgb(232,240,254);
    border: 1px solid black !important;
}
*/
.needs-review {
    transform: scale(1.1);
    margin: 40px !important;
    background-color: rgb(232,240,254);
    border: 2px solid red !important;
}

.needs-review-text {
    transform: scale(1.2);
    padding: 10px;
    background-color: rgb(232,240,254);
    border: 2px solid red !important;
}



/*Recording Page*/
.wrapperRecording {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 25px;
}

/*.rate-selected-mobile {
    background-color: rgb(232,240,254);

    border: 1px solid black !important;
    border-radius: unset !important;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: scale(1.2);
}*/

.wrapperMedia {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    gap: 20px 25px;
}

/*For the Webinar page*/
@media(max-width: 449px) {
    .wrapperWebinar {
        display: flex !important;
        justify-content: center;
        /*display: flex;
        justify-content: center;*/
    }
}

.wrapperWebinar {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    gap: 20px 25px;
}

.welcomeHeaderLink {
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-decoration: none;
}

    .welcomeHeaderLink:hover {
        box-shadow: inset 700px 0 0 0 #54b3d6;
        color: white;
        text-decoration: underline overline #0000EE;
    }

.rz-textbox.invalid-text-box {
    border: 1px solid red;
}

/*overide bootstrap classes color for accessibility*/
.text-danger {
    color: #b4555b !important;
}

.text-success {
    color: #3a7b4a !important;
}

html .scroll-to-top.visible {
    display: none !important;
}

html .scroll-to-top {
    display: none !important;
}

    html .scroll-to-top .hidden-mobile {
        display: none !important;
    }

.Show-More-Effect {
    transition: transform 0.3s ease-in-out !important;
}

    .Show-More-Effect:hover {
        transform: scale(1.1) !important;
    }


.custom-label-style {
    font-size: 1.3em;
}