* {
    margin: 0;
    padding: 0;
    z-index: 3;
    font-family: Arial, sans-serif;
}

/*Jumbotron START*/

.jumbotron {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%),
    url("../img/background.jpg");
    background-position: 0 0, 0 -220px; /* Pierwsza wartość dla gradientu, druga dla obrazu */
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    text-align: center;
}

.jumbotron-header {
    color: #282828;
    padding-bottom: 30px;
    padding-top: 200px;
    font-weight: bold;
    font-size: 7rem;
    text-shadow: #000000 2px 5px;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #ffffff;
}

.menu-logo-container a, h2.logo-header {
    font-weight: bold;
    color: var(--g2);
    font-family: 'Dancing Script', cursive;
    font-size: 3.5em;
    text-shadow: #000000 1px 1px;
    line-height: 0.9em;
    text-decoration: none;
}


.jumbotron-description {
    font-size: 1.9rem;
    margin: 50px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    color: #ffffff;
}

.contact-button {
    font-weight: bold;
    background-color: rgb(235, 250, 217);
    color: #0e0e0e;
    font-size: 1.2rem;
    max-width: 400px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.contact-button:hover {
    background-color: rgb(205, 245, 136);
}

.contact-button .flag-icon {
    width: 20px; /* Szerokość flagi */
    height: auto; /* Utrzymanie proporcji */
    margin: 0 5px; /* Odstęp między flagami a tekstem */
}

.call-button {
    font-weight: bold;
    background-color: rgb(235, 250, 217);
    color: #0e0e0e;
    font-size: 1.2rem;
    max-width: 400px;
    display: flex;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.call-button:hover {
    background-color: rgb(205, 245, 136);
}

.call-button .flag-icon {
    width: 20px; /* Szerokość flagi */
    height: auto; /* Utrzymanie proporcji */
    margin: 0 5px; /* Odstęp między flagami a tekstem */

}


.wa-icon {
    width: 30px;
    height: auto; /* Utrzymanie proporcji */
    margin: 0 5px; /* Odstęp między flagami a tekstem */
}

.button-container {
    display: flex;
    gap: 15px; /* Odstęp między przyciskami */
    justify-content: center; /* Wyśrodkowanie przycisków w kontenerze */
    flex-wrap: wrap; /* Umożliwia zawijanie przycisków, jeśli ekran jest zbyt mały */
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: transparent; /* Zmień kolor przycisku, jeśli chcesz */
    font-size: 1.3rem;
    text-decoration: none;
    padding: 8px 12px;
    transition: color 0.3s ease;
    color: white;
    border: none;
    cursor: pointer;

}


.dropdown-content {
    display: none;
    left: -75px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75); /* Kolor tła rozwijanego menu */
    min-width: 30vh; /* Szerokość rozwijanego menu */
    z-index: 1;
}

.language-dropdown:hover .dropdown-content {
    display: block; /* Pokaż rozwijane menu po najechaniu */
}

.dropdown-content a {
    color: black; /* Kolor tekstu linku */
    padding: 12px 16px;
    text-decoration: none;
    display: flex; /* Wyśrodkowanie flagi i tekstu */
    align-items: center;
}

.flag-icon {
    width: 20px; /* Szerokość flagi */
    height: auto; /* Zachowanie proporcji */
    margin-right: 8px; /* Odstęp między flagą a tekstem */
}

/* Obsługa urządzeń mobilnych */
@media screen and (max-width: 768px) {
    .dropdown-content {
        left: 0; /* Na urządzeniach mobilnych menu będzie wyśrodkowane */
        top: 50px; /* Dopasowanie odległości od przycisku */
        min-width: 100vw; /* Szerokość całego ekranu */
    }
}

/*Jumbotron END*/

@media only screen and (max-width: 600px) {
    * {
        max-width: 100%;
    }

    .jumbotron {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%),
        url("../img/mobile.jpg");
        background-position: 0 0, -50px -50px; /* Pierwsza wartość dla gradientu, druga dla obrazu */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        text-align: center;
    }

    .menu-logo-container a, h2.logo-header {
        color: var(--g2);
        font-family: 'Dancing Script', cursive;
        font-size: 3.5em;
        text-shadow: #000000 1px 1px;
        line-height: 0.9em;
        text-decoration: none;
    }


    .jumbotron-header {
        font-weight: bold;
        padding-top: 120px;
        font-size: 3rem;
        text-shadow: #000000 2px 5px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
    }

    .jumbotron-description {
        padding: 10px;
        font-size: 1.7rem;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000000;
        color: #ffffff;
    }
}

/* Menu nawigacyjne */

