/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.footer em, footer p {
    float: right
}

.footer, .footer ul li a {
    color: #999
}

.footer {
    width: 100%;
    height: 20px;
    margin-top: 30px;
}

    .footer ul {
        margin: 0;
        padding: 0;
        display: inline-block
    }

        .footer ul li {
            display: inline-block;
            margin-right: 15px
        }

            .footer ul li:last-child, footer ul li:last-child {
                margin-right: 0
            }

            .footer ul li:after {
                content: "|";
                font-weight: 300;
                position: relative;
                left: 9px;
                color: #999
            }

            .footer ul li:last-child:after {
                content: ""
            }

            .footer ul li a:hover {
                color: #555
            }

    .footer em {
        font-style: normal
    }

@media (max-width: 767px) {
    .footer {
        height: 60px;
    }

        .footer ul {
            display: block;
            text-align: center;
        }

        .footer em {
            display: block;
            text-align: center;
            float: none;
        }
}

@media (max-width: 991px) {
    .footer ul li {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .footer {
        position: static;
        padding: 15px 0;
        border-top: 1px solid #d2d8dd;
        margin-top: 25px
    }
}

.content-right {
    flex-direction: column;
    overflow: hidden;
    height: auto;
    padding: 20px;
}

    .content-right form {
        width: 100%;
    }

a#logo {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-left-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-left-wrapper .content-block {
        margin: 15px 20px;
        min-height: 180px;
        background-color: white;
        color: #222;
        text-align: justify;
        font-weight: normal;
    }

        .content-left-wrapper .content-block p {
            font-weight: normal;
        }

        .content-left-wrapper .content-block h5 {
            color: #1a2d5e;
            margin-bottom: 25px;
        }

#offers_container {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

@media (min-width: 991px) {
    #offers_container {
        max-width: 550px;
        min-height: calc(100vh - 90px);
        align-content: center;
    }

    .multiline-radio-group>label {
        width: 40% !important;
        display: inline-block;
    }

    .multiline-radio-group>label:first-child {
        display: block;
    }
}

@media (min-width: 1200px) {
    #offers_container {
        max-width: 650px;
    }
}

@media (min-width: 1400px) {
    #offers_container {
        max-width: 750px;
    }
}

#wizard_container {
    width: 550px;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    #offers_container {
        max-width: none;
    }

    #wizard_container {
        width: 100%;
    }

    #start {
        width: 100%;
    }
}


.offer__logo {
    text-align: center;
    margin: 20px;
}

    .offer__logo img {
        height: 80px;
    }

@media (max-width: 767px) {
    .offer__logo img {
        height: 60px;
    }

    .offer__description {
        font-size: 0.75rem;
    }
}

.offer__name {
    text-align: center;
    margin: 5px 20px;
}

.offer__description {
    text-align: justify;
}

h5 span {
    color: #1a2d5e;
}

.offer__name {
    color: #1a2d5e;
}

.offer__form {
    margin-top: 10px;
}

.offer__form_controls button {
    margin: 0px auto;
    display: block;
}

    .offer__form_controls button.skip {
        color: #1a2d5e;
        font-size: 14px;
        margin-top: 4px;
    }

.offer__form_controls a {
    text-align: center;
    display: block;
}

.offer__form_title {
    text-align: center;
}

button:hover {
    background: #f28b82;
}

.ui-widget-header {
    background: #1a2d5e;
}

@media (min-width: 991px) {
    .wizard {
        min-height: calc(100vh - 90px);
        align-content: center;
    }
}

.wizard-header {
    color: #1a2d5e;
    text-align: center;
    margin-bottom: 0px;
}

.main_question {
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
}

.container_check .checkmark {
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
}

@media (max-width: 1400px) {
    .content-left-wrapper {
        padding: 60px 15px;
    }

        .content-left-wrapper .content-block {
            margin: 30px 0;
        }

    .img-fluid {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .container-started .content-block {
        display: none;
    }

    .content-left-wrapper {
        padding: 40px 15px;
    }

        .content-left-wrapper .content-block {
            margin: 40px 0 0px;
        }

    .offer {
        margin: auto;
    }

    .offer__logo {
        margin: 0;
        margin-bottom: 15px;
    }

    .offers-overview__item--compact {
        min-width: 140px;
    }
}

#bottom-wizard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-top: 10px;
}

