﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('/AdminCp/Controls/Store/OrderService.css');

.page-member {
    padding: 70px 0;
}

.p-tb-70 {
    padding: 70px 0;
}

.min-login {
    padding: 50px 0;
}

    .min-login > .profile-content {
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

.pd-0 {
    padding: 0px;
}

.page-member .page-member--info {
    background: var(--color-white);
    padding: 15px;
}

.list-service {
    display: flex;
    flex-direction: column;
}

.managerBook-box .row {
    width: 100%;
}
.managerBook-box__action {
    justify-content: flex-end;
}
.managerBook-box__action div {
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
}
.managerBook-box__action .managerBook-box__change {
    margin-right: 10px;
    background: #269e41;
}
.managerBook-box__action .managerBook-box__cancel {
    background: #d0011b;
}
.managerBook-box-title {
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    margin: 25px 0;
    color: #333333;
    font-weight: 600;
}
.managerBook-box__date {
    background: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
}
.managerBook-box__date p{
    margin-bottom: 0;
    margin-right: 2px;
}
.managerBook-box__detail {
    margin-bottom: 10px;
}
    .managerBook-box__detail > div{
        margin-bottom: 15px;
    }
    .managerBook-box__date span {
        margin-bottom: 0;
        margin-left: 2px;
    }
div.managerBook-box__item > p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #283034;
}
.managerBook-box__item span {
    font-size: 15px;
    font-weight: 400;
    color: #283034;
}
.managerBook-box__item {
    padding: 10px 15px;
    background: #fff;
}
    .managerBook-box__item >div > div:not(:first-child) {
        flex: 0 0 20%;
    }
    .managerBook-box__item > div > div:first-child {
        flex: 0 0 40%;
    }
    .managerBook-box__item:not(:last-child) {
        margin-bottom: 1px;
    }
    .managerBook-box__item p {
        font-size: 15px;
        font-weight: 400;
        color: #283034;
        margin-bottom: 0;
    }
.managerBook-box .row > div {
    display: flex;
}

.page-member .page-member--box {
    background: var(--color-white);
}

    .page-member .page-member--box .page-member__about {
        height: 100%;
        background: var(--color-logo-x);
        color: var(--color-white);
        padding: 30px;
    }

        .page-member .page-member--box .page-member__about .page-member__title {
            font-size: 22px;
            margin-bottom: 10px;
        }

            .page-member .page-member--box .page-member__about .page-member__title h3 {
                line-height: 36px;
            }

        .page-member .page-member--box .page-member__about .page-member--line {
            line-height: 19px;
            font-weight: 300;
            font-size: 14px;
            margin-top: 5px;
        }

        .page-member .page-member--box .page-member__about .login-other {
            font-size: 14px;
            line-height: 22px;
        }

            .page-member .page-member--box .page-member__about .login-other a {
                color: var(--color-white);
                padding: 0 2px;
                text-decoration: underline;
                font-size: 13px;
                font-weight: 500;
            }

    .page-member .page-member--box .page-member--form {
        padding: 30px 30px 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        .page-member .page-member--box .page-member--form .page-member__input {
            width: 100%;
            margin-bottom: 15px;
        }

            .page-member .page-member--box .page-member--form .page-member__input input {
                width: 100%;
                height: 42px;
                border: 1px solid #e9e9e9;
                padding: 0 15px;
                outline: none;
                transition: all .3s ease;
            }

            .page-member .page-member--box .page-member--form .page-member__input select {
                border: 1px solid #e9e9e9;
                outline: none;
                width: 100%;
                height: 42px;
                padding: 0 10px;
                transition: all .3s ease;
            }

                .page-member .page-member--box .page-member--form .page-member__input input:focus,
                .page-member .page-member--box .page-member--form .page-member__input select:focus {
                    border: 1px solid var(--color-logo-x);
                }

        .page-member .page-member--box .page-member--form .page-member--forgot {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

            .page-member .page-member--box .page-member--form .page-member--forgot.reg {
                justify-content: space-between;
                font-size: 13px;
                font-weight: 500;
                line-height: 20px;
            }

                .page-member .page-member--box .page-member--form .page-member--forgot.reg span i {
                    margin-right: 5px;
                    color: #30bb02;
                    font-size: 15px;
                }

                    .page-member .page-member--box .page-member--form .page-member--forgot.reg span i.fa-exclamation-triangle {
                        color: var(--color-logo-d);
                    }

            .page-member .page-member--box .page-member--form .page-member--forgot a {
                color: #2370F4;
                font-weight: 600;
            }

        .page-member .page-member--box .page-member--form .page-member--btn {
            width: 100%;
            margin-top: 15px;
        }

            .page-member .page-member--box .page-member--form .page-member--btn button {
                border: 0;
                border-radius: 2px;
                box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
                cursor: pointer;
                display: inline-block;
                font-size: 14px;
                font-weight: 600;
                line-height: 18px;
                padding: 12px 20px;
                text-transform: uppercase;
                width: 100%;
                background: var(--color-logo-x);
                color: var(--color-white);
                transition: all .2s ease;
            }

                .page-member .page-member--box .page-member--form .page-member--btn button:hover {
                    opacity: .8;
                }

.btn-memberinfo-update {
    width: 100%;
    border-radius: 2px;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);*/
    height: 40px;
    background: var(--default);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    outline: none;
    transition: all .2s ease;
}

    .btn-memberinfo-update:hover {
        background: #fff;
        color: var(--default);
        border: 1px solid;
    }

.mod-login-btn .btn-danger {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%;
    background: var(--color-logo-x);
    color: var(--color-white);
    transition: all .2s ease;
}

.mod-login-btn .next-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    outline: none;
    background: var(--default);
    color: #fff;
    transition: all 300ms;
    padding: 7px;
    border: 1px solid;
    align-items: center;
    border-radius: 2px
}

    .mod-login-btn .next-btn:hover {
        background: #fff;
        border: 1px solid;
        color: var(--default);
        transition: all 300ms;
    }

.mod-login-btn .btn-default {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%;
    background: #5a5a5a;
    color: var(--color-white);
    transition: all .2s ease;
    margin-top: 10px !important;
}

    .mod-login-btn .btn-default span {
        height: 14px;
    }

.box-logins {
    padding: 15px;
    background: var(--color-white);
}

.btn-lee.bg-color-09 {
    background: var(--default) !important;
}

p.forget-desc {
    font-size: 16px;
    line-height: 24px;
}

.navbar-nav > li {
    padding: 10px 0
}

    .navbar-nav > li > a {
        padding: 0 10px;
        border-left: 1px solid #ccc
    }

    .navbar-nav > li:first-child > a {
        border-left: 0
    }

.span-right-8 {
    padding-right: 8px;
    font-size: 13px;
}

