h1 {
    color: #F15022;
    text-align: center;
    padding: 50px 0;
    background: #f5f5f7;
    font-weight: 500;
    font-size: 32px;
    text-transform: lowercase;
}

input[type='text'] {
    border-radius: 12px;
    background: #f5f5f7;
    margin: 0;
}

input[type='number'] {
    border-radius: 12px;
    background: #f5f5f7;
    margin: 0;
}

.full-width {
    background: #ececec;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width .container-forms {
    border: 1px solid #CECECE;
    background: #f5f5f7;
    border-radius: 20px;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px 80px;
    box-sizing: border-box;
    width: 100%;
}

.full-width .container-forms .input-item {
    margin: 15px 0;
    gap: 15px;
}

.full-width .container-forms .input-item input {
    height: 50px;
    box-sizing: border-box;
    padding: 14px 12px;
}

.full-width .container-forms .info-label {
    margin: 15px 0;
}

.full-width .container-forms select,
.full-width .container-forms input[type="date"] {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);

    padding: 12px 8px;
    margin-top: .5rem;
    width: 100%;
    border-radius: 12px !important;
    border-width: 1px;
    background: #f5f5f7;
    margin: 0;
}

.full-width .steps > div {
    padding: 0;
}

.full-width .info-forms {
    margin: 10px 0;
    font-size: 12px;
    color: #cecece;
}

.full-width button {
    background: #2D2D2D;
    /*text-transform: uppercase;*/
    width: 100%;
    height: 50px;
    border-radius: 12px;
}

.full-width button:hover {
    background: #2D2D2D !important;
    opacity: 0.9;
}

.info-terms {
    font-size: 14px;
}

.info-terms a {
    text-decoration: underline;
}

.info-terms a.block {
    margin: 10px 0;
}

.info-terms p {
    margin: 10px 0;
}

.full-width.barcode {

}

.full-width.barcode .container-qr {
    overflow: hidden;
    max-width: 540px;
    margin: 0 auto;
    padding: 106px 30px 30px;
    border-radius: 20px;
    background-size: 100% 100%;
    background: linear-gradient(150.41deg, #DADADA 3.19%, #DEDEDE 103.69%);
    position: relative;
    margin-top: 20px;
}
.full-width.barcode .container-qr .logos {
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 14px;
}
.full-width.barcode .container-qr .logos img {
    margin-bottom: 5px;
}
.full-width.barcode .container-qr .image-lime {
    position: absolute;
    right: -40px;
    top: 10px;
    z-index: 2;
}
.full-width.barcode .container-qr .generated-qr-code {
    padding: 30px;
    background: white;
    position: relative;
    z-index: 5;
}
.full-width.barcode .container-qr .img-pomegranate {
    position: absolute;
    width: 75px;
    top: 60px;
    left: -18px;
    z-index: 8;
    transform: rotate(20deg);
}

.font-normal {
  font-weight:normal;
}

.webkit-none {
  -webkit-appearance: none;
}

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

.color-red {
  color:red
}

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

.input-item label {
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    .full-width {
        background: #f5f5f7;
    }

    .full-width .container-forms {
        border: 0;
        padding: 0 30px 30px 30px;
    }
}

@media (max-width:768px) {
    .full-width .container-forms .input-item {
        flex-direction:column;
    }
}

.language-selector {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.language-selector i {
  font-size: 18px;
  color: #555;
}

.language-selector select {
    width: auto !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.checkbox-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.expand-toggle {
    text-decoration: underline;
    cursor: pointer;
}

.expandable {
    /*margin-top: 8px;*/
    padding: 10px;
    border-left: 3px solid #ccc;
    background: #f9f9f9;
}

#terms-details p,
#marketing-details p {
    margin-bottom: 1em;
}

.hidden {
    display: none;
}
