/* 1.Import Files */
@import url('https://developers.google.com/fonts/docs/getting_started');
@import url('https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide');
@import url('https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts');

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap'); */

div#content {
    background: #F5F5F5;
}
/*  */
/* section.network_registration_section {
    padding: 0% 5%;
} */
section.network_registration_section, .network_registration_container, .network_registration_row {
    width: 100%;
    overflow: hidden;
}
.network_registration_form_box_super_cover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
    background: #2989AE;
}
.network_registration_form_box_cover {
    width: 65%;
    overflow: hidden;
    float: left;
}
.network_registration_result_box_cover {
    width: 35%;
    overflow: hidden;
    float: left;
    flex: 1;
}
.network_registration_result_box {
    width: 100%;
    overflow: hidden;
    padding: 30px;
}
.network_registration_form_box {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    min-height: 600px;
}

.network_registration_first_from_box_cover, .network_registration_second_from_box_cover, .network_registration_third_from_box_cover, .network_registration_fourth_from_box_cover, .network_registration_five_from_box_cover {
    width: 100%;
    overflow: hidden;
    padding: 10%;
}
.network_registration_first_from_box_cover, .network_registration_second_from_box_cover, .network_registration_third_from_box_cover, .network_registration_fourth_from_box_cover {
    display: none;
    margin-left: -100%;
    transition: all 0.5s ease 0s;
}
.network_registration_first_from_box_cover.active, .network_registration_second_from_box_cover.active, .network_registration_third_from_box_cover.active, .network_registration_fourth_from_box_cover.active, .network_registration_five_from_box_cover.active {
    display: block;
    margin-left: 0%;
    transition: all 0.5s ease 0s;
}
.network_registration_five_from_box_cover {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.main_registration_box {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
}
.network_registration_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2989AE;
    text-align: center;
}
.network_registration_sub_title, .network_registration_end_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #2989AE;
    margin-bottom: 5px;
    text-align: center;
    padding: 20px 0px;
}
.img_sub_registration_box {
    width: 32.33%;
    overflow: hidden;
    float: left;
    /* height: 58px; */
    /* height: 42px; */
    border: 1px solid #2989AE;
    border-radius: 4px;
    margin-right: 1%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.sub_registration_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2989AE;
    margin-left: 5px;
}

.sub_registration_divider {
    height: 1px;
    margin: 14px 0px;
    border-top: 1px solid #DDD2D2;
    width: 99%;
}
.sub_registration_divider p {
    width: 40px;
    margin: -16px auto;
    display: block;
    text-align: center;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2989AE;
}
.sub_registration_box {
    width: 49%;
    overflow: hidden;
    float: left;
    margin-right: 1%;
}
.main_sub_registration_box, .main_submit_sub_registration_box {
    width: 99%;
}
.main_submit_sub_registration_box i, .network_registration_back_button i {
    font-size: 18px;
}

.main_registration_box label {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #2989AE;
    cursor: pointer;
}
.main_registration_box input {
    background-color: #ffffff;
    padding: 0 20px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    height: 40px;
    margin-top: 5px;
    border-radius: 4px;
} 
.main_registration_box select {
    background-color: #ffffff;
    padding: 0 20px !important;
    width: 100%;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    height: 40px;
    margin-top: 5px;
    border-radius: 4px !important;
    background-image: unset;
    cursor: pointer;
}
.main_registration_box textarea {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    line-height: inherit;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    margin-top: 5px;
    border-radius: 4px;
    height: 120px;
}
.main_registration_box select::-ms-expand {
    display: none;
}
.network_registration_next_button {
    float: right;
    background: #2989AE;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    padding: 12px 50px;
    line-height: initial;
    display: inline-block;
}
.network_registration_back_button {
    color: #2989AE;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    line-height: initial;
    display: inline-block;
    float: left;
    padding: 12px 0px;
}
.require_parent_title, .premium_member_title {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #49a7cc !important;
    margin-left: 10px;
}
input#require_parent, input#premium_member {
    margin: 0px 10px;
    height: 40px;
    width: 40px;
    color: #2989AE;
    border: unset !important;
    border-color: unset;
}

