body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.navbar-company-name {
    text-decoration: none;
    color: #3fbb46;
    font-size: 40px;
}

.under-navbar-text {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    font-size: 20px;
    color: white;
}

.third-position {
    margin-left: 20%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.two-third-position {
    margin-left: auto;
    margin-right: 20%;
    flex-shrink: 0;
    text-align: center;
}


.info-buttons-container {
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px; /* Space between buttons */
}

.info-masage-button {
    padding: 10px 20px;
    border: 2px solid #3fbb46;
    border-radius: 3px;
    transition: 0.2s;
    background-color: white;
    color: #3fbb46;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    height: 100px;
    width: 250px;
}

.top-margin-homepage {
    margin-top: 120px;
}

.top-margin-reservation {
    margin-top: 130px;
}

.selected-date {
    background-color: #9fdba7;
}

.reservation-box-container {
    width: 85%;
    padding: 30px;
    padding-top: 5px;
    background-color: white;
    margin: auto;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 50px;
}

.insert-date-add-truck {
    font-size: 25px;
    padding: 10px;
    width: 50%;
    text-align: center;
}

.miniature-img {
    border-radius: 50%;
    width: 100px;
}

.time-slot-container {
    margin-top: 10px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.duration-container {
    margin-top: 0px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.type-button-container {
    margin-top: 0px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.highlight-cell {
  background-color: #9fdba76b; /* Change this color as needed */
}

.hidden-element-first, .hidden-element-second, .hidden-element-third, .hidden-element-30, .hidden-element-45, .hidden-element-60 {
    display: none;
}

.input-container-reservation {
    margin: 5px;
}

.input-container-reservation label {
    width: 250px;
    font-size: 24px;
    font-weight: bold;
}

.input-container-reservation input {
    font-size: 25px;
    padding: 5px;
}

.finish-reservation-button {
    margin: 20px;
    padding: 20px 120px;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.hr-basic-style {
    width: 95%;
    border: 1px solid grey;
    margin: 20px;
}

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

.row-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image {
    width: 150px;
    cursor: pointer;
}

#spolupraca {
    width: 80%;
    margin: auto;
}

.contact-container {
    display: flex;
    align-items: center; /* Vertically center the child elements */
    justify-content: center; /* Horizontally center the child elements */
    font-size: 18px;
    background-color: #f1f1f1;
    width: 100%;
    height: 200px;
    margin: 0;
}

.contact-info {
    text-align: center;
    max-width: 90%;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #f1f1f1;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.navbar-content {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.navbar-user-info {
    position: absolute;
    top: 35px;
    right: 130px;
    font-size: 19px;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0px;
}

.avatar-user-icon {
    font-size: 20px;
    border: none;
    background-color: #9fdba7;
    padding: 14px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.avatar-user-icon:hover {
    scale: 1.15;
}

#dropdown-menu {
    position: absolute;
    top: 85px;
    right: 3px;
    width: 200px;
    font-size: 18px;
    transition: 0.3s;
    text-align: right;
}

.toggle-password {
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    margin-top: 15px;
}

.navbar-user-info:hover #dropdown-menu {
    display: block; /* Show dropdown on hover */
}

.navbar-button {
  text-decoration: none;
  color: black;
  font-size: 18px;
  transition: 0.2s;
  will-change: transform;
  display: flex;
}

.navbar-button:hover {
    transform: scale(1.2);
}

/* Style the social icons and phone info on the right side */
.nav-contact {
  display: flex;
  align-items: center;
}

.navbar-icon {
    transition: 0.3s;
    will-change: transform;
    text-decoration: none;
    border: none;
    background-color: transparent;
    color: black;
    margin: 5px;
    font-size: 30px;
    cursor: pointer;
}

.navbar-icon:hover {
    transform: scale(1.3);
}

.social-icons {
  display: flex;
  align-items: center;
  width: 100px;
}

.social-icons a {
  text-decoration: none;
  color: black;
  font-size: 30px;
}

.switch-language-button {
    background-color: transparent;
    border-radius: 50%;
    border: none;
    transition: 0.3s;
    margin-bottom: 2px;
    margin-left: 0px;
}

.switch-language-button:hover {
    scale: 1.3;
    cursor: pointer;
}

.dropdown {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 5px;
    z-index: 999;
}

.dropdown-item {
    margin-bottom: 5px;
}

.dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.dropdown-link:hover {
    background-color: #f1f1f1;
}

.swal-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.technique-list {
    font-size: 18px;
    margin: auto;
    margin-left: 30px;
}

.h1-slogan,
#spolupraca h1,
#gallery h1,
#technique h1,
#poukazka h1{
    font-family: 'Luminari', fantasy;
    text-align: center;
    font-size: 35px;
}

.h1-slogan {
    font-size: 28px;
    font-family: 'Luminari', fantasy;
}

.name-surname {
    font-family: 'Luminari', fantasy;
    font-size: 34px;
}

.reservation-button-about-us {
    padding: 15px 30px;
    border: 2px solid #3fbb46;
    border-radius: 3px;
    transition: 0.3s;
    background-color: white;
    text-decoration: none;
    color: #3fbb46;
    cursor: pointer;
    font-size: 30px;
    width: 40%;
    text-align: center;
    margin: 40px;
}

.reservation-button-about-us:hover, .info-masage-button:hover {
    background-color: #f1f1f1;
}

.visible {
    opacity: 1;
    transition-delay: 0.5s;
}

.price-table {
    width: 45%;
    height: 450px;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.price-table tr {
    border-bottom: 1px solid #ddd;
}

.price-table td {
    padding: 5px 15px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}

.price-table .category {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 40px;
}

.price-table .highlight {
    width: 20%;
    font-weight: bold;
    white-space: nowrap;
    color: #4CAF50;
    text-align: right;
}

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

.price-table tr:hover {
    background-color: #f1f1f1;
    transition: 0.3s ease-in-out;
}


.about-us-container {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
}

.person-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.person-container img {
    border-radius: 10%;
    margin-bottom: 20px;
}

.person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
}

.technique-container-main {
    width: 70%;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.technique-container-tables {
    padding: 10px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

#spolupraca h3 {
    font-weight: normal;
}

#spolupraca h1{
    margin-bottom: 100px;
}

.roman-image {
    width: 25%;
}

#gallery, #technique {
    margin-top: 80px;
    margin-bottom: 70px;
}

#spolupraca {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 150px;
}