/* Menu linki */
.menu-item a {
    font-size: 1.3rem;
    text-decoration: none;
    padding: 2px 4px;
    transition: color 0.3s ease;
    color: white;

}

.menu-item a:hover {
    font-weight: bold;
    color: navajowhite;
}

.menu-logo-container a:hover {
    font-weight: normal;
}

/*Ustawienia dla responsywnego menu*/
.menu {
    position: fixed;
    width: 100%;
    list-style: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 100;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 100px;
}

.menu-item {
    z-index: 100;
    display: none;
    width: 100%;
    padding: 12px;
    border-bottom: 1px #6d6d6d solid;
    text-align: center;
}

.menu-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle-icon {
    color: navajowhite;
    font-size: 2rem;
}

/*Po wciśnięciu przycisku elementy będą widoczne*/
.expanded > .menu-item {
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
}

.expanded > .menu-item a {
    color: #ffffff;
}

/*padding dla elementów menu*/
.menu-logo-container,
.menu-toggle {
    z-index: 100;
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 20px;
}


/*MENU END*/

/*FOOTER START*/
.footer {
    padding: 25px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); /* Zwiększamy ciemność tła */
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    margin-top: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); /* Dodajemy cień dla efektu głębi */
}

.footer p {
    margin: 10px 0;
    letter-spacing: 1px;
}

.footer-item {
    font-weight: bold;
    margin-left: 5px;
}

.footer-countries {
    font-size: 1rem;
    margin-top: 10px;
    font-style: italic;
    opacity: 0.8;
}


.footer-links {
    margin-top: 10px;
}

