/* body{
    background-color: #F2F2F2;
} */

:root {
    /* --colors-gray-500: 56, 146, 243; */
    --colors-green-600: 55, 194, 147;
    --colors-green-500: 55, 194, 147;
    --colors-red-500: 236, 16, 16;
    --colors-red-100: 251, 207, 207;
}

.bida-blue {
    background-color: #2656FF;
}

.bida-info {
    background-color: #3892F3;
}

.bida-light {
    background-color: #D7E9FD;
}

.bida-off-white{
    background-color: #F2F2F2;
}

h1,
h3,
h4,
td,
p,
.grid,
nav{
    color: rgb(var(--colors-gray-500));
}

.sidebar-menu > div:nth-child(n+2){
    margin-top: 5px;
}

.sidebar-menu > div:nth-child(2) > div > div {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none !important;
    }

    .md\:justify-end{
        justify-content: end !important;
    }
}