.network_registration_sub_end_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2989AE;
    text-align: center;
}
img.network_registration_title_pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.network_registration_re_send_button, .network_registration_premium_re_send_button {
    background: #2989AE;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    line-height: initial;
    display: table;
    margin: 0 auto;
}
button.premium_member_bt, .premium_member_bt_login {
    background: #2989AE;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    line-height: initial;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}
button.premium_member_bt, .premium_member_bt_login {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    border-style: none;
    border-radius: 100px 100px 100px 100px;
}
input#password, input#confirm_password {
    display: block;
    padding-right: 35px;
}
.sub_registration_box span {
    color: #2989AE;
    margin-right: 10px !important;
    cursor: pointer;
}
.sub_registration_field-icon {
    float: right;
    margin-left: -27px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
}

.img_sub_registration_box:hover {
    background-color: #DCDEE1;
}


div.result_box_page_complite_progressbar {
    background-color: #f1f1f1;
    height: 12px;
    border-radius: 16px;
    overflow: hidden;
}
div.result_box_page_complite_bar {
    background-color: #63D8CA;
    height: 12px;
    border-radius: 16px;
}
.result_box_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin: 10px 0px;
}
.result_box {
    content: '';
    background-image: url(images/result_empty.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}
.sub_result_box_divider {
    content: '';
    background-image: url(images/shape.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 50px;
    margin-left: 18px;

}
.result_box_page_no {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8fdfff;
}
.result_box_page_complite_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin: 5px 0px;
}
.result_box_page_login_mas {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8fdfff;
    margin: 15px 0px;
}
.result_box_page_login_mas span a {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
.result_box.done {
    content: '';
    background-image: url(images/result_done.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}
.sub_result_box_gap {
    padding: 20px;
}
.network_registration_from_box_page_login_mas {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2989AE;
    text-align: center;
    display: none;
}
.network_registration_from_box_page_login_mas span a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
    color: #2989AE;
}

.network_registration_form {
    position: relative;
}
.network_registration-loder {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 1;
    background-color: #2989ae2b;
    z-index: 9;
}
.network_registration-gif {
    vertical-align: middle;
    display: table;
    height: 100%;
    width: 100%;
}
.gifInnter {
    display: table-cell;
    vertical-align: middle;
}
  

.box_mas_error {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #ca265f;
    line-height: normal;
    text-align: center;
}
.registration_box_mas2, .registration_box_mas3 p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}
.nr_describes_occupation {
    display: none;
}

svg.sub_registration_img {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.network_registration_next_button.network_registration_submit {
    float: right;
    background: unset;
    color: unset;
    text-align: unset;
    border-radius: unset;
    cursor: unset;
    font-family: unset;
    font-weight: unset;
    font-size: unset;
    text-decoration: unset;
    padding: unset;
    line-height: unset;
    display: unset;
}
input.nr_submit_btn, input.nr_submit_btn:hover, input.nr_submit_btn:active, input.nr_submit_btn:focus {
    background: #2989AE !important;
    color: #ffffff !important; 
    text-align: center !important;
    border-radius: 5px !important;
    cursor: pointer;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    text-decoration: none;
    padding: 12px 50px !important;
    line-height: initial !important;
    display: inline-block !important;
    height: unset !important;
}
a.network_login_button {
    color: #2989AE;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
    line-height: initial;
    display: inline-block;
}

body.login.bb-login .login-heading h2, .body.login.bb-login .login-heading span a {
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(41, 137, 174);
    cursor: pointer;
}

body.login.bb-login p.forgetmenot label, body.login.bb-login #login, body.login.bb-login p.lostmenot a {
    font-weight: 400 !important;
    font-family: Rubik, sans-serif !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: rgb(41, 137, 174) !important;
    cursor: pointer !important;
}

body.login.bb-login input#user_login, body.login.bb-login input#user_pass {
    background-color: rgb(255, 255, 255);
    padding: 0px 20px;
    width: 100%;
    line-height: inherit;
    font-size: 16px;
    border: 1px solid rgb(194, 194, 194);
    height: 40px;
    margin-top: 5px;
    border-radius: 4px;
}

