

/* Sekcja 7  Typ sekcji Kontakt Widok Kontakt */

#section7 {
.sectionTitle {
    display: none;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    .abc-radio label::after,
    .abc-radio label::before {
        content: none;
    }

    .abc-radio label:not(.error) {
        border-radius: 50px;
        border: 2px solid white;
        text-align: center;
        color: white;
        padding: 0.5rem 2.5rem;
        font-size: 1.725rem;
    }

    .abc-radio input:checked + label {
        background: #d8a45b;
    }

    label.radio-label {
        font-size: 1.725rem;
        color: white;
        font-weight: 500;
        padding-left: 0.5rem;
    }

    .form-group:has(input[type="radio"]) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    legend {
        text-align: center;
        font-family: "futura-pt-bold";
        font-weight: 700;
        color: white;
        font-size: 1.725rem;
        margin-bottom: 3rem;
    }

    .form-control {
        background: transparent;
        border-radius: 50px;
        border-width: 3px;
        text-align: center;
        color: white;
        font-size: 1.625rem;

        &:focus {
            border-color: #d8a45b;
        }
    }

    fieldset {
        width: 80%;
    }
}

.input-info {
    font-weight: 500;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0;
}
.error {
    color: red;
    text-align: center;
    display: block;
}

button[type="submit"] {
    background-color: #d8a45b !important;
    border-color: #d8a45b !important;
    color: white;
    border-radius: 50px;
    font-family: "futura-pt-bold";
    font-weight: 700;
    font-size: 1.725rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

label:not([for="klauzula_informacyjna"]) {
    display: none;
}

textarea {
    border-radius: 16px !important;
}

p.header-text {
    font-size: 24px;
    color: white;
    font-family: "futura-pt-bold";
    margin-bottom: 3rem;
    margin-top: -2rem;
}

.form-control:has(#klauzula) {
    height: 300px;
}

#klauzula {
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

label[for="klauzula_informacyjna"] {
    padding-left: 2.5rem;

    &::before {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 6px;
    }

   &::after {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        width: 36px;
        height: 36px;
        left: 2px;
        top: 4px;
        margin-left: -1.25rem;
        background: #d8a45b;
        color: transparent;
        border-radius: 6px;
    } 
  &.errors {
    &::after, &::before {
      display: none !important;
    }
  }
}

#klauzula::-webkit-scrollbar {
    width: 8px;
}

#klauzula::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

#klauzula::-webkit-scrollbar-track {
    background: #f1f1f1;
}

}


/* Sekcja 6  Typ sekcji Odliczanie Widok Odliczanie */

#section6 {
font-weight: 500;
font-size: 1.5rem;
color: white !important;
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  flex-direction: column;
}

#timer {
    margin-top: 1rem;
    background: transparent;
    border-radius: 1.5rem;
    min-width: 70%;
    padding: 1rem 2rem;
}

.timer-info {
    text-align: center;
    font-family: "futura-pt-bold";
    font-size: 3rem;
}

#timer {
    text-align: center;
}

.countdown-amount {
    font-size: 3rem;
    font-family: "futura-pt-bold";
    margin-right: 0.725rem;
}
.countdown-period {
    font-size: 3rem;
    font-family: "futura-pt-bold";
}

.countdown-section:not(:nth-of-type(3)) .countdown-period::after {
    content: " / ";
}

}
