* {
    margin: 0;
    padding: 0
}


html {
    height: 100%
}

p {
    color: #808080;
    text-align: justify;
    font-family: 'Quicksand', Arial, 'montserrat';
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

a:hover {
    color: #00DC00;
    text-decoration: none;
}

a {
    color: #3F88C5;
    text-decoration: underline;
    background-color: transparent;
}

.q-label {
    font-weight: bold;
}


#heading {
    color: #00DC00;
    font-weight: normal;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: 'Quicksand', Arial, 'montserrat';
}

#symflab {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#symflab fieldset {
    background: #ffffff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: justify;
    padding-top: 3%;
    padding-bottom: 3%;
}

div[id*="pyt"] {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

#symflab fieldset:not(:first-of-type) {
    display: none
}

#symflab input:not([type=radio]):not([type=button]):not([type=submit]), #symflab  textarea {
    padding: 8px 15px 8px 15px;
    border: none;
    border-bottom: 1px solid #ECEFF1;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Quicksand', Arial, 'montserrat';
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 1.1em;
    letter-spacing: 1px;
}

#symflab input:not([type=radio]),
#symflab textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00DC00;
    outline-width: 0
}

#symflab .action-button {
    width: 100px;
    background: #00DC00;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-family: 'Quicksand', Arial, 'montserrat';
}

#symflab .action-button:hover,
#symflab .action-button:focus {
    background-color: #43B02A
}

#symflab .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#symflab .action-button-start {
    width: 160px;
    background: #00DC00;;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#symflab .action-button-previous:hover,
#symflab .action-button-previous:focus {
    background-color: #000000
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    font-family: 'Quicksand', Arial, 'montserrat';
    color: #2C3E50;
}

/*.form-check-input:checked[type=radio] {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    
}*/

.form-check-input:checked {
    background-color: #00DC00;
    border-color: #00DC00;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-label {
    font-family: 'Quicksand', Arial, 'montserrat';
    font-size: 1.1em;
    color: #808080;
    line-height: 1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}



/*#symflab  input[type="radio"] {
    position: relative;
    padding-left: 25px;
    display: block;
    op: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

#symflab  input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    display: block;
}

#symflab  input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

#symflab  input[type="radio"]:checked + label:before {
    background-color: #00DC00;
}*/

#symflab  input[type="checkbox"] {
    display: none;
}

#symflab  input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    display: block;
}

#symflab input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#symflab  input[type="checkbox"]:checked + label:before {
    background-color: #00DC00;
}


.fieldlabels {
    color: gray;
    text-align: left;
    display: inline-block;
    width: 90%; /* szerokość treści odpowiedzi */
}

#symflab  input[type="checkbox"] + label + span {
    display: inline-block;
    width: 100%;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #00DC00;
    margin-bottom: 1.1em;
    font-weight: normal;
    text-align: left;
    font-family: 'Quicksand', Arial, 'montserrat';
}

.clause {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #808080;
    margin-bottom: 5%;
    font-weight: normal;
    text-align: justify;
    font-family: 'Quicksand', Arial, 'montserrat';
    margin-top: 2%;
}

.purple-text {
    color: #00DC00;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #00DC00
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00DC00
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #00DC00
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.disabled {
    background-color: #808080 !important;
  }

.invalid{
color:red !important;
}
input[type="radio"].invalid:invalid~label {
  color: red !important;
}
input[type="email"].invalid:invalid {
  border-color: red !important;
}
input[type="tel"].invalid:invalid {
    border-color: red !important;
  }
input[type="checkbox"].invalid:invalid~label {
  color: red !important;
}
input[type="text"].invalid:invalid {
  border-color: red !important;
}
textarea.invalid:invalid {
  border-color: red !important;
}