.bookinfo-lst .book-date > a {
    float: right;
}

    .bookinfo-lst .book-date > a.mr-2 {
        margin-right: 5px;
    }

.book-cancel .bookinfo-lst {
    position: relative;
    padding-left: 14px;
}

    .book-cancel .bookinfo-lst:before {
        height: 100%;
        width: 1px;
        content: '';
        position: absolute;
        background: #f3f3f3;
        left: 0px;
        top: 0;
    }

.custom-checkbox-slider {
    position: absolute;
    top: -4px;
    right: -25px;
    outline: none;
}

    .custom-checkbox-slider:checked::before {
        transform: translateX(150%);
    }

    .custom-checkbox-slider:checked::after {
        background: #0069D9;
    }

    .custom-checkbox-slider::after, .custom-checkbox-slider::before {
        content: '';
        top: -2px;
        left: -2px;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }

    .custom-checkbox-slider::after {
        background: #b1b1b1;
        width: 36px;
        height: 16px;
        border-radius: 10px;
        outline: none;
    }

    .custom-checkbox-slider::before {
        width: 12px;
        height: 12px;
        left: 1px;
        top: 0px;
        border-radius: 50%;
        background: #fff;
        z-index: 1;
        outline: none;
    }

.link_change {
    margin: 0;
    padding: 0 36px;
    font-size: 14px;
    line-height: 40px;
    border-width: 0;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    display: block;
    text-align: center;
    border: 0;
    background: #757575;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);*/
    transition: all .3s ease;
}

    .link_change:hover {
        color: #757575;
        border: 1px solid;
        background: #fff;
    }

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.bookinfo-lst .book-date {
    margin-bottom: 10px;
    border-bottom: 1px dotted #f3f3f3;
    padding-bottom: 10px;
    position: relative;
}

    .bookinfo-lst .book-date:before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        left: -17px;
        top: 7px;
        border-radius: 100%;
        background-color: #12af78;
    }

    .bookinfo-lst .book-date .items {
        margin-top: 10px;
        font-size: 13px;
        background: #f0f0f0;
    }

        .bookinfo-lst .book-date .items .item-i {
            margin-bottom: 8px;
            padding: 8px;
            border-bottom: 1px solid #fff;
            text-align: right;
        }

            .bookinfo-lst .book-date .items .item-i:last-child {
                margin: 0;
                border: 0;
            }

            .bookinfo-lst .book-date .items .item-i span {
                float: left;
            }

    .bookinfo-lst .book-date .item-i label, .bookinfo-lst .book-date .item-i a {
        margin-right: 5px;
    }

.rbox-input {
    position: relative;
}

    .rbox-input > span {
        position: absolute;
        width: 34px;
        height: 34px;
        right: 0;
        top: 0;
        line-height: 34px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-bottom-right-radius: 4px;
    }

.mod-third-party-login-line,
.mod-input {
    font-size: 14px;
    line-height: 20px;
}

    .mod-input input {
        height: 42px;
        border-radius: 0;
    }
/* Service List */
.book-do h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.book-do .service-other {
    display: none;
    flex-wrap: wrap;
    margin-top: 15px;
}

.book-do .flex-show {
    display: flex !important;
}

.book-do .book-date, .book-do .book-stock {
    margin-bottom: 15px;
}

.book-do .service-other > div {
    position: relative;
    background: #fff;
    margin-right: -1px;
    margin-bottom: -1px;
    width: calc(100%/3);
    cursor: pointer;
}

    .book-do .service-other > div input {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        opacity: 0;
    }

.book-do label {
    font-weight: 400;
    font-size: 13px;
}

.book-date label, .book-desc label, .book-stock label {
    font-weight: 700 !important;
}

.book-do .service-other > div label {
    margin: 0;
    line-height: 35px;
    display: block;
    padding: 0 30px 0 12px;
    border: 1px solid #f0f0f0;
    background: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
}

    .book-do .service-other > div label:after {
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        right: 10px;
        color: #dcdcdc;
        transform: scale(.6);
        transition: transform .3s,visibility .3s;
        transition-delay: .3s;
        cursor: pointer;
    }

.service-item2 .service-qty .fa {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    border: 1px solid #e4e4e4;
    border-right: 0;
    text-align: center;
    line-height: 32px;
    background: #f0f0f0;
    cursor: pointer;
    color: #555;
    font-size: 10px;
}

.service-item2 .service-qty input {
    width: 50px;
    text-align: center;
    padding: 5px;
    border: 1px solid #e4e4e4;
    outline: none;
    border-left: 0;
    border-right: 0;
}

.service-item2 .service-qty span {
    float: right;
    position: relative;
    color: #fff;
    background: #ff4e40;
    font-size: 10px;
    padding: 2px 3px;
    border-radius: 4px;
}

    .service-item2 .service-qty span:after {
        content: 'Còn';
        position: absolute;
        left: -35px;
        color: #000;
        font-size: 14px;
    }

.book-do .service-other > div label:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3897fd;
    z-index: -1;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: transform .3s;
    font-size: 12px;
    visibility: hidden;
    cursor: pointer;
}

.book-do .service-other > div input:checked ~ label {
    color: #fff;
}

    .book-do .service-other > div input:checked ~ label:before {
        transform: scaleX(1);
        visibility: visible;
    }

    .book-do .service-other > div input:checked ~ label:after {
        transform: scale(1);
        visibility: visible;
        color: #fff;
    }

.service-waranty .service-name {
    display: inline-block;
}

    .service-waranty .service-name label {
        font-weight: 400;
        font-size: 13px;
    }

.service-waranty .service-item input {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0;
}

.service-waranty .service-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .service-waranty .service-item:last-child {
        margin-bottom: 30px;
    }

.book-stock .picker-staff-item img {
    margin-right: 10px;
}

.serviceList {
    border: 1px solid #f4f4f9;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
}

    .serviceList .serviceList-avatar {
        max-width: 140px;
        padding: 10px;
        border-right: 1px solid #f3f4f5;
    }

        .serviceList .serviceList-avatar img {
            width: 100%;
        }

    .serviceList .serviceList-content {
        width: calc(100% - 140px);
    }

        .serviceList .serviceList-content .serviceList-header {
            padding: 10px;
            color: #6a6c6f;
            font-weight: 600;
        }

        .serviceList .serviceList-content .serviceList-body {
            border-top: 2px solid #3498db;
            padding: 15px;
        }

            .serviceList .serviceList-content .serviceList-body ul li {
                margin-bottom: 8px;
                border-bottom: 1px solid #f3f4f5;
                padding-bottom: 8px;
            }

                .serviceList .serviceList-content .serviceList-body ul li:last-child {
                    margin-bottom: 0;
                    border-bottom: 0;
                    padding-bottom: 0;
                }

            .serviceList .serviceList-content .serviceList-body ul .serviceList-name {
                float: left;
                line-height: 20px;
                max-width: calc(100% - 100px);
                margin-top: 5px;
            }

            .serviceList .serviceList-content .serviceList-body ul .serviceList-total {
                float: right;
            }

