.inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --bulma-primary-h: 204deg;
    --bulma-primary-s: 24%;
    --bulma-primary-l: 96%;
    --bulma-info-h: 226deg;
    --bulma-info-s: 84%;
    --bulma-info-l: 25%;
    --bulma-success-h: 215deg;
    --bulma-success-s: 23%;
    --bulma-success-l: 61%;
    --bulma-danger-h: 211deg;
    --bulma-danger-s: 18%;
    --bulma-danger-l: 25%;
    --bulma-link-h: 103deg;
    --bulma-link-s: 63%;
    --bulma-link-l: 42%;
    --bulma-warning-h: 358deg;
    --bulma-warning-s: 70%;
    --bulma-warning-l: 56%;
}

.backgroundColor1 {
    background-color: #4EAE27;
    color: white;
}

.backgroundColor1:hover {
    background-color: #276110;
    color: white;
}

.backgroundColor2 {
    /*background-color: #DD3F43;*/
    background-color: grey;
    color: white;
}

.backgroundColor2:hover {
    /*background-color: #B1050A;*/
    background-color: #5c5c5c;
    color: white;
}

.backgroundColor3 {
    background-color: #9e9e9e;
    color: white;
}


html, body {
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body > header {
    flex: 0 0 auto; /* Header blijft op zijn plek */
}

body > footer {
    flex: 0 0 auto; /* Footer blijft op zijn plek */
}

body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.differentLength {
    height: 100vh;
}

/* Zorg ervoor dat de footer naar de onderkant wordt gedrukt */
footer {
    margin-top: auto;
}

.textcolor a {
    text-decoration: none;
    color: #46555A;
}

h2 {
    font-size: 1.5rem;
}

.flexTimeslots {
    display: flex;
    flex-direction: column;
}

.timeslots {
    display: flex;
    flex-direction: row;
}

.marginTimeslots {
    margin: 10px 0;
}

.layoutButtons {
    display: flex;
    flex-direction: row;
}

.marginLeft {
    margin-left: 15px;
}

.spacing {
    margin-right: 20px;
}

.buttonstyle {
    background-color: #e1e1e1;
    color: #46555A;
}

.buttonstyle:hover {
    background-color: #46555A;
    color: #FFFFFF;
}

.textdeco:hover {
    text-decoration: underline;
}

.detail_space {
    margin-top: 15px;
    margin-bottom: 15px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.center main {
    align-content: center;
}

/* Datum picker css*/

/*// Colors used*/
:root {
    --grey-1: #cbd2d9;
    --grey-2: #46555a;
}


.date-grid div:hover,
.date-grid div:focus {
    outline: none;
    background-color: var(--grey-1);
    color: var(--grey-2);
}

.date-grid div:active,
.date-grid div.is-selected {
    background-color: var(--grey-1);
}

/* make the clickable area larger of the radio buttons */
input[type="radio"] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2em;
    margin: -2em;
}

#create section {
    width: 80%;
    margin: auto;
}

#create h2 {
    font-size: 1.5rem;
    text-align: center;
}

.calendar {
    max-width: 100%;
    margin: 1em auto 0 auto;
    border-color: var(--grey-1);
    border-width: 3px;
    border-style: solid;
    padding-bottom: 1rem;
}

.month-indicator {
    text-align: center;
    color: var(--grey-2);
    font-weight: 500;
    padding: 1rem;
    border-bottom-color: var(--grey-1);
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

/*// CSS grid used for the dates*/
.day-of-week,
.date-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

/*// Styles for the weekday/weekend header*/
.day-of-week {
    margin-top: 1.25em;
}

.day-of-week > * {
    font-size: 0.9em;
    color: var(--grey-2);
    font-weight: 500;
    text-align: center;
}

/* Dates */
.date-grid {
    margin-top: 0.5em;
    justify-items: center;
}

/*// Style for each day*/
.date-grid div {
    position: relative;
    border: 0;
    width: 70%;
    height: 4.5ch;
    border-radius: 5%;
    background-color: transparent;
    color: var(--grey-2);
}

.date-grid div {
    padding-top: .7em;
    padding-left: .2em;
    text-align: center;
}

#timeslot {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#timeslot h3 {
    font-weight: 600;
    padding-bottom: 0.2rem;
}

#timeslot label {
    background: var(--grey-1);
    margin-right: 0.3rem;
    padding: 0.3rem;
    font-size: 0.9rem;
}

#users {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

#users h3 {
    font-weight: 600;
    padding-bottom: 0.2rem;
}

#users label {

    display: flex;
    justify-content: space-between;
    border-color: var(--grey-1);
    border-width: 3px;
    border-style: solid;
    padding: 0.7rem;
    margin-bottom: 0.3rem;
}

#users span {
    margin-right: 0.5rem;
}

#users_bars {
    display: flex;
}

#users_bars_grow {
    flex: 1;
}

.day-input:has(input[type="radio"]:checked) {
    background: var(--grey-2);
    color: var(--grey-1);
}

.time-input:has(input[type="radio"]:checked) {
    border: var(--grey-2), 2px, solid;
}

.navbar-item ul li.is-active a {
    border-bottom: 1px solid white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

#start_time::placeholder {
    color: #6e7e83;
}

#end_time::placeholder {
    color: #6e7e83;
}