.footer-link {
    color: #007bff;
    text-decoration: none;
    margin: 0 5px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.footer a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.footer-social {
    margin-top: 10px;
}

.footer-social-icon {
    margin: 0 15px;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    color: #333; /* Domyślny kolor tekstu */
    transition: color 0.3s ease;
}

/* Facebook - Kolor ikonki */
.footer-social-icon.facebook i {
    color: #0046de;
}

/* Instagram - Kolor ikonki */
.footer-social-icon.instagram i {
    color: #e4405f;
}

/* YouTube - Kolor ikonki */
.footer-social-icon.youtube i {
    color: #ff0000;
}


/*FOOTER END*/

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

.mini-item {
    max-height: 150px;
    max-width: 150px;
}

.premium-heading {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #131313;
    border-bottom: 2px solid #333;
}


.premium-description {
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.6;
}

.premium-description h2 {
    text-align: center; /* Wyśrodkowanie tekstu */
    position: relative; /* Ustawienie pozycji do dodania linii */
    margin-bottom: 20px; /* Odstęp od dolnej części nagłówka */
}

.premium-description h2::after {
    content: ''; /* Tworzenie linii */
    display: block;
    width: 100%; /* Szerokość linii */
    height: 2px; /* Grubość linii */
    background-color: #1b9800; /* Kolor linii */
    margin-top: 10px; /* Odstęp pomiędzy tekstem a linią */
    position: absolute;
    left: 0;
    bottom: -10px; /* Pozycja linii pod nagłówkiem */
}


.premium-section {
    padding: 20px;
    border-radius: 8px;
    border: 5px rgba(65, 65, 65, 0.37) solid;
    background-color: rgba(254, 254, 255, 0.91);
    margin: 20px;
}

.add-button-list {
    margin: 4px;
    background-color: #20a900;
    color: #0e0e0e;
    font-size: 1.2rem;
}

.add-category-button-list {
    margin: 2px;
    background-color: #20a900;
    color: #0e0e0e;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

.remove-category-button-list {
    margin: 2px;
    background-color: red;
    color: #0e0e0e;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

.remove-button-list {
    margin: 4px;
    background-color: red;
    color: #0e0e0e;
    font-size: 1.2rem;
}

.color-picker {
    display: flex;
    align-items: center;
}

.color-display {
    width: 15vh;
    height: 5vh;
    border: 2px solid #ccc;
    margin: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 2px;
}

.category-buttons {
    display: flex;
    margin: 16px;
    justify-content: space-between;
    text-align: center;
    min-width: 200px;
    max-font-size: 1rem;
}

.item-details p {
    margin: 0;
    padding: 2px 0;
    font-size: 1rem;
}

/* Stylizacja formularza */
.mc-form {
    margin: 20px auto;
    padding: 40px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-width: 400px; /* Ograniczenie szerokości na PC */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Etykiety */
.mc-form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Pola tekstowe */
.mc-form input[type="text"],
.mc-form input[type="email"],
.mc-form input[type="username"],
.mc-form input[type="password"] {
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%; /* Dostosowanie do szerokości formularza */
    box-sizing: border-box; /* Uwzględnia padding w szerokości */
}

/* Efekt hover i focus dla pól tekstowych */
.mc-form input[type="text"]:hover,
.mc-form input[type="email"]:hover,
.mc-form input[type="password"]:hover,
.mc-form input[type="text"]:focus,
.mc-form input[type="email"]:focus,
.mc-form input[type="password"]:focus {
    border-color: #008000; /* Zielony kolor na hover/focus */
    box-shadow: 0 0 5px rgba(0, 128, 0, 0.4); /* Subtelny efekt */
}

/* Grupa checkboxów */
.checkbox-group {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Stylizacja pojedynczego checkboxa */
.checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #008000; /* Zielony kolor dla checkboxa */
}


/* Stylizacja rozwijanej treści */
.expandable-text {
    display: -webkit-box; /* Ustawia kontener na tryb elastycznego ograniczenia tekstu */
    -webkit-line-clamp: 2; /* Ogranicza widoczność do 2 linii */
    -webkit-box-orient: vertical; /* Ustawia orientację tekstu w pionie */
    overflow: hidden; /* Ukrywa tekst, który wykracza poza ograniczenie */
    text-overflow: ellipsis; /* Dodaje "..." na końcu */
    max-height: 3em; /* Wysokość odpowiadająca około 2 liniom tekstu */
    line-height: 1.5em; /* Odstęp między liniami */
    transition: max-height 0.3s ease; /* Płynne przejście przy rozwijaniu */
    cursor: pointer;
}

/* Gdy zaznaczone, usuń ograniczenie wysokości */
input[type="checkbox"]:checked + span .expandable-text {
    max-height: 100em; /* Praktycznie brak limitu */
    -webkit-line-clamp: unset; /* Usuń limit linii */
    overflow: visible; /* Pozwól na pełne wyświetlenie tekstu */
}

/* Przycisk */
.mc-form button {
    padding: 12px;
    background-color: #008000;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

/* Efekt hover i focus dla przycisku */
.mc-form button:hover {
    background-color: #006600;
    transform: scale(1.02);
}

/* Link rejestracji */
.registration-link {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
}


/* Linki w formularzu */
.registration-link a {
    color: #008000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.registration-link a:hover {
    color: #006600;
    text-decoration: underline;
}

/* Komunikaty o błędach */
.mc-form-message {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.list-heading {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}

.panel-content {
    max-width: 800px;
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 5px rgb(27, 152, 0) solid;
    padding: 10px;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.list-border {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown {
    margin-bottom: 20px;
}

.options {
    list-style: none;
    padding: 0;
}

.options li {
    margin: 10px 0;
}

.options a {
    display: block;
    text-decoration: none;
    color: #1b9800;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.options a:hover {
    background-color: #1b9800;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .panel-content {
        padding: 15px;
        margin: 20px;
    }

    .list-heading {
        font-size: 20px;
    }

    .options a {
        padding: 8px 12px;
    }

    .menu-toggle {
        display: block;
    }
}


@media only screen and (min-width: 992px) {
    /*Na ekranie powyżej 992px ukrywamy przycisk do rozwijania menu*/
    .menu-toggle {
        display: none;
    }

    .contact-button {
        margin-top: 10vh;
    }

    .menu {
        display: flex;
    }

    /*Elementy menu nie powinny już zajmować całej szerokości, tylko być obok siebie*/
    .menu-item {
        display: block;
        width: auto;
        border-bottom: 0;
    }

    /*Kontener z logo powinien być rozciągnięty, a nawigacja po prawej stronie*/
    .menu-logo-container {
        flex: 1;
    }
}

.about-us {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    max-width: 1200px;
    min-width: 300px;
    min-height: 300px;
    padding: 10px;
    text-align: left;
}


.about-us h1 {
    margin-bottom: 5px;
    font-size: 2em;
    color: #2c3e50;
    align-content: center;
}

.about-us p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-us p strong {
    font-weight: bold;
    color: #1b9800;
}

.about-us-images {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    gap: 15vh;
}

.about-item-image {
    max-height: 50vh;
    max-width: 50vh;
}


/* Ustawienia dla ekranów o szerokości do 768px */
@media (max-width: 768px) {

    .about-item-image {
        max-height: fit-content;
    }

    .premium-heading {
        font-size: 1.5em; /* Zmniejsza rozmiar nagłówka na mniejszych ekranach */
        margin-bottom: 15px;
    }

    .premium-description {
        font-size: 1.1rem; /* Zmniejsza rozmiar tekstu na mniejszych ekranach */
    }

    .about-us {
        padding: 20px; /* Zwiększa padding dla lepszej przestrzeni na mniejszych ekranach */
    }

    .about-us-images {
        flex-direction: column; /* Układa zdjęcia w kolumnie na mniejszych ekranach */
        gap: 10px; /* Zmniejsza odstęp między zdjęciami */
    }

    .about-item-image {
        min-width: 100%; /* Zmienia szerokość obrazów, aby były responsywne */
        max-width: 100%; /* Zmienia szerokość obrazów, aby były responsywne */
        min-height: auto; /* Usuwa minimalną wysokość dla obrazów */
    }
}

/* Ustawienia dla ekranów o szerokości do 480px (telefonów) */
@media (max-width: 480px) {
    .premium-heading {
        font-size: 1.2em; /* Dalsze zmniejszenie rozmiaru nagłówka */
    }

    .main-content {
        display: block;
    }

    .premium-description {
        font-size: 1rem; /* Dalsze zmniejszenie rozmiaru tekstu */
    }

    .about-us {
        padding: 15px; /* Dostosowuje padding */
    }

    .contact-button {
        display: inline-flex;
    }

    .call-button {
        display: inline-flex;
    }
}

.promote-button > button {
    margin: 8px;
    font-weight: bold;
    width: 150px;
    background-color: #20a900;
    color: #0e0e0e;
    font-size: 1.2rem;
}

.delete-button > button {
    margin: 8px;
    font-weight: bold;
    width: 150px;
    background-color: red;
    color: #0e0e0e;
    font-size: 1.2rem;
}

.demote-button > button {
    margin: 8px;
    font-weight: bold;
    width: 150px;
    background-color: #ffcc00;
    color: #0e0e0e;
    font-size: 1.2rem;
}

.admin-class {
    color: red;
}

.user-class {
    color: #ffd400;
}

.editor-class {
    color: #4d7dec;
}

.user-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 16px;
    border: 5px rgba(65, 65, 65, 0.37) solid;
    background-color: rgba(255, 255, 255, 0.9);
    max-height: 100px;
    overflow: auto;
}

.buttons {
    display: flex;
    align-items: center;
}

.buttons form {
    display: flex;
    align-items: center;
}

.link-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 16px;
    border: 5px rgba(65, 65, 65, 0.37) solid;
    background-color: rgba(255, 255, 255, 0.91);
}

.user-details-list {
    margin: 16px;
    display: flex;
    max-height: 280px;
    text-align: center;
    border: 5px rgba(65, 65, 65, 0.37) solid;
    background-color: rgba(255, 255, 255, 0.91);
}

.menu-list-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 16px;
    border: 5px rgba(65, 65, 65, 0.37) solid;
    background-color: rgba(255, 255, 255, 0.91);
}

/* Ogólne style dla sekcji formularza kontaktowego */
.contact-form {
    max-width: 1200px; /* Ustawiona maksymalna szerokość dla większych ekranów */
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.contact-form h1 {
    font-size: 2em;
    color: #2b4a38;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    font-size: 14px;
    color: #2b4a38;
    display: block;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #2b4a38;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #38a169;
    outline: none;
    box-shadow: 0 0 5px rgba(56, 161, 105, 0.5);
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background-color: #38a169;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #2f855a;
}

.notification-bar {
    padding: 10px;
    background-color: #38a169;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px;
}

.error-bar {
    padding: 10px;
    background-color: #e53e3e;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px;
}

#contactCount {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* Responsywność dla tabletów (768px - 1024px) */
@media (max-width: 1024px) {
    .contact-form {
        max-width: 900px; /* Zmniejszona maksymalna szerokość na tabletach */
        padding: 15px; /* Mniejszy padding */
    }

    .contact-form h1 {
        font-size: 2em;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 8px; /* Mniejsze pola tekstowe */
    }
}

/* Responsywność dla smartfonów (do 767px) */
@media (max-width: 767px) {
    .contact-form {
        max-width: 100%; /* Pełna szerokość formularza */
        padding: 10px; /* Jeszcze mniejsze odstępy */
        box-shadow: none; /* Usunięcie cieni, aby było bardziej kompaktowe */
    }

    .contact-form h1 {
        font-size: 20px; /* Jeszcze mniejszy nagłówek */
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 13px; /* Zmniejszona czcionka w polach */
        padding: 8px; /* Mniejszy padding w polach */
    }

    .contact-form button {
        font-size: 15px; /* Mniejszy rozmiar czcionki dla przycisku */
        padding: 10px; /* Mniejszy padding dla przycisku */
    }

    #contactCount {
        text-align: left; /* Licznik znaków będzie wyrównany do lewej */
        margin-bottom: 10px;
    }
}

.working-hours {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.working-hours h2 {
    font-size: 28px;
    color: #2b4a38;
    margin-bottom: 20px;
    border-bottom: 2px solid #38a169;
    padding-bottom: 10px;
}

.working-hours .hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.working-hours .hours-table th,
.working-hours .hours-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.working-hours .hours-table th {
    background-color: #38a169;
    color: white;
    font-weight: bold;
}

.working-hours .hours-table td {
    color: #333;
}

.working-hours .hours-table tr:last-child td {
    border-bottom: none;
}

.working-hours .hours-table .closed {
    color: #e53e3e;
    font-weight: bold;
}

* {
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.qrmenu-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: transparent;
    position: relative;
    z-index: 5;
    border-radius: 80px;
}

.front-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
    position: relative;
    z-index: 5;
    border-radius: 80px;
}

.qrmenu-header {
    text-align: center;
}

.qrmenu-header img {
    max-width: 100%;
    height: auto;
}

.qrmenu-header h1 {
    margin: 10px 0;
    border-bottom: 2px solid #333;
    font-size: 2em;
}

.qrmenu-section {
    margin: 20px 0;
}

.qrmenu-section h1 {
    margin: 10px 0;
    border-bottom: 2px solid #333;
    font-size: 2em;
}

.qrmenu-section h2 {
    font-size: 2em;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.qrmenu-section h3 {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin: 10px;
}

.qrmenu-items-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Trzy kolumny o równej szerokości */
    gap: 20px; /* Odstęp między elementami */
}

.qrmenu-items-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden; /* Ukryj przewijanie w kontenerze */
}

.front-items-container {
    display: flex;
    gap: 25px;
    scroll-behavior: smooth;
    overflow-x: hidden; /* Umożliwia przewijanie poziome */
    white-space: nowrap; /* Zapobiega łamaniu linii wewnątrz kontenera */
}

.scroll-button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    font-size: 2rem;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1; /* Zapewnia, że przyciski są nad innymi elementami */
}

/* Stylizacja dla przycisku */
#rentButton {
    z-index: 5; /* Zapewnia, że przyciski są nad innymi elementami */
    position: fixed;
    bottom: 20px; /* Odstęp od dołu ekranu */
    right: 20px; /* Odstęp od prawej krawędzi ekranu */
    width: 13vh; /* Szerokość przycisku */
    height: 13vh; /* Wysokość przycisku */
    background-color: #38a169; /* Kolor tła */
    color: #fff; /* Kolor tekstu */
    border: none;
    border-radius: 50%; /* Sprawia, że przycisk jest okrągły */
    font-size: 14px; /* Rozmiar czcionki */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Cień dla przycisku */
    transition: background-color 0.3s, box-shadow 0.3s; /* Animacja dla kolorów i cienia */
}

#rentButton:hover {
    background-color: #2f855a; /* Ciemniejszy kolor tła przy najechaniu */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Silniejszy cień przy najechaniu */
}