.backward {
    margin-right: auto;
}

.forward, .submit {
    margin-left: auto;
}

#loader_form {
    position: absolute;
}

@media (min-width: 991px) {
    .offers-overview {
        min-height: calc(100vh - 90px);
        align-content: center;
        width: 750px;
    }
}

.offers-overview__title {
    color: #1a2d5e;
    margin-bottom: 25px;
    text-align: center;
}

.offers-overview__list {
    text-align: center;
    margin-bottom: 20px;
}

/* Offer item styling */
.offers-overview__item {
    padding: 20px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    text-align: center;
    margin: 10px;
    display: inline-block;
    min-width: 270px;
}

.offers-overview__item-logo img {
    height: 80px;
    max-width: 200px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.offers-overview__item-name {
    font-size: 1rem;
    color: #333;
    margin-left: 15px;
    flex-grow: 1;
    font-weight: 500;
}

/* Status container */
.offers-overview__item-status {
    margin-top: 20px;
}

.offers-overview__item-status--submitted,
.offers-overview__item-status--learn-more {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1rem;
    margin: auto;
}

.offers-overview__item-status--submitted {
    color: #28a745;
}

.offers-overview__item-status--learn-more {
    color: #fff;
    text-decoration: none;
    background: #1a2d5e;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
}

    .offers-overview__item-status--learn-more:hover {
        background: #f28b82;
    }

.offers-overview__item--pointable {
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .offers-overview__item--pointable:hover {
        transform: scale(1.03);
    }

    .offers-overview__item--pointable:active {
        transform: scale(0.98);
    }

.offers-overview__item--compact {
    padding: 10px;
    min-width: 170px;
}

    .offers-overview__item--compact .offers-overview__item-logo img {
        height: 40px;
    }

    .offers-overview__item--compact .offers-overview__item-name {
        font-size: 0.875rem;
        margin-left: 10px;
    }

    .offers-overview__item--compact .offers-overview__item-status {
        margin-top: 10px;
    }

    .offers-overview__item--compact .offers-overview__item-status--submitted,
    .offers-overview__item--compact .offers-overview__item-status--learn-more {
        padding: 3px 8px;
        font-size: 0.75rem;
    }

.offers-overview__subscription {
    padding: 20px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgb(237, 241, 245, 0.1);
    text-align: center;
    margin-top: 20px;
}

    .offers-overview__subscription h5 {
        font-size: 1.25rem;
        color: #1a2d5e;
        margin-bottom: 10px;
    }

    .offers-overview__subscription p {
        font-size: 0.9rem;
        color: #555;
        line-height: 1.5;
        margin-bottom: 0px;
        text-align: justify;
    }

.subscription__form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.subscription__form_body {
    padding: 10px 0;
}

    .subscription__form_body .form-group {
        margin-bottom: 15px;
    }

    .subscription__form_body .form-control {
        font-size: 0.95rem;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
    }

.offers-overview__subscription-note {
    font-size: 0.85rem;
    color: #777;
    margin-top: 0px;
    text-align: center;
}

.location {
    font-size: 12px;
    font-size: 0.75rem;
}

.progressbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.top-wizard {
    margin: 10px 0 20px 0;
}

.section_title {
    color: #1a2d5e;
    text-align: center;
    margin-bottom: 0px;
}

span.error {
    top: 0px;
    right: 12px;
    white-space: nowrap;
}

.container_radio span.error {
    top: 50%;
    left: -15px;
    right: inherit;
    transform: translate(0, calc(-50% - 30px));
}

.container_check {
    text-align: justify;
}

@media (max-width: 767px) {
    .container_check label {
        font-size: 0.75rem;
    }
}

.container_check span.error {
    top: 50%;
    left: -15px;
    right: inherit;
    transform: translate(0, calc(-50% - 30px));
}

label sup {
    color: #e34f4f;
}

.content-mobile {
    background-color: #f0f0f0;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #1a2d5e;
    font-weight: 400;
}

    .content-mobile img {
        height: 140px;
        object-position: 0% 70%;
    }

.form-control,
.container_radio label {
    font-size: 16px;
}

.form-group [type="checkbox"] {
    height: 18px;
    position: absolute;
    top: 50%;
    width: 18px;
    padding: 0;
    appearance: auto;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-group:has(input[type="checkbox"]) label {
    margin-left: 32px;
}