.Servicechoose {
    display: block !important;
    padding: 20px 5px;
}

    .Servicechoose .Servicechoose-form {
        margin-bottom: 15px;
    }

        .Servicechoose .Servicechoose-form input, .Servicechoose .Servicechoose-form select {
            width: 100%;
            border: 1px solid #f3f3f6;
            outline: none;
            padding: 8px;
        }

        .Servicechoose .Servicechoose-form textarea {
            border: 1px solid #f3f3f6;
            outline: none;
            padding: 8px;
            width: 100%;
            min-height: 80px;
        }
/* Format Input Number */
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 90px;
    height: 32px;
    line-height: 32;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    float: left;
    text-align: center;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-button {
    cursor: pointer;
    border-left: 1px solid #eee;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 32px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        top: 0;
        right: -25px;
        width: 25px;
        height: 32px;
    }

    .quantity-button.quantity-down {
        position: absolute;
        top: 0px;
        border-right: 1px solid #eee;
        left: 25px;
        height: 32px;
        width: 25px;
    }

@media (max-width: 1200px) {
    .book-do .service-other > div {
        width: calc(100%/2);
    }
}

@media (max-width: 767px) {
    .book-do .service-other > div {
        width: calc(100%);
    }

    .serviceList {
        flex-direction: column;
    }

        .serviceList .serviceList-avatar {
            max-width: 100%;
            border-bottom: 1px solid #f3f4f5;
            border-right: 0;
        }

        .serviceList .serviceList-content {
            width: 100%;
        }

    .Servicechoose {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        margin: 0;
    }

    .span-right-8 {
        display: block;
        margin-bottom: 5px;
    }

    .bookinfo-lst .book-date > a {
        float: none;
    }

        .bookinfo-lst .book-date > a.mr-2 {
            float: left;
        }

    .bookinfo-lst .book-date .items .item-i span {
        width: 75%;
        text-align: left;
    }

    .bookinfo-lst .book-date .items .item-i:after {
        content: '';
        display: block;
        clear: both;
    }

    .OrderService ul.nav li a {
        padding: 10px 10px !important;
    }
}
/* End Format Input Number */
/* End Service List */
.tble-reg {
    width: 600px;
    margin: 0 auto;
}

    .tble-reg input {
        margin: 10px 0
    }

    .tble-reg tr td:first-child {
        width: 150px;
    }

    .tble-reg tr label {
        margin-bottom: 0 !important;
        font-weight: 400 !important;
    }

    .tble-reg select {
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 33px;
        width: 100%;
        margin: 10px 0;
        padding: 0 10px;
    }

.lnk-forget {
    color: #337ab7
}

    .lnk-forget:hover, .lnk-forget:focus {
        color: #23527c;
        text-decoration: underline;
    }

.list-order h2 {
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    margin: 25px 0;
    color: #333333;
    font-weight: 600;
}

.list-order table.panel-title {
    width: 100%;
    font-size: 14px;
}

    .list-order table.panel-title tr td {
        width: 20%
    }

        .list-order table.panel-title tr td:nth-child(1) {
        }

        .list-order table.panel-title tr td:nth-child(2) {
        }

        .list-order table.panel-title tr td:nth-child(3) {
        }

        .list-order table.panel-title tr td:nth-child(4) {
            color: #e5523e;
            font-weight: bold;
        }

        .list-order table.panel-title tr td:last-child {
            text-align: right;
        }

.list-order .btn-view {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    color: #337ab7
}

#accordion {
    margin-bottom: 60px;
}

.list-service .nav-tabs {
    text-align: center;
    margin-bottom: 10px
}

    .list-service .nav-tabs > li {
        display: inline-block;
        float: none !important;
    }

.service-item {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

    .service-item .title {
        text-align: center;
        font-size: 14px;
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
    }

    .service-item .desc {
        color: #666;
        text-align: center;
        font-size: 14px;
    }

.service-day {
    width: 100%;
    height: 50px;
    background: #bbb;
    position: relative;
    border-radius: 5px;
    z-index: 10000;
}

    .service-day .bootstrap-datetimepicker-widget {
        z-index: 102 !important;
    }

    .service-day.service-checked {
        background: #63bd43;
    }

    .service-day > span:first-child {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .service-day > span[meta-gift]::before {
        font-family: "Font Awesome 5 Pro";
    }

    .service-day > .icon-view {
        position: absolute;
        bottom: 0;
        right: 4px;
        color: #777;
    }

    .service-day.service-checked .icon-view .fa-calendar:before {
        content: '\f05a';
    }

.cash-detail {
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
}

    .cash-detail h2 {
        text-align: center;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin: 45px;
        position: relative;
        display: inline-block;
    }

        .cash-detail h2:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 1px;
            background-color: #e5523e;
            left: -50px;
            top: 50%;
        }

        .cash-detail h2:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 1px;
            background-color: #e5523e;
            right: -50px;
            top: 50%;
        }

.witget {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 50px 0 8px 0 !important;
    position: relative;
    display: block;
}

    .witget span {
        position: relative;
    }

/* .witget span:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 1px;
            background-color: #e5523e;
            left: -50px;
            top: 50%;
        }

        .witget span:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 1px;
            background-color: #e5523e;
            right: -50px;
            top: 50%;
        }*/

.cash-detail table {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    background: var(--color-white);
}

    .cash-detail table th {
        text-align: center;
        padding: 10px;
    }

    .cash-detail table td {
        padding: 10px;
    }

.list-cooperate .nav-tabs {
    text-align: center;
    margin-bottom: 20px
}

    .list-cooperate .nav-tabs > li {
        display: inline-block;
        float: none !important;
    }

