@font-face {
    font-family: 'Assistant';
    src: url('font/assistant-variablefont.woff2') format('woff2'),
        url('font/assistant-variablefont.woff') format('woff');
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Assistant Regular', sans-serif;
    background-color: #007c4b;
    color: #bccdeb;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 550;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2 {
    font-family: 'Assistant Bold', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.day {
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.event {
    margin-bottom: 10px;
}

.event i {
    margin-right: 5px;
}

.week-navigation {
    margin-bottom: 10px;
}

.time-grid {
    display: grid;
    grid-auto-rows: minmax(0, auto);
}

.time-slot {
    background-color: #007c4b !important;
    margin-top: 2px;
    height: 37px;
}

.book-button {
    display: inline-block;
    background-color: #f3f3f3 !important;
    border: #000000 solid 1px !important;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.8rem;
}

.form-floating>label {
    font-size: 11px!important;
    color: #000;
}

.modal-content {
    background-color: #007c4b;
    color: #bccdeb;
}

button {
    border-radius: 20px !important;
}

.content {
    width: 100%;
    padding: 2rem !important;
    margin: 0;
}

.btn-primary {
    background-color: #bccdeb !important;
    color: #007c4b !important;
    border-color: #bccdeb !important
}

.btn-primary:hover {
    background-color: #bccdeb !important;
    color: #007c4b !important;
    border-color: #000000 !important;
}

input {
    background-color: #f3f3f3 !important;
    border: #000000 solid 1px !important;
    height: 38px!important;
    min-height: unset!important;
    font-size: 15px!important;
}

.input-group-text {
    background-color: #f3f3f3 !important;
    border: #000000 solid 1px !important;
}

.input-group {
    flex-wrap: nowrap !important;
}

.form-floating>label {
    padding: 0.5rem 0.75rem;
}

@media screen and (max-width: 475px) {
    .input-group {
        flex-direction: column;
        gap:0.25rem;
    }

    .input-group .form-floating {
        width: 100%;
    }

    .input-group .form-floating input {
        border-radius: 0.375rem!important;
    }

    .input-group .input-group-text {
        display: none;
    }
}

.event-slot {
    background-color: #007bff;
    color: #fff;
}

a {
    color: #bccdeb;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.book-button {
    width: 100%;
}

.emptybooked {
    display: block;
    height: 79px;
}

.disabled-button {
    /* Add your custom styles for disabled buttons here */
    opacity: 0.5;
    /* Example: reduce opacity for disabled buttons */
}

.col-md-2 {
    padding-right: 1px;
    padding-left: 1px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.container {
    padding: 5px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.input-error {
    border-color: red !important;
    /* You can use any visual style to indicate the error */
}

@media screen and (max-width: 1024px) {
    .flex-row {
        display: flex;
        flex-direction: column !important;
    }
}

.event-slot {
    display: none !important;
}