﻿@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Montserrat/Montserrat-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat/Montserrat-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Montserrat/Montserrat-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat/Montserrat-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/Montserrat/Montserrat-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Montserrat/Montserrat-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans/NotoSansCJKsc-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('fonts/NotoSans/NotoSansCJKsc-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('fonts/NotoSans/NotoSansCJKsc-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Kai';
    src: url('fonts/Kai/Kai.ttf') format('truetype')
}

body {
    /*margin-bottom: 50px;*/
    font-family: 'Montserrat';
    color: #969696;
    /*background-image: url('images/bg_device.svg');*/
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.btn-theme {
    background-color: #b794e0;
}

.btn-theme:hover {
    background-color: #63308d;
}

.bluebg {
    background-color: #eaf3fc;
}

@media screen and (min-width: 768px) {
    body {
        background-size: 100%;
    }
}

@media screen and (min-width: 1024px) {
    body {
        /*background-image: url('images/bg_desktop.svg');*/
    }
}

input[type='text'],
input[type='password'] {
    margin-bottom: 15px;
    padding: 6px 9px;
    border: 2px solid #d8d8d8;
    border-radius: 15.5px;
    width: 100%;
    line-height: 19px;
    font-size: 16px;
    color: #000000;
    outline: none;
    background-color: #ffffff;
}

.input_checkbox_group {
    position: relative;
    margin-bottom: 20px;
}
.input_checkbox_group.spring {
    position: relative;
    margin-bottom: 0px;
}

input[type='checkbox'] {
    margin: 5px;
    visibility: hidden;
}

    input[type='checkbox'] + label {
        line-height: 18px;
        font-family: 'Montserrat-Light';
        font-size: 14px;
    }

.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('images/radio_btn.svg');
    background-repeat: no-repeat;
}

input[type='checkbox']:checked ~ .checkbox {
    border-radius: 30px;
    background-color: #696969;
}


.btn, .btn:hover{
    margin-bottom: 9px;
    padding: 6px 0;
    border-radius: 15.5px;
    width: 100%;
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
}

.btn_gold {
    background-color: #c99532;
}


.blockUI {
    width: 100vw !important;
    height: calc(100vh -80px) !important;
    margin: 0 0 0 0 !important;
    position: fixed !important;
}

.or_link {
    color: #C99532;
    font-family: montserrat-bold;
}

.high_text {
    line-height: 40px;
    font-size: 25px;
    font-family: montserrat-bold;
}

#parent-loading {
    display: none !important;
}

.blockUI #parent-loading {
    display: block !important;
    line-height: calc(100vh - 100px);
}

.blockUI {
    width: 100vw !important;
    height: calc(100vh -80px) !important;
    margin: 80px 0 0 0 !important;
    position: fixed !important;
}


.login_header {
    padding: 30px;
}

.login_main {
    margin: auto;
    padding: 0 30px;
    max-width: 260px;
}

.login_context {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .login_main {
        max-width: 768px;
    }

        .login_main::after {
            content: '';
            clear: both;
            display: table;
        }

    .login_context,
    .login_form {
        width: 50%;
    }

    .login_context {
        float: left;
        margin-right: 33px;
        width: 340px;
    }

    .login_form {
        float: left;
        margin-left: 33px;
        width: 260px;
    }
}

@media screen and (min-width: 1024px) {
    .login_main {
        padding: 18px 30px;
        max-width: 1024px;
    }

    .login_context {
        margin-right: 18px;
        width: 560px;
    }
}

.text_link {
    color: #70757a;
}

.plan-info {
    border-radius: 10px;
    /*background-color: white;*/
    margin-left: 10px;
    max-width: 24%;
    text-align: center;
}

.full-page {
    max-width: 100%;
    height: 100% !important;
}

@media only screen and (min-width : 1224px) {
    .full-page{
        height:100vh;
    }
}

.mandarininfo {
    color: #63308d;
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
}

.mt50 {
    margin-top: 50px;
}

.pt90 {
    padding-top: 90px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.sc_header_logo img {
    min-width: 150px;
    padding-top:10px;
    padding-bottom: 40px;
}
@media only screen and (min-width : 1224px) {
    .sc_header_logo img {
        max-width:225px;
    }
}

.basicdetailsinner {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
}

    .basicdetailsinner.spring {
        padding-top: 30px;
        padding-left: 58px;
        padding-right: 58px;
    }

    .pricing-plan-name {
        color: #63308d;
        padding-top: 40px;
        padding-bottom: 30px;
        font-weight: bold;
        text-transform: uppercase;
        height: 90px;
        max-width: 95%;
    }

.pricing-plan-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
    max-width: 90%;
}

.pricing-plan-price {
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .pricing-plan-price sup {
        top: -0.5em;
    }

input[type=text]:disabled {
    background-color: lightgray
}

.email_verified {
    text-align: center;
    color: #969696;
    width: 100%;
}

    .email_verified img { /* width: 100%; */
        max-width: 100%;
    }

    .email_verified h3 {
        font-size: 48px;
        font-weight: 700;
        color: #27658e;
    }

.plan-header, .plan-header-button {
    background-color: white;
    border-radius: 10px;
    margin-top: -15%;
    margin-bottom: 15%;
}

#rb_WeekChoice label, #rb_AlreadyMMXUser label{
    padding-left:5px;
}

.format-rbl label{
    padding-left:1px;
    padding-right:5px;
}