.lang-btn {
    border: none;
    background: none;
    cursor: pointer;
}

.lang-btn img {
    width: 30px; /* Adjust size as needed */
    height: auto;
    cursor: pointer;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;

}

.nav-item .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-toggler {
    display: none;
}

.nav-item i {
    margin: 0 5px;
}

.nav-item .form-check.form-switch {
    margin: 0 5px;
}

@media (max-width: 768px) {
    .nav-item img {
        width: 20px;
    }

    .nav-item i {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        display: none;
    }
}

#openingtimes {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.dark-theme .navbar {
    background-color: #333;
}

.dark-theme .navbar-dark .navbar-toggler-icon {
    background-color: #fff;
}

.dark-theme .navbar-dark .navbar-toggler-icon:focus {
    background-color: #fff;
}

.dark-theme .navbar-dark .navbar-toggler-icon:hover {
    background-color: #fff;
}
.home-button {
    color: black;
    text-decoration: none;
    padding-right: 10px; /* Add 10px of padding to the right */
}

.checkbox-container {
    display: flex;
    justify-content: center; /* Center the items horizontally */
    flex-wrap: wrap; /* Allows items to wrap as needed */
    margin-bottom: 20px; /* Adds spacing at the bottom */
}

.form-check {
    display: flex;
    align-items: center; /* Align the label and switch vertically */
    margin-right: 20px; /* Add some space to the right of each switch */
}
.form-check-input {
    margin-right: 10px; /* Adds a small space between the checkbox and the label */
}
.alert-info {
    color: #22738e;
    background-color: #d7f2fb;
    border-color: #c4ecfa;
    padding: 5px; /* Adjust padding to match font size */
    font-size: 16px; /* Adjust font size as needed */
    text-align: center;
}
