:root {

    --bg-image-mobile: url('/assets/img/PRIYA.BY.LEILAAFGHAN-05.jpg');
    --bg-image-desktop: url('/assets/img/PRIYA.BY.LEILAAFGHAN-05.jpg') no-repeat center #000
}


body {
    background: #EFCC05;
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: "poppins", sans-serif;
}

body:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--bg-image-desktop);
    background-size: cover;
    background-position: top center;
    z-index: -1;
    top: 0;
    left: 0;
    font-family: "poppins", sans-serif;
}

.logo-wrapper1 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.logo-wrapper1 a:hover {
    opacity: 0.8;
}

img {
    width: 100%;
    height: auto;
}


.mlistWrapper {
    width: 30vw;
    margin: 0 auto;
    text-align: center;
    min-height: 93vh;
    background: #EFCC05;
    padding: 1% 6%;
    position: relative;

}

.mlist-title {
    font-size: 1.830vw;
    color: #f60426;
    padding: 1.464vw 0;
}

.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

#terms a {
    display: none;
}

.fieldWrap input,
.fieldWrap select {
    width: 100%;
    height: 4vw;
    line-height: 4vw;
    font-size: 1.830vw;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
    color: #000;
    -webkit-text-fill-color: #000;
    font-family: "poppins", sans-serif;
}

.fieldWrap {
    margin-bottom: 2vw;
}

span.input-error {
    font-size: 1vw;
    text-align: left;
    display: block;
    color: red;
}

.fieldWrap select {
    background: url(./../img/select-arrow.svg) no-repeat scroll transparent 0 0;
    background-position: calc(100% - 10px);
    background-color: transparent;
}

input.submit.mlistSubmit {
    width: 15vw;
    height: 3.2vw;
    line-height: 3vw;
    background: #F5D6C2;
    border: 1px solid #F5D6C2;
    border-radius: 2vw;
    font-size: 1.5vw;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

input.submit.mlistSubmit:hover {
    background: #000;
    color: #F5D6C2;
    border: #000;
}

p.terms-message {
    font-size: 1vw;
    margin: 1vw 0;
    font-family: 'Poppins', sans-serif;
}

.terms-message a {
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

#terms a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

#terms a:hover {
    color: #FACF99;
    border-color: #FACF99;
}

.fadeIn {
    display: block;
    color: #000;
    font-size: 1.5vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
}

footer {
    color: #fff;
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
    font-size: 1vw;
}

.copyright-text {
    padding-right: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.birth-date-title {
    font-size: 1.830vw;
    text-align: left;
    margin-bottom: 1vw;
}

.dobMonth.fieldWrap {
    margin-right: 5%;
}

.birthday>div {
    display: inline-block;
    width: 47%;
}

.mobile {
    display: none;
}

@media only screen and (max-width:1023px) and (orientation: landscape),
only screen and (max-width: 1024px) and (orientation: portrait) {}


@media (max-width: 1024px) and (orientation:portrait) {
    .mobile {
        display: block;
    }

    .submit {
        margin-bottom: 3vw;
    }

    .logo-wrapper1 {
        width: 70%;
        margin: 0 auto;
    }

    .mlistWrapper {
        width: 500px;
    }

    .mlist-title {
        font-size: 50px;
        color: #f60426;
        padding: 30px 0;
    }

    .fieldWrap {
        margin-bottom: 40px;
    }

    .fieldWrap input,
    .fieldWrap select {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    span.input-error {
        font-size: 18px;
    }

    input.submit.mlistSubmit {
        width: 40%;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        font-size: 25px;
    }

    p.terms-message {
        font-size: 20px;
        margin: 70px 0;
    }

    footer {
        font-size: 20px;
        text-align: center;
        display: block;
    }

    .copyright-text {
        padding-right: unset;
    }

    .fadeIn {
        font-size: 13px;
    }

    .birth-date-title {
        font-size: 16px;

    }

    span.sep.mob-hide {
        display: none;
    }
}

@media (max-width: 767px) and (orientation:portrait) {
    .mlistWrapper {
        width: 300px;
        min-height: 80vh;
    }

    .mlist-title {
        font-size: 25px;
        color: #f60426;
        padding: 20px 0;
    }

    .fieldWrap {
        margin-bottom: 24px;
    }

    .fieldWrap input,
    .fieldWrap select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    span.input-error {
        font-size: 12px;
    }

    input.submit.mlistSubmit {
        width: 40%;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        font-size: 16px;
    }

    p.terms-message {
        font-size: 12px;
        margin: 40px 0;
    }

    footer {
        font-size: 16px;
        text-align: center;
        display: block;
    }
}

.signup-wrapper .mlform .globaloptin {
    margin: 0 0 20px;
}

.signup-wrapper .mlform .globaloptin,
.signup-wrapper .mlform input#artist_mktg_consent {
    position: relative;
}

input#artist_mktg_consent.errored {
    border: 1px solid red;
}

.plain-ml-wrapper.dtmlightbox.firstMlistForm .mlform input.errored,
.plain-ml-wrapper .mlform .globaloptin input[type="checkbox"].errored {
    border: 1px solid red;
}

.globaloptin .input-error {
    bottom: -15px;
}

.plain-ml-wrapper .mlform .globaloptin input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    margin-right: 5px;
    opacity: 1;
    -webkit-appearance: none;
    color: #000;
    -webkit-text-fill-color: #000;
    font-size: 10px;
    font-family: "poppins", sans-serif;
    padding: 0;
    border-radius: 0;
}

