.order-form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
    background-color: transparent;
    font-family: "Comfortaa", sans-serif;
}

.order-form-container h1 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 28px;
    color: #041f40;
}

.order-form-container label {
    padding-left: 10px;
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #041f40;
    background: transparent;
    font-family: "Comfortaa", sans-serif;
}

.order-form-container input {
    width: 95%;
    height: 28px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #041f40;
    color: #041f40;
    border-radius: 16px;
    background: transparent;
    font-family: "Comfortaa", sans-serif;
}

.order-form-container input::placeholder {
    color: #041f40;
}

.order-form-container input[type="search"] {
    width: 101%;
    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #041f40;
    color: #041f40;
    border-radius: 16px;
    background: transparent;
    font-family: "Jost", sans-serif;
}

.order-form-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path d="M0 2.5 L5 7.5 L10 2.5" stroke="%23041f40" fill="none" stroke-width="2"/></svg>') no-repeat right 20px center;
    background-color: #19bffc;
    width: 101%;
    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #041f40;
    color: #041f40;
    border-radius: 16px;
    font-family: "Comfortaa", sans-serif;
}

.order-form-container textarea {
    width: 95%;
    height: 84px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #041f40;
    color: #041f40;
    border-radius: 16px;
    background: transparent;
    font-family: "Comfortaa", sans-serif;
}

.order-form-container textarea::placeholder {
    color: #041f40;
}

.order-form-container button {
    margin-top: 12px;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #19bffc;
    background-color: #041f40;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-family: "Comfortaa", sans-serif;
}

.suggestions-list {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: white;
    border: 1px solid #041f40;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    color: #041f40;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f0f0f0;
}

input.invalid {
      border-color: #b23b3b;
}

.centered-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 460px;
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: bold;
    font-size: 24px;
}

#days-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  padding-top: 16px;
}

.day {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #041f40;
    color: #041f40;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.day:hover {
  background-color: #041f40;
}

.day.selected {
  background-color: #041f40;
  color: #19bffc;
}

.day-of-week {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

.day-num {
  font-size: 16px;
}

#times-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 10px;
    padding-bottom: 26px;
}

.time {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #041f40;
    color: #041f40;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.time:hover {
    background-color: #041f40;
    color: #19bffc;
}

.time.selected-time {
    background-color: #041f40;
    color: #19bffc;
}

.total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.label,
.amount {
    color: #041f40;
    font-family: "Comfortaa", sans-serif;
    font-size: 24px;
}

.dotted-line {
    border-top: 2px dashed #041f40;
    margin: -10px auto;
    width: 90%;
}

.form-header-text {
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    padding: 8px;
}

.form-text-1 {
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: normal;
    font-size: 16px;
    margin-left: 8px;
    margin-top: 8px;
}
.form-text-2 {
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: normal;
    font-size: 16px;
    margin-left: 18px;
    margin-bottom: 8px;
}
.form-text-3 {
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: normal;
    font-size: 16px;
    margin-left: 8px;
    padding-bottom: 12px;
}

.collapsible-params {
    width: 100%;
    max-width: 1200px;
    margin-top: 16px;
    margin-bottom: 32px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #041f40;
    padding: 4px;
}

.params-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.params-header:hover {
    background-color: transparent;
}

.params-title {
    font-size: 16px;
    font-weight: bold;
    color: #041f40;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    color: #041f40;
}

.params-content-1 {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: transparent;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.params-content-1.open {
    max-height: 500px;
    padding: 0 20px;
}


.packet-box {
    display: flex;
    background-color: transparent;
    width: 100%;
    height: 800px;
    flex-direction: row;
    border-radius: 15px;
    outline: 1px solid #041f40;
    justify-content: center;
    left: 0;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: visible;
}

.packet-params {
    width: 95%;
    height: auto;
    overflow: visible;
}

.packet-content {
    max-height: 2000px;
    overflow: visible;
    background-color: transparent;
}

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    left: 0;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.slider-box {
    position: relative;
    width: 100%;
    height: 40px;
    background: transparent;
    border: solid #041f40 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.slider-label {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 1px;
    color: #041f40;
    padding: 0 16px;
    user-select: none;
    transition: color 0.3s ease;
}

.slider-label.active {
    color: #38d0f7;
}

.slider-button {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #041f40;
    border-radius: 10px;
    border: solid #041f40 1px;
    z-index: -1;
    transition: transform 0.3s ease;
}

.text-display {
    margin-top: 20px;
    font-size: 16px;
    color: #fdfbf4;
    text-align: center;
}

.hidden {
    display: none;
}

.content-container {
    margin-top: 16px;
    width: 100%;
}


.packet-box {
    display: flex;
    background-color: transparent;
    width: 100%;
    height: auto;
    flex-direction: row;
    border-radius: 15px;
    outline: 1px solid #041f40;
    justify-content: center;
    left: 0;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: visible;
    margin-bottom: 20px;
}


.text-line {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    margin-top: 12px;
}

.text-item-active {
    font-size: 18px;
    font-weight: bold;
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    text-align: justify;
}

.text-item-inactive {
    font-size: 18px;
    font-weight: normal;
    font-family: "Comfortaa", sans-serif;
    color: rgba(4, 31, 64, 0.4);
    text-align: justify;
}

.text-item-price {
    font-size: 32px;
    font-weight: normal;
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    text-align: center;
}

.text-item-old-price {
    font-size: 24px;
    font-weight: normal;
    font-family: "Comfortaa", sans-serif;
    color: rgba(4, 31, 64, 0.4);;
    text-align: center;
    text-decoration: line-through;
    margin-top: -24px;
}

.square-form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
    /*padding-bottom: 140px;*/
    background-color: transparent;
    font-family: "Comfortaa", sans-serif;
}

.square-header-text {
    margin-top: 20px;
    font-family: "Comfortaa", sans-serif;
    color: #041f40;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    padding: 4px;
}




.picker-container {
  width: 100%;
  max-width: 600px;
  overflow: visible;
  background-color: transparent;
  border-radius: 8px;
  padding: 40px 0;
}

.picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px calc((100% - 60px) / 2);
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.picker::-webkit-scrollbar {
  display: none;
}


.picker-item {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
  color: #041f40;
  border-radius: 50%;
  scroll-snap-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.picker-item:not(.selected) {
  transform: scale(1);
  background-color: transparent;
  opacity: 0.6;
}

.picker-item.selected {
  transform: scale(1.4);
  background-color: transparent;
  border: solid #041f40 1px;
  color: #041f40;
  opacity: 1;
  font-weight: bold;
}

.picker-item:hover:not(.selected) {
  opacity: 0.8;
  cursor: pointer;
}


.square-button {
    position: fixed;
    bottom: 60px;
    left: 50%;
    width: 90%;
    margin: 0;
    padding: 12px;
    transform: translateX(-50%);
    font-size: 16px;
    color: #19bffc;
    background-color: #041f40;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 2px;
}

.no-times {
    color: #041f40;
    font-family: "Comfortaa", sans-serif;
    font-size: 21px;
    text-align: center !important;
    justify-content: center !important;
    margin: 0 auto;
    padding: 4px;
}