#rentButton:focus {
    outline: none; /* Usunięcie domyślnej obramowania focus */
}

#reserveButton {
    background-color: #4CAF50; /* Zielony kolor przycisku */
    color: white; /* Kolor tekstu */
    border: none; /* Bez obramowania */
    border-radius: 45px; /* Zaokrąglone rogi */
    padding: 20px 40px; /* Wewnętrzny odstęp */
    font-size: 22px; /* Rozmiar tekstu */
    font-weight: bold; /* Pogrubienie tekstu */
    cursor: pointer; /* Wskaźnik kursora na "rękę" */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Efekt przejścia */
}

#reserveButton:hover {
    background-color: #45a049; /* Ciemniejszy zielony przy najechaniu */
    transform: scale(1.05); /* Lekkie powiększenie */
}

#reserveButton:active {
    background-color: #3e8e41; /* Jeszcze ciemniejszy zielony przy kliknięciu */
    transform: scale(1); /* Powrót do normalnego rozmiaru */
}

.scroll-button.left {
    margin-right: 10px;
}

.scroll-button.right {
    margin-left: 10px;
}

.scroll-button:hover {
    background-color: rgb(94, 157, 76);
}

.front-item {
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    box-sizing: border-box;
    font-weight: bold;
    flex: 0 0 auto;
}

