@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

.form-label {
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8) !important;
    background-color: white !important;
    z-index: 1;
}

body {
    font-size: 0.9rem;
    font-family: 'Inter', 'Work Sans', sans-serif;
        background-color: #F2F3F7 !important;
}

.btn-primary {
    --mdb-btn-bg: #006ebe !important;
}

.list-group-item {
    color: #606060  !important;
    font-weight: 500;
}

.list-group-item.active {
    background-color: #006ebe !important;
    color: white !important;
    font-weight: 500;
}

.list-group-item a {
    color: #606060  !important;
    font-weight: 500;
}
.card{
    --mdb-card-border-radius: 0.2rem !important;
}

.form-outline .form-control{
    background-color:#F7F7F7 !important
}
.form-label{
    background-color:transparent !important;
        text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.form-outline .form-control:focus {
    background-color: #FFFFFF !important; 
}
.navbar{    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);  !important}