.md-title {
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.cls-md {
    margin-top: -18px !important;
}

.md-body {
    text-align: left;
}

.md-header {
    border-bottom: 1px dashed #e5e5e5;
}

.md-footer {
    border-top: 1px dashed #e5e5e5;
}

.md-content {
    border-radius: 0px;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.news-item {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.news-head {
    display: block;
    float: left;
    width: 100%;
}

    .news-head .title {
        font-weight: 600;
        text-transform: uppercase;
    }

    .news-head .desc {
        margin: 10px 0;
    }

        .news-head .desc p, .news-detail p {
            text-indent: 15px;
            text-align: justify;
        }

.news-detail {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 0;
}

    .news-detail.in {
        height: auto;
    }

.login-titles {
    line-height: 26px;
    margin: 0 -15px 40px -15px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0 10px;
}

    .login-titles h3 {
        font-size: 22px;
        color: #3d3d3d;
        font-weight: bold;
        text-transform: uppercase;
    }

    .login-titles .login-other {
        color: #757575;
        font-size: 12px;
    }

        .login-titles .login-other a {
            color: var(--c-active);
            font-weight: bold;
        }

.mod-login .mod-input,
.mod-login .mod-input2 {
    position: relative;
    margin-bottom: 20px;
}

    .mod-login .mod-input label,
    .mod-login .mod-input2 label {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        color: #424242;
        /*display: block;*/
        margin-bottom: 5px;
    }

.mod-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mod-login div.mod-group label {
    margin: 0;
}

.mod-login .mod-input label:after {
    content: "*";
}

.MemberGroups strong {
    font-weight: 500;
}

.mod-login .mod-input.mod-group label:after {
    content: '';
}

.mod-login .mod-input input[type="text"],
.mod-login .mod-input input[type="password"] {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    outline: none;
    transition: all .3s ease;
}

    .mod-login .mod-input input[type="text"]:focus,
    .mod-login .mod-input input[type="password"]:focus {
        border: 1px solid var(--default);
    }

.mod-login .mod-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 35px 0 10px;
    outline: none;
    color: #000;
}

.mod-login .mod-input .birth__item select {
    padding: 0 10px 0 10px;
}

.mod-login-forgot {
    margin-top: -7px;
    text-align: right;
    font-size: 12px;
}

    .mod-login-forgot a {
        color: var(--c-active);
    }

.mod-third-party-login-line p {
    color: #757575;
    letter-spacing: .5px;
}

.mod-login .mod-input select.errorSelect {
    border: 1px solid red;
}
/* Member infp */
.member-menu {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    line-height: 29px;
    background: #fff;
    z-index: 3;
    border-top: 1px dashed rgba(0,0,0,.09);
    border-bottom: 1px dashed rgba(0,0,0,.09);
}

    .member-menu p {
        text-align: center;
    }

    .member-menu .toggle, [id^=drop] {
        display: none;
    }

    .member-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .member-menu ul li {
            margin: 0px;
            display: inline-block;
            float: left;
            padding: 0 15px;
        }

    .member-menu a, .member-menu h2, .header-menu h3 {
        display: block;
        color: #3d3d3d;
        font-size: 14px;
        line-height: 45px;
        font-weight: bold;
        transition: all .3s;
    }

    .member-menu ul li a:hover {
        color: #e5523e;
    }

    .member-menu ul li ul li:hover {
    }

    .member-menu ul ul {
        display: none;
        position: absolute;
        top: 60px;
    }

    .member-menu ul li:hover > ul {
        display: inherit;
    }

    .member-menu ul ul li {
        width: 170px;
        float: none;
        display: list-item;
        position: relative;
    }

    .member-menu ul ul ul li {
        position: relative;
        top: -60px;
        left: 170px;
    }

.profile-avatar {
    text-align: center;
    margin-bottom: 50px;
}

    .profile-avatar img {
        cursor: pointer;
        width: 120px;
        margin-bottom: 20px;
        border-radius: 100%;
        height: 120px;
        object-fit: cover;
    }

    .profile-avatar .file-avatar {
        position: relative;
        width: 120px;
        margin: 0 auto;
    }

        .profile-avatar .file-avatar .input-photo {
            position: absolute;
            display: inline-block;
            left: 0;
            top: 0;
            opacity: 0.01;
            cursor: pointer;
            height: 100%;
            width: 100%;
        }

        .profile-avatar .file-avatar .btn-light {
            background: #fff;
            color: #555;
            border: 1px solid rgba(0,0,0,.09);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
            height: 40px;
            padding: 0 20px;
            min-width: 70px;
            max-width: 220px;
            line-height: 40px;
            cursor: pointer;
            transition: all .3s;
        }

        .profile-avatar .file-avatar input:hover ~ .btn-light {
            box-shadow: 2px 4px 7px #e5e5e5;
        }

    .profile-avatar .avatar-uploader {
        margin-top: 12px;
    }

        .profile-avatar .avatar-uploader p {
            color: #999;
            font-size: 1.4rem;
            line-height: 2rem;
        }

.mod-sex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mod-sex div.gt-profile label {
        margin-bottom: 0;
    }
/*.mod-sex label .nam, .mod-sex label .nu{
        margin-bottom: 0;
    }*/
.gt-profile label {
    display: inline-block !important;
    margin-left: 10px !important;
    height: auto !important;
}

.gt-profile [type="radio"]:checked,
.gt-profile [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .gt-profile [type="radio"]:checked + label,
    .gt-profile [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .gt-profile [type="radio"]:checked + label:before,
        .gt-profile [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .gt-profile [type="radio"]:checked + label:after,
        .gt-profile [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: var(--default);
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .gt-profile [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .gt-profile [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* Element Custum important */
.ttq-content {
    padding: 8px 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: rgba(0,0,0,.09);
    text-align: center;
}

.ct-quy {
    display: inline-block;
}

    .ct-quy p {
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }

        .ct-quy p span:nth-child(1) {
            background: #3d3d3d;
            color: #fff;
            padding: 8px 12px;
            text-transform: uppercase;
            font-size: 14px;
        }

        .ct-quy p span:nth-child(2) {
            background: #e5523e;
            padding: 8px 10px;
            color: #fff;
            margin-left: -4px;
            font-weight: bold;
        }

.number-quy {
    display: inline-block;
    height: 33px;
    line-height: 16px;
    background: #e5523e;
    padding: 8px 25px;
    color: #fff;
    margin-right: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #e5523e;
    transition: all .4s;
}

    .number-quy:hover {
        background: #fff;
        color: #e5523e;
    }
/* Member News */
.news-items {
    padding: 30px 0;
    clear: both;
    text-align: justify;
    border-bottom: 1px dashed rgba(0,0,0,.09);
}

    .news-items:nth-child(1) {
        border-top: 1px dashed rgba(0,0,0,.09);
    }

    .news-items .news-items-date {
        display: inline-block;
        max-height: 86px;
        padding: 14px 18px;
        border-width: 2px;
        border-style: solid;
        border-color: #eaeaea;
        margin-top: 24px;
    }

        .news-items .news-items-date .cmsmasters_event_big_day {
            color: #3d3d3d;
            font-size: 50px;
            line-height: 50px;
            display: inline-block;
            margin-right: 15px;
            letter-spacing: -2px;
            font-weight: bold;
        }

        .news-items .news-items-date .cmsmasters_event_big_date_ovh {
            display: inline-block;
            vertical-align: top;
            margin-top: 2px;
        }

            .news-items .news-items-date .cmsmasters_event_big_date_ovh .cmsmasters_event_big_month {
                color: #3d3d3d;
                font-size: 16px;
                line-height: 24px;
                display: block;
            }

            .news-items .news-items-date .cmsmasters_event_big_date_ovh .cmsmasters_event_big_week {
                font-size: 14px;
                color: #3d3d3d;
                line-height: 24px;
                margin-top: -4px;
                text-align: center;
            }

.news-items-content h4 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3d3d3d;
    cursor: pointer;
}

.news-items-content .news-items-desc {
    font-size: 15px;
    color: #8b8b8b;
}

.news-items-btn {
    text-align: right;
}

    .news-items-btn a {
        display: inline-block;
        border: 1px solid #d94b38;
        font-size: 14px;
        line-height: 42px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 20px;
        color: #d94b38;
        margin-top: 40px;
        transition: all .3s;
    }

        .news-items-btn a:hover {
            background: #d94b38;
            color: #fff;
        }

.title-witget {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin: 45px 0;
    color: #333333;
    font-weight: 600;
}

.contents-new {
    padding: 25px 0;
    font-size: 15px;
    color: #757575;
    line-height: 24px;
    letter-spacing: 0.4px;
    clear: both;
}

.news-show-cont {
    height: 0;
    visibility: hidden;
}

.show .news-show-cont {
    height: 100% !important;
    visibility: visible !important;
}

.psg-content {
    margin-top: 50px;
}

    .psg-content a {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        border: 1px solid #3d3d3d;
        color: #3d3d3d;
        font-weight: bold;
    }

        .psg-content a.active {
            background: #3d3d3d;
            color: #fff;
        }

.service-help {
    margin-bottom: 40px !important;
}

.list-service .service-help span {
    padding: 8px 10px 8px 25px;
    position: relative;
}

.service-help span:before, [data-service-status]:before {
    margin-right: 6px !important;
    position: absolute;
    top: 48%;
    left: 8px;
    transform: translateY(-50%);
}

.tab-content {
    color: #3d3d3d;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20px;
    padding-bottom: 60px;
}

    .tab-content:empty {
        display: none;
    }

.list-cooperate .nav-tabs a {
    font-weight: 500;
}

.list-order .panel-order {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
    border: 1px solid #eae0c8;
    margin: 5px 0;
    padding: 8px;
}

.list-cooperate .nav > li > a:hover {
    background-color: #3d3d3d;
    color: #ffff;
    cursor: pointer;
}


.co-operate {
    padding: 70px 0;
}

.voucher-detail {
    display: flex;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
    position: relative;
    margin-bottom: 10px;
}

.voucher-detail__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background: var(--default);
    margin-left: 0.23rem;
}

.voucher-icon__line {
    position: absolute;
    content: '';
    top: 0.3125rem;
    left: 0;
    width: 0.25rem;
    height: calc(100% - 0.4375rem);
    background: radial-gradient(circle at 0 0.25rem, transparent 0, transparent 0.1875rem, var(--default) 0);
    background-size: 0.25rem 0.625rem;
    background-repeat: repeat-y;
}

    .voucher-icon__line::before {
        content: "";
        position: absolute;
        top: -0.3125rem;
        width: 100%;
        height: 0.3125rem;
        background: var(--default);
        border-radius: 0.125rem 0 0 0;
    }

    .voucher-icon__line::after {
        content: "";
        position: absolute;
        bottom: -0.125rem;
        left: 0;
        width: 100%;
        height: 0.125rem;
        background: var(--default);
        border-radius: 0 0 0 0.125rem;
    }

.voucher-detail__des {
    flex-grow: 1;
    padding: 10px;
}

.voucher-detail__title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e4e4;
    margin-bottom: 7px;
    padding-bottom: 2px;
    font-weight: 500;
}

    .voucher-detail__title p {
        margin-bottom: 0px;
    }

        .voucher-detail__title p:first-child {
            font-size: 14px;
            color: #333;
        }

        .voucher-detail__title p:last-child {
            color: #d0011b;
            font-size: 18px;
        }

.voucher-percen-max {
    border: 1px solid #007bff;
    display: inline-block;
    padding: 3px 6px 2px 6px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 8px;
    color: #007bff;
}

.voucher-expiry {
    display: flex;
    justify-content: space-between;
}

    .voucher-expiry p {
        margin-bottom: 0;
        font-size: 13px;
        color: #333;
        font-weight: 500;
    }

.voucher-expiry-detail {
    color: #d0011b;
}

.voucher-expiry p.voucher-showinf {
    color: #007AFF;
    text-transform: uppercase;
    cursor: pointer;
}

.co-operate .co-operate__content .co-operate__box .voucher-item {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    border-radius: 4px;
}

    .co-operate .co-operate__content .co-operate__box .voucher-item h2 {
        position: relative;
        border-bottom: 1px solid #ebedf2;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #060606;
        text-transform: uppercase;
        padding: 16px 12px;
        text-align: center;
        background: #fff;
        border-top: 2px solid #ed2227;
    }

    .co-operate .co-operate__content .co-operate__box .voucher-item .lst:empty:before {
        content: 'Không có mã giảm giá';
        padding: 12px;
        display: block;
        font-weight: 500;
        background: #fff;
    }

    .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul {
        background: #fff;
        margin-bottom: 10px;
    }

        .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul:last-child {
            margin: 0;
        }

        .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul li {
            border-bottom: 1px dashed #ebedf2;
            line-height: 42px;
            font-weight: 500;
            padding: 0 12px;
        }

            .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul li:last-child {
                border: 0;
            }

            .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul li .voucher__text {
                float: right;
            }

            .co-operate .co-operate__content .co-operate__box .voucher-item .lst ul li:first-child .voucher__text {
                color: #ed252a;
            }

.btn-customs {
    background: #d9534f;
    color: #fff;
    font-weight: 500 !important;
}

.bookDesk {
    margin-bottom: 10px;
}

.book-do-other h2 {
    display: none;
}

.book-do-other .service-other {
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .book-do-other .service-other .service-other__group:not(:last-child) {
        border-bottom: 1px dashed #ebedf2;
        margin-bottom: 10px;
    }

    .book-do-other .service-other .service-other__group h4 {
        font-size: 15px;
        padding-left: 15px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 35px;
        cursor: pointer;
    }

        .book-do-other .service-other .service-other__group h4:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background: #ff4e40;
            left: 0;
            top: 15px;
        }

    .book-do-other .service-other .service-other__group .service-other__item {
        position: relative;
    }

        .book-do-other .service-other .service-other__group .service-other__item input {
            display: none;
        }

        .book-do-other .service-other .service-other__group .service-other__item label {
            padding: 8px 0 8px 30px;
            vertical-align: top;
            color: #000;
            display: block;
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .book-do-other .service-other .service-other__group .service-other__item label:before {
                content: '';
                position: absolute;
                width: 18px;
                height: 18px;
                border: 1px solid #d1d7e2;
                left: 0;
                border-radius: 3px;
            }

            .book-do-other .service-other .service-other__group .service-other__item label:after {
                content: '';
                position: absolute;
                width: 5px;
                height: 10px;
                border: solid #333333;
                border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
                -webkit-transform: rotate(45deg) scale(.3);
                transform: rotate(45deg) scale(.3);
                left: 7px;
                top: 11px;
                visibility: hidden;
            }

.book-search {
    position: relative;
    margin-bottom: 20px;
}

    .book-search input {
        width: 100%;
        border: 1px solid #e9ebee;
        padding: 8px 10px;
        outline: none;
        transition: all .3s ease;
    }

        .book-search input:focus {
            border: 1px solid #ff4e40;
        }

    .book-search i {
        position: absolute;
        right: 15px;
        top: 14px;
        color: #56595c;
    }

    .book-search input:focus ~ i {
        visibility: hidden;
        opacity: 0;
    }

[data-show*="none"] {
    display: none;
}

.book-do-other .service-other .service-other__item input:checked ~ label:after {
    visibility: visible;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.bookmngPage .booksrv1 {
    position: relative;
    padding-left: 10px;
}

    .bookmngPage .booksrv1:before {
        width: 1px;
        content: '';
        position: absolute;
        height: 100%;
        left: -4px;
        top: 0;
        background: #ebedf2;
    }

    .bookmngPage .booksrv1 .book-date:not(:last-child) {
        border-bottom: 1px solid #ebedf2;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .bookmngPage .booksrv1 .book-date .text-muted {
        margin-top: 5px;
        font-size: 14px;
    }

    .bookmngPage .booksrv1 .book-date h2.time {
        position: relative;
    }

        .bookmngPage .booksrv1 .book-date h2.time:before {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            background: #ff4e40;
            left: -17px;
            top: 4px;
            border-radius: 50%;
        }

    .bookmngPage .booksrv1 .items {
        text-align: left;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #ebedf2;
    }

        .bookmngPage .booksrv1 .items .bookmngPage__book .item-i {
            font-size: 14px;
            line-height: 35px;
            position: relative;
            border-bottom: 1px dashed #ebedf2;
            background: #f7f7f7;
            padding: 0 10px 0 20px;
        }

            .bookmngPage .booksrv1 .items .bookmngPage__book .item-i:before {
                content: '';
                position: absolute;
                width: 6px;
                height: 2px;
                background: #d9534f;
                top: 15px;
                left: 6px;
            }

            .bookmngPage .booksrv1 .items .bookmngPage__book .item-i:last-child {
                border-bottom: 0;
            }

            .bookmngPage .booksrv1 .items .bookmngPage__book .item-i label {
                position: absolute;
                right: 30px;
                background: #17a2b8;
                color: #fff;
                font-size: 9px;
                width: 14px;
                border-radius: 100%;
                height: 14px;
                text-align: center;
                top: -2px;
                line-height: 14px;
            }

            .bookmngPage .booksrv1 .items .bookmngPage__book .item-i .btn {
                margin-top: 6px;
                padding: 1px 5px !important;
                font-size: 12px !important;
                line-height: 1.5 !important;
                border-radius: 3px !important;
                color: #fff !important;
                float: right;
            }

.managerBook {
    padding: 50px 0;
    background: #f0f4f7;
}

.bookmngPage__btn {
    text-align: right;
}

.collapse.show {
    display: block;
}


.page-auth {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    outline: none;
    background: #fff;
    visibility: visible;
    z-index: 1000;
}

body .swal2-popup {
    width: 28em;
    padding: 30px 30px;
}

body .swal2-icon {
    margin-top: 0;
}

body .swal2-title {
    text-transform: uppercase;
    font-size: 22px;
    padding: 0.8em 0 0;
}

body .swal2-html-container {
    font-size: 15px;
    line-height: 24px;
    padding: 0 40px;
    margin: 1em 0 0.3em;
}

body .swal2-styled.swal2-confirm {
    font-size: 15px;
    font-weight: 400;
    background-color: var(--default) !important;
    box-shadow: none !important;
}

.not-click {
    pointer-events: none !important;
    opacity: .7 !important;
}

.page-auth .auth-header {
    padding: 40px;
    overflow: hidden;
    position: relative;
}

    .page-auth .auth-header h4 {
        font-size: 2rem;
        color: #23232c;
        font-weight: 500;
    }

    .page-auth .auth-header .auth-close {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

        .page-auth .auth-header .auth-close svg {
            transition: .5s;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            stroke: #23232c;
            stroke-width: 0px;
            fill: #23232c;
        }

.page-auth .auth-content {
    padding-top: 50px;
}

    .page-auth .auth-content .auth-tabs {
        margin: 0 0 70px;
        display: flex;
        justify-content: center;
    }

        .page-auth .auth-content .auth-tabs li {
            margin: 0 30px;
        }

            .page-auth .auth-content .auth-tabs li a {
                color: #23232c;
                font-size: 1.3rem;
                font-weight: 600;
                position: relative;
            }

                .page-auth .auth-content .auth-tabs li a:before {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 2px;
                    background-color: #23232c;
                    left: 0;
                    bottom: -5px;
                    transition: all .3s ease;
                }

                .page-auth .auth-content .auth-tabs li a:hover:before,
                .page-auth .auth-content .auth-tabs li a.active:before {
                    width: 100%;
                }

.page-auth .auth-form .auth-form-box {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

    .page-auth .auth-form .auth-form-box .auth-form__input {
        margin-bottom: 30px;
        position: relative;
    }

        .page-auth .auth-form .auth-form-box .auth-form__input input:-webkit-autofill {
            font-size: 18px;
        }

            .page-auth .auth-form .auth-form-box .auth-form__input input:focus ~ label,
            .page-auth .auth-form .auth-form-box .auth-form__input input:-webkit-autofill ~ label,
            .page-auth .auth-form .auth-form-box .auth-form__input input:not(:focus):valid ~ label {
                top: -12px;
                font-size: 14px;
            }

        .page-auth .auth-form .auth-form-box .auth-form__input label:not(.error) {
            font-size: 1.1rem;
            color: #909097;
            font-weight: 400;
            line-height: 1;
            margin: 0;
            display: block;
            cursor: text;
            transition: .5s;
            position: absolute;
            top: 20px;
            left: 0;
            pointer-events: none;
            transition: ease-in-out 0.2s all;
            -webkit-transition: ease-in-out 0.2s all;
            -moz-transition: ease-in-out 0.2s all;
            -o-transition: ease-in-out 0.2s all;
        }

        .page-auth .auth-form .auth-form-box .auth-form__input label.error {
            color: red;
            margin-top: 10px;
        }

        .page-auth .auth-form .auth-form-box .auth-form__input input {
            font-size: 18px;
            color: #23232c;
            border-radius: 0;
            border: 0;
            border-bottom: 2px solid #e4e6eb;
            padding: 12px 0;
            transition: .5s;
            width: 100%;
            outline: none;
        }

    .page-auth .auth-form .auth-form-box .auth-form__rememberme {
        margin: 0 0 30px;
    }

        .page-auth .auth-form .auth-form-box .auth-form__rememberme label input {
            display: none;
        }

        .page-auth .auth-form .auth-form-box .auth-form__rememberme label span {
            line-height: 1.7;
            padding-left: 40px;
            position: relative;
            cursor: pointer;
            margin-top: 15px;
            display: inline-block;
            font-size: 1.1rem;
        }

            .page-auth .auth-form .auth-form-box .auth-form__rememberme label span a {
                text-decoration: revert;
            }

            .page-auth .auth-form .auth-form-box .auth-form__rememberme label span:before {
                content: '';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 0;
                top: 0;
                border: 1px solid #e4e6eb;
                background-color: #e4e6eb;
                transition: all .5s;
            }

            .page-auth .auth-form .auth-form-box .auth-form__rememberme label span:after {
                content: '';
                position: absolute;
                border-left: 2px solid #e4e6eb;
                border-bottom: 2px solid #e4e6eb;
                width: 12px;
                height: 6px;
                left: 6px;
                top: 7px;
                transform: rotate( -45deg );
                border-top-color: transparent;
                border-right-color: transparent;
                transition: all .5s;
            }

        .page-auth .auth-form .auth-form-box .auth-form__rememberme label input:checked + span:before {
            border-color: #23232c;
            background-color: #fff;
        }

        .page-auth .auth-form .auth-form-box .auth-form__rememberme label input:checked + span:after {
            border-color: #23232c;
        }

.page-auth .auth-lost {
    text-align: center;
    margin-top: 50px;
}

    .page-auth .auth-lost a {
        color: #23232c;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 5px;
        border-bottom: 2px solid #23232c;
    }

.page-auth .btn-auth {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 50px;
    background: var(--color-logo-x);
    border: 0;
    color: #fff;
    outline: none !important;
    transition: all .3s ease;
}

    .page-auth .btn-auth:hover {
        background: white;
        border: 1px solid;
        color: var(--default);
    }

.order-list-assign-detail {
    background: white;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    padding: 10px;
    margin-top: .75rem;
}

.order-list-assign-detai.is-sticky {
    position: fixed;
    top: 74px;
}

.order-list-assign h3 {
    background: white;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 17px;
    font-size: 22px;
    margin-bottom: 12px;
}

.order-list-assign li {
    cursor: pointer;
    margin-bottom: 5px;
}

.modal-voucher-detail > div > p {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 2px;
}

.modal-voucher-detail > div:not(:last-child) {
    margin-bottom: 24px;
}

.modal-voucher-detail > div > span {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
}

.modal-voucher-apply > div {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
}

    .modal-voucher-apply > div > span {
        font-weight: 400;
        font-size: 13px;
        color: #212121;
    }

.showDetailVoucher .modal-title {
    font-size: 18px;
    color: #d0011b;
}

.showDetailVoucher .close {
    outline: none;
}

.showDetailVoucher.fade:not(.show) {
    visibility: hidden;
}

.showDetailVoucher {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*cash*/
.desk-custom {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.mobi-custom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.elct-wallet {
    background: white;
    padding: 30px;
    border-radius: 30px;
    color: #283034;
}
.elct-wallet__cash {
    display: flex;
    color: #878686;
}
.elct-elct-wallet__note p {
    margin-bottom: 0;
    position: relative;
}
    .elct-elct-wallet__note p:first-child:before {
        position: absolute;
        content: '';
        background: #f3f2f2;
        width: 17px;
        height: 17px;
        top: calc(50% - 8.5px);
        right: calc(100% + 7px);
        border: solid 1px #ebe8e8;
    }
    .elct-elct-wallet__note p:last-child:before {
        position: absolute;
        content: '';
        background: white;
        border: solid 1px #ebe8e8;
        width: 17px;
        height: 17px;
        top: calc(50% - 8.5px);
        right: calc(100% + 7px);
    }
.elct-elct-wallet__note {
    margin-right: 10px;
}
.elct-wallet__cash > div > div {
    display: flex;
    line-height: 26px;
}
.elct-wallet__cash > div {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
}

    .elct-wallet__cash > div:first-child {
        margin-bottom: 30px;
    }

    .elct-wallet__cash > div span {
        display: flex;
        flex-direction: column;
        font-size: 25px;
    }

.summary-wallet {
    margin-top: 10px;
    display: flex;
}

    .summary-wallet > div:last-child {
        flex-grow: 1;
    }

    .summary-wallet > div:first-child {
        display: flex;
        align-items: center;
    }

    .summary-wallet ul li {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
    }

        .summary-wallet ul li:before {
            content: '';
            position: absolute;
            height: 18px;
            width: 18px;
            top: calc(50% - 10px);
            left: 2px;
            border-radius: 50%;
        }

        .summary-wallet ul li:first-child:before {
            background: #dc3545;
        }

        .summary-wallet ul li:nth-child(2):before {
            background: #6c757d;
        }

        .summary-wallet ul li:last-child:before {
            background: var(--default);
        }
.wallet-history {
    margin-bottom: 30px;
}
.wallet-history .wallet-history__title {
    font-size: 19px;
}

.wallet-history .wallet-history__title {
    font-size: 19px;
    margin-bottom: 15px;
}

.wallet-history table {
    width: 100%;
    table-layout: fixed;
}

.wallet-history .tbl-header {
    background: var(--default);
    padding-right: 0 !important;
}
.card-money {
    margin-top: 20px;
}
.card-money__detail:not(:last-child) {
    margin-bottom: 30px;
}
.card-money .wallet-history p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}
}
.card-money .wallet-history .tbl-content {
    max-height: 150px;
}
    .card-money__infor {
        position: relative;
        padding-left: 50px;
    }
    .card-money__infor p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 1px;
    }
    /*.card-money__infor h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }*/
        .card-money__infor h5 span {
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 0;
        }
    .card-money__infor h6 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
        .card-money__infor h6 i {
            color: #28a745;
        }
.card-money__view-more {
    display: flex;
    position: relative;
}
    .card-money__view-more p {
        font-size: 15px;
        font-weight: 500;
        margin: 10px 0;
    }
    .card-money__view-more > p {
        cursor: pointer;
    }
.card-money__view-more-des {
    padding: 0 10px;
    position: absolute;
    top: 60px;
    left: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    box-shadow: 0 0 5px #333;
    transition: all 300ms;
    width: max-content;
    inline-size: max-content;
    height: max-content;
    block-size: max-content;
}
.card-money__view-more-des.show {
    transition: all 300ms;
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.card-money__index {
    position: absolute;
    left: 15px;
    font-size: 17px;
    font-weight: 600;
    top: 0;
}
.wallet-history .tbl-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;
    border: 1px solid #ebe8e8;
}

.wallet-history th {
    padding: 15px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
}

.walletChart {
    width: 200px;
    margin: auto;
}

.wallet-history td {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    border: solid 1px #ebe8e8;
}
/* Responsive Site */
@media (max-width: 1200px) {
}

@media (max-width: 993px) {
    .card-money__view-more-des {
        width: 100%;
    }
    .managerBook-box__item > div > div:nth-child(2) {
        align-items: center !important;
    }
    .co-operate .co-operate__content .co-operate__box .voucher-item {
        margin-bottom: 15px;
    }
    .managerBook-box__item > div {
        flex-wrap: wrap;
    }
        .managerBook-box__item > div > div:first-child {
            flex: 0 0 100%;
        }
        .managerBook-box__item > div > div:not(:first-child) {
            flex: 0 0 33.33333%;
        }
        .managerBook-box__item > div > div:nth-child(2), .managerBook-box__item > div > div:nth-child(1) {
            margin-bottom: 10px;
        }
}

@media (max-width: 767px) {
    .desk-custom {
        display: none;
    }
    .mobi-custom {
        margin-top: 15px;
    }
    .link_change {
        margin-bottom: 15px;
    }

    .service-help {
        position: relative !important;
        display: flex;
    }

    .service-help {
        top: 10px !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
        margin: 1.75rem auto;
    }

    .showDetailVoucher .modal-dialog {
        width: 500px;
    }

    .modal-dialog-centered .md-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .elct-elct-wallet__note {
        display: none;
    }
    .elct-wallet__cash > div {
        font-size: 13px;
    }
        .elct-wallet__cash > div > div {
            line-height: unset;
        }
        .elct-wallet__cash > div span {
            font-size: 17px;
        }
        .pay-position.show {
            display: flex !important;
            justify-content: center;
            align-items: center;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news-items .news-items-date .cmsmasters_event_big_day {
        font-size: 30px !important;
    }
}
@media (min-width: 768px){
    .mobi-custom {
        display: none;
    }
}
@media (max-width: 767px) {
    .order-list-assign {
        display: none;
    }

    .news-head {
        text-align: center;
    }

        .news-head .title {
            margin-top: 15px
        }

    .login-titles .login-other {
        padding-left: 0;
        float: left;
        margin-top: 0;
    }

    .news-items-content h4 {
        margin-top: 20px;
        text-align: left;
    }

    .psg-content {
        margin-bottom: 50px;
    }

    .news-items-btn {
        text-align: center;
    }

    .list-service .service-help span:nth-child(2n+0) {
        margin-right: 0;
    }

    .list-service .service-help span {
        width: 100%;
        margin: 0 0 5px 0;
        text-align: left;
    }

    .ct-quy p {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .ttq-content {
        padding: 16px 0 8px 0;
    }

    .list-cooperate li {
        display: block !important;
        margin-bottom: 5px;
        border: 1px solid #a1a1a1;
    }

        .list-cooperate li.active a {
            background: #e5523e !important;
            border: 1px solid #e5523e !important;
            color: #fff !important;
            display: block !important;
            width: 100% !important;
            height: 100% !important;
            border-radius: 0 !important;
        }
}

@media (max-width: 600px) {

    .tble-reg {
        width: 100%
    }

    .list-order table.panel-title tr td {
        width: 40%;
    }

        .list-order table.panel-title tr td:nth-child(3), .list-order table.panel-title tr td:nth-child(4) {
            display: none;
        }

        .list-order table.panel-title tr td:last-child {
            width: 20%
        }

    .nav > li > a {
        padding: 10px;
    }
}

@media (max-width: 430px) {
    .tble-reg tr td:first-child {
        display: none;
    }

    .tble-reg .btn.btn-primary {
        float: none !important;
        display: block;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }

    .cash-detail table th:nth-child(1),
    .cash-detail table th:nth-child(5),
    .cash-detail table td:nth-child(1),
    .cash-detail table td:nth-child(5) {
        display: none;
    }

    .adminz-member-orders .orders-list .orders-list__item .orders-list__footer {
        flex-direction: column;
    }

    .orders-list__footer-total {
        margin-bottom: 5px;
    }

    .btn-detail-orders {
        width: 100%;
    }

    .orders-list__product-item--price {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /*.navbar-nav > li { padding: 5px 0 !important; }
            .navbar-nav > li > a { border-left: none; padding-bottom: 0; padding-top: 0 }*/
    .member-menu .toggle + a,
    .member-menu .menu {
        display: none;
    }

    .member-menu .toggle {
        background-color: #eaeaea;
        border: medium none;
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 0;
        padding: 0 20px;
        height: 40px;
        text-decoration: none;
        text-align: left
    }

        .member-menu .toggle span {
            font-size: 12px;
            float: right;
        }

        .member-menu .toggle:hover {
            background-color: #3d3d3d;
            color: #FFF
        }

    .member-menu [id^=drop]:checked + ul {
        display: block;
    }

    .member-menu > ul {
        padding-bottom: 10px;
        position: relative;
        background: #EAEAEA;
        z-index: 99999;
    }

    .member-menu ul li:hover a {
        color: #FFF;
    }

    .member-menu ul li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .member-menu ul ul .toggle, ul ul a {
        padding: 0 40px;
    }

    .member-menu ul ul ul a {
        padding: 0 80px;
    }

    .member-menu a:hover, ul ul ul a {
        color: #222;
    }

    .member-menu ul li ul li .toggle {
        background-color: #212121;
    }

    .member-menu ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

        .member-menu ul ul li:hover > ul,
        .member-menu ul li:hover > ul {
            display: none;
        }

        .member-menu ul ul li {
            display: block;
            width: 100%;
        }

        .member-menu ul ul ul li {
            position: static;
        }

    .member-menu ul li:hover {
        background: #808080
    }
}

.service-item2 {
    float: none
}

.u1 {
    position: relative;
    overflow: hidden
}

    .u1._2 {
        border-radius: 50%
    }

.btn.u1, button.u1 {
    pointer-events: none
}

.u1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: auto auto;
    background-size: 200%;
    left: 0;
    top: 0;
    z-index: 9999
}

@keyframes placeholderAnimate {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
}