.qrmenu-item {
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 45px;
}

.qrmenu-icons {
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-right: 15px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 45px;
}

.social {
    margin-top: 20px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 45px;
}

.social a {
    text-decoration: none;
    margin: 20px;
    color: inherit;
}

.social .fab {
    font-size: 1.3em;
}


.qrmenu-item a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: black;
}

.qrmenu-item i {
    margin-right: 5px;
}

.qrmenu-item h3 {
    margin: 0;
    font-size: 1.5em;
}

.qrmenu-item p {
    margin: 15px 0;
}

.item-image {
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 200px;
    min-width: 200px;
    min-height: 100%;
    object-fit: cover;
    border-radius: 45px;
}

.front-item-image {
    margin-bottom: 10px;
    max-width: 300px;
    min-width: 300px;
    min-height: 100%;
    object-fit: cover;
    border-radius: 45px;
}

.item-desc {
    font-style: italic;
    margin-bottom: 20px;
}

.item-price {
    font-size: 2.8rem;
}

.item-name h2 {
    font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {

    .hidden-on-mobile{
        display: none;
    }

    .front-items-container {
        display: flex;
        gap: 20px;
        scroll-behavior: smooth;
        overflow-x: hidden; /* Umożliwia przewijanie poziome */
        white-space: nowrap; /* Zapobiega łamaniu linii wewnątrz kontenera */
    }


    .background-image {
        margin-bottom: 10px;
        max-width: 350px;
        min-width: 200px;
        min-height: 100%;
        object-fit: cover;
        border-radius: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .qrmenu-items-container {
        grid-template-columns: 1fr; /* 1 kolumna na bardzo małych ekranach */
    }

    .front-items-container {
        display: flex;
        gap: 20px;
        scroll-behavior: smooth;
        overflow-x: hidden; /* Umożliwia przewijanie poziome */
        white-space: nowrap; /* Zapobiega łamaniu linii wewnątrz kontenera */
    }

    .front-item-image {
        margin-bottom: 10px;
        margin-right: 80px;
        max-width: 25vh;
        min-width: 25vh;
        min-height: 100%;
        object-fit: cover;
        border-radius: 45px;
    }

    .background-image {
        margin-bottom: 10px;
        max-width: 350px;
        min-width: 200px;
        min-height: 100%;
        object-fit: cover;
        border-radius: 45px;
    }

    .scroll-button.right {
        display: none;
    }
}

@media only screen and (min-width: 720px) {
    .background-image {
        display: flex;
        margin-bottom: 10px;
        margin-left: 100px;
        margin-top: 15px;
        max-width: 800px;
        min-width: 200px;
        min-height: 100%;
        max-height: 600px;
        object-fit: cover;
        border-radius: 45px;
    }

    .mobile-only {
        display: none;
    }
}

/* Stylizacja dla paska nawigacji */

.nav-bar {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.nav-bar nav {
    overflow-x: auto; /* Dodaj przewijanie poziome */
    white-space: nowrap; /* Zapewnia, że elementy będą w jednej linii */
}

.nav-bar nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px; /* Dodaj padding po lewej i prawej */
    display: flex;
    justify-content: flex-start; /* Ustawienie elementów na początku */
    font-size: 1.2rem;
}

.nav-bar nav ul li {
    display: inline-block; /* Wyświetlaj elementy w linii */
}


.nav-bar nav ul li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: black;
    background: white;
}

#scrollUpButton {
    position: fixed; /* Ustaw pozycję stałą */
    bottom: 20px; /* Odległość od dołu */
    left: 20px; /* Odległość od lewej */
    z-index: 99; /* Upewnij się, że przycisk jest na wierzchu */
    border: none; /* Bez obramowania */
    outline: none; /* Bez obrysu */
    background-color: rgba(203, 203, 203, 0.76); /* Kolor tła przy najechaniu */

    color: white; /* Kolor tekstu */
    cursor: pointer; /* Wskaźnik kursora */
    padding: 15px; /* Padding */
    border-radius: 500px; /* Zaokrąglenie rogów */
    font-size: 7vh; /* Rozmiar  */
}


