@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('app-standard-layout.css');
@import url('appointment.css');
@import url('carrier-schedule.css');
@import url('home-page.css');
@import url('appt-lookup.css');
@import url('appointment-edit.css');
@import url('loaders.css');

body {
    font-family: 'Segoe UI';
}

/* COLORS GO HERE */
.app-standard-layout > .header {
    background-color: white;
}

.appt-lookup .lookup-content .appointment {
    background-color: white;
}

.app-standard-layout > .content {
    background-color: rgba(225, 238, 219, 1);
}

    .app-standard-layout > .content a {
        color: #008702;
    }

.app-standard-layout div, .app-standard-layout span {
    border-color: #008702;
}

.carrier-schedule .section > .header {
    color: #656565;
}

.appointment.display-only .section .info-holder .label {
    color: black;
}

.appointment .section .info-holder .value {
    color: #333333;
}

    .appointment .section .info-holder .value.appt-number, .appt-number {
        color: #008702;
    }

.carrier-schedule .options .value-list > div {
    background-color: #008702;
    color: white;
}

    .carrier-schedule .options .value-list > div.selected {
        background-color: #656565;
        color: white;
    }

.carrier-schedule .option.date .value-list .disabled {
    background-color: #B0B0B0;
}