.news-letter-container {
    padding: 20px 70px;
}

.news-letter-heading {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-transform: uppercase;
}

.news-letter-para {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    margin-bottom: 30px;
}

.news-letter-formSection {
    max-width: 497px;
    margin: 0 auto;
}

.new-letter-textBox {
    height: 40px;
    padding: 8px 50px 8px 20px;
    margin: 30px auto;
    border: none;
}

.new-letter-textBox.error {
    margin-bottom: 10px;
    color: #c6504e;
}

.new-letter-textBox:focus, [type="checkbox"]:focus + label.show:before {
    box-shadow: 0 0 0 3px #C8D2EA;
    background-color: #ffffff;
}

@media screen and (-ms-high-contrast: white-on-black) {
    .new-letter-textBox:focus, [type="checkbox"]:focus + label.show:before {
        outline: 2px solid #fff;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .new-letter-textBox:focus, [type="checkbox"]:focus + label.show:before {
        outline: 2px solid #000;
    }
}

.error-icon {
    display: none;
}

.new-letter-textBox.error ~ span.error-icon {
    display: block;
    float: right;
    margin-top: -88px;
    margin-right: 10px;
}

.news-letter-thankyou-div {
    opacity: 0;
    height: 0;
    width: 0;
}

label.error {
    font-family: NotoSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.news-letter-dropdownBox {
    height: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../../../etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/arrows/down-arrow.svg) no-repeat right #fff;
    background-position-x: 95%;
}

.news-letter-container.white-background .news-letter-dropdownBox {
    background-color: #edeeee;
}

.news-letter-dropdown-icon {
    float: right;
    margin-top: -65px;
    margin-right: 20px;
    pointer-events: none;
}

.news-letter-cta-section {
    text-align: center;
    margin-top: 40px;
}

.subscribe-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.news-letter-privacy,
.green-c {
    text-decoration: underline;
    color: #fff;
}

a.news-letter-privacy,
a.green-c:hover {
    color: #ffffff;
    text-decoration: underline;
}

.news-letter-cta::before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #ababab;
    transition: border 0.25s;
}

.news-letter-ThankyouHeading {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 40px;
}

/*checkboc css */

.checkbox-button {
    cursor: pointer;
}

.korean-newsletter-consent li{
    font-size: 16px !important;
}

.korean-newsletter-consent b {
    font-size: 16px !important;
    line-height: 26px !important;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    width: 25px;
    height: 24px;
    opacity: 0;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
}
[type="checkbox"]:not(:checked) + label.show,
[type="checkbox"]:checked + label.show {
    padding-left: 37px;
}

[type="checkbox"]:not(:checked) + label.show:before,
[type="checkbox"]:checked + label.show:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 24px;
    vertical-align: middle;
    background-color: white;
    border: 1.5px solid #4e4f4f;
    left: 0;
    top: 0;
}

[type="checkbox"]:not(:checked) + label.show:after,
[type="checkbox"]:checked + label.show:after {
    forced-color-adjust: none;
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 14px;
    background-color: #4e4f4f;
    vertical-align: middle;
}

@media (prefers-color-scheme: dark) {
    [type="checkbox"]:checked + label.show:after {
        background-color: #ffffff;
    }
}

[type="checkbox"]:not(:checked) + label.show:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

#failure-content-title,
#success-content-title {
    margin: 0 0 30px;
}

.news-letter-ThankyouSection .newsletter-heading3 {
    line-height: 46px;
}

.news-letter-dropdownBox:disabled{
    opacity: 0.6 !important;
}

@media (max-width: 767px) {
    .news-letter-container {
        padding: 20px 18px;
    }
    .news-letter-formSection {
        max-width: 460px;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .new-letter-textBox,
    .news-letter-dropdownBox {
        border: 1px solid;
    }
    .checkbox_checked:after {
        border: 7px solid #4e4f4f;
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .new-letter-textBox,
    .news-letter-dropdownBox {
        border: 1px solid;
    }
    .checkbox_checked:after {
        border: 7px solid #fff;
    }
}

.edu-button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
