

/* Sekcja 2  Typ sekcji Logowanie Widok Logowanie za pomocą hasła */

#section2 {
height: calc(100dvh - 60px - 56px);

@media only screen and (min-width: 1269px) {
    height: calc(100dvh - 100px - 56px);
}

display: flex;
justify-content: center;
align-items: center;
background: url("../upload/kv_bg.png");

.container {
    padding: 1.5rem;
    border-radius: 20px;
}

p#header-text {
    color: #282d31;
    font-size: 1rem;
}

.form-control {
    border-color: #707070;
    height: 2rem;
    color: #282d31;
    background-color: #00000000;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 0px;

    &:placeholder {
        color: #808f9b !important;
    }
}

button[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    padding-right: 0.375rem;
    transition: 0.3s;
    text-transform: uppercase;
}

}


/* Sekcja 1  Typ sekcji Formularz rejestracji Widok Standardowy formularz rejestracji */

#section1 {
.card {
    

    @media only screen and (min-width: 992px) {
        transform: translateY(-5%);
    }
}

#FinishButton {
  text-transform: uppercase;
}

.sectionTitle {
    color: var(--blue);
      text-align: center;
    /* margin-left: 15%; */
}

.card {
    border-radius: 20px 20px 0 0;
}

.card-header {
    border-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.group-title {
    font-family: "Barlow";
  text-align: left !important;
font-size: 18px !important;
}

.group-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue);
}

.form-control {
    border-color: #707070;
    height: 2rem;

    &:placeholder {
        color: #808f9b !important;
    }
}

#ControlButtons {
    display: flex;
    justify-content: center;
}

#FinishButton {
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 13%;
    display: flex;
    padding-right: 0.375rem;

    i {
        font-size: 1.275rem;
    }
}

#personal-data {
    label {
        font-weight: 400;
        width: 100%;
        text-align: right;
        margin-top: 0;
        font-size: 1rem;

        small {
            display: block;
            color: #808f9b;
            font-size: 14px;
        }
    }

    #question_11,
    #question_10 {
        text-align: center;
        &:placeholder {
            text-align: center;
        }
    }

    .col-7#name {
        @media only screen and (min-width: 768px) {
            display: flex;
        }

        .col-md-6 {
            &:first-of-type {
                padding-left: 0;
            }

            &:last-of-type {
                padding-right: 0;
            }

            @media only screen and (max-width: 768px) {
                &:first-of-type {
                    margin-bottom: 5px;
                }
                padding-left: 0;
                padding-right: 0;
            }
        }
    }
}

fieldset {
    margin-bottom: 3rem;
}

.abc-checkbox label {
    &::before {
        background: transparent !important;
        border-radius: 0px;
        border-color: #707070 !important;
    }

    &::after {
        background: transparent !important;
        color: #707070 !important;
        margin-left: -1.35rem;
        padding-left: 5px;
    }
}

.abc-checkbox label.errors {
    &::after,
    &::before {
        display: none;
        content: "";
    }
}

.abc-checkbox input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox input[type="radio"]:indeterminate + label::after {
    display: none;
    content: "";
}

@media only screen and (max-width: 576px) {
    #address {

        .col-lg-6.col-4 {
            padding-right: 0;
        }
    }
}


#klauzula{
line-height: 1;
font-size: 14px;
height: 200px;
overflow-y: scroll;
  margin-bottom: 20px;
  /* color: var(--blue); */
}

.card-body p{
text-align: center;
}

@media only screen and (max-width: 768px) {
  fieldset{
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  
}
}


/* Sekcja 4  Typ sekcji Odliczanie Widok Odliczanie w kafelkach */

#section4 {
font-family: "Barlow" !important;

.count-title {
    font-weight: 300 !important;
}

.figure > span,
.countdown .figure .top,
.countdown .figure .top-back {
    font-size: 40px !important;
    font-weight: 500 !important;
}

.timer-title {
    font-weight: 700;
}

.container {
    background: #282d31;
    border-radius: 20px;

    @media only screen and (min-width: 768px) {
        transform: translateY(-50%);
    }

    @media only screen and (min-width: 1020px) {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}

/* .bloc-time.days{
width: 210px !important;
} */

@media only screen and (max-width: 767px){
  
  .countdown{
flex-wrap: nowrap !important;
  }
  
  .count-title{
   width: 100%; 
  }
 .countdown .bloc-time{
/* transform: scale(50%); */
    width: 25% !important;
   
  }
  
  .countdown .figure{
    width: 30% !important;
    margin: 1px !important;
    
    height: 50px !important;
  }
  
}
}
