/* /Layout/Footer.razor.rz.scp.css */
.footer[b-zrhk32lklk] {
    background: linear-gradient(180deg, #f2f2f200 0%, #f2f2f2 25%);
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
}
.footer-animation-container[b-zrhk32lklk] {
    left: 0;
    right: 0;
    z-index: -1;

}

/* To fix footer animation styling */
@media(max-width: 978px) {
    .footer-animation-container[b-zrhk32lklk] {
        overflow: hidden;
        padding-bottom: 20px;
        https: //localhost:7271/ margin-top: 30px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            height: 100%;
            transform: scale(1.4) translateX(75px);
        }
}

@media(max-width: 810px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 30px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(1.7) translateX(100px);
        }
}

@media(max-width: 650px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 35px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(2) translateX(100px);
        }
}

@media(max-width: 550px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 40px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(2.3) translateX(100px);
        }
}

@media(max-width: 500px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 45px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(2.6) translateX(100px);
        }
}

@media(max-width: 450px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 50px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(2.9) translateX(85px);
        }
}

@media(max-width: 400px) {
    .footer-animation-container[b-zrhk32lklk] {
        padding-bottom: 50px;
    }

        .footer-animation-container .lottie-animation[b-zrhk32lklk] {
            transform: scale(3.2) translateX(80px);
        }
}
/* /Layout/Head.razor.rz.scp.css */
.head[b-fqzv482c6t] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo[b-fqzv482c6t] {
    color: white !important;
}
.btn-white[b-fqzv482c6t] {
    background-color: white;
}

.btn-outline-white[b-fqzv482c6t]{
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-outline-white:hover[b-fqzv482c6t] {
    color: white;
}

.btn-outline-white:active[b-fqzv482c6t] {
    color: white;
}
