
.content_box {
    padding: 54px 36px;
}

.tab {
    margin-bottom: 24px;
}

.tab .sub_tab {
    display: inline-block;
    font-size: 16px;
    margin-right: 48px;
    cursor: pointer;
    color: #666;
}

.tab .sub_tab_book {
    display: inline-block;
    font-size: 16px;
    margin-right: 48px;
    cursor: pointer;
    color: #666;
}

.tab .sub_tab_on {
    border-bottom: 3px solid #026DD1;
    padding-bottom: 4px;
    color: #000;
}

table.table_order {
    border-collapse: collapse;
    width: 100%;
}

table.table_order th {
    padding: 20px 15px 20px 32px;
    text-align: left;
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

table.table_order td {
    padding: 20px 15px 20px 32px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
}

table.table_order td span.text_blue {
    color: #026DD1;
}

table.table_order td a.table_cancel {
    border: 1px solid #BA2B00;
    border-radius: 2px;
    height: 24px;
    display: block;
    line-height: 24px;
    width: 88px;
    text-align: center;
    font-size: 14px;
    color: #BA2B00;
    margin-left: -110px;
}

.table_enter {
    border: 1px solid #1827d5;
    border-radius: 2px;
    height: 24px;
    display: block;
    line-height: 24px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #1827d5;
    margin-left: -100px;
}

.table_rate {
    border: 1px solid #7591d5;
    border-radius: 2px;
    height: 24px;
    display: block;
    line-height: 24px;
    width: 88px;
    text-align: center;
    font-size: 14px;
    color: #619ad5;
    margin-left: -100px;
}

table.table_order td a.table_view {
    border-radius: 2px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #026DD1;
    width: 92px;
    margin: 0 auto;
    height: 32px;
}

table.table_order td a.table_exam {
    border-radius: 2px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #026DD1;
    width: 92px;
    height: 32px;

    border: 1px solid #026DD1;

}

table.table_order td.star {
    color: #026DD1;
    text-align: center;
    cursor: pointer;
}

.margin_top_39 {
    margin-top: 39px;
}


.padding_top_24 {
    padding-top: 24px;
}

.padding_left_32 {
    padding-left: 32px;
}

.e_book_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
}

.e_book_box {
    background: #FFFFFF;
    border-radius: 2px;
    width: 208px;
    height: 300px;
    overflow: hidden;
    padding: 24px;
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 28px;
}

.e_book_box .img {
    background: #D8D8D8;
    border: 1px solid #979797;
    width: 208px;
    height: 221px;
}

.e_book_box .text {
    font-size: 16px;
    color: #000;
    margin-top: 16px;
}

.e_book_box_num {
    position: relative;
}

.e_book_box_num .num {
    position: absolute;
    right: 32px;
    top: 32px;
    font-size: 16px;
    color: #999;
    text-align: right;
}

.e_book_box_num .num span {
    color: #026DD1;
    font-size: 26px;
    display: block;
    padding-top: 8px;
}

.e_book_box_num .input_title {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}

.e_book_box_num .o_text {
    font-size: 16px;
    color: #999;
    height: 120px;
    overflow: hidden;
}

#calendar2 h2 {
    margin-top: 5px;
}

.fc-prev-button, .fc-next-button {
    background-color: #fff !important;
    border: none !important;
    color: #979797 !important;
}

.setting_box {
    background: #FFFFFF;
    width: calc(50% - 16px);
    margin-right: 32px;
    padding: 24px;
    padding-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    box-sizing: border-box;
}

.setting_box.right {
    margin-right: 0;
}

#settings .setting_box.left .setting_input {
    margin-bottom: 0;
}

.setting_box.left .setting_field_title {
    margin-top: 40px;
}

.setting_text,.setting_text2{
    font-size: 16px;
    color: #7A7472;
    margin-bottom: 35px;
}

.setting_text2 {
    margin-bottom: 16px;
}

.setting_title {
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #000;
}

.setting_form_box {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.setting_field_title {
    font-size: 14px;
    color: #7a7472;
    margin-bottom: 8px;
}

.setting_input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    font-size: 14px;
    flex-grow: 1;
    /* margin-bottom: 26px; */
}