#scrollUpButton:hover {
    background-color: #2f855a;
}


.item-icons {
    margin-top: 16px;
    margin-bottom: 16px;
}

.item-icons i {
    color: black;
    font-size: 1.5em;
}

.item-icons span i {
    color: black;
    margin-right: 4px;
}

.vehicle-table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

 .sortable {
     cursor: pointer;
 }
.sortable:hover {
    background-color: #1b9800;
}

.vehicle-table th, .vehicle-table td {
    text-align: center;
    padding: 2px;
    border: 1px solid #ddd;
}

.vehicle-table th {
    background-color: #007bff;
    color: #fff;
}

.vehicle-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.vehicle-table tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .vehicle-table {
        display: block; /* Umożliwienie przewijania */
        overflow-x: auto; /* Dodanie przewijania w poziomie */
        white-space: nowrap; /* Zapobieganie zawijaniu tekstu */
    }

    .vehicle-table th, .vehicle-table td {
        padding: 8px; /* Lekko zmniejszone odstępy */
        font-size: 14px; /* Nieco mniejsza czcionka */
    }

    .vehicle-table {
        border: 0; /* Ukrycie pełnej ramki tabeli */
    }

    .vehicle-table th {
        background-color: #007bff;
        color: #fff;
        position: sticky; /* Nagłówki będą widoczne przy przewijaniu */
        top: 0;
        z-index: 2;
    }

    .vehicle-table tr {
        border-bottom: 1px solid #ddd; /* Lekkie linie oddzielające wiersze */
    }
}


