.ec-layoutRole .ec-layoutRole__main {
    width: 100%;
    background-color: #F8F9FC;
}

.contact-body-container {
    align-items: center;
    justify-content: center;
    padding: 0 220px 200px 220px;
}

.contact-form-container {
    background-color: white;
    border-radius: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.ec-required {
    background-color: #F34F4F;
    color: white;
    padding: 0 2px;
    margin: 0;
}

.contact-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
}

.contact-divied {
    border: 2px solid;
    width: 100%;
    color: #BFBFBF;
}

.contact-header-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.contact-header-text p {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.contact-info {
    white-space: nowrap;
    display: flex;
    gap: 12px;
}

.contact-header-text p>span:first-child {
    margin-right: 12px;
}

.contact-header-sub {
    font-weight: 400;
}

label.form-label {
    font-weight: 500;
    line-height: 1.5;
    color: #1B1F27;
    font-size: 17px;
}

label.form-check-label {
    font-size: 17px;
    line-height: 24px;
}

.privacy-policy-link {
    color: #0FA88B;
    text-decoration: underline !important;
    font-weight: 600;
    cursor: pointer;
}

.btn-confirm-page {
    background-color: #22BA9E !important;
    color: #fff !important;
    border: none;
    border-radius: 24px;
    padding: 15px 86px;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 50px;
    display: block;
    box-shadow: none;
    transition: background 0.2s;
}

.btn-confirm-page:hover {
    background-color: #1abc9c !important;
}

label.form-label.required::after {
    content: " *";
    color: red;
}

#contact__form {
    transition: all 0.3s ease;
}

#contact__form>div {
    padding: 50px 0;
}

#contact__form form {
    font-size: 1.2em !important;
}

.privacy-policy-row {
    background: none;
    border-radius: 8px;
    min-height: unset;
    justify-content: flex-start;
}

.privacy-policy-row .form-check-input {
    width: 22px;
    height: 22px;
}

.btn-contact {
    background-color: #404040 !important;
    color: #fff !important;
    border: 0;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 16px;
}

/* Cancellation Success Styles */

.contact-detail-cancellation-success {
    width: 100%;
    text-align: center;
    padding: 0 8px 16px 8px;
    /* background-color: #fff; */
}

.contact-detail-cancellation-success-overlay {
    height: 50%;
    display: flex;
    align-items: center;
}

.contact-detail-cancellation-title {
    font-size: 24px;
    font-weight: bold;
    color: #4e6276;
}

.contact-detail-checkmark-circle {
    width: 80px;
    height: 80px;
    background-color: #e0316c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.contact-detail-checkmark {
    width: 30px;
    height: 50px;
    border-right: 6px solid white;
    border-bottom: 6px solid white;
    transform: rotate(45deg) translate(-5px, -5px);
}

.contact-detail-contact-detail-cancellation-title {
    font-weight: 500;
    margin-bottom: 48px;
    color: #23272F;
    font-size: 18px;
}

.contact-form-body {
    width: 100%;
    padding: 26px 60px;
}

.contact-detail-cancellation-content {
    font-size: 16px;
    font-weight: 400;
    color: #23272F;
}

/*
.contact-detail-message {
  font-size: 20px;
  line-height: 1.6;
} */

.contact-detail-no-data {
    font-size: 20px;
    margin: 8px 0 0 24px;
}

@media screen and (max-width: 1026px) {
    .contact-body-container {
        padding: 0 64px;
    }

    .contact-form-container {
        width: 100%;
        background-color: white;
        border-radius: 12px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 920px) and (min-width: 826px) {
    .contact-body-container {
        padding: 0 20px 60px 20px;
    }

    .contact-form-container {
        background-color: white;
        border-radius: 12px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

}


@media screen and (max-width: 825px) and (min-width: 700px) {
    .contact-body-container {
        padding: 0;
    }

    .contact-form-container {
    background-color: white;
    border-radius: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* margin: 0 20px 60px 20px !important; */
}

}

@media screen and (max-width: 700px) {
    .contact-header-container {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .contact-form-body {
        padding: 0;
    }

    .form-check {
        font-size: 14px;

    }

    .form-label {
        font-size: 14px;
    }

    .contact-header-text {
        width: 90%;
        min-width: 0;
        padding: 10px 10px;
        font-size: 1em;
        box-sizing: border-box;
    }

    .contact-form-container {
        width: 100%;
    }

    .contact-body-container {
        align-items: center;
        justify-content: center;
        padding: 0 16px 50px 16px;
    }

    .btn-dipbox,
    .btn-dipbox:hover {
        width: 30%;
        margin: 16px auto 0 auto;
        font-size: 1em !important;
        padding: 12px 0;
        border-radius: 6px;
    }

    #contact__form>div {
        padding: 20px 0;
    }

    #contact__form>div {
        padding: 20px 8px 32px 8px;

        .contact-detail-cancellation-content {
            font-size: 14px;
        }

        .contact-detail-contact-detail-cancellation-title {
            font-size: 20px;
        }

        .contact-detail-checkmark-circle {
            width: 60px;
            height: 60px;
            margin-bottom: 18px;
        }

        .contact-detail-checkmark {
            width: 20px;
            height: 40px;
        }

        .w-50 {
            width: 100% !important;
        }
    }
}