body.login.bb-login.bb-login input#wp-submit {
    cursor: pointer;
    text-decoration: none;
    background: rgb(41, 137, 174) !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    border-radius: 5px !important;
    font-family: Rubik, sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    padding: 12px 50px !important;
    line-height: initial !important;
    display: inline-block !important;
    height: unset !important;
}
body.login.bb-login .privacy-policy-page-link {
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgb(41, 137, 174);
    margin: 15px 0px;
}
body.login.bb-login .privacy-policy-page-link a, body.login.bb-login .login a:hover {
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgb(41, 137, 174);
    margin: 15px 0px;
    text-decoration: underline;
}
form#network_registrationsubmit {
    padding: unset;
    margin: unset;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2989ae;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
         -o-transition: width .6s ease;
            transition: width .6s ease;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div#uploadStatus {
    font-family: "nunito sans", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
}
.main_registration_list_box {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
    flex-wrap: nowrap;
    align-items: center;
}
.nr_list_icon_cover {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 10px;
}
.nr_list_icon_cover i {
    font-size: 30px;
    color: #2989ae;
}
.nr_list_text_cover {
    padding: 10px;
}
.nr_list_title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #2989AE;
}
.nr_list_text {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    color: #7db7cd;
    margin: 5px 0px;
}
.network_registration_submit_box_mas {
    display: none;
}
.network_registration_submit_box_mas {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2989AE;
    margin-bottom: 15px;
    text-align: center;
}
.main_sub_registration_box.premium_member_cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
    flex-wrap: nowrap;
    align-items: center;
}
.blog-widget-super-cover {
    width: 100%;
    overflow: hidden;
}
.blog-widget-cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
    flex-wrap: nowrap;
    align-items: center;
}
.blog-widget-cover .blog-thumbnail {
    height: 75px;
    width: 75px;
    padding: 5px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.blog-widget-cover .blog-thumbnail img {
    border-radius: 5px;
}
.blog-widget-cover .blog-widget-title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    margin-left: 5px;
}
input#premium_member:focus {
    box-shadow: unset;
    background-color: unset;
    border-color: unset;
}
/**
* Mobile styling
*/
@media only screen and (max-width: 39.9375em) {
    .network_registration_from_box_page_login_mas {
        display: block;
        margin-bottom: 10px;
    }
    form#network_registrationsubmit {
        background: unset;
    }
    .network_registration_form_box {
        padding: 0px !important;
        padding-bottom: 20px !important;
    }
    .network_registration_form_box_cover {
        width: 100%;
    }
    .network_registration_result_box_cover {
        display: none;
        width: 0%;
    }
    .network_registration_title {
        font-size: 22px;
        line-height: 32px;
    }
    .network_registration_sub_title, .network_registration_end_title {
        font-size: 16px;
        line-height: 22px;
    }
    .img_sub_registration_box {
        width: 100%;
        margin-bottom: 15px;
    }
    .sub_registration_box {
        width: 100%;
    }
    .main_registration_box {
        margin: unset;
    }
    .sub_registration_divider {
        margin-bottom: 15px;
    }
    .sub_registration_field-icon {
        margin-top: -43px;
    }
    img.network_registration_title_pic {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    input#require_parent, input#premium_member {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .main_submit_sub_registration_box {
        margin-top: 15px;
    }
    .require_parent_title, .premium_member_title {
        margin-bottom: 8px;
        margin-top: 8px;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }
    .network_registration_next_button, .network_registration_next_button.network_registration_submit, .network_registration_back_button {
        float: unset;
        display: inherit;
    }
    .main_registration_box label {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }
    .main_registration_box input, .main_registration_box select, .main_registration_box textarea {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 18px;
    }
    .network_registration_back_button {
        margin-bottom: 10px;
    }
    input.nr_submit_btn {
        width: 100%;
    }
}
/* Mobile styling end */