:root {
    --theme-color: rgba(242, 149, 166, 1);
    --theme-transparent: rgba(242, 149, 166, 0.8);
    --theme-highlight: rgba(242, 149, 166, 0.3);
    --theme-shadow: rgba(242, 149, 166, 0.3);
    --theme-link: rgba(242, 149, 166, 1);
	--theme-beige: #D6B69F;
}

.login .card-body img {
	height: 70px !important;
}

.navbar-wabident {
    background-color: var(--theme-beige);
}


.appointments table thead th {
    color: #171d33 !important;
}

.timeslot-filled.urgent {
    background-color: #E36793 !important;
}