
/*# sourceMappingURL=custom.min.css.map */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

.intro-y {
    animation: fadeInTop .5s ease-in-out;
}

@keyframes fadeInTop {
    0% {

        margin-top: 1rem;
        opacity: 0;
    } 100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.choices {
    margin-bottom: 0px !important;
}
.choices-invalid{
    color: #a81220 !important;
}
input:focus{
    border-color: #3b00555d !important;
}
select:focus{
    border-color: #3b00555d !important;
}
textarea:focus{
    border-color: #3b00555d !important;
}
body {
     /* font-family: 'Poppins', sans-serif !important; */
    /* font-family: 'Inter', sans-serif !important; */
    font-family: 'Rubik', sans-serif !important;
    background-color: #f3f6f9 !important;
}
.navbar-menu .navbar-nav .nav-link{
    font-family: 'Rubik', sans-serif !important;
}
footer {
    bottom: 0;
    padding: 20px calc(1.5rem / 2);
    position: absolute;
    right: 0;
    color: #98a6ad !important;
    left: 250px;
    height: 60px;
    background-color: #fff !important;
}

@media(max-width: 768px) {
    .w-sm-100 {
        width: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}