.gallery-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.gallery-container img {
    width: calc(32% - 50px);
    height: 550px;
    margin: 15px;
    box-sizing: border-box;
    border-radius: 10%;
    cursor: zoom-in;
}

.gallery-container-poukazka {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.voucher-download-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

.voucher-download-container img {
    width: 90%;
    margin: 15px;
    box-sizing: border-box;
    border-radius: 3%;
    cursor: zoom-in;
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.download-button {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}

.download-button i{
    font-size: 25px;
    margin-left: 10px;
}

.download-button:hover {
    text-decoration: underline;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.container-settings-tables {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.table-container-settings {
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-container-profile {
    width: 95%;
    max-width: 95%;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    overflow-x: auto;
    padding: 20px;
}

.table-container-settings h2, .table-container-profile h2 {
    width: 95%;
    font-size: 24px;
    margin-bottom: 20px;
    color: #3fbb46;;
    border-bottom: 2px solid #3fbb46;;
    padding-bottom: 10px;
}

.table-settings {
    width: 100%;
    border-collapse: collapse;
}

.table-profile {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.table-profile th, .table-profile td {
    padding: 5px;
    margin: 5px;
}

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

.table-settings th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
}

.table-settings input[type="number"],
.table-settings input[type="text"],
.table-settings input[type="time"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.table-settings .btn,
.table-settings .deactivate-btn,
.table-profile .deactivate-btn {
    background-color: #3fbb46;;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.table-settings .btn:hover,
.table-settings .deactivate-btn:hover,
.table-profile .deactivate-btn:hover {
    background-color: #266d2a;
}

.table-settings .deactivate-btn,
.table-profile .deactivate-btn {
    background-color: #dc3545;
}

.table-settings .deactivate-btn:hover,
.table-profile .deactivate-btn:hover {
    background-color: #c82333;
}

.fa-duotone.fa-circle-check {
    color: #28a745;
}

.fa-duotone.fa-circle-xmark {
    color: #dc3545;
}

.day-button {
    margin: 2px;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.day-button.selected {
    background-color: #3fbb46;
    color: white;
    border-color: #3fbb46;
}

.option-button-person, .option-button-time, .option-button-type, .time-slot-select, .user-select {
    padding: 10px 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.option-button-person:hover, .option-button-time:hover, .option-button-type:hover, .finish-reservation-button:hover, .time-slot-select:hover, .user-select:hover {
    background-color: #e0e0e0; /* Slightly darker background on hover */
    border-color: #ccc; /* Change border color on hover */
    transform: scale(1.05); /* Slight scale up on hover */
}

/* Style for selected buttons */
.option-button-person.selected, .option-button-time.selected, .option-button-type.selected {
    background-color: #3fbb46; /* Change background color when selected */
    color: white; /* Change text color when selected */
    border-color: #3fbb46;; /* Change border color when selected */
    transform: scale(1.1); /* Slightly larger scale for selected buttons */
}

.saved-person-container {
    margin: 10px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.saved-person-text {
    width: 200px;
    padding: 5px 15px;
    border: 2px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.3s;
}

.saved-person-delete-button {
    cursor:pointer;
    margin-left: 10px;
    background-color: white;
    border: none;
    transition: 0.3s;
}

.saved-person-text:hover {
    background-color: #3fbb46;
    color: white;
    border: 2px solid #3fbb46;
}

.saved-person-delete-button:hover {
    scale: 1.2;
}

.small-button {
    padding: 8px 10px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: auto;
    white-space: nowrap;
}

.big-button {
    padding: 20px;
    margin: 5px;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
}

.big-button.selected {
    background-color: #3fbb46;
    color: white;
    border-color: #3fbb46;
}

.option-button.selected {
    background-color: #3fbb46;
    color: white;
    border-color: #3fbb46;
}

.all-reservations-h2 {
    text-align: center;
}

.date-input-all-reservations {
    font-size: 10px;
    width: 100px;
    padding: 10px;
}

.emp-table {
    width: 98%;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin-top: 70px;
    padding: 50px;
}

.emp-table th, td {
    padding: 2px;
}

.text-align-left {
    text-align: left;
}

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

.table-top-tr-no-background {
    color: black;
    background-color: white;
}

.table-second-tr-with-background {
    background-color: #4caf50;
    color: white;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.searching-input-table {
    width: 90%;
    height: 30px;
    border-radius: 5px;
    margin: auto;
}

.add-employee-th-table-button {
    color: white;
    cursor: pointer;
    background-color: #309d30;
    padding: 5px;
    border-radius: 6px;
    transition: 0.3s;
    text-decoration: none;
}

.add-employee-th-table-button:hover {
    background-color: #247324;
    color: white;
    text-decoration: none;
}

.emp-table tbody td {
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.action-button {
    color: white;
    border: none;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.action-button:hover {
    opacity: 0.8;
}

.emp-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.emp-table tbody tr:hover {
    background-color: #ddd;
}

.all-reservations-action-buttons-container {
    position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
    width: 93%; /* Width of the paginator */
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left; /* Centers the content horizontally */
    margin: 0 auto;
    top: 180px; /* Aligns it relative to the top of the page */
    left: 50%; /* Moves it to the center of the page */
    transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
    font-family: Arial, sans-serif;
    margin-top: 40px; /* Space from the top of the page */
    margin-bottom: 20px; /* Space from the bottom of the paginator (not effective when using margin-top and transform) */
}

.action-button-all-reservations {
    font-size: 20px;
}

.paginator {
    position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
    width: 93%; /* Width of the paginator */
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the content horizontally */
    margin: 0 auto;
    top: 140px; /* Aligns it relative to the top of the page */
    left: 50%; /* Moves it to the center of the page */
    transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
    font-family: Arial, sans-serif;
    margin-top: 40px; /* Space from the top of the page */
    margin-bottom: 20px; /* Space from the bottom of the paginator (not effective when using margin-top and transform) */
}

.paginator-button {
    margin: 0px 3px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
}

.paginator .current-page {
    font-weight: bold;
    margin: 0 10px;
}

.paginator button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.paginator button:focus {
    outline: none;
}

.employee-count {
    margin-left: auto; /* Pushes the employee count span to the right */
    font-weight: normal;
}

.add-employee-button {
  width: 250px;
  padding: 10px 50px;
  border: 2px solid black;
  border-radius: 5px;
  background-color: white;
  color: black;
  cursor: pointer;
  transition: 0.3s;
  font-size: 25px;
  margin: 10px;
  margin-top: 30px;
}

.add-employee-button:hover,
.settings-save-button:hover {
  background-color: #e5e5e5;
}

.add-employee-link {
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.add-employee-link:hover {
    color: #4caf50;
    text-decoration: underline;
}

.ordering-link {
    color: black;
    font-size: 20px;
    margin-left: 4px;
}

.ordering-link:hover {
    color: black;
    text-decoration: underline;
}

.container {
  max-width: 800px;
}

.card-header {
    background-color: #4caf50;
    color: white;
}

.styled-checkbox {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem; /* Adjust padding to match btn-outline-info */
    border-radius: 0.25rem; /* Match the button's border-radius */
    cursor: pointer;
}

.styled-checkbox input[type="checkbox"] {
    margin-right: 0.5rem;
    margin-left: 0.25rem; /* Adjust margin to move the checkbox to the right */
    cursor: pointer;
}

.styled-checkbox label {
    cursor: pointer;
}

.styled-checkbox:hover {
    background-color: #4caf50;
    color: white;
}

.ccsi-image-navbar {
    width: 50px;
}

.swal-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swal-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swal-group label {
    width: 100px;
    margin-bottom: 0px;
}

.swal2-input {
    flex: 1;
    margin-bottom: 18px;
}

.nav-link {
    cursor: pointer;
}

.btn {
    background-color: #4caf50;
    color: black;
    font-size: 20px;
}

.btn:hover {
    background-color: #4caf50;
    color: white;
}

.swal2-popup {
    width: auto;
    max-width: 95%;
    z-index: 2000;
}

.hidden-initially {
    visibility: hidden;
}

.cancel-filter-button {
    background-color: #ff808ef7;
    color: black;
    transition: 0.3s;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
    top: 105px; /* Aligns it relative to the top of the page */
    left: 128px; /* Moves it to the center of the page */
    transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
    font-family: Arial, sans-serif;
    margin-top: 40px; /* Space from the top of the page */
    margin-bottom: 20px; /* Space from the bottom of the paginator (not effective when using margin-top and transform) */
}

.cancel-filter-button:hover {
    background-color: #d13041;
    color: white;
}

.payment-in-cash, .vernostny-program-text { 
    font-size: 26px; 
    font-family: 'Luminari', fantasy;
    margin: 0px;
}

.swal-container-gift-card {
    padding: 100px;
}

@media screen and (max-width: 1700px) {
    .navbar-user-info {
        position: absolute;
        top: 75px;
        right: 130px;
        font-size: 15px;
        background-color: transparent;
        border: none;
        margin-bottom: 0;
        padding: 0px;
    }

    .avatar-user-icon {
        font-size: 18px;
        border: none;
        padding: 9px;
        border-radius: 50%;
        margin-bottom: 0;
        margin-left: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

    #dropdown-menu {
        position: absolute;
        top: 50px;
        right: 3px;
        width: 200px;
        font-size: 18px;
        transition: 0.3s;
        text-align: right;
    }
}

@media screen and (max-width: 1450px) {
    .roman-image {
        width: 31%;
    }
}

@media screen and (max-width: 1200px) {
    .under-navbar-text {
        height: 34px;
        gap: 30px;
        font-size: 16px;
    }

    .roman-image {
        width: 35%;
    }
}

@media screen and (max-width: 1000px) {
    .roman-image {
        width: 40%;
    }
}

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

    .person-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: auto;
    }

    .swal-container-gift-card {
        padding: 10px;
    }

    .technique-list {
        font-size: 14px;
        margin: auto;
        margin-left: 10px;
    }

    .under-navbar-text {
        position: relative;
        height: 60px;
        flex-direction: column;
        gap: 0px;
        font-size: 14px;
        background: linear-gradient(135deg, #4CAF50, #2E7D32);
    }

    .third-position {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        margin: 0px;
        padding: 0px;
    }

    .two-third-position {
        font-size: 12px;
        margin: auto;
        flex-shrink: 0;
        text-align: center;
    }

    .technique-container-tables {
        padding: 5px;
        gap: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
    }

    .price-table .category {
        height: 30px;
    }

    .price-table td {
        padding: 5px 15px;
        text-align: left;
        font-size: 12px;
        white-space: wrap;
    }

    .price-table {
        width: 90%;
        height: 450px;
        border-collapse: collapse;
        font-family: 'Arial', sans-serif;
        margin: 20px auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    .info-buttons-container {
        margin: auto;
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two buttons per row */
        width: 100%;
    }

    .info-masage-button {
        padding: 5px 10px;
        border: 1px solid #3fbb46;
        border-radius: 3px;
        font-size: 14px;
        height: 70px;
        width: 160px;
        margin: auto;
    }

    .navbar-company-name {
        font-size: 20px;
        margin: 0px;
    }

    .h1-slogan,
    #spolupraca h1,
    #gallery h1,
    #technique h1,
    #poukazka h1{
        font-size: 20px;
    }

    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      height: 120px;
      background: white;
    }

    .navbar-content {
        gap: 30px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 10px;
    }
    
    .technique-container-main {
        width: 95%;
        margin: auto;
    }

    #spolupraca h3 {
        font-weight: normal;
        font-size: 13px;
    }

    .navbar-button {
      margin: 0px;
      font-size: 10px;
    }

    .social-icons {
      display: flex;
      align-items: center;
      margin: 0px;
      gap: 0px;
    }

    .logo-image {
        width: 110px;
        margin-right: 10px;
    }

    .summary h2{
        font-size: 18px;
    }

    .contact-container {
        display: flex;
        align-items: center; /* Vertically center the child elements */
        justify-content: center; /* Horizontally center the child elements */
        font-size: 12px;
        background-color: white;
        width: 100%;
        height: 120px;
        margin: 0;
        padding: 0;
    }

    .contact-container p{
        margin: 0px;
        padding: 2px;
    }

    .nav-contact {
        width: 30%;
      }

    .name-surname {
        font-size: 22px;
        display: flex;
        align-items: center;
    }

    .name-surname .social-icons {
        font-size: 20px;
        margin-left: 8px;
    }

    .social-icons a {
      text-decoration: none;
      color: black; /* Set your preferred icon color */
      font-size: 24px;
      margin: 0;
    }

    .navbar-icon {
        font-size: 20px;
        margin: 0;
    }

    .social-icons img {
        font-size: 18px;
    }

    .reservation-button-about-us {
        padding: 10px 20px;
        font-size: 20px;
        width: 60%;
        text-align: center;
        margin: 20px;
    }

    .switch-language-button {
      color: black;
      background-color: transparent;
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }

    .switch-language-button img {
        width: 25px;
    }

    .about-us-container {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 90%;
    }

    .technique-segment {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    .roman-image {
        width: 60%;
    }

    .gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start; /* Align items at the start of the flex container */
        padding: 2px;
        width: 95%;
    }

    .gallery-container img {
        width: 40%; /* Adjust width to fit two images in a row */
        height: 200px;
        margin: 15px;
        box-sizing: border-box;
        border-radius: 10%;
        cursor: zoom-in;
    }

    .gallery-container-poukazka {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .voucher-download-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(70% - 5px);
    }

    .voucher-download-container img {
        height: 130px;
        width: 92%;
        margin: 15px;
        box-sizing: border-box;
        border-radius: 10%;
        cursor: zoom-in;
    }

    .download-button {
        text-decoration: none;
        color: black;
        font-size: 12px;
        font-weight: bold;
        transition: 0.3s;
    }

    .download-button i{
        font-size: 17px;
        margin-left: 10px;
    }

    .navbar-user-info {
        position: absolute;
        top: 90px;
        right: 10px;
        font-size: 9px;
        background-color: transparent;
    }

    .avatar-user-icon {
        font-size: 10px;
        padding: 8px;
        margin-left: 2px;
        cursor: pointer;
        transition: 0.3s;
    }

    #dropdown-menu {
        position: absolute;
        top: 30px;
        right: 3px;
        width: 120px;
        font-size: 10px;
        transition: 0.3s;
        text-align: right;
    }

    .big-button {
        padding: 6px;
        font-size: 18px;
        border: 2px solid #ccc;
        border-radius: 20px;
        cursor: pointer;
        text-align: center;
    }

    .time-slot-container {
        margin-top: 15px;
        width: 100%;
    }

    .input-container-reservation {
        margin: 5px;
    }

    .input-container-reservation label {
        width: 100px;
        font-size: 15px;
        font-weight: bold;
    }

    .input-container-reservation input {
        font-size: 13px;
        padding: 5px;
    }

    .finish-reservation-button {
        margin: 20px;
        padding: 20px 60px;
        font-size: 18px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
    }

    .swal2-popup {
        width: auto;
        max-width: 95%;
        font-size: 12px;
    }

    .toggle-password {
        transition: 0.3s;
        margin-top: 0px;
    }

    .table-container-settings h2, .table-container-profile h2 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
        color: #3fbb46;;
        border-bottom: 2px solid #3fbb46;
    }

    .payment-in-cash, .vernostny-program-text { 
        font-size: 18px; 
    }

    .table-container-profile {
        width: 88%;
        max-width: 90%;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 5px;
    }

    .table-settings .btn,
    .table-settings .deactivate-btn,
    .table-profile .deactivate-btn {
        font-size: 10px;
    }

    .table-profile th, .table-profile td {
        padding: 10px;
        margin: 10px;
    }

    .container-settings-tables {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 10px;
        gap: 10px;
    }

    .table-container-settings {
        width: auto;
        font-size: 12px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .emp-table {
        width: 95%;
        margin: 0 auto;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        background-color: #f9f9f9;
        margin-top: 75px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 10px;
    }

    .emp-table th, td {
        padding: 2px;
    }

    .table-second-tr-with-background {
        background-color: #4caf50;
        color: white;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }

    .searching-input-table {
        width: 90%;
        height: 20px;
        border-radius: 5px;
        margin: auto;
    }

    .paginator {
        position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
        width: 90%; /* Width of the paginator */
        margin: 0 auto;
        top: 180px; /* Aligns it relative to the top of the page */
        left: 50%; /* Moves it to the center of the page */
        transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
        font-size: 10px;
    }

    .all-reservations-action-buttons-container {
        position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
        width: 93%; /* Width of the paginator */
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: left; /* Centers the content horizontally */
        margin: 0 auto;
        top: 175px; /* Aligns it relative to the top of the page */
        left: 50%; /* Moves it to the center of the page */
        transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
        margin-top: 40px; /* Space from the top of the page */
        margin-left: 10px;
    }

    .date-input-all-reservations {
        font-size: 10px;
        width: 100px;
        padding: 2px;
    }

    .saved-person-container {
        margin: 5px;
        font-size: 15px;
    }

    .saved-person-text {
        width: 140px;
        padding: 5px 10px;
    }

    .action-button-all-reservations {
        font-size: 8px;
    }

    .ordering-link {
        color: black;
        font-size: 12px;
        margin-left: 3px;
    }

    .cancel-filter-button {
        background-color: #ff808ef7;
        color: black;
        transition: 0.3s;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
        position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
        top: 95px; /* Aligns it relative to the top of the page */
        left: 300px; /* Moves it to the center of the page */
        transform: translateX(-50%); /* Offsets it back by 50% of its width to ensure true centering */
        font-family: Arial, sans-serif;
        margin-top: 40px; /* Space from the top of the page */
        margin-bottom: 20px; /* Space from the bottom of the paginator (not effective when using margin-top and transform) */
        font-size: 10px;
    }

    .paginator-button {
        margin: 0px 3px;
        padding: 2px 4px;
        cursor: pointer;
        font-size: 10px;
    }

    .insert-date-add-truck {
        font-size: 15px;
        padding: 10px;
        width: 50%;
        text-align: center;
    }

    .reservation-box-container {
        width: 80%;
        padding: 30px;
        background-color: white;
        margin: auto;
        border-radius: 20px;
        margin-top: 5px;
        margin-bottom: 50px;
    }

    .btn {
        font-size: 10px;
    }

    .option-button-time {
        padding: 5px 10px;
        border: 2px solid #ddd;
        border-radius: 12px;
        background-color: #f0f0f0;
        transition: all 0.3s ease;
        font-size: 15px;
        cursor: pointer;
    }

    .all-reservations-h2 {
        text-align: left;
        margin-left: 40px;
    }

}

@media screen and (max-width: 1500px) {
    .gallery-container img,
    .voucher-download-container img{
        height: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .gallery-container img,
    .voucher-download-container img{
        height: 300px;
    }
}

@media screen and (max-width: 800px) {
    .gallery-container img,
    .voucher-download-container img {
        height: 200px;
    }
}