.modal-newsletter-email-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: var(--color-content-light);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}
.modal-newsletter-email-container-close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.modal-newsletter-email-container-close-img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.modal-newsletter-email-container-title {
    color: #000;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 37.2px */
    margin-top: 29px;
    margin-bottom: 17px;
    margin-left: 37px;
    margin-right: 37px;
}
.modal-newsletter-email-container-title-highlight {
    color: #FF676A;
}
.modal-newsletter-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-email-container-input {
    width: 272px;
    height: 48px;
    flex-shrink: 0;
    margin-bottom: 6px;
    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-email-container-button {
    width: 272px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--color-brand-primary);
    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-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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-newsletter-email-container {
    z-index: 1000;
}
.modal-newsletter-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-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-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-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-content-contaiener {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}