.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.button:hover {
    background-color: #0056b3;
}

.button.delete {
    background-color: #dc3545;
}

.button.delete:hover {
    background-color: #a71d2a;
}


@media only screen and (max-width: 768px) {
    .vehicle-table {
        width: 100%;
        font-size: 12px;
    }

    .button {
        font-size: 12px;
        padding: 8px 15px;
    }

    .vehicle-table th, .vehicle-table td {
        padding: 8px;
    }
}

.issues {
    color: red;
    font-size: 0.7em; /* Zmniejszenie tekstu */
    font-weight: bold; /* Opcjonalnie pogrubienie dla czytelności */
    white-space: pre-wrap; /* Zapewnia odpowiednie łamanie linii, jeśli tekst jest długi */
}

.rental-process {
    text-align: center;
    padding: 50px 20px;
    background-color: #fdfdfd;
    margin-bottom: 20px;
}

.rental-process h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.step {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.step-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.step-icon img {
    max-width: 100%;
    height: auto;
}

.step h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #007BFF;
}

.step p {
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.step-icon a {
    display: inline-block;
    text-decoration: none; /* Usuwa podkreślenie linku */
}


.step-icon video:hover {
    transform: scale(1.05); /* Powiększenie wideo przy najechaniu */
}

.report-item__actions {
    display: flex;
}

.reports {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
}


/* Formularz filtrujący */
.filter-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.filter-form label {
    margin-right: 10px;
}

.filter-form select,
.filter-form button {
    padding: 8px;
    font-size: 1rem;
    margin-right: 10px;
}


.button {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button--primary {
    background-color: #007bff;
    color: white;
}

.button--primary:hover {
    background-color: #0056b3;
}

.button--secondary {
    background-color: #28a745;
    color: white;
}

.button--secondary:hover {
    background-color: #218838;
}

.button--approve {
    background-color: #28a745;
    color: white;
}

.button--approve:hover {
    background-color: #218838;
}

.button--reject {
    background-color: #ffc107;
    color: white;
}

.button--reject:hover {
    background-color: #e0a800;
}

.button--remove {
    background-color: #dc3545;
    color: white;
}

.button--remove:hover {
    background-color: #c82333;
}

.action-buttons {
    margin-top: 8px;
}

/* Sekcja raportów */
.report-section {
    margin-top: 20px;
}

.report-section__title {
    font-size: 2rem;
    margin-bottom: 15px;
}

/* Lista raportów */
.report-list {
    list-style-type: none;
    padding: 0;
}

.report-item {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 5px;
}

.report-item__details {
    margin-bottom: 15px;
}

.report-item__text {
    margin: 5px 0;
    font-size: 1.1rem;
}

/* Formularz akcji */
.action-form {
    margin-bottom: 15px;
}

textarea {
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    border: 1px solid #ccc;
}

textarea:focus {
    border-color: #007bff;
    outline: none;
}

.mailbox {
    background-color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 45vh;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; /* Zapobiega wychodzeniu zawartości poza kontener */
    box-sizing: border-box; /* Uwzględnia padding w szerokości elementu */
}

.left-gif,
.right-gif {
    max-width: 20%; /* Obrazki nie zajmują zbyt dużo miejsca */
    height: auto;
}

.content {
    text-align: center;
    margin: 0 10px; /* Mniejsze marginesy dla lepszego dopasowania */
    flex: 1;
    max-width: 60%; /* Ograniczenie szerokości treści */
    overflow-wrap: break-word; /* Złamanie tekstu, gdy jest zbyt długi */
    box-sizing: border-box;
}

.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* Formularz dopasowuje się do dostępnego miejsca */
}

.form-input {
    width: 90%; /* Pola formularza dopasowują się do kontenera */
    max-width: 400px; /* Maksymalna szerokość dla dużych ekranów */
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter-info {
    font-size: 0.8em;
    color: #555;
    text-align: center;
    margin-top: 1vh;
    line-height: 1.4;
    width: 90%;
    margin-bottom: 1vh;

    max-width: 400px;
    word-wrap: break-word; /* Łamanie długich linii tekstu */
}

@media (max-width: 768px) {
    .mailbox {
        flex-direction: column; /* Układ w kolumnie */
        align-items: center;
        padding: 10px;
        max-height: 90%;
    }

    .left-gif,
    .right-gif {
        max-width: 50%; /* Obrazki mniejsze na mobilnych ekranach */
        margin-bottom: 10px;
    }

    .content {
        max-width: 100%; /* Treść zajmuje całą szerokość */
        margin: 0;
    }

    .newsletter {
        width: 100%; /* Formularz wypełnia kontener */
        gap: 10px;
    }

    .form-input,
    #reserveButton,
    .newsletter-info {
        margin-bottom: 3vh;
        width: 100%;
        max-width: 100%; /* Dopasowanie do szerokości kontenera */
    }
}

.service-history-form {
    max-width: 800px;
    min-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.checkbox-form {
    display: inline-flex;
    justify-content: space-between;
}


.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="date"],
.form-group input[type="number"] {
    max-width: 200px;
}

.checkbox-group {
    margin-top: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 8px;
}

.checkbox-group legend {
    font-weight: bold;
    font-size: 18px;
}

.checkbox-group .form-group {
    justify-content: space-between;
    margin: 15px;
}

.submit-button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.submit-button:hover {
    background-color: #45a049;
}



/* Stylizacja dla sekcji Last Service Actions */
.last-service-info {
    background-color: #f8f9fa;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.last-service-info h2 {
    font-size: 1.8em;
    color: #007bff;
    text-align: center;
    margin-bottom: 15px;
}

.last-service-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.last-service-info li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.last-service-info li:last-child {
    border-bottom: none;
}

.last-service-info strong {
    font-weight: bold;
    color: #333;
}

.last-service-info span {
    color: #555;
    font-style: italic;
}

/* Stylizacja na urządzenia mobilne */
@media (max-width: 768px) {
    .last-service-info {
        padding: 15px;
        margin-top: 15px;
    }

    .last-service-info h2 {
        font-size: 1.5em;
    }

    .last-service-info li {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }

    .last-service-info strong {
        font-size: 1em;
    }

    .last-service-info span {
        font-size: 0.9em;
        margin-top: 5px;
    }
}

/*jumbotron kafelkowy*/
:root {
    --g1: rgb(178 0 255);
    --g2: rgb(52 236 255);
}


@keyframes background-pan {
    from {
        background-position: 0 center;
    }

    to {
        background-position: -200% center;
    }
}

@keyframes icon-loop {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(500%);
    }
}

#jumbotiles {
    height: 507px; /* Pełna wysokość ekranu */
    position: relative;
    margin: 0;
    overflow: hidden;
    animation: background-pan 10s linear infinite;
    background: linear-gradient(to right, var(--g1), var(--g2), var(--g1));
    background-size: 200%;
}