.signup-wrapper .mlform .globaloptin label {
    width: 91%;
    padding-left: 1%;
    text-align: left;
    display: inline-block;
}

.signup-wrapper .mlform .globaloptin label a {
    text-decoration: underline;
}

.signup-wrapper .mlform .globaloptin label,
.signup-wrapper .mlform .globaloptin label a {
    font-size: 18px;
    text-transform: none;
    color: #000;
    font-family: "poppins", sans-serif;
    text-transform: initial;
    line-height: 1.2;
    letter-spacing: 0;
}



.signup-wrapper .mlform .globaloptin label a:hover {
    opacity: 0.7;
}

.signup-wrapper .mlform input#artist_mktg_consent:checked:after {
    content: "\2713";
    color: #000;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    /* margin-top: 2px; */
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}

.signup-wrapper .mlform input#artist_mktg_consent:checked:after {
    color: #000;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {

    .signup-wrapper .mlform .globaloptin label,
    .signup-wrapper .mlform .globaloptin label a {
        font-size: 12px;
    }

    .signup-wrapper .mlform .globaloptin {
        margin: 0 0 20px;
    }

    .plain-ml-wrapper .mlform .globaloptin input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        margin-right: 6px;
    }


    .signup-wrapper .mlform input#artist_mktg_consent:checked:after {
        font-size: 13px;
    }

    .signup-wrapper .mlform .globaloptin label {
        width: 89%;
        padding-left: 1%;
    }

    .signup-wrapper .mlform .globaloptin label,
    .signup-wrapper .mlform .globaloptin label a {
        line-height: 1;
    }
}

.globaloptin label.goptin_checkbox:before,
.globaloptin label.goptin_checkbox:after {
    display: none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}


@media screen and (min-width: 1025px) {
    .plain-ml-wrapper .mlform .globaloptin input[type="checkbox"] {
        width: 1.8vw;
        height: 1.8vw;
        FONT-WEIGHT: 200;
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #000;
        margin: 0;
        opacity: 1;
        -webkit-appearance: none;
        color: #000;
        -webkit-text-fill-color: #000;
        font-size: 0;
        font-family: "poppins", sans-serif;
        padding: 0;
        border-radius: 0;
    }

    .signup-wrapper .mlform .globaloptin label {
        width: 90%;
        padding-left: 2%;
        text-align: left;
        display: inline-block;
    }

    .signup-wrapper .mlform input#artist_mktg_consent:checked:after {
        content: "\2713";
        color: #000;
        display: block;
        text-align: center;
        font-size: 1.5vw;
        line-height: 0;
        /* margin-top: 2px; */
        margin-top: 0;
        margin-left: 0;
        box-sizing: border-box;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .signup-wrapper .mlform .globaloptin label,
    .signup-wrapper .mlform .globaloptin label a {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px) and (orientation: portrait) {
    .signup-wrapper .mlform .globaloptin label {
        width: 93%;
        padding-left: 1%;
        text-align: left;
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {

    .mlistWrapper {
        width: 60vw;
    }
}

.consent-placeholder {
    position: relative;
    margin: 0vh auto 2vw;
    display: block;
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
    position: static;
    transform: none;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.28vw;
    height: 1.28vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    width: 1.28vw;
    height: 1.28vw;
    border: 2px solid #000;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
    border-color: red;
}

.plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.88vw;
    padding-left: 2.04vw;
    vertical-align: top;
    font-weight: 400;
    position: static;
    transform: none;
    pointer-events: auto;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.58vh;
    line-height: 1;
    left: 0.25vw;
    font-size: 1vw;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    color: #000;
}

.consent-placeholder span.input-error {
    color: red;
    position: absolute;
    top: -3.25vh;
    left: 0;
    bottom: auto;
}

.secondform .consent-placeholder {
    margin: 2vh auto;
}

.plain-ml-wrapper .mlform .consent-placeholder label a,
.plain-ml-wrapper .mlform .consent-placeholder label span {
    color: #000;
}

.plain-ml-wrapper .mlform .consent-placeholder label a {
    text-decoration: underline;
}

.plain-ml-wrapper .mlform .consent-placeholder label a:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 1024px) and (orientation:portrait) {

    .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 2.6vw;
        padding-left: 6vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
        width: 4vw;
        height: 4vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0.2vh;
        left: 0.5vw;
        font-size: 3.15vw;
    }
}

@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 1.268vw;
        padding-left: 3.54vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0;
        font-size: 2vw;
    }

    .consent-placeholder {
        position: relative;
        margin: 2vh auto;
    }

    .consent-placeholder span.input-error {
        top: -1.9vh;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
        width: 2.28vw;
        height: 2.28vw;
    }

}

@media only screen and (max-width: 767x) and (orientation:portrait) {
    .consent-placeholder {

        margin: 20px auto;

    }
}