.setting_btn {
    font-size: 16px;
    color: #fff;
    background-color: #026DD1;
    height: 48px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    border: none;
    width: 100%;
}

.setting_box2 {
    margin-bottom: 29px;
}

.security_box2:last-child {
    margin-bottom: 22px;
}

.setting_box2 .right {
    margin-left: 20px;
}

.setting_box2 .img img {
    width: 48px;
    height: auto;
}

.setting_box2 .right .link {
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.30);
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    color: #262626;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    min-width: 216px;
    max-width: 100%;
}

.setting_box2 .right .link img {
    width: 18px;
    height: auto;
    margin-right: 16px;
}

.setting_left {
    float: left;
    font-size: 16px;
    color: #262626;
    margin-bottom: 16px;
}

.setting_right {
    float: right;
    font-size: 16px;
    color: #262626;
    margin-bottom: 16px;
    padding-right: 24px;
}

.setting_right svg {
    margin-right: 5px;
}

.setting_btn2 {
    font-size: 16px;
    color: #262626;
    border: 1px solid #000;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
    margin-left: 11px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.setting_item {
    position: relative;
    margin-bottom: 20px;
}

.setting_item .form-control-feedback2 {
    top: 49.5px;
}
.security_box .setting_item .form-control-feedback2 {
    bottom: 6px;
    top: auto;
}

/* Security */
.security_box .setting_title {
    margin-bottom: 40px;
}

.security_box .setting_btn {
    margin-top: 20px;
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #ccc;
}


.profile_box {
    /* width: 672px; */
    padding: 32px;
    background-color: #fff;
    margin: 0 auto 24px auto;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    border-radius: 2px;
}

.profile_box:last-child {
    margin-bottom: 0;
}



.file_img {
    float: left;
    margin-right: 24px;
}

.file_img .user_header_img {
    width: 118px;
    height: 118px;
    border: 1px solid #E5E5E5;
}

.file_text {
    font-size: 16px;
    color: #666;
}

.file_btn {
    border-width: 2px;
    border: 2px solid #026DD1;
    width: 100px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}

.upload_img_file {
    position: absolute;
    width: 100px;
    height: 32px;
    z-index: 1;
    opacity: 0;
    left: 0;
    cursor: pointer;
}

.file_title {
    font-size: 18px;
    color: #000000;
    height: 26px;
}

.num_box_sub {
    display: none;
}

.profile_title {
    font-size: 18px;
    color: #000000;
    float: left;
}

.profile_title_right {
    float: right;
    text-align: center;
    border: 2px solid #026DD1;
    width: 120px;
    line-height: 36px;
    cursor: pointer;
}

.profile_title_right2 {
    float: right;
    cursor: pointer;

    border: 2px solid #026DD1;
    width: 89px;
    /* height: 32px; */
    /* line-height: 32px; */
}

.profile_input {
    float: left;
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-top: 24px;
}

.profile_input2 {
    float: right;
    width: calc(50% - 16px);
    margin-top: 24px;
}

.profile_input3 {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    max-width: 360px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;
    float: right;
}

.profile_input .setting_title,
.profile_input2 .setting_title,
.profile_input3 .setting_title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: normal;
}

.profile_box .payment_box_input {
    max-width: 360px;
    padding: 0;
    margin: 0;
}

.profile_left {
    float: left;
    font-size: 16px;
    color: #666;
    margin-top: 24px;
}

