:root {
    --theme-color: rgba(73, 156, 154, 1);
    --theme-transparent: rgba(73, 156, 154, 0.8);
    --theme-highlight: rgba(73, 156, 154,, 0.3);
    --theme-shadow: rgba(73, 156, 154, 0.32);
    --theme-link: rgba(73, 156, 154, 1);
	--theme-text-color: #010010;
}


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

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

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