@media (max-width: 1024px) {
    .modal-newsletter-competition-email-container-width {
        max-width: 400px;
        display: block;
    }
    .modal-newsletter-competition-email-container-close-img {
        width: 24px;
        height: 24px;
        cursor: pointer;
        margin-bottom: -10px;
    }
}
@media (min-width: 1024px) {
    .modal-newsletter-competition-email-container-width {
        max-width: 700px;
        display: none;
    }
    .modal-newsletter-competition-email-container-close-img {
        margin-bottom: -8px;
        height: 30px;
        cursor: pointer;
    }
}

.modal-newsletter-competition-email-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    background-color: var(--color-content-light);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    overflow-y: auto; /* Enable vertical scrolling */
    max-height: 90vh;
}
.modal-newsletter-competition-email-container-close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
}
.modal-newsletter-competition-email-container-title {
    color: #242424;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 37.2px */
    margin-bottom: 17px;
    margin-left: 37px;
    margin-right: 37px;
}
.modal-newsletter-competition-email-container-title-highlight {
    color: #FF38AA;
}
.modal-newsletter-competition-email-container-description {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.4px */
    margin-bottom: 17px;
    margin-left: 43px;
    margin-right: 43px;
}
.modal-newsletter-competition-email-container-input {
    width: 272px;
    height: 48px;
    flex-shrink: 0;
    text-align: center;
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    border-radius: 8px;
    border: 1px solid var(--color-content-terciary);
    background: var(--color-content-light);
}
.modal-newsletter-competition-email-container-button {
    width: 272px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background-image: url("/user/documents/upload/img/modal_newsletter/button_background.svg");
    color: var(--color-content-light);
    text-align: center;
    font-size: 16.88px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 20.256px */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    margin-bottom: 13px;
}
.modal-newsletter-competition-email-container-button-close-text {
    color: var(--color-content-terciary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px; /* 120% */
    text-decoration-line: underline;
    margin-bottom: 39px;
    cursor: pointer;
}
.modal-overlay-newsletter-competition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-newsletter-competition-email-container {
    z-index: 1000;
}
.modal-newsletter-competition-email-code-container {
    border-radius: 8px;
    border: 1px dashed #FF676A;
    color: var(--color-content-light);
    width: 272px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 69px;
}
.modal-newsletter-competition-email-code-container-text {
    color: var(--color-content-terciary);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    letter-spacing: 2.2px;
    cursor: pointer;
}
.handle-modal-newsletter-copy-icon {
    margin-left: 17px;
}
.modal-newsletter-competition-email-code-container-copied-container {
    background: var(--color-brand-primary);
    width: 114px;
    height: 19.38px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: 140px;
    margin-top: 50px;

}
.modal-newsletter-competition-email-code-container-copied-container-text {
    color: var(--color-content-light);
    text-align: center;
    font-size: 9.12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.modal-newsletter-competition-content-contaiener {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modal-newsletter-competition-email-subdescription {
    color: #242424;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 169.231% */
}
.modal-newsletter-competition-email-subdescription-bold {
    font-weight: 700;
}
@media (max-width: 1024px) {
    .modal-newsletter-competition-email-container-image-down {
        border-radius: 12px;
        display: block;
    }
}
@media (min-width: 1024px) {
    .modal-newsletter-competition-email-container-image-down {
        border-radius: 12px;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 50vh; /* Adjust this value as needed */
        object-fit: contain;
    }
}

.modal-newsletter-competition-email-container-email-filled {
    border: 1px dashed #242424;
    width: 216px;
    height: 31px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}
@media (max-width: 1024px) {
    .modal-newsletter-competition-mb-6 {
        margin-bottom: 6px;
    }
    .modal-newsletter-competition-mb-timer {
        margin-top: 9px;
        margin-bottom: 13px;
    }
}
@media (min-width: 1024px) {
    .modal-newsletter-competition-mb-6 {
        margin-bottom: 12px;
    }
    .modal-newsletter-competition-mb-timer {
        margin-top: 13px;
        margin-bottom: 23px;
    }
}
.modal-newsletter-competition-email-container-subtitle {
    color: #242424;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
}
.modal-newsletter-competition-center {
    display: flex;
    align-items: center;
}
.modal-newsletter-competition-timer-hour {
    border-radius: 4.124px;
    background: #242424;
    width: 29.406px;
    height: 29.406px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-newsletter-competition-timer-hour-text {
    color: var(--color-brand-primary-light);
    font-size: 16.803px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.523%; /* 22.436px */
}
.modal-newsletter-competition-timer-hour-subtext {
    color: #242424;
    font-size: 7.562px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 5px;
    margin-right: 16px;
}
.modal-newsletter-competition-timer-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.modal-newsletter-competition-mr-0 {
    margin-right: 0;
}