.profile_right {
    float: right;
    font-size: 16px;
    color: #262626;
    margin-top: 24px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.discount_box {
    background: url("../img/discount_bg.png") no-repeat;
    width: 346px;
    height: 205px;
    margin: 0 10px 32px;
    float: left;
    position: relative;
    background-size: 100% auto;
}

.discount_box .icon {
    padding-left: 16px;
    padding-top: 28px;
    float: left;
    width: 80px;
}

.discount_box .icon svg {
    color: #fff;
    width: 64px;
    height: 50px;
}

.discount_box .icon_text {
    float: left;
    padding-left: 16px;
}

.discount_box .icon_text2 {
    font-size: 20px;
    color: #FFFFFF;
    padding:16px 0 0;
}

.discount_box .icon_text3 {
    position: absolute;
    right: 16px;
    top: 73px;
    font-size: 14px;
    color: #fff;
}

.discount_box .icon_text4 {
    font-size: 14px;
    padding-left: 16px;
    padding-top: 33px;
    color: #262626;
}

.discount_box .icon_text5 {
    font-size: 14px;
    padding-left: 16px;
    padding-top: 11px;
    color: #262626;
}

.discount_box .icon_price {
    font-size: 24px;
    color: #FFFFFF;
}

.discount_box .icon_type {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #7A7472;
    font-size: 14px;

}

.discount_box .icon_type2 {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 14px;
    color: #e9452f;
}

.discount_box_link{
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: #c0a353;
    text-decoration: underline;
}
.friend_back {
    font-size: 14px;
    margin-bottom: 50px;
}

.friend_back a {
    color: #026DD1;
}

.e_book_title span {
    font-size: 14px;
    color: #004483;
    float: right;
}

table.table_friend {
    border-collapse: collapse;
    width: 100%;
}

table.table_friend thead {
    border-radius: 5px;
    background-color: #f5f5f5;
}

table.table_friend th {
    padding: 20px 15px;
    text-align: left;
    font-weight: normal;
    color: #262626;
    font-size: 16px;
}

table.table_friend td {
    padding: 20px 15px;
    text-align: left;
    color: #7a7472;
    font-size: 16px;
}

table.table_friend td.income {
    color: #C0A353;
}

table.table_friend tr.check {
    background: rgba(219, 232, 245, 0.30);
}

table.table_friend tr.check td {
    color: #026DD1;
    font-weight: bold;
}

table.table_friend td a {
    color: #045d72;
}

.balance_term {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.balance_btn_list {
    float: right;
    margin-bottom: 10px;
}

.balance_btn_list button {
    font-size: 14px;
    color: #026DD1;
    border: 1px solid #026DD1;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-left: 10px;
}

.balance_btn_list button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    outline: 0;
}

.balance_btn_list button:hover {
    background-color: #026DD1;
    color: #fff;
}

.payment_box_input {
    margin-top: 5px;
    max-width: 150px;
    width: 100%;
    float: left;
    position: relative;
}
.payment_box_input .form-control-feedback{
    height: 30px;
}
.balance_term_text2 {
    margin: 0 20px;
}

.balance_btn_wrapper {
    margin-left: 16px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    left: 13px;
    display: block;
    width: 34px;
    line-height: 42px;
    text-align: center;
    padding-top: 12px;
    color: #7a7472;
}

.balance_btn_c {
    width: 114px;
    font-size: 16px;
    color: #fff;
    background: #0eb58e;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 6px 12px 6px 35px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.friend_list {
    width: calc(40% - 32px);
    text-align: center;
    float: left;
    margin-right: 32px;
}

.friend_list_text {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 16px;
}

.friend_list svg {
    width: 64px !important;
    height: 64px;
    color: #C0A353;
}

.friend_list .btn {
    background: #026DD1;
    margin-top: 32px;
    border-radius: 2px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.friend_list2 {
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 66px;
}

.friend_list2_text {
    font-size: 24px;
    color: #262626;
    margin-bottom: 16px;
}

.friend_list2_text2 {
    font-size: 16px;
    color: #262626;
}

.friend_list2_text3 {
    font-size: 16px;
    color: #7A7472;
    margin-bottom: 40px;
}

.friend_list3_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.friend_list3 {
    background: #FFFFFF;
    width: 315px;
    height: 130px;
    /* float: left; */
    /* margin-right: 32px; */
    padding: 16px;
}

.friend_list3 .font_icon {
    margin-right: 25px;
}

.friend_list3 .font_icon img {
    width: 36px;
    height: auto;
}

.friend_list3 .font_right {
    width: 240px;
}

.friend_list3 .font_right p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 1;
}

.friend_list3 .font_right .font_right_text {
    font-size: 16px;
    color: #666;
}

.share_link_wrapper {
    display: flex;
    justify-content: space-between;
}

.share_link {
    font-size: 14px;
    color: #262626;
    /* padding-left: 20px; */
    margin-bottom: 8px;
}

.share_link2 {
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.30);
    border-radius: 2px;
    width: 133px;
    height: 40px;
    font-size: 16px;
    color: #262626;
    line-height: 40px;
    cursor: pointer;
    padding-left: 11px;
    margin-left: 20px;
    display: inline-block;
}

