body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #f2f6fa;
    color: #363636;
}

.color-main {
    color: #004996;
}

.color-accent {
    color: #ef7c01;
}
.color-accent:hover {
    color: #ef7c01;
}

.color-light {
    color: #878787;
}

.color-dark {
    color: #363636;
}

.register-v2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-size: cover;
}

.register-v2 img.header-logo {
    max-height: 40px;
    image-rendering: auto;
}

.register-v2-content {
    flex: 1;
    background-image: url("../images/bg.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* Wider Container */
@media (min-width: 1200px) {
    .register-v2-content .container {
        max-width: 1230px;
    }
}
.register-v2-footer {
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #dce4ee;
    border-top: none;
    background-color: #e8edf5;
    text-align: center;
    font-size: 12px;
    color: #244893;
}
.register-v2-footer p {
    margin: 0;
}

.register-v2-stepper {
    background-color: #f3f6fa;
    margin-top: 4rem;
}
.register-v2-stepper + .register-v2-box {
    margin-top: 0;
}
.register-v2-stepper .cart-stepper {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.register-v2-stepper .cart-stepper .cart-stepper-step {
    margin: 0 60px;
    overflow: visible;
}
.register-v2-stepper .cart-stepper .cart-stepper-label {
    min-width: 200px;
}
.register-v2-stepper .cart-stepper .cart-stepper-step:after {
    width: 120px;
}
.register-v2-stepper .cart-stepper .cart-stepper-index + div {
    line-height: 1.2;
}

.register-wrapper {
    margin-top: 7rem;
    margin-bottom: 2rem;
}
.re-modal-content {
    background: #fff;
}

.register-v2-box {
    background-color: #fff;
    border: 1px solid #dce4ee;
    padding: 2rem;
    margin-top: 4rem;
    font-size: 14px;
}
.register-v2-box h2 {
    font-size: 1.125rem;
    font-weight: 700;
}
.register-v2-box label {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0.25rem;
}
.register-v2-box input {
    font-size: 14px;
    font-weight: 700;
}
.re-modal-alt-narrow .re-modal-verify .btn {
    min-width: 140px;
}
.re-modal-alt-narrow .re-modal-verify .re-btn-cancel {
    background-color: #f7e6ce;
    color: #dc8423;
}
.register-v2-box input::-ms-reveal,
.register-v2-box input::-ms-clear {
    display: none;
}
.register-v2-box .form-link {
    font-weight: 700;
    color: #ef7c01;
    font-size: 12px;
    margin-top: 0.25rem;
}
.register-v2-box input[type=date]::-webkit-inner-spin-button,
.register-v2-box input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}
.register-v2-box input[type=date] {
    background-image: url("../images/ico-calendar-alt.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
.register-v2-box .re-btn-confirm {
    text-transform: none;
}
.register-v2-box .re-btn-action {
    background-color: #f7e6ce;
    color: #dd8e2f;
    font-weight: 700;
}
.register-v2-box .small {
    font-size: 12px;
}
.register-v2-box .first-col {
    border-right: 1px solid #dce4ee;
}
.register-v2-box .register-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.register-v2-box .register-col a {
    color: #ef7c01;
    font-weight: 700;
}
.register-v2-box .pwa-password-meter {
    width: 100%;
}
.register-v2-box .pwa-password-meter div {
    width: 16.6666666667%;
}
.register-v2-box .pwa-password-req li {
    margin-bottom: 0.125rem;
}
.register-v2-box .form-check-label a {
    text-transform: none;
    font-weight: 700;
}
.register-v2-box .form-check .basic-toggler-chevron {
    margin-top: 0.15rem;
}
.register-v2-box .form-info {
    font-weight: 700;
    text-transform: uppercase;
}
.register-v2-box .form-info .basic-toggler-chevron {
    margin-top: 0.15rem;
}
.register-v2-box .form-acceptance-description {
    padding-left: 2rem;
}
.register-v2-box .form-acceptance-description a {
    font-weight: 700;
    color: #ef7c01;
}
.register-v2-box .form-control {
    padding: 0.545rem 0.75rem;
    height: auto;
}
.register-v2-box input[disabled],
.register-v2-box input[readonly] {
    background-color: #f5f5f5;
    border-color: #d4d4d4;
}
.modal.show > .modal-dialog {
    pointer-events: all;
}
.re-modal-alt.re-modal-alt-narrow {
    max-width: 370px;
}
.register-v2-editor {
    margin-top: 1rem;
    font-size: 14px;
}
.register-v2-editor h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.register-v2-editor p {
    margin-bottom: 1.25rem;
}
.register-v2-editor ul,
.register-v2-editor ol {
    margin-left: 0;
    padding-left: 1rem;
}
.register-v2-editor a {
    font-weight: 700;
    color: #ef7c01;
}

@media (max-width: 1200px) {
    .register-v2 .cart-stepper-mobile {
        margin-bottom: 0;
        padding: 1.5rem;
    }
}
@media (max-width: 1024px) {
    .register-wrapper {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .register-v2-box .first-col {
        border-right: none;
        border-bottom: 1px solid #dce4ee;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .register-wrapper {
        margin-top: 4rem;
    }
}
/* Header */
.header-steps {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #373737;
    font-size: 14px;
}

.header-steps-contact img {
    margin-top: 0.15rem;
}

.header-steps-lang {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #dce4ee;
}
.header-steps-lang:hover {
    color: #363636;
}
@media (max-width: 992px) {
    .header-steps-contact {
        margin-left: 0.75rem !important;
    }
    .header-steps-contact img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .steps-v2-docs .benefit-details-docs {
        -moz-columns: 1;
        columns: 1;
    }
}

.cart-stepper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 30px 0 45px 0;
    padding: 0;
    color: #373737;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.cart-stepper-step {
    width: 20px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-wrap: nowrap;
    align-items: center;
    margin: 0 90px;
}

.cart-stepper-index {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cart-stepper-step:after {
    content: "";
    background: #fff;
    border: 1px solid #d9e4ef;
    width: 180px;
    height: 10px;
    position: absolute;
    right: 100%;
    bottom: 11px;
    border-radius: 12px;
    z-index: -1;
}

.cart-stepper-step:first-child:after {
    display: none;
}

.cart-stepper-accent {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    color: #999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
}

.cart-stepper-accent div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9e4ef;
    border-radius: 50%;
}

.cart-stepper-label {
    margin-bottom: 15px;
    color: #666;
}

.cart-stepper-step--current {
    font-weight: 700;
    color: #373737;
}

.cart-stepper-step--current .cart-stepper-label {
    color: #373737;
}

.cart-stepper-step--done .cart-stepper-label {
    color: #373737;
}

.cart-stepper-step--current .cart-stepper-accent {
    background-color: #fce5cc;
    border: 1px solid #ef7c01;
}

.cart-stepper-step--current .cart-stepper-accent div {
    background-color: #fff;
    border: 1px solid #ef7c01;
}

.cart-stepper-step--done .cart-stepper-accent div {
    background-color: #fce5cc;
    border: 1px solid #ef7c01;
}

.cart-stepper-step--done:after,
.cart-stepper-step--current:after {
    background-color: #fce5cc;
    border: 1px solid #ef7c01;
}

.cart-stepper-step--done .cart-stepper-accent div {
    background-color: #fce5cc;
    border: 1px solid #ef7c01;
}

.cart-stepper-mobile {
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.steps-v2-actions .re-btn-cancel,
.steps-v2-actions .re-btn-confirm {
    min-width: 160px;
    cursor: pointer;
    text-transform: none;
    font-weight: 700;
}
.steps-v2-actions .re-btn-cancel {
    background-color: #f7e6ce;
    color: #dd8e2f;
}
.steps-v2-actions .re-btn-confirm {
    background-color: #ef7c01;
}
.steps-v2-actions .re-btn-confirm.disabled {
    background-color: #d4d4d4;
    opacity: 1;
}
@media (max-width: 470px) {
    .steps-v2-actions {
        gap: 1rem;
    }
    .steps-v2-actions .re-btn-cancel,
    .steps-v2-actions .re-btn-confirm {
        min-width: 0;
        flex: 1;
    }
    .steps-v2 .re-profile-box {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.re-password-toggler {
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    z-index: 50;
    background-image: url("../images/ico-eye.svg");
    background-repeat: no-repeat;
    transition: 250ms ease-out all;
}
.re-password-toggler:focus {
    outline: none;
    transform: scale(0.9);
}
.filters-field {
    margin-bottom: 24px;
}
.filters-field input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
}
.filters-field input::-moz-placeholder {
    color: #8a8a8a;
}
.filters-field input::placeholder {
    color: #8a8a8a;
}
.filters-field select {
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 9px;
    height: 40px;
}
.filters-field select:invalid {
    color: #8a8a8a;
}
.filters-field label {
    font-size: 14px;
    margin-bottom: 0;
    color: #8a8a8a;
}
.filters-field [name=daterangepicker] {
    background-image: url("../images/ico-calendar-alt.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.filters-field [type=number] {
    padding-right: 30px;
}
.filters-field .label-currency {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #8a8a8a;
}
.filters-field .re-form-checkbox label:before {
    background-color: #fff;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    width: 24px;
    height: 24px;
}
.filters-field .re-form-checkbox input:checked + label:after {
    top: 8px;
    left: 10px;
}
.filters-field .re-form-checkbox label {
    padding-top: 4px;
    padding-left: 32px;
    color: #373737;
    font-size: 14px;
}
.filters-field .re-form-checkbox-alt label {
    position: relative;
    padding-right: 35px;
    padding-left: 0;
}
.filters-field .re-form-checkbox-alt label::before {
    position: absolute;
    right: 0;
    left: auto;
}
.filters-field .re-form-checkbox-alt input:checked + label:after {
    right: 15px;
    left: auto;
}
.filters-field .re-form-radio {
    margin-bottom: 10px;
}
.filters-field .re-form-radio label {
    color: #373737;
    padding-left: 35px;
}
.filters-field .re-form-radio label::before {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #D4D4D4;
    top: 0;
    padding: 11px;
}
.filters-field .re-form-radio input:checked + label::after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
}
.basic-toggler-chevron {
    position: relative;
    padding-left: 25px;
    border: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}
.basic-toggler-chevron:before {
    content: "";
    background-image: url("../images/ico-chevron.svg");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    transform: rotate(0deg);
    transition: 250ms ease-out all;
    top: 5px;
    left: 0;
}
.basic-toggler-chevron.collapsed:before {
    transform: rotate(180deg);
}
.basic-toggler-chevron:focus {
    outline: none;
}

.re-profile-box {
    border: 1px solid #d9e4ef;
    background: #fff;
    padding: 2rem;
}

.re-profile-field {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 1rem;
}
.re-profile-field strong {
    color: #373737;
}
.re-profile-section {
    font-size: 14px;
    margin-bottom: 2rem;
}
.re-profile-section:last-of-type {
    margin-bottom: 0;
}

.re-profile-section-header {
    margin-bottom: 1rem;
}
.re-profile-section-header h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.re-profile-section-subheader {
    margin-bottom: 0.25rem;
}
.re-profile-section-subheader h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.re-profile-section-actions {
    gap: 1rem;
}

.re-profile-section-action {
    font-size: 14px;
    color: #ef7c01;
    font-weight: 700;
    border: none;
    background: transparent;
    cursor: pointer;
    gap: 6px;
}
.re-profile-section-action.disabled, .re-profile-section-action:disabled {
    color: #8a8a8a;
}
.re-profile-section-action.disabled img, .re-profile-section-action:disabled img {
    filter: grayscale(100%);
}

.re-profile-field-split {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.re-profile-field-split button {
    border: none;
    background: transparent;
    cursor: pointer;
}
.re-profile-field-split:last-of-type {
    border-bottom: none;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.image-radio {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.image-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    height: 80px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.checkmark {
    width: 17px;
    height: 17px;
    background-image: url("../images/ico-selected.svg");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-color: #244893;
    border-bottom-left-radius: 4px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.image-radio input[type=radio] {
    position: absolute;
    left: -9999px;
}

.image-radio input[type=radio]:checked + .image-container {
    border-color: #244893;
}

.image-radio input[type=radio]:checked + .image-container .checkmark {
    opacity: 1;
}

.image-grid-tfa {
    grid-template-columns: 1fr 1fr;
}
.image-grid-tfa .image-container {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
}

@media (max-width: 767px) {
    .image-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .image-grid-cell-wide {
        grid-template-columns: 1fr;
    }
    .image-grid-tfa {
        grid-template-columns: 1fr;
    }
    .image-grid-tfa .image-container {
        padding-left: 1rem;
        flex-direction: row;
        justify-content: start;
        gap: 1rem;
    }
    .image-grid-tfa .image-container img {
        width: 2rem;
    }
}

.cart-steps-nav {
    border-top: 1px solid #ccdbea;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 32px;
}
.cart-steps-nav .re-btn-basic, .cart-steps-nav .re-btn-confirm {
    min-width: 160px;
}
.cart-steps-nav .re-btn-basic {
    text-transform: none;
    background-color: #f7e6ce;
    border: none;
}
.cart-steps-nav .re-btn-confirm {
    text-transform: none;
}

@media (max-width: 1024px) {
    .cart-stepper-step {
        line-height: 1.2;
    }
    .cart-stepper-step:last-child {
        text-wrap: wrap;
    }
    .cart-stepper-index + div {
        min-height: 35px;
    }
    .cart-stepper-step {
        margin: 0 60px;
    }
    .cart-stepper-step:after {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .cart-steps-nav .re-btn-basic, .cart-steps-nav .re-btn-confirm {
        min-width: unset;
        width: 47%;
    }
}
.cart-stepper-alt .cart-stepper-step {
    margin: 0 70px;
}
.cart-stepper-alt .cart-stepper-step:after {
    width: 140px;
}
.cart-stepper-alt .cart-stepper-index + div {
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .cart-stepper-alt .cart-stepper-step {
        margin: 0 60px;
    }
    .cart-stepper-alt .cart-stepper-step:after {
        width: 120px;
    }
}

.re-modal-alt label {
    color: #8a8a8a;
    margin-bottom: 3px;
}

.login-form-captcha {
    @media (max-width: 445px) {
        transform: scale(0.76);
        transform-origin: 0 0;
    }
    @media (min-width: 768px) and (max-width: 1200px) {
        transform: scale(0.76);
        transform-origin: 0 0;
    }
}
div.form-group:has(> .is-invalid) ~ .re-password-toggler {
    display: none;
}

.iti:has(> input.is-invalid) ~ .invalid-feedback {
    display: block;
}

@supports (-moz-appearance: none) {
    .register-v2-box input[type="date"] {
        background-image: none;
    }
}

/** Safari */
@supports (background: -webkit-named-image(i)) {
    .re-password-toggler {
        right: -5px;
    }
}

.iti__country-list {
    z-index: 99;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none !important;
}

/* Dostosowania do modułu Lite */
.lite-login-page #re-btn-confirm-lite {
    text-transform: none !important;
}

.lite-login-page label::after {
    content: ':';
}