#imageModal {
    justify-content: center;
    align-items: center;
}
#backBtn, #nextBtn, #submitBtn{
    margin-bottom: 20px;
}
.sorting-row{
    display: flex;
    align-items: center;
    justify-content: end;
}
#sort-menu-items{
    justify-content: end;
}
.sorting{
    margin-right: 110px;
}
.categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.category {
    min-width: max-content;
    margin: 1em;
}
.category-name{
    font-family: 'Poppins', sans-serif;
    padding: 0.5em;
    text-decoration: none;
    color: inherit;
}
.category a{
    text-decoration: none;
    color: inherit;
}
#table_image{
    max-height: 300px;
    max-width: 300px;
}
.fixed-dropdown {
    width: 200px;
}
.info-bar{
    color: white;
    display: flex;
    padding: 2px 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 20px;
    background-color: #2F4858;
}
.nav-item:hover{
    background-color: #3367d6;
    border-radius: 25px;
    transition: color 0.5s, transform 0.2s;
}
.nav-link:hover{
    color: white !important;
    transition: color 0.5s, transform 0.2s;
}
.info-bar-text-left, .info-bar-text-right {
    display: flex;
    align-items: center;
    height: 100%;
}
.info-bar-text-left img, .info-bar-text-right img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
html,body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    margin: 0;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.footer {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 40px 0;
}

.footer h4 {
    color: #343a40;
    margin-bottom: 20px;
}

.footer p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons a {
    color: #6c757d;
    font-size: 18px;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #343a40;
}

.footer a {
    color: #6c757d;
    transition: color 0.2s;
}

.footer a:hover {
    color: #343a40;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer h4 {
        margin-top: 30px;
    }

    .social-icons {
        margin-bottom: 30px;
    }
}

.flatpickr-input {
    display: none !important;
}

.time-slot-rectangle {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f0f0f0;
}
.table-select-container{
    margin-top: 10px;
    height: 100%;
    width: 100%;
}
.time-slot-rectangle.selected {
    background-color: #d0d0d0;
}

.categories {
    margin-bottom: 30px;
}

.category {
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: auto;
}
.menu-item-list {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.menu-item img {
    border-radius: 5px;
}

.menu-item h3 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.menu-item p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.spacer-for-navbar{
    width: 100%;
    height: 30px;
    color: white;
    background-color: #2F4858;
}
.step {
    display: none;
}

.step.active {
    display: block;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
}
.step-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-container {
    position: relative;
    width: 700px;
}

.flatpickr-calendar {
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.google-signin-button {
    display: inline-flex;
    align-items: center;
    background-color: #4285f4;
    color: #fff;
    border-radius: 2px;
    border: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    padding: 0 15px;
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    text-decoration: none;
}

.google-signin-button:hover {
    background-color: #3367d6;
    color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
}

.google-signin-button img {
    height: 25px;
    margin-right: 8px;
}
.custom-table {
    margin-bottom: 5rem;
}

.custom-table table {
    width: 100%;
    text-align: center;
}

.custom-table caption {
    caption-side: top;
}
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 300px;
    max-height: 400px;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