.share_link2 img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.share_link_input {
    position: relative;
    /* padding-left: 20px; */
    width: 474px;
}

.qr {
    text-align: center;
    color: #666;
    font-size: 16px;
    /* float: right; */
    /* margin-top: -70px; */
}

.qr p {
    margin-bottom: 15px;
}

.qr span {
    opacity: 0.5;
}

.qr img {
    width: 144px;
    height: auto;
}

.copy_link {
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 12px;
    color: #026DD1;
    cursor: pointer;
}

.progress_list {
    padding-left: 20px;
    margin-bottom: 24px;
}

.progress_list .progress_list_img {
    background: #EFEFEF;
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 50%;
}

.progress_list .progress_list_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.progress_list_right {
    float: left;
    margin-left: 24px;
}

.progress_list_right p {
    font-size: 16px;
    color: #262626;
    margin-bottom: 8px;
}

.progress_list_right .progress_list_text {
    font-size: 14px;
    color: #026DD1;
}


.star_box1 {
    text-align: center;
    font-size: 14px;
    color: #7F7F7F;
    margin-bottom: 24px;
}

.star_box2 {
    color: #B2B2B2;
    text-align: center;
}

.star_box2 svg {
    width: 30px !important;
    height: 30px;
    margin-right: 10px;
}

.star_box2 .on {
    color: #026DD1;
}


.star_box3 {
    text-align: center;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #026DD1;
}

.star_box4 {
    font-size: 14px;
    color: #000000;
}

.myModal_record_text {
    font-size: 14px;
    color: #7F7F7F;
    margin-bottom: 8px;
}

.myModal_record_text2 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
}

#myModal_record .modal-dialog2 {
    width: 448px;
    position: fixed;
    height: 466px;
    z-index: 1051;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    background: #FFFFFF;
}

.booking6_box {
    padding-left: 32px;
    margin-bottom: 70px;
}

.booking6_box_left {
    float: left;
    /* width: 505px; */
}

.booking6_box_left .text1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
    margin-top: 8px;
}

.booking6_box_left .text2 {
    font-size: 16px;
    color: #666;
    opacity: 0.5;
}

.booking6_box_right {
    float: right;
}

.booking6_box_right a {
    border: 2px solid #246efc;
    width: 134px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    display: block;
}

.booking6_box_link {
  padding: 20px 0;
}

.booking6_box_link a {
    border: 1px solid #d2d2d2;
    line-height: 16px;
    text-align: center;
    padding: 13px 12px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    min-width: 60px;
}

.booking6_box_link a.on,
.booking6_box_link a:hover {
    color: #026DD1;
    /* background-color: #026DD1; */
    border-color: #026DD1;
}

.booking6_box_text {
    margin-top: 24px;
    font-size: 14px;
    color: #000000;
}

.booking6_box_text2 {
    float: left;
    margin-right: 10px;
    /* padding-top: 2px; */
    font-size: 0;
    line-height: 20px;
    height: 20px;
}

.booking6_box_text2 span {
    background: #1BA1B6;
    width: 36px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.booking6_box_text2 span.off {
    background: #ccc;
}

.booking6_box_text3 {
    font-size: 14px;
    /* float: left; */
    color: #666;
    /* width: 130px; */
    /* text-align: right; */
}
.textarea_box{
    overflow: hidden;
    margin-bottom: 20px;
}

textarea {
    padding: 12px;
}

.margin-top-50 {
    margin-top: 50px;
}


.balance_term_text {
    float: left;
    margin-right: 16px;
    padding-top: 15px;
}

.star_box4 .btn {
    background: #f5f5f5;
    margin-top: 92px;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    color: #026DD1;
    font-size: 16px;
}



.star_box3_cancel {
    text-align: center;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #333;
}

.star_box4 .btn_cancel {
    background: #026DD1;
    margin-top: 92px;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}


.setting-select {
    display: inline-block;
    width: 413px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    border: 1px solid #a6a6a6;
    text-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
}

.setting-select:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: #026dd1 solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    top: 12px;
    right: 15px;
    cursor: pointer;
    z-index: -2;
}

.setting-select select {
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;

}

.setting-select select:focus {
    outline: none;
}