#jumbotiles.toggled #title {
    opacity: 0;
}

#jumbotiles.toggled #icon {
    opacity: 1;
}

#jumbotiles.toggled #tiles > .tile:hover {
    opacity: 0.1 !important;
}

/* Siatka (#tiles) */
#tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-template-rows: repeat(var(--rows), 1fr);
    z-index: 2;
}

.tile {
    cursor: pointer;
    position: relative;
    aspect-ratio: 1 / 1; /* Ustaw proporcje kwadratowe */
}

.tile:before {
    background-color: rgb(41 69 169 / 41%);
    content: "";
    inset: 1.5px;
    position: absolute;
}

.tile:hover:before {
    background-color: rgba(30, 30, 30, 0.04);
}


#title {
    position: relative;
    z-index: 3;
    top: 60%;
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 6vw;
    margin: 0;
    pointer-events: none;
    text-align: center;
    transition: opacity 1200ms ease;
}

.centered {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#title > .fancy {
    color: var(--g2);
    font-family: 'Dancing Script', cursive;
    font-size: 1.5em;
    text-shadow: #000000 1px 1px;
    line-height: 0.9em;
}

#title > .less-fancy {
    color: navajowhite;
    padding: 16px;
    text-shadow: #000000 1px 1px;
    font-family: 'Math', math;
    font-size: 0.7em;
}


.matrix {
    font-family: 'Space Mono', monospace;
    font-size: 6vh;
    color: navajowhite;
    padding: 0 clamp(1rem, 2vw, 3rem);
    border-radius: clamp(0.4rem, 0.75vw, 1rem);
    margin: 0;
    position: absolute;
    opacity: 0;
    left: auto;
    top: 50%;
    z-index: 1;

}

#jumbotiles.toggled .matrix {
    opacity: 1;
    z-index: 4;
    display: inline-block; /* Pozwala na dynamiczną szerokość */
    align-content: center;
    align-items: center;
    text-wrap: normal;

}

@media only screen and (max-width: 600px) {
    #title > .fancy {
        opacity: 0;
    }

    #title > .less-fancy {
        font-size: 1.5em;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    margin: 15% auto;
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}
