/* * FONTS

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* * {
    padding: 0;
    margin: 0;
} */

/* a {
    color: #000 !important;
} */

body,
html {
    font-family: "Poppins";
}

/* .form-control {
    padding: 10px !important;
    border: solid 1px #1489b8 !important;
} */

.form-label {
    font-weight: 500;
}

/* a {
    color: #000 !important;
} */

/* .navbar {
    background: #FFFFFF;
} */

/* .nav-link {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.active {
    color: #FFA200 !important;
} */

.navbar-brand img {
    width: 200px;
}

.bg-gradient-primary {
    background-color: #1489b8 !important;
    background-image: none !important;
}

.header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}

@media (max-width: 991px) {
    .sidebar {
        background-color: #575656 !important;
        backdrop-filter: blur(10px);
    }
}