/*Ã¦â€”Â¶Ã©â€”Â´Ã¦Å½Â§Ã¤Â»Â¶ Ã¤Â¸ÂÃ¨Æ’Â½Ã©â‚¬â€°Ã¦â€¹Â©Ã¦â€”Â¥Ã¦Å“Å¸*/
.datetimepicker-hours .table-condensed thead {
    display: none;
}

.datetimepicker-hours .table-condensed {
    width: 193px;
}

.record_input {
    text-align: center;
}

.record_input input {
    width: 42%;
    display: inline-block;
}

.record_input span {
    width: 11%;
    display: inline-block;
}


/****************404***************/
.errorContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;

}

.errorContainer .errorBox {
    background: url("../../common/img/img-404.png") no-repeat bottom;
    background-size: 100%;
    height: 70vh;
}

.errorContainer .errorCode {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 10px;
}

.errorContainer .errorText span {
    font-size: 24px;
    background: #000;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 13px;
}

.errorContainer .errorText {
    display: flex;
    flex-wrap: wrap;
}

.errorContainer .errorLink {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #246efc;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 50px auto 0;
    cursor: pointer;
}

/* Invite friends */
.reward_point_deatil_sub_title {
    margin-bottom: 35px;
}

.reward_point_deatil_sub_title .setting_text {
    margin-bottom: 0;
}

/* Screen width small size */
@media screen and (max-width: 1440px) {
    .profile_box {
        max-width: 736px;
    }
}

/* Screen height too small */
@media screen and (max-height: 800px) {
    .errorContainer .errorBox {
        height: 60vh;
    }

    .errorContainer .errorCode {
        font-size: 60px;
        margin-bottom: 0;
    }

    .errorContainer .errorText span {
        font-size: 20px;
        margin-bottom: 0;
        padding: 0;
    }

    .errorContainer .errorText {
        display: inline-flex;
        background: #000;
        padding: 5px 13px;
    }
}


#showCourse {
    cursor: pointer;
}

/*Ã¨Â´Â¦Ã¥ÂÂ·Ã¨Â®Â¾Ã¥Â®Å¡ Ã¤Â¿Â®Ã¦â€Â¹Ã¦Â Â·Ã¥Â¼Â*/
#settings .dropdown {
    width: 100px;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-right: 10px;
    border-color: rgba(0, 0, 0, 0.10);
}

#settings .dropdown > div {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

#settings .selected {
    width: 40px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 23px 0 12px;
}

#settings .setting_input[name='phoneNumber'] {
    width: calc(100% - 122px);
}
#settings .setting_input{
    margin-bottom:20px;
}

#copy {
    width: auto;
    background: #246efc;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 500;
}

/*Ã©â‚¬Å¡Ã§Å¸Â¥Ã¤Â¸Â­Ã¥Â¿Æ’*/
.add_news_text {
    font-size: 14px;
    color: #026dd1;
    margin-top: 11px;
    margin-bottom: 25px;
    cursor: pointer;
    display: inline-block;
}
.message_item_news {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    /* width: 730px; */
}

.message_item_news2 {
    background-color: #f5f9fd;
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.message_item_news .off_status {
    background-color: #fff;
}

.message_item_news .message_item_icon {
    float: left;
    width: 24px;
}

.message_item_news .message_item_icon img {
    width: 100%;
}

.message_item_news .message_item_right {
    float: left;
    width: 80%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-left: 10px;
    line-height: 1.5;
}

.message_item_news .message_item_right p {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.message_item_news .message_item_close {
    position: absolute;
    right: 12px;
    display: none;
    cursor: pointer;
    top: 12px;
}


/*æˆ‘çš„è®¢å•*/

table.table_order td a.table_view_Invoice {
    border-radius: 4px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #026DD1;
    width: 138px;
    cursor: pointer;
}

table.table_order td a.table_view_Invoice:hover {
    background-color: #003db2;
}

table.table_order td a.table_view_paying {
    border-radius: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #026DD1;
    width: 138px;
    height: 40px;
    border: 1px solid #026DD1;
    margin-right: -40px;
}

table.table_order td a.table_view_paying:hover {
    background-color: #246efc;
    color: #fff;
    border: 1px solid #246efc;
}

.add_my_order .table_order > tbody > tr:nth-of-type(odd) {
    background-color: #f0f3f8;
}

a.order_link {
    color: #026dd1;
    text-decoration: underline;
    font-weight: bold;
}

a.order_link:hover {
    text-decoration: none;
}


#myModal_dialog_1 .modal-close {
    color: #666;
    font-size: 18px;
    /* height: 30px; */
}


#myModal_dialog_1 .modal-body {
    padding: 0;
    margin: 28px 20px 0;
}

