/* Imported fonts */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

@media only screen and (max-width: 600px) {
    .dmy {
        font-size: 0.7rem;
    }

    .shift-number {
        font-size: 0.7rem;
    }

    .shift-details {
        font-size: 0.7rem;
    }

    .week-number {
        font-size: 0.8rem;
    }
}

/* General instructions for styling throughout the entire website */
body {
    font-family: "Libre Franklin", sans-serif;
}

.bold {
    font-weight: bold; /* For bold text. */
}

.dmy {
    display: inline-flex;
    background-color: #dcdcdc;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem;
    color: black;
    padding-left: 1px;
    border-bottom: 1px darkgrey solid;
}

.dropdown-notChanged {
    background-color: darkgray !important;
}

.dropdown-hasChanged {
    background-color: #443355 !important;
}

.footer {
    font-size: 12px;
}

.hasChanged {
    color: orange !important;
}

.hasChanged-export {
    color: red !important;
}

.outliner {
    background-color: lightcoral !important;
    color: white;
    font-size: 20px;
}

.pre-selected {
    background-color: blue !important;
    border: 2px #a2caf2 solid !important;
    font-weight: bold;
    z-index: 1;
}

.selected-ro, .selected-dvp {
    background-color: green !important;
    border: 2px #D1FFBD solid !important;
    font-weight: bold;
    z-index: 1;
}

.selected-str {
    background-color: #FF5C00 !important;
    border: 2px #ffdbbb solid !important;
    font-weight: bold;
    z-index: 1;
}

.shift-details-base {
    font-size: 0.8rem;
}

.shift-details-dvp {
    font-size: 0.75rem;
}

.shift-number {
    font-weight: bold;
}

.shift-number-bold {
    font-size: 0.8rem;
    font-weight: bold;
}

.shift-number-dvp {
    font-size: 0.8rem;
    font-weight: bold;
}

.shift-length {
    font-size: 0.8rem;
}

.shift-length-base {
    font-size: 0.7rem;
}

.shift-length-dvp {
    font-size: 0.8rem;
}

.shift-routes {
    font-size: 0.6rem;
}

.shift-routes-dvp {
    font-size: 0.6rem;
}

.short-td {
    width: 30%;
}

.thead-switchable, .did-week-number-col {
    width: 2%;
}