.iwk-courses-form {
    position: relative;
}

.iwk-courses-form .breakdance-form-field:nth-child(1),
.iwk-courses-form .breakdance-form-field:nth-child(2),
.iwk-courses-form .breakdance-form-field:nth-child(3),
.iwk-courses-form .breakdance-form-field:nth-child(4) {
    grid-column-start: span 6;
}

.iwk-courses-form .breakdance-form-field__label {
    font-size: 16px;
}

.iwk-courses-form .breakdance-form-footer {
    justify-content: center;
}

.iwk-courses-form .breakdance-form-field .error-message {
    color: var(--bde-form-label-required-color);
    font-size: 14px;
    margin-top: 5px;
}

.iwk-courses-form .breakdance-form-field .is-invalid {
    border-color: var(--bde-form-label-required-color);
}

.iwk-courses-form :is(.breakdance-form-checkbox, .breakdance-form-radio) {
    align-items: baseline;
}

.iwk-courses-form .breakdance-form-checkbox input[type="checkbox"],
.iwk-courses-form .breakdance-form-radio input[type="radio"] {
    position: relative;
    top: 2px;
}

.iwk-courses-form .course-price-box {
    width: 100%;
}

.iwk-courses-form .course-price-box h4 {
    font-size: 20px;
    margin: 0;
}

.iwk-courses-form .course-price-box h4 .iwk_cena_kwota {
    color: var(--bde-brand-primary-color);
}

.iwk-courses-form fieldset[aria-label="Zgody"] input {
    font-size: 16px !important;
}

.iwk-courses-form fieldset[aria-label="Zgody"] label {
    font-size: 80% !important;
}

.iwk-courses-form .loader-overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    pointer-events: all;
    justify-content: center;
    padding: 50px;
}

.iwk-courses-form .loader-overlay.disabled {
    display: none;
    pointer-events: none;
}

.iwk-courses-form .loader {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 5px solid;
    border-color: #000 #0000;
    position: sticky;
    top: 50%;
    animation: l1 1s infinite;
}

@keyframes l1 {
    to {
        transform: rotate(.5turn)
    }
}

.iwk-courses-form .infobox {
    background: #00013A;
    color: #fff;
    font-size: 80%;
    border-radius: 5px;
    padding: 10px;
}

.iwk-courses-form + div p.success-message {
    border-radius: var(--bde-form-input-border-radius, 3px);
    border: 1px solid var(--bde-brand-primary-color);
    background: color-mix(in srgb, var(--bde-brand-primary-color) 15%, transparent);
    color: var(--bde-brand-primary-color);
    padding: 1rem 1.25rem;
    margin-bottom: 0;
}

.iwk-courses-form + div p.error-message {
    border-radius: var(--bde-form-input-border-radius, 3px);
    border: 1px solid var(--bde-form-label-required-color);
    background: color-mix(in srgb, var(--bde-form-label-required-color) 20%, transparent);
    color: var(--bde-form-label-required-color);
    padding: 1rem 1.25rem;
    margin-bottom: 0;
}