#myModal_dialog_1 .modal-dialog {
    width: 640px;
    border-radius: 4px;
    padding: 0;
}

#myModal_dialog_1 .order_dialog_title {
    margin-bottom: 20px;
    padding-right: 5px;
}

#myModal_dialog_1 .order_dialog_title .text1 {
    font-size: 24px;
    font-weight: bold;
    color: #234c71;
    float: left;
}

#myModal_dialog_1 .order_dialog_title .text2 {
    float: right;
    text-align: right;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

#myModal_dialog_1 .text2_add {
    color: #026dd1;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 22px;
}

#myModal_dialog_1 .text2_add span.left {
    float: left;
}

#myModal_dialog_1 .text2_add span.right {
    float: right;
}

#myModal_dialog_1 .order_dialog_item {
    margin-top: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 5px;
}

#myModal_dialog_1 .order_dialog_item:last-child {
    border-bottom: 0;
}

#myModal_dialog_1 .order_dialog_item .text3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

#myModal_dialog_1 .order_dialog_item .text4 {
    font-size: 14px;
    float: left;
    /* margin-bottom: 16px; */
}

#myModal_dialog_1 .order_dialog_item .text5 {
    font-size: 14px;
    float: right;
    text-align: right;
    margin-bottom: 16px;
}

#myModal_dialog_1 .order_dialog_item .text6 {
    font-size: 14px;
    float: right;
    text-align: right;
    margin-bottom: 16px;
    color: #666;
}

#myModal_dialog_1 .order_dialog_item .text7 {
    font-size: 14px;
    float: left;
    margin-bottom: 16px;
    color: #666;
}

#myModal_dialog_1 .order_dialog_total_box {
    width: 664px;
    border-top: 1px solid #d8d8d8;
    margin-left: -24px;
    padding-right: 24px;
    padding-top: 20px;
}

#myModal_dialog_1 .order_dialog_total_box2 {
    width: 640px;
    border-bottom: 1px solid #d8d8d8;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
}

#myModal_dialog_1 .order_dialog_total {
    font-weight: bold;
    font-size: 16px;
    color: #026dd1;
}

#myModal_dialog_1 .modal-footer {
    padding-top: 18px;
    border-top: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 18px 38px 0; */
}

#myModal_dialog_1 .order_dialog_total span {
    color: #000;
    padding-right: 10px;
}

#myModal_dialog_1 .order_dialog_btn {
    width: 136px;
    height: 48px;
    border-radius: 25px;
    background-color: #026dd1;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#myModal_dialog_1 .order_dialog_btn:hover {
    background-color: #003db2;
}


/*tip_booking_info*/
.boookingInfo_title{
    padding-top: 15%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
}

/*******************pad ç‰ˆ********************/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .content {
        min-height: inherit;
        padding-bottom: 50px;
    }
    .content_box {
        padding: 30px 30px 0;
    }
    .content_box .setting_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .content_box .setting_box:last-child {
        margin-bottom: 0;
    }

    /* Preference settings */
    .padding_left_32,
    .booking6_box,
    .booking6_box_link {
        padding-left: 0;
    }

    .booking6_box_lin {
        padding-left: 0 !important;
    }

    .booking6_box_lin textarea {
        max-width: 100% !important;
        border: solid 1px #e9e9e9;
        border-radius: 4px;
    }

    /* Invite friends */
    .friend_list3 {
        width: 100%;
        height: auto;
    }

    .friend_list3 .font_right {
        width: 100%;
    }

    .balance_term {
        height: auto;
    }

    .balance_btn_wrapper {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .balance_btn_wrapper .balance_btn_c {
        margin: 0 10px 0 0;
    }

    /* Setting */
    .profile_title_right {
        margin-top: 20px;
    }

}
.format_timezone{
    height: 40px;
    line-height: 38px;
}
