:root {
    --theme-color: rgba(0, 92, 130, 1);
    --theme-transparent: rgba(0, 92, 130, 0.8);
    --theme-highlight: rgba(0, 92, 130, 0.3);
    --theme-shadow: rgba(0, 92, 130, 0.32);
    --theme-link: rgba(0, 92, 130, 1);
    --theme-grey-bg: rgba(182, 220, 225, 0.5);
    --theme-text-color: rgba(8, 31, 44, 1);
}

.table-sm th,
.table-sm td {
    padding: 2px;
}

.appointments table tbody td {
    font-size: 9px !important;
}

.appointments table thead {
    top: 49px !important;
}
