﻿:root {
    --color-07-black-3: #959595;
    --color-05-black: #000000;
    --color-09-success: #6dd400;
    --color-08-error: #e02020;
    --color-01-primary-1: #696200;
    --color-03-primary-3: #5d7028;
    --color-04-white: #ffffff;
    --mossy-green: #306b94;
    --color-01-primary-selection: rgba(113, 148, 48, 0.2);
}

.option:hover, .option[selected="selected"] {
    background-color: rgba(216, 221, 255, 1);
}

.appointment {
    background-color: rgba(216, 221, 255, 1);
}

@media (min-width: 767.98px) {
    .topbar {
        margin-top: 25%;
    }
} 