﻿@font-face {
    font-family: YekanBakhFaBold;
    src: url(../fonts//YekanBakhFaBold.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: YekanBakhFaBold !important;
}

/* body */
.body {
    width: 100%;
    height: 100vh;
}
/* mv_home */
.mv_home {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_home_container */
.mv_home_container {
    width: 430px;
    height: 100vh;
    background-image: url(../assets/image/background.jpg);
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
}
/* mv_title_home */
.mv_title_home {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-bottom: 28px;
    padding-top: 40px;
}
/* mv_title_home_h1 */
.mv_title_home_h1 {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    filter: drop-shadow(-4px 4px 3px rgba(0, 0, 0, 0.66));
}
/* mv_title_home_h3 */
.mv_title_home_h3 {
    filter: drop-shadow(1px 3px 5px #000000);
    font-family: "Yekan Bakh FaNum";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
/* mv_login_panel */
.mv_login_panel {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-bottom: 10px;
    align-items: center;
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 25px 25px 0 25px;
    background: rgba(230, 230, 230, 0.2);
    box-shadow: inset 0 0 20px 10px rgba(228, 228, 228, 0.611) !important;
    border: 1px solid rgb(218, 218, 218) !important;
}
/* mv_title_login */
.mv_title_login {
    margin-bottom: 34px;
    width: 90%;
}
/* mv_title_login_h2 */
.mv_title_login_h2 {
    filter: drop-shadow(1px 3px 3px #000000);
    font-family: "Yekan Bakh FaNum";
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
/* mv_form */
.mv_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.mv_mobile_input_one,
.mv_password_input_two {
    border-radius: 50px;
    width: 100%;
    height: 45px !important;
    outline: none !important;
    border: none;
    padding-right: 42px;
}

/* mv_section_one */
.mv_section_one {
    margin-bottom: 25px;
}

.mv_section_one,
.mv_section_two {
    width: 85%;
}

.mv_section_two {
    margin-bottom: 40px;
}

.mv_mobile_label,
.mv_password_label {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.mv_mobile_label_one,
.mv_password_label_two {
    filter: drop-shadow(1px 3px 10px #000000);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.mv_mobile_input,
.mv_password_input {
    display: flex;
    align-items: center;
    position: relative;
}
/* mv_password_input */
.mv_password_input {
    position: relative;
}

.mv_mobile_icon,
.mv_password_icon {
    position: absolute;
    right: 12px;
}

.mv_mobile_input_one::-webkit-input-placeholder,
.mv_password_input_two::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #bdbdbd;
}
/* mv_password_icon_eye */
.mv_password_icon_eye {
    position: absolute;
    left: 12px;
    cursor: pointer;
}
/* mv_login_btn_container */
.mv_login_btn_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
/* mv_login_btn */
.mv_login_btn {
    width: 85%;
    height: 45px;
    border-radius: 14px;
    border: none;
    background: rgba(59, 59, 59, 0.66);
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}

    .mv_login_btn:hover {
        background: none;
        border: 1px solid rgb(218, 218, 218) !important;
        cursor: pointer;
    }
/* mv_link_register */
.mv_link_register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
}
/* mv_link */
.mv_link {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    width: 85%;
    height: 45px !important;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    background: rgba(230, 230, 230, 0.2);
    border: 1px solid rgb(218, 218, 218) !important;
    box-shadow: inset 0 0 20px 10px rgba(193, 193, 193, 0.611) !important;
}

    .mv_link:hover {
        background: rgba(59, 59, 59, 0.66);
    }
/* mv_register */
.mv_register {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_register_container */
.mv_register_container {
    width: 430px;
    height: 100vh;
    background-image: url(../assets/image/background.jpg);
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    background-size: cover;
}

/* mv_title_register */
.mv_title_register {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-bottom: 28px;
    padding-top: 40px;
}
/* mv_title_register_h1 */
.mv_title_register_h1 {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    filter: drop-shadow(-4px 4px 3px rgba(0, 0, 0, 0.66));
    border-color: #ffffff;
}
/* mv_title_register_h3 */
.mv_title_register_h3 {
    filter: drop-shadow(1px 3px 5px #000000);
    font-family: "Yekan Bakh FaNum";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
/* mv_register_container_bg_white */
.mv_register_container_bg_white {
    width: 88%;
    border-width: 1px;
    border-radius: 64px;
    display: flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    backdrop-filter: blur(8px);
    background: rgba(230, 230, 230, 0.2);
    box-shadow: inset 0 0 20px 10px rgba(228, 228, 228, 0.611) !important;
    border: 1px solid rgb(218, 218, 218) !important;
}
/* mv_register_bg_white_title */
.mv_register_bg_white_title {
    width: 100%;
    display: flex;
    padding: 22px 70px 17px 70px;
    display: flex;
}
/* mv_register_bg_white_title_h2 */
.mv_register_bg_white_title_h2 {
    filter: drop-shadow(1px 3px 3px #000000);
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
/* mv_section_name_last_name */
.mv_section_name_last_name {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}

.mv_section_name {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.mv_section_last_name {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.mv_name_label,
.mv_last_name_label {
    width: 100%;
    margin-bottom: 5px;
}

.mv_name_label_one,
.mv_last_name_label_one {
    filter: drop-shadow(1px 3px 10px #000000);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.mv_name_input,
.mv_last_name_input {
    display: flex;
    align-items: center;
    position: relative;
}

.mv_name_input_one,
.mv_last_name_input_one {
    outline: none !important;
    border: none !important;
    height: 23px;
    background: #fff;
    width: 100%;
    border-radius: 50px;
    height: 45px !important;
    outline: none !important;
    border: none;
    padding-right: 33px;
}

.mv_name_icon,
.mv_last_name_icon {
    position: absolute;
    right: 12px;
}

.mv_last_name_input::-webkit-input-placeholder,
.mv_name_input_one::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #bdbdbd;
}

.mv_name_school {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 30px !important;
    position: relative;
    align-items: center;
}

.mv_name_schoole_label {
    width: 100%;
    margin-bottom: 5px;
}

.mv_name_schoole_label1 {
    filter: drop-shadow(1px 3px 10px #000000);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.mv_name_schoole_select {
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 50px;
    width: 100%;
    height: 45px !important;
    outline: none !important;
    border: none;
    padding-right: 40px;
}
/* mv_name_schoole_select_icon */
.mv_name_schoole_select_icon {
    z-index: 1;
    position: absolute;
    width: 12px;
    height: 13px;
    bottom: 0;
    left: 45px;
    top: 48px;
}

select {
    color: #515050;
    font-size: 11px;
}

option:first {
    color: #000000 !important;
}

.mv_education_icon_name_school {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    bottom: 14px;
    right: 40px;
}

#mv_section_one_register {
    width: 100%;
    padding: 0 45px;
    margin-bottom: 15px !important;
}

#mv_section_two_register {
    width: 100%;
    padding: 0 45px;
    margin-bottom: 30px !important;
}

.mv_register_btn1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.mv_register_button1 {
    width: 75%;
    height: 45px;
    border-radius: 14px;
    border: none;
    background: rgba(59, 59, 59, 0.66);
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
}

.mv_register_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}

.mv_register_button {
    width: 88%;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    background: rgba(230, 230, 230, 0.2);
    border: 1px solid rgb(218, 218, 218) !important;
    box-shadow: inset 0 0 20px 10px rgba(193, 193, 193, 0.611) !important;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    height: 45px !important;
}

.mv_register_button_text {
    filter: drop-shadow(1px 3px 3px #000000);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

/* mv_home_work */
.mv_home_work {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_home_work_container */
.mv_home_work_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_header */
.mv_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
/* mv_header_right */
.mv_header_right {
    display: flex;
    align-items: center;
}
/* mv_header_right_img */
.mv_header_right_img {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}
/* mv_header_right_text */
.mv_header_right_text {
    display: flex;
    flex-direction: column;
}
/* mv_header_right_text_one */
.mv_header_right_text_one {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_header_right_text_two */
.mv_header_right_text_two {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #ff0000;
}
/* mv_header_left */
.mv_header_left {
    display: flex;
}
/* mv_header_left_text */
.mv_header_left_text {
    display: flex;
    flex-direction: column;
}
/* mv_header_left_text_one */
.mv_header_left_text_one {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #0471ff;
}
/* mv_header_left_text_two */
.mv_header_left_text_two {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #0370ff;
}
/* mv_section_one_home_work */
.mv_section_one_home_work {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
/* mv_section_one_home_work_right */
.mv_section_one_home_work_right {
    display: flex;
    align-items: center;
}
/* mv_section_one_home_work_right_img */
.mv_section_one_home_work_right_img {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}
/* mv_section_one_home_work_right_h1 */
.mv_section_one_home_work_right_h1 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_one_home_work_left */
.mv_section_one_home_work_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* mv_section_one_home_work_left_one */
.mv_section_one_home_work_left_one {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
/* mv_section_one_home_work_left_two */
.mv_section_one_home_work_left_two {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mv_home_work_left_text_one,
.mv_home_work_left_text_two {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-left: 13px;
}

.mv_home_work_left_text_one_img,
.mv_home_work_left_text_two_img {
    width: 30px;
    height: 30px;
}
/* mv_section_two_home_work */
.mv_section_two_home_work {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
/* mv_section_two_home_work_container */
.mv_section_two_home_work_container {
    width: 100%;
    border-radius: 23px;
    background: #ffffff;
    border-color: rgba(112, 112, 112, 0.49);
    border-width: 1px;
    border-style: solid;
    border-radius: 23px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
/* mv_section_two_home_work_span */
.mv_section_two_home_work_span {
    padding: 12px 24px 0 24px;
    margin-bottom: 25px;
    width: 100%;
}
/* mv_section_two_home_work_button */
.mv_section_two_home_work_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 12px 24px;
}
/* mv_section_two_home_work_button_one */
.mv_section_two_home_work_button_one {
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    width: 50%;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #00920f;
    background: #c1ffd3;
}
/* mv_section_two_home_work_button_two */
.mv_section_two_home_work_button_two {
    width: 50%;
    cursor: pointer;
    height: 40px;
    border-color: #00439a;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #b7d0f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00439a;
}

.mv_telegram_icon,
.mv_eye_icon {
    margin-left: 13px;
}
/* mv_border_one */
#mv_border_one {
    border-color: rgba(112, 112, 112, 0.6);
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #ffffff;
}
/* mv_schoole */
.mv_schoole {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_schoole_container */
.mv_schoole_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
}
/* mv_section_one_schoole */
.mv_section_one_schoole {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mv_section_one_schoole_overwrite {
    display: flex;
    align-items: center;
}


/* mv_section_one_schoole_svg */
.mv_section_one_schoole_svg {
    margin-left: 12px;
}
/* mv_section_one_schoole_h1 */
.mv_section_one_schoole_h1 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

.force {
    justify-content: left !important;
}
/* mv_section_two_schoole */
.mv_section_two_schoole {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 18px;
}
/* mv_section_two_schoole_one */
.mv_section_two_schoole_one {
    border-color: #636060;
    border-width: 1px;
    border-style: solid;
    border-radius: 34px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
/* mv_section_two_schoole_one_text */
.mv_section_two_schoole_one_text {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #646161;
    cursor:default;
}

.Central_Item {
    text-align: center;
    width: 60%;
}
/* mv_dashboard */
.mv_dashboard {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_dashboard_container */
.mv_dashboard_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_dashboard_title */
.mv_dashboard_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
/* mv_dashboard_title_one */
.mv_dashboard_title_one {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-radius: 6px;
    background: #9ec8ff;
    padding: 18px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #0370ff;
}
/* mv_section_one_dashboard */
.mv_section_one_dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.mv_section_one_dashboard_right {
    display: flex;
    align-items: center;
}

.mv_section_one_menu_btn {
    border: none !important;
    background: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 13px;
}
/* mv_section_one_home_work_right_svg */
.mv_section_one_home_work_right_svg {
    width: 30px;
    height: 30px;
}
/* mv_section_one_home_work_right_h1 */
.mv_section_one_home_work_right_h1 {
    display: flex;
    flex-direction: column;
}

/* mv_section_one_dashboard_left */
.mv_section_one_dashboard_left {
    display: flex;
    align-items: center;
}
/* mv_section_one_dashboard_left_img */
.mv_section_one_dashboard_left_img {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}
/* mv_section_one_dashboard_left_text */
.mv_section_one_dashboard_left_text {
    display: flex;
    flex-direction: column;
}
/* mv_section_one_dashboard_left_text_one */
.mv_section_one_dashboard_left_text_one {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_one_dashboard_left_text_two */
.mv_section_one_dashboard_left_text_two {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #ff0000;
}
/* mv_section_two_dashboard */
.mv_section_two_dashboard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
}
/* mv_section_two_dashboard_box_one */
.mv_section_two_dashboard_box_one {
    width: 100%;
    min-height: 160px;
    max-height: 120px;
    border-radius: 36px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    background: #efec90;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 24px;
    border: none;
}

.mv_section_two_dashboard_box_text_one,
.mv_section_two_dashboard_box_text_two {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.66));
    text-align: center;
}

/* mv_section_two_dashboard_box_text_one */
.mv_section_two_dashboard_box_text_one {
    margin-bottom: 12px;
}
/* mv_section_two_dashboard_box_two */
.mv_section_two_dashboard_box_two {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 260px;
    max-height: 185px;
    border-radius: 46px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    background: #96ef90;
    margin-bottom: 24px;
    border: none;
    transition: background 0.5s;
}

    .mv_section_two_dashboard_box_two:hover {
        background: #96ef90d6;
        transition: background 0.5s;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 260px;
        max-height: 185px;
        border-radius: 46px;
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
        margin-bottom: 24px;
        border: none;
    }

/* mv_section_two_dashboard_box_three */
.mv_section_two_dashboard_box_three {
    height: 450px;
    border-radius: 46px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    background: #90dcef;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
}
/* mv_section_two_dashboard_box_four */
.mv_section_two_dashboard_box_four {
    border-radius: 46px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    background: #ef9090;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    height: 350px;
}
.Advertizemendt {
    border-radius: 20px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    height: 150px;
}

.mv_section_two_dashboard_boxes_wrapper {
    width: 100%;
    height: 52vh;
    max-height: 52vh;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

    .mv_section_two_dashboard_boxes_wrapper > div {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.mv_section_two_dashboard_boxes_one,
.mv_section_two_dashboard_boxes_two {
    width: 47%;
    margin-bottom: 24px;
}
/* mv_section_two_dashboard_box_five */
.mv_section_two_dashboard_box_five {
    background: #9096ef;
    height: 140px;
    border-radius: 46px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.46));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: none;
}

#last_text {
    width: 50%;
}
/* mv_shop */
.mv_shop {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_shop_container */
.mv_shop_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}

/* mv_section_one_shop */
.mv_section_one_shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}

.mv_section_one_shop_right {
    display: flex;
    align-items: center;
}
/* mv_section_one_shop_right_svg */
.mv_section_one_shop_right_svg {
    margin-left: 13px;
}
/* mv_section_one_shop_right_h1 */
.mv_section_one_shop_right_h1 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_section_one_shop_left */
.mv_section_one_shop_left {
    display: flex;
    align-items: center;
}
/* mv_section_one_shop_left_button */
.mv_section_one_shop_left_button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #0370ff;
    width: 125px;
    height: 36px;
    border-color: #0471ff;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    background: rgba(4, 113, 255, 0.31);
    box-shadow: 0px 3px 1px 0px blue;
    transition: all 0.2s;
}
    .mv_section_one_shop_left_button:hover {
        box-shadow: 0px 0px 0px 0px blue;
        transition: all 0.2s;
    }
    /* mv_cart_icon */
    .mv_cart_icon {
        margin-right: 12px;
    }

.mv_teacher_menu {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_teacher_menu_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}

#text_box {
    margin-top: 20px;
}

#text_box_img {
    margin-left: 25px;
}

/* mv_specific_schoole */
.mv_specific_schoole {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_specific_schoole_container */
.mv_specific_schoole_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_one_specific_schoole */
.mv_section_one_specific_schoole {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}
/* mv_section_one_specific_schoole_svg */
.mv_section_one_specific_schoole_svg {
    margin-left: 12px;
}

/* mv_section_one_specific_schoole_h1 */
.mv_section_one_specific_schoole_h1 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_two_specific_schoole */
.mv_section_two_specific_schoole {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* mv_section_two_specific_box_one */
.mv_section_two_specific_box_one {
    width: 46%;
    height: 358px;
    border-color: #0471ff;
    border-width: 1px;
    border-style: solid;
    border-radius: 35px;
    background: #b2d1f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 24px;
    cursor: pointer;
}

.mv_section_two_specific_box_text_one,
.mv_section_two_specific_box_text_two {
    filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.84));
    font-family: "Yekan Bakh FaNum";
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}
/* mv_section_two_specific_box_two */
.mv_section_two_specific_box_two {
    display: flex;
    flex-direction: column;
    width: 46%;
    margin-bottom: 24px;
    justify-content: flex-end;
}
/* specific_box_two_left1 */
.specific_box_two_left1 {
    width: 100%;
    height: 168px;
    border-color: #9b9b00;
    border-width: 1px;
    border-style: solid;
    border-radius: 35px;
    background: #edefb5;
    margin-bottom: 24px;
    cursor: pointer;
}
/* specific_box_two_left2 */
.specific_box_two_left2 {
    height: 168px;
    border-color: #079119;
    border-width: 1px;
    border-style: solid;
    border-radius: 35px;
    background: #bbffbd;
    cursor: pointer;
}

.specific_box_two_left1,
.specific_box_two_left2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* mv_section_two_specific_box_five */
.mv_section_two_specific_box_five {
    height: 157px;
    border-color: #ff04ab;
    border-width: 1px;
    border-style: solid;
    border-radius: 35px;
    background: #ffa8e2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* mv_menu */
.mv_menu {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_menu_container */
.mv_menu_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_two_dashboard_box_one_svg */
.mv_section_two_dashboard_box_one_svg {
    margin-bottom: 20px;
}

/* mv_check_home_work */
.mv_check_home_work {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_check_home_work_container */
.mv_check_home_work_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_header */
.mv_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
/* mv_header_right */
.mv_header_right {
    display: flex;
    align-items: center;
}
/* mv_header_right_img */
.mv_header_right_img {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}
/* mv_header_right_text */
.mv_header_right_text {
    display: flex;
    flex-direction: column;
}
/* mv_header_right_text_one */
.mv_header_right_text_one {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_header_right_text_two */
.mv_header_right_text_two {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #ff0000;
}
/* mv_header_left */
.mv_header_left {
    display: flex;
}
/* mv_header_left_text */
.mv_header_left_text {
    display: flex;
    flex-direction: column;
}
/* mv_header_left_text_one */
.mv_header_left_text_one {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #0471ff;
}
/* mv_header_left_text_two */
.mv_header_left_text_two {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #0370ff;
}
/* mv_section_two_check_home_work */
.mv_section_two_check_home_work {
    border-color: rgba(112, 112, 112, 0.49);
    border-width: 1px;
    border-style: solid;
    border-radius: 23px;
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* mv_section_two_check_home_work_one */
.mv_section_two_check_home_work_one {
    padding: 30px 20px 0 20px;
    margin-bottom: 80px;
    text-align: justify;
}
/* mv_section_two_check_home_work_text */
.mv_section_two_check_home_work_text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #000000;
}
/* mv_section_two_check_home_work_two */
.mv_section_two_check_home_work_two {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 13px;
}
/* mv_test_file_one */
.mv_test_file_one {
    height: 57px;
    width: 100%;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    background: #ffffff;
    display: flex;
    align-items: center;
}
/* mv_test_file_one_div_1 */
.mv_test_file_one_div_1 {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.mv_test_file_one_div_1_svg {
    width: 16px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
}
/* mv_test_file_one_bg_gray */
.mv_test_file_one_bg_gray {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px;
    background: #c1c3c8;
    min-height: 55px;
    min-width: 55px;
    border-right: 1px solid #707070;
}
/* mv_test_file_one_div_1_button */
.mv_test_file_one_div_1_button {
    width: 72px;
    height: 28px;
    border-color: #00439a;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #b7d0f2;
    color: #3f71b3;
    cursor: pointer;
}

    .mv_test_file_one_div_1_button:hover {
        background: #fff;
    }
/* mv_test_file_one_div_1_text */
.mv_test_file_one_div_1_text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_was_observed */
.mv_was_observed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
/* mv_was_observed_btn */
.mv_was_observed_btn {
    width: 50%;
    height: 38px;
    border-color: #00439a;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #b7d0f2;
    color: #3f71b3;
    cursor: pointer;
}

    .mv_was_observed_btn:hover {
        background: #fff;
    }

/* mv_check_home_work_2 */
.mv_check_home_work_2 {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_check_home_work_container_2 */
.mv_check_home_work_container_2 {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}

.mv_file_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.mv_file_upload_btn {
    width: 40%;
    height: 38px;
    border-color: #00439a;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #b7d0f2;
    color: #3f71b3;
    cursor: pointer;
}

    .mv_file_upload_btn:hover {
        background: #fff;
    }

#mv__check_home_work_padding {
    padding-top: 30px;
}

.mv_section_three_check_home_work {
    border-color: rgba(112, 112, 112, 0.49);
    border-width: 1px;
    border-style: solid;
    border-radius: 23px;
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.mv_section_three_check_home_work_description {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #000000;
    margin-bottom: 18px;
}

.mv_section_three_check_home_work_text {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}

.mv_record {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mv_record_btn {
    width: 40%;
    height: 38px;
    border-color: #00439a;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #b7d0f2;
    color: #3f71b3;
    cursor: pointer;
}

    .mv_record_btn:hover {
        background: #fff;
    }

/* mv_done */
.mv_done {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_done_container */
.mv_done_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 0 20px;
}
/* mv_done_box */
.mv_done_box {
    height: 325px;
    width: 100%;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 38px;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.69));
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* mv_done_box_text */
.mv_done_box_text {
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    color: #74ff8b;
    margin-top: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #51a860;
}

/* mv_invoice */
.mv_invoice {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_invoice_container */
.mv_invoice_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}
/* mv_section_two_invoice */
.mv_section_two_invoice {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 26px;
}
/* mv_section_two_invoice1 */
.mv_section_two_invoice1 {
    width: 100%;
    border-radius: 18px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
/* mv_section_two_invoice1_right */
.mv_section_two_invoice1_right {
    display: flex;
    align-items: center;
    width: 32%;
}
/* mv_section_two_invoice1_right_img */
.mv_section_two_invoice1_right_img {
    width: 72px;
    height: 72px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_section_two_invoice1_right_text */
.mv_section_two_invoice1_right_text {
    margin-left: 16px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_section_two_invoice1_center */
.mv_section_two_invoice1_center {
    width: 32%;
}
/* mv_section_two_invoice1_center_text */
.mv_section_two_invoice1_center_text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_two_invoice1_left */
.mv_section_two_invoice1_left {
    display: flex;
    flex-direction: column;
    width: 32%;
    align-items: flex-end;
}
/* mv_section_two_invoice1_left_top */
.mv_section_two_invoice1_left_top {
    width: 70%;
    height: 26px;
    border-radius: 8px;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px;
}
/* mv_section_two_invoice1_left_top1 */
.mv_section_two_invoice1_left_top1 {
    width: 18px;
    height: 18px;
    border: 2px solid #61c876;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #61c876;
    cursor: pointer;
}
/* mv_section_two_invoice1_left_top3 */
.mv_section_two_invoice1_left_top3 {
    width: 18px;
    height: 18px;
    border: 2px solid #ff6868;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6868;
    cursor:pointer;
}
/* mv_section_two_invoice1_left_top2 */
.mv_section_two_invoice1_left_top2 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_section_three_invoice */
.mv_section_three_invoice {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
/* mv_section_three_invoice1 */
.mv_section_three_invoice1 {
    width: 100%;
    border-radius: 18px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 10px 20px;
    margin-bottom: 60px;
}
/* mv_section_three_invoice1_title */
.mv_section_three_invoice1_title {
    margin-bottom: 20px;
}
/* mv_section_three_invoice1_text */
.mv_section_three_invoice1_text {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_three_invoice1_address */
.mv_section_three_invoice1_address {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
/* mv_address */
.mv_address {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
}
/* mv_postal_address */
.mv_postal_address {
    width: 100%;
    height: 110px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #ffffff;
}
/* mv_postal_address1 */
.mv_postal_address1 {
    width: 100%;
}
/* mv_address_label */
.mv_address_label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_postal_address */
.mv_postal_address {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #afadad;
    padding-top: 15px;
}
/* mv_section_four_invoice */
.mv_section_four_invoice {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.mv_postal_code {
    margin-bottom: 10px;
    display: flex;
    width: 25%;
}
/* mv_postal_code_label */
.mv_postal_code_label {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

.mv_section_four_invoice1 {
    display: flex;
    width: 100%;
    align-items: center;
}

/* mv_section_four_invoice2 */
.mv_section_four_invoice2 {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
}
/* mv_section_four_invoice_input */
.mv_section_four_invoice_input {
    width: 100%;
    height: 41px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    background: #ffffff;
}
/* mv_section_four_invoice_on */
.mv_section_four_invoice_on {
    width: 100%;
    border-radius: 18px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 12px;
}

.mv_section_four_invoice2 > input::-webkit-input-placeholder {
    color: #8f9393 !important;
    font-size: 12px;
    padding-right: 10px;
}

.mv_postal_address::-webkit-input-placeholder {
    color: #8f9393 !important;
    font-size: 12px;
    padding-right: 10px;
}

.mv_section_four_invoice_on_text1,
.mv_section_four_invoice_on_text2 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_section_five_invoice */
.mv_section_five_invoice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* mv_section_five_invoice_btn */
.mv_section_five_invoice_btn {
    width: 70%;
    height: 43px;
    border: 1px solid #007126;
    border-radius: 43px;
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.49));
    background: #abfebc;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #1e8940;
}

/* mv_select_class */
.mv_select_class {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_select_class_container */
.mv_select_class_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_one_specific_schoole */
.mv_section_one_specific_schoole {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
/* mv_section_one_specific_schoole_svg */
.mv_section_one_specific_schoole_svg {
    margin-left: 12px;
}

/* mv_section_one_specific_schoole_h1 */
.mv_section_one_specific_schoole_h1 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_two_select_class */
.mv_section_two_select_class {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
/* mv_section_two_select_class1 */
.mv_section_two_select_class1 {
    border: 1px solid #636060;
    border-radius: 22px;
    width: 100%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
/* mv_section_two_select_class1_text1 */
.mv_section_two_select_class1_text1 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #0471ff;
    opacity: 0.61;
    margin-bottom: 12px;
    padding-top: 12px;
}
/* mv_section_two_select_class_button */
.mv_section_two_select_class_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px 12px 27px;
}
/* mv_section_two_select_class_button1 */
.mv_section_two_select_class_button1 {
    margin-left: 20px;
    width: 49%;
    height: 39px;
    border: 1px solid #009a0f;
    border-radius: 10px;
    background: #b7f2c7;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #009a0f;
}
/* mv_section_two_select_class_button2 */
.mv_section_two_select_class_button2 {
    width: 49%;
    height: 39px;
    border: 1px solid #505050;
    border-radius: 10px;
    background: #e4e4e4;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #646161;
}

/* mv_shop_item */
.mv_shop_item {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_shop_item_container */
.mv_shop_item_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_two_shop_item */
.mv_section_two_shop_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
/* mv_section_two_shop_item_boxes */
.mv_section_two_shop_item_boxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* mv_section_two_shop_item_box */
.mv_section_two_shop_item_box {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}
/* mv_section_two_shop_item_box_img */
.mv_section_two_shop_item_box_img {
    width: 100%;
    margin-bottom: 10px;
    height: 165px;
    box-shadow: 0px 0px 5px 1px #6a89b1bf;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_section_two_shop_item_box_content */
.mv_section_two_shop_item_box_content {
    width: 90%;
    display: flex;
    margin-bottom: 5px;
}
/* mv_section_two_shop_item_box_text */
.mv_section_two_shop_item_box_text {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_add_btn */
.mv_add_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
}
/* mv_basket_btn */
.mv_basket_btn {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0370ff;
    border: 1px solid #0471ff;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;

    transition: background-color 0.5s;
}
    .mv_basket_btn:hover {
        background-color: #b1d3ff;
        transition: background-color 0.5s;
    }
/* mv_profile */
.mv_profile {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_profile_container */
.mv_profile_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px 20px 0 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_header_profile */
.mv_header_profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 100px;
}
/* mv_header_profile_text_one */
.mv_header_profile_text_one {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #0471ff;
}
/* mv_header_profile_text_two */
.mv_header_profile_text_two {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #0370ff;
}

.mv_section_one_profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #707070;
    border-bottom: none !important;
    border-radius: 64px 64px 0 0;
    margin-top: 70px;
    height: 100%;
}

.New_mv_section_one_profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #707070;
    border-radius: 40px;
    height: 100%;
}
/* mv_section_one_profile1 */
.mv_section_one_profile1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* mv_section_one_profile1_text */
.mv_section_one_profile1_text {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #6a6a6a;
    margin-top: 100px;
    margin-bottom: 30px;
}
/* mv_section_one_profile_user */
.mv_section_one_profile_user {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -90px;
    right: calc(50% - 90px);
}
/* mv_section_one_profile_user_icon */
.mv_section_one_profile_user_icon {
    width: 180px;
    height: 180px;
}
/* mv_class_change */
.mv_class_change {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.mv_class_change_class_page {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* mv_class_change1 */
.mv_class_change1 {
    margin-bottom: 6px;
    width: 100%;
}
/* mv_class_change_label */
.mv_class_change_label {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #6a6a6a;
}
/* mv_class_change2 */
.mv_class_change2 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(images/downarrow_blue.png) no-repeat right white;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

    .mv_class_change2 select {
        -webkit-appearance: none;
        padding-right: 40px;
        width: 100%;
        height: 100%;
        border: 0;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #707070;
        border-radius: 24px;
        background: #ffffff;
    }

select:required:invalid {
    color: #8f9393 !important;
    font-size: 12px;
}
/* mv_mv_class_change2_icon */
.mv_class_change2_icon {
    z-index: 1;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 15px;
    top: 14px;
}
/* mv_Warning */
.mv_Warning {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #fe8c8c;
}
/* mv_education_icon */
.mv_education_icon {
    z-index: 1;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 10px;
}

/* mv_class_change2_input */
.mv_class_change2_input {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #707070;
    padding-right: 40px;
}

    .mv_class_change2_input::-webkit-input-placeholder {
        color: #8f9393 !important;
        font-size: 12px;
        padding-right: 40px;
    }
/* mv_section_last_btn */
.mv_section_last_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
}
/* mv_section_last_btn1 */
.mv_section_last_btn1 {
    width: 50%;
    height: 44px;
    border: 1px solid #00439a;
    border-radius: 33px;
    background: #e9f3ff;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #2680eb;
    transition: background-color 0.3s;
}

    .mv_section_last_btn1:hover {
        background: #9cc6f9;
        transition: background-color 0.3s;
    }
/* mv_edit_home_work */
.mv_edit_home_work {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_edit_home_work_container */
.mv_edit_home_work_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_one_specific_schoole */
.mv_section_one_specific_schoole {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
/* mv_section_one_specific_schoole_svg */
.mv_section_one_specific_schoole_svg {
    margin-left: 12px;
}

/* mv_section_one_specific_schoole_h1 */
.mv_section_one_specific_schoole_h1 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_edit_home_work_section_two */
.mv_edit_home_work_section_two {
    display: flex;
    flex-direction: column;
    width: 100%;
}
/* mv_edit_home_work_section_two1 */
.mv_edit_home_work_section_two1 {
    border-color: #dbdbdb;
    border-width: 1px;
    border-style: solid;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
/* mv_edit_home_work_section_two1_title */
.mv_edit_home_work_section_two1_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}
/* mv_edit_home_work_create */
.mv_edit_home_work_create {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 10px;
}
/* mv_edit_home_work_create_label */
.mv_edit_home_work_create_label {
    margin-bottom: 5px;
}
/* mv_create_label */
.mv_create_label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_edit_home_work_create_input */
.mv_edit_home_work_create_input {
    height: 41px;
    border: 1px solid #707070;
    border-radius: 7px;
    background: #ffffff;
}

    .mv_edit_home_work_create_input::-webkit-input-placeholder {
        color: #000000 !important;
        font-size: 14px;
        padding-right: 10px;
    }
/* mv_edit_home_work_select_class */
.mv_edit_home_work_select_class {
    position: relative;
    margin-bottom: 10px;
}

    .mv_edit_home_work_select_class select {
        -webkit-appearance: none;
        padding-right: 10px;
        width: 100%;
        border: 0;
        left: 0;
        top: 0;
        height: 41px;
        border: 1px solid #707070;
        border-radius: 7px;
        background: #ffffff;
    }

select:required:invalid {
    color: #707070 !important;
    font-size: 12px;
}

/* mv_edit_home_work_icon */
.mv_edit_home_work_icon {
    z-index: 1;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 15px;
    top: 14px;
}
/* mv_edit_home_work_description */
.mv_edit_home_work_description {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
/* mv_edit_home_work_description_label */
.mv_edit_home_work_description_label {
    margin-bottom: 5px;
}
/* mv_edit_home_work_description_label1 */
.mv_edit_home_work_description_label1 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

/* mv_edit_home_work_description2 */
.mv_edit_home_work_description2 {
    width: 100%;
    height: 174px;
    border: 1px solid#707070;
    background: #ffffff;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px;
    text-align: justify;
}
/* mv_edit_home_work_section_two2 */
.mv_edit_home_work_section_two2 {
    border-color: #dbdbdb;
    border-width: 1px;
    border-style: solid;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
/* mv_edit_home_work_section_two3 */
.mv_edit_home_work_section_two3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
/* mv_edit_home_work_section_two3_btn */
.mv_edit_home_work_section_two3_btn {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.51));
    border: 1px solid #00439a;
    background: #b7d0f2;
    border-radius: 29px;
    width: 70%;
    height: 48px;
    color: #3f71b3;
    cursor: pointer;
}

    .mv_edit_home_work_section_two3_btn:hover {
        background: #fff;
    }

/* mv_check_home_work_tabel */
.mv_check_home_work_tabel {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_check_home_work_tabel_container */
.mv_check_home_work_tabel_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_section_two_check_home_work_tabel */
.mv_section_two_check_home_work_tabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
}
/* mv_table_container */
.mv_table_container {
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;
}
/* mv_table_header */
.mv_table_header {
    color: #000000;
    font-size: 11px;
    border: 1px solid #3a3a3a;
}
/* mv_table_header_container */
.mv_table_header_container {
    border-bottom: 1px solid #3a3a3a;
    padding: 10px 0;
}
/* mv_table_header1 */
.mv_table_header1 {
    width: 5%;
    padding: 10px 6px !important;
    text-align: right;
}
/* mv_table_header2 */
.mv_table_header2 {
    width: 20%;
    text-align: right;
}
/* mv_table_header3 */
.mv_table_header3 {
    width: 20%;
    text-align: center;
}

.mv_table_header4,
.mv_table_header5 {
    width: 10%;
    text-align: center;
    padding: 10px 0;
}
/* mv_table_body */
.mv_table_body {
    vertical-align: middle;
    border: 1px solid #cfc6c6;
    background: #ffffff;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_table_body_tr */
.mv_table_body_tr {
    border-bottom: 1px solid #cfc6c6;
}
/* mv_table_body_td1 */
.mv_table_body_td1 {
    padding: 10px 6px !important;
    text-align: right;
}
/* mv_table_body_td2 */
.mv_table_body_td2 {
    text-align: right;
}

.mv_table_body_td3,
.mv_table_body_td4,
.mv_table_body_td5 {
    text-align: center;
    padding: 5px 0 5px 0;
}

.icon_message_table {
    width: 100%;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_download_table {
    width: 100%;
    height: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
}
/* mv_pagination */
.mv_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mv_pagination a {
        color: #000000;
        padding: 6px 12px;
        text-decoration: none;
        transition: background-color 0.3s;
        border: 1px solid #707070;
        font-size: 11px;
    }

        .mv_pagination a.active {
            background-color: #8bd7ff;
            color: #000000;
            border: 1px solid #707070;
            font-size: 11px;
            font-weight: normal;
            font-style: normal;
        }

/* mv_users */
.mv_users {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*mv_users_container  */
.mv_users_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_new_user */
.mv_new_user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
}

/* mv_section_two_users */
.mv_section_two_users {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
/* mv_section_two_users1 */
.mv_section_two_users1 {
    width: 20%;
    display: flex;
    align-items: center;
}
/* mv_section_two_users_text */
.mv_section_two_users_text {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
/* mv_section_two_users2 */
.mv_section_two_users2 {
    display: flex;
    align-items: center;
    position: relative;
    width: 30%;
}

    .mv_section_two_users2 select {
        -webkit-appearance: none;
        padding-right: 10px;
        width: 100%;
        border: 0;
        left: 0;
        top: 0;
        height: 25px;
        border: 1px solid #707070;
        background: #ffffff;
        border-radius: 13px;
        font-size: 10px;
    }

/* mv_section_two_users2_label */
.mv_section_two_users2_label {
    margin-left: 5px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
/* mv_section_two_users2_last */
.mv_section_two_users2_last {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

    .mv_section_two_users2_last select {
        -webkit-appearance: none;
        padding-right: 14px;
        width: 65%;
        border: 0;
        left: 0;
        top: 0;
        height: 25px;
        border: 1px solid #707070;
        background: #ffffff;
        border-radius: 13px;
        font-size: 10px;
    }

/* mv_user_icon */
.mv_user_icon {
    z-index: 1;
    position: absolute;
    width: 9px;
    height: 10px;
    left: 10px;
}

/* mv_table_header1_1 */
.mv_table_header1_1 {
    width: 5%;
    padding: 10px 6px !important;
    text-align: right;
}
/* mv_table_header2_2 */
.mv_table_header2_2 {
    width: 10%;
    text-align: right;
}
/* mv_table_header3_3 */
.mv_table_header3_3 {
    width: 18%;
    text-align: right;
}

.mv_table_header4_4 {
    width: 18%;
    text-align: center;
}

.mv_table_header5_5 {
    width: 30%;
    text-align: right;
    padding: 10px 0;
}

.mv_table_header6_6 {
    width: 5%;
    text-align: right;
    padding: 10px 0;
}

.mv_table_header7_7 {
    width: 14%;
    text-align: center;
    padding: 10px 0;
}

/* mv_table_body_td1_1 */
.mv_table_body_td1_1 {
    padding: 10px 6px !important;
    text-align: right;
}

.icon_table {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.icon_table_edit_table,
.icon_table_trash_table,
.icon_table_ban_table {
    width: 30px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
}

.icon_table_trash_table {
    margin: 0 5px;
}
/* mv_product */
.mv_product {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_product_container*/
.mv_product_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_new_user */
.mv_new_user2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.mv_new_user2_right {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
}

.mv_new_user2_input {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    height: 30px;
    border: 1px solid #706969;
    padding-right: 50px;
}

.mv_new_user2_right_btn {
    position: absolute;
}

.mv_new_user2_right_btn {
    width: 15%;
    height: 30px;
    border-left: 1px solid #706969 !important;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 0 6px 6px 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* mv_new_user_btn */
.mv_new_user_btn {
    width: 23%;
    height: 30px;
    border: 1px solid #006013;
    border-radius: 4px;
    filter: drop-shadow(-1px 1px 0px #006013);
    background: #b4ffbb;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #1c782c;
    cursor: pointer;
}

.mv_new_user_btn_product {
    width: 80%;
    height: 30px;
    border: 1px solid #006013;
    border-radius: 4px;
    filter: drop-shadow(-1px 1px 0px #006013);
    background: #b4ffbb;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #1c782c;
    cursor: pointer;
}

.add_New_Class_into_the_School {
    width: 100%;
    height: 35px;
    border: 1px solid #003660;
    border-radius: 4px;
    filter: drop-shadow(-1px 1px 0px #003660);
    background: #9ec8ff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #0258ad;
    cursor: pointer;
}

    .add_New_Class_into_the_School:hover {
        background: #fff;
        filter: none !important;
    }

.mv_new_user_btn_product:hover {
    background: #fff;
    filter: none !important;
}

.mv_new_user_btn:hover {
    background: #fff;
    filter: none !important;
}

/* mv_new_user2_left */
.mv_new_user2_left {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
}

/* mv_table_header_product1 */
.mv_table_header_product1 {
    width: 15%;
    padding: 5px 0;
}

/* mv_table_header_product2 */
.mv_table_header_product2 {
    width: 20%;
    text-align: center;
    padding: 5px 0;
}
/* mv_table_header_product3 */
.mv_table_header_product3 {
    width: 20%;
    text-align: center;
    padding: 5px 0;
}

.mv_table_header_product4 {
    text-align: right;
    padding: 5px 0;
    width: 15%;
}

.mv_table_header_product5 {
    width: 10%;
    text-align: center;
}

/* mv_table_body_td_product1 */
.mv_table_body_td_product1 {
    text-align: center;
    padding-top: 5px;
}

.mv_table_body_td_product2,
.mv_table_body_td_product3 {
    text-align: center;
}

.mv_table_body_td_product3 {
    font-size: 13px;
}

.mv_table_body_td_product4 {
    text-align: right;
}

.mv_table_body_td_product5 {
    text-align: center;
}

/* mv_orders */
.mv_orders {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mv_orders_container*/
.mv_orders_container {
    width: 430px;
    height: 100vh;
    background: #fff;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(145, 145, 145, 0.2), 0 6px 20px 0 rgba(145, 145, 145, 0.2);
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
}
/* mv_orders_section_two */
.mv_orders_section_two {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
/* mv_orders_section_two_right */
.mv_orders_section_two_right {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
/* mv_orders_section_two_right_text */
.mv_orders_section_two_right_text {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-left: 3px;
}

.mv_orders_section_two_right select {
    background: #ffffff;
    -webkit-appearance: none;
    width: 65px;
    border: 0;
    left: 0;
    top: 0;
    height: 25px;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 13px;
    font-size: 10px;
    padding-right: 7px;
}

/* mv_orders_section_two_center */
.mv_orders_section_two_center {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/* mv_orders_section_two_center_text */
.mv_orders_section_two_center_text {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-left: 3px;
}

/* mv_orders_section_two_center_input */
.mv_orders_section_two_center select {
    -webkit-appearance: none;
    width: 65px;
    border: 0;
    left: 0;
    top: 0;
    height: 25px;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 13px;
    font-size: 10px;
    padding-right: 7px;
}

/* mv_orders_section_two_left */
.mv_orders_section_two_left {
    width: 30%;
    display: flex;
    align-items: center;
    position: relative;
}

.mv_orders_section_two_left_text {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-left: 3px;
}

.mv_orders_section_two_left select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    left: 0;
    top: 0;
    height: 25px;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 13px;
    font-size: 10px;
    padding-right: 7px;
}
/* mv_user_icon_right */
.mv_user_icon_right {
    z-index: 1;
    position: absolute;
    width: 7px;
    height: 8px;
    left: 10px;
}

/* mv_user_icon_center */
.mv_user_icon_center {
    z-index: 1;
    position: absolute;
    width: 7px;
    height: 8px;
    left: 7px;
}

.mv_user_icon_left {
    z-index: 1;
    position: absolute;
    width: 7px;
    height: 8px;
    left: 7px;
}

/* mv_table_header_orders1 */
.mv_table_header_orders1 {
    width: 17%;
    padding: 10px 6px !important;
    text-align: right;
}
/* mv_table_header_orders2 */
.mv_table_header_orders2 {
    width: 28%;
    text-align: right;
}
/* mv_table_header_orders3 */
.mv_table_header_orders3 {
    width: 16%;
    text-align: center;
}
/* mv_table_header_orders4 */
.mv_table_header_orders4 {
    width: 15%;
    text-align: center;
}
/* mv_table_header_orders5 */
.mv_table_header_orders5 {
    width: 16%;
    text-align: right;
    padding: 10px 0;
}
/* mv_table_header6_6 */
.mv_table_header6_6 {
    width: 14%;
    text-align: center;
    padding: 10px 0;
}
/* mv_table_header7_7 */
.mv_table_header7_7 {
    width: 14%;
    text-align: center;
    padding: 10px 0;
}

/* mv_table_body_td_orders1 */
.mv_table_body_td_orders1 {
    padding: 10px 6px !important;
    text-align: right;
}
/* mv_table_body_td_orders4 */
.mv_table_body_td_orders4 {
    text-align: center;
    padding-top: 5px;
}
/* mv_table_body_td_orders3 */
.mv_table_body_td_orders3 {
    text-align: center;
}
/* mv_table_body_td_orders6 */
.mv_table_body_td_orders6 {
    text-align: center;
    padding: 0 8px;
}
/* mv_btn_view */
.mv_btn_view {
    height: 20px;
    width: 51px;
    border-color: #0471ff;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    background: #b8d7ff;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    color: #0370ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_user_select,
.mv_orders_section_two_right_select,
.mv_orders_section_two_center_select {
    font-size: 8.5px !important;
}

@media only screen and (max-width: 425px) {
    .mv_section_one_home_work_right_h1 {
        font-size: 13px;
    }

    .mv_home_work_left_text_one,
    .mv_home_work_left_text_two {
        font-size: 13px;
    }
}

@media only screen and (max-width: 415px) {
    .mv_section_two_dashboard_box_two_img2 {
        width: 160px !important;
        height: 150px !important;
    }

    .mv_section_two_dashboard_box_three1 {
        width: 200px !important;
        height: 130px;
    }

    .mv_orders_section_two_center_text,
    .mv_orders_section_two_left_text {
        font-size: 9px !important;
    }

    .mv_last_name_input::-webkit-input-placeholder,
    .mv_name_input_one::-webkit-input-placeholder {
        font-size: 10px;
    }

    .mv_user_icon_right {
        left: 15px;
    }

    .mv_section_two_select_class_button1,
    .mv_section_two_select_class_button2 {
        font-size: 13px;
    }

    .mv_section_two_users2_label {
        font-size: 9px;
    }

    .mv_section_two_users_text {
        font-size: 9px;
    }

    .mv_section_two_users2 select {
        font-size: 9px;
    }

    .mv_table_body_tr {
        font-size: 9px;
    }

    .mv_table_header {
        font-size: 9px;
    }
}

@media only screen and (max-width: 410px) {
    .mv_user_icon_left,
    .mv_user_icon_center,
    .mv_user_icon_right {
        left: 8px !important;
    }

    .mv_postal_code_label,
    .mv_address_label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 395px) {
    .mv_last_name_input::-webkit-input-placeholder,
    .mv_name_input_one::-webkit-input-placeholder {
        font-size: 9.5px;
    }
}

@media only screen and (max-width: 390px) {
    .mv_orders_section_two_right_text {
        font-size: 8.5px !important;
    }
}


/* The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: rgb(230 230 230 / 0%);
    margin-right:5%;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

/* The Close Button */
.close {
    color: orangered;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.closeEdit {
    color: orangered;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.closeEdit,
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* End The Modal */

.mv_register_button1:hover {
    background: rgb(59 59 59 / 99%);
    -webkit-transition: all 0.5s ease;
    transition: background 0.5s ease;
}

/* مربوط به multiple choice */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Raleway");

.container {
    position: relative;
    width: 100%;
    margin: 4px auto 30px;
}

.btn-select {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .btn-select .btn-text {
        font-size: 17px;
        font-weight: 400;
        color: #333;
    }

    .btn-select .arrow-down {
        display: flex;
        height: 21px;
        width: 21px;
        color: #fff;
        font-size: 14px;
        border-radius: 50%;
        background-color: #4070f4;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .btn-select.open .arrow-down {
        transform: rotate(-180deg);
    }

.list-items {
    position: relative;
    margin-top: 15px;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.btn-select.open ~ .list-items {
    display: block;
}

.list-items .item-choice {
    display: flex;
    align-items: center;
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px;
}

    .list-items .item-choice:hover {
        background-color: #e7edfe;
    }

.item-choice .item-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.item-choice .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-left: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
}

.item-choice.checked .checkbox {
    background-color: #4070f4;
    border-color: #4070f4;
}

.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.item-choice.checked .check-icon {
    transform: scale(1);
}

.list-items {
    position: absolute;
    z-index: 100;
}
/* انتهای multiple choice */

.NewMarginRight {
    margin-right: 27%;
}

/* مربوط به آپلود عکس */

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: inherit;
    margin: 0 0 0.75em 0;
    color: desaturate(cadetblue, 15%);
    text-align: center;
}

.box {
    display: block;
    min-width: 300px;
    height: 300px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 75px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}

    .upload-options:hover {
        background-color: lighten(cadetblue, 10%);
    }

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: "افزودن تصویر";
            position: relative;
            font-size: 1.4rem;
            color: rgba(230, 230, 230, 1);
            right: calc(36% - 1.25rem);
            z-index: 0;
        }

        .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js--image-preview {
    height: 225px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../assets/image/empty.png");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .js--image-preview::after {
        content: "";
        position: relative;
        font-size: 4.5em;
        color: rgba(230, 230, 230, 1);
        top: calc(50% - 3rem);
        left: calc(50% - 2.25rem);
        z-index: 0;
    }

    .js--image-preview.js--no-default::after {
        display: none;
    }

    .js--image-preview:nth-child(2) {
        background-image: url("../assets/image/empty.png");
    }

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.8);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* انتهای مربوط به آپلود عکس */

.change-border:hover {
    border-color: #0471ff;
    color: #0471ff;
}

.change-border:hover .mv_section_two_schoole_one_text {
    color: #0471ff;
}
.span-width{
    width:144px;
}

.mv_mine_plus_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35%;
    height:34px;
}
.mv_plus_btn {
    width: 18px;
    height: 18px;
    border: 1px solid #61c876;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #61c876;
    cursor:pointer;
}
    .mv_plus_btn:hover {
        background-color: #5ccf738c;
    }

    .mv_number_btn {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        color: #000000;
    }

.mv_mine_btn {
    width: 18px;
    height: 18px;
    border: 1px solid #ff6868;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ff6868;
    cursor:pointer;
}
    .mv_mine_btn:hover {
        background-color: #ff686881;
    }

.Home-icon:hover path {
    fill: #0471ff;
}

.Home-icon {
    margin-left:10px;
}

.PreventDefaulBtn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
}