* {
    font-family: "Inter", sans-serif;
}

.active {
    background-color: #15803D;
    color: #ffffff;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}