/* Font */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url(../ver2/Font/Roboto-Thin.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(../ver2/Font/Roboto-Light.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../ver2/Font/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(../ver2/Font/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url(../ver2/Font/Roboto-Bold.ttf);
}

/* Generals */
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

    *:focus {
        outline: none;
    }

.v-hidden {
    width: 0;
    height: 0;
    visibility: hidden;
}
/* Header */
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1001;
}

.header-content {
    height: 72px;
}

.header-menu {
    height: 100%;
    align-items: center;
    float: left;
}

    .header-menu img {
        margin-top: -2px;
        height: 12px;
    }

.header-logo {
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-items: center;
}

    .header-logo img {
        height: 40px;
    }

    .header-logo.payment {
        height: 100%;
        vertical-align: middle;
        display: flex;
        justify-content: left;
        align-items: center;
    }

.hot-line {
    text-align: end;
}

    .hot-line .wrap {
        display: flex;
        vertical-align: middle;
        align-items: center;
        height: 100%;
        float: right;
        padding-right: 0;
        margin-right: 0;
    }

        .hot-line .wrap a {
            font-weight: 400;
            font-size: 18px;
            color: #000;
            text-decoration: none;
        }

        .hot-line .wrap img {
            width: 18.75px;
            margin-right: 14.25px;
        }

.header-logo .payment-title {
    color: #F0821B;
    font-weight: 400;
    font-size: 32px;
}

.header-logo .borderline {
    border-right: 1px solid #F0821B;
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
}

.header-navigating {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    float: right;
}

    .header-navigating :hover {
        color: black;
        text-decoration: none;
        color: #F0821B;
    }

        .header-navigating :hover img, .header-navigating :hover .count-item {
            opacity: 0.85;
        }

.header-partner-url {
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    color: black;
    padding-right: 26px;
}

.header-navigating .count-item {
    position: absolute;
    padding: 0 3px;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 14px;
    border: 1px solid #ff1200e6;
    font-weight: bold;
    background-color: #ff1200e6;
    margin: -3px 0 0 -6px;
}

.header-auth-button {
    margin-left: 26px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #F0821B;
    border-radius: 30px;
    color: #F0821B;
    text-align: center;
    padding: 8px;
}

    .header-auth-button a {
        color: #F0821B;
    }

.header-auth-button-container :hover {
    cursor: pointer;
    color: white;
    background-color: #F0821B;
}

    .header-auth-button-container :hover a {
        color: white;
    }

@media(min-width: 768px) {
    #main-content-reg {
        height: fit-content !important;
    }
}

/*Footer*/
.footer-content {
    background-color: bisque;
    max-height: 438px;
    overflow: hidden;
}

.footer-above-content {
    margin-top: 50px;
    font-size: 22px;
}

.footer-middle-content {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin: 20px 0;
}

.contact-note {
    color: #F0821B;
    font-size: 15px;
}

.footer-middle-content .content-container {
    padding: 20px 0;
    line-height: 25px;
}

    .footer-middle-content .content-container a {
        color: black;
    }

    .footer-middle-content .content-container :hover {
        text-decoration: none;
    }

    .footer-middle-content .content-container .note {
        color: #757575;
        font-size: 15px;
    }

    .footer-middle-content .content-container .note-title {
        font-weight: 500;
    }

        .footer-middle-content .content-container .note-title :hover {
            color: #F0821B;
        }

    .footer-middle-content .content-container .footer-overview :hover {
        color: #F0821B;
    }

.social-icons :hover {
    text-decoration: none;
    opacity: 0.9;
}

.btn-cooperate {
    background-color: white;
    color: #F0821B !important;
    border: 1px solid #F0821B;
    border-radius: 10px;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: max-content;
}

    .btn-cooperate span {
        pointer-events: none;
    }

.btn-cooperate-container {
    width: max-content;
    margin: -8px;
}

    .btn-cooperate-container :hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px, rgba(0, 0, 0, 0.22) 0px 1px 2px;
    }

.footer-under-content {
    padding: 5px 0 25px 0;
    font-size: 14px;
    font-weight: 500
}

.footer-download {
    float: right;
    margin: -10px 0 0 0;
    font-size: 15px;
    align-items: center;
    vertical-align: middle;
}

    .footer-download img {
        border-radius: 5px;
        margin: 0 5px;
    }

    .footer-download :hover {
        text-decoration: none;
    }

    .footer-download a :hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px, rgba(0, 0, 0, 0.22) 0px 1px 2px;
    }

.mobile-download-container {
    background-color: #F0821B;
    width: 100%;
    height: 40px;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.mobile-download {
    margin: 0 auto;
    text-align: center;
    background-color: #F0821B;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

    .mobile-download span {
        text-align: center;
        padding: 10px 0;
        margin: 0 5px;
    }

@media(max-width: 768px) {
    .footer .content-container div {
        margin-bottom: 5px;
    }

    .footer-above-content {
        margin-top: 10px !important;
    }

    .footer-popup {
        position: absolute;
        bottom: 0;
        height: 60px;
        border-top: 1px solid #E0E0E0;
        width: 100%;
        padding: 10px 15px;
    }

    #footer {
        padding-top: 12px;
    }
}

@media(min-width: 768px) {
    .mobile-download-container {
        display: none !important;
    }
}

/*popup munu mobile*/
#menuPopup {
    display: none;
}

.mb-menu-container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.mb-menu-wrapper {
    position: fixed;
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-width: 450px; /*Max-width of popup can be changed*/
    width: 80%; /*Width of popup*/
    left: 40%;
    bottom: 0;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    padding: 15px 25px;
    border-radius: 0;
    box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
}

    .mb-menu-wrapper .user-info {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mb-menu-wrapper .category-lst .col-12 {
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 5px 0;
    }

        .mb-menu-wrapper .category-lst .col-12 img {
            margin-right: 8px;
            height: 25px;
            width: 25px;
        }

        .mb-menu-wrapper .category-lst .col-12 span {
            font-size: 14px;
            font-weight: 400;
        }

    .mb-menu-wrapper .category-lst a {
        color: #000;
    }

        .mb-menu-wrapper .category-lst a:hover {
            text-decoration: none;
            font-style: normal;
        }

    .mb-menu-wrapper .user-info h3 {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
        margin: 0;
    }

    .mb-menu-wrapper .user-info img {
        height: 38px;
        width: 38px;
    }

    .mb-menu-wrapper .user-info a {
        color: #000;
    }

    .mb-menu-wrapper .user-info h5 {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        line-height: 16px;
        margin: 0;
    }

    .mb-menu-wrapper .bold-border {
        width: 120%;
        margin: 10px 0 10px -10%;
        border-bottom: 4px solid #efeff4;
        overflow-x: hidden;
    }

    .mb-menu-wrapper .slim-border {
        width: 100%;
        margin: 5px auto;
        border-bottom: 1px solid #efeff4;
    }

    .mb-menu-wrapper .contact {
        font-size: 14px;
        color: #333;
        font-weight: 400;
    }

        .mb-menu-wrapper .contact a {
            font-size: 16px;
            color: #FB8518;
            font-weight: 500;
        }

    .mb-menu-wrapper .log-out {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        text-align: center;
        background-color: #E5E5E5;
        border-radius: 5px;
        width: fit-content;
        padding: 3px 25px;
        margin: 10px auto;
    }

/* Body */
.body {
    background-color: #FAFAFA;
    padding: 100px 0;
}

/* Profile and function */
.profi-and-funcs {
    background-color: #fff;
    border-radius: 12px;
    height: max-content;
}

    .profi-and-funcs .profi {
        margin: 15px 0;
        padding: 0;
        background: url(../../images/eticket/icon-right.svg) no-repeat;
        background-position: 100% 50%;
        background-size: 18px 18px;
    }

        .profi-and-funcs .profi .name {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
        }

        .profi-and-funcs .profi .email {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0.5px;
            text-align: left;
        }

        .profi-and-funcs .profi img {
            vertical-align: middle;
            border-style: none;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin: 0;
            padding: 0;
        }

        .profi-and-funcs .profi a {
            color: #000;
        }

        .profi-and-funcs .profi .col-12 {
            vertical-align: middle;
            display: flex;
        }

    .profi-and-funcs .funcs .col-12 {
        vertical-align: middle;
        align-items: center;
        margin: 0 auto;
        display: flex;
    }

    .profi-and-funcs .funcs .e-point-count {
        position: absolute;
        right: 16px;
        font-weight: bold;
    }

@media(max-width: 768px) {
    .profi-and-funcs .funcs .e-point-count {
        right: 38px;
        color: #F0821B;
        opacity: 1;
    }
}

@media(max-width: 1200px) {
    .profi-and-funcs .funcs .e-point-count {
        opacity: 0;
    }
}

.profi-and-funcs .funcs .notify-count {
    position: absolute;
    right: 16px;
    padding: 0 0px 0px 1px;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-color: red;
    color: white;
    border-radius: 50%;
    text-align: center;
    border: -1px solid red;
}

.profi-and-funcs .btn-log-out {
    border: 1px solid #F0821B;
    color: #F0821B;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    margin: 16px auto;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
}

    .profi-and-funcs .btn-log-out:hover {
        color: #fff;
        background-color: #F0821B;
    }

.profi-and-funcs a:hover {
    text-decoration: none;
}

@media(max-width: 768px) {
    .profi-and-funcs .funcs .notify-count {
        right: 38px;
    }
}


.profi-and-funcs .funcs .detail img {
    height: 18px;
    width: 18px;
    object-fit: cover;
    margin: 0 5px;
    padding: 0;
}

.profi-and-funcs .funcs .detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    padding: 12px 12px 12px 38px;
    cursor: pointer;
    color: #000;
    text-transform: capitalize;
}

.profi-and-funcs .funcs :hover {
    color: #F0821B;
    text-decoration: none;
}

.profi-and-funcs .funcs .detail.selected {
    color: #F0821B;
    background-color: #F5F5F5;
}

.profi-and-funcs .group-title {
    font-weight: 700;
    margin: 8px 0;
    text-transform: capitalize;
}

    .profi-and-funcs .group-title img {
        height: 20px;
        width: 20px;
        margin-top: -3px;
    }

.gen-ful-border {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #eee;
}

.gen-mg-16-ful-border {
    width: calc(100% - 32px);
    margin: 0 auto;
    border-top: 1px solid #eee;
}

.gen-80-border {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #eee;
}

/* Items */
.content {
    background-color: #fff;
    border-radius: 12px;
    padding: 0 16px 16px 16px;
}

    .content .items .title {
        margin-top: 16px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #000;
    }

        .content .items .title:hover {
            text-decoration: none;
            font-style: normal;
        }

        .content .items .title .col-12 {
            border-bottom: 1px solid #EDEDED;
            margin: 16px auto 0 auto;
        }

    .content .items .panels-selector {
        vertical-align: middle;
        align-items: center;
        display: flex;
        margin: 0 auto;
    }

        .content .items .panels-selector .panel {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            text-align: center;
            padding-top: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid #EEE;
            cursor: pointer;
            color: #000;
            font-style: normal;
            white-space: nowrap;
        }

            .content .items .panels-selector .panel:hover {
                text-decoration: none;
            }

            .content .items .panels-selector .panel.selected {
                color: #FE6E00;
                border-bottom: 2px solid #FE6E00;
                font-weight: 600;
            }

    .content .items .detail-info {
        justify-content: center;
    }

@media(min-width: 768px) {
    .content .items .detail-info {
        justify-content: start;
        margin-right: -32px;
        padding-left: 16px;
    }
}

.content .items .detail-info .info {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    margin: 16px 8px 0px 8px;
    padding: 16px;
}

    .content .items .detail-info .info.used {
        filter: grayscale(1);
        opacity: 0.88;
    }

    .content .items .detail-info .info .detail-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.25px;
        text-align: justify;
        color: #212121;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .content .items .detail-info .info .detail-title.ticket {
            font-weight: 500;
        }

            .content .items .detail-info .info .detail-title.ticket.pack {
                font-weight: 400;
                font-size: 12px;
                color: #cdcdcd;
                height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

    .content .items .detail-info .info .price {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #FE6E00;
        margin: 3px 0;
    }

    .content .items .detail-info .info .exp-date {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        text-align: right;
        color: #616161;
        margin: 3px 0;
    }

    .content .items .detail-info .info .count, .content .items .detail-info .info .used-count, .content .items .detail-info .info .avai-remain {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.6);
        margin: 3px 0 16px 0;
    }

.content .items .detail-info .col-12.info {
    max-width: calc(50% - 32px);
}

.content .items .detail-info .info .used-count {
    text-align: center;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.content .items .detail-info .info .avai-remain {
    text-align: end;
}

.content .items .detail-info .info .btn-ctn {
    padding: 0 8px;
    margin: 0;
}

.btn-white-bg {
    font-weight: 500;
    font-size: 14px;
    color: #F0821B;
    border: 1px solid #F0821B;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    width: calc(100% - 2px);
    min-width: max-content;
    cursor: pointer;
}

    .btn-white-bg.exprired {
        color: #E8141F;
        border-color: #E8141F;
    }

.btn-orange-bg {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: 1px solid #F0821B;
    background-color: #F0821B;
    border-radius: 8px;
    text-align: center;
    width: calc(100% - 2px);
    min-width: max-content;
    float: right;
    padding: 6px 15px;
    cursor: pointer;
}

/* Review */
.content .items .review-info {
    border: 1px solid #F5F1ED;
    border-radius: 16px;
    margin: 16px 0 0 0;
}

    .content .items .review-info .info .col-12 .row {
        vertical-align: middle;
        align-items: center;
        margin: 0 auto;
        justify-content: left;
        display: flex;
    }

        .content .items .review-info .info .col-12 .row.review {
            padding: 16px 0;
            margin: 0 -16px;
        }

            .content .items .review-info .info .col-12 .row.review.list {
                margin: 0;
            }

        .content .items .review-info .info .col-12 .row.bottom {
            padding-top: 8px;
            padding-bottom: 8px;
            margin-top: 8px;
            border-top: 1px solid #EEE;
        }

    .content .items .review-info .info .bottom .btn-orange-bg {
        width: max-content;
        border-radius: 0;
        padding: 10px 20px;
        margin: 0 -16px;
    }

    .content .items .review-info .info img {
        width: 64px;
        height: 64px;
        border-radius: 12px;
    }

    .content .items .review-info .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        margin: 0;
    }

    .content .items .review-info .info .pack {
        color: #757575;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    .content .items .review-info .info .price {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.25px;
        text-align: left;
        margin: 0 -16px;
    }

        .content .items .review-info .info .price .number {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            text-align: left;
        }

    /* Create Review */
    .content .items .review-info .info .col-12 .row.create {
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid #EEE;
        justify-content: left;
    }

    .content .items .review-info .info .col-12 .create .rating, .content .items .review-info .info .col-12 .create .upload-img, .content .items .review-info .info .col-12 .create .comment {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.25px;
        text-align: left;
        display: flex;
        vertical-align: middle;
        align-items: center;
        margin: 8px -15px;
    }

        .content .items .review-info .info .col-12 .create .upload-img.row, .content .items .review-info .info .col-12 .create .upload-img .row {
            margin: 0;
        }

        .content .items .review-info .info .col-12 .create .comment.detail {
            justify-content: center;
        }

.content .items .title.create-cmt img {
    height: 18px;
    width: 18px;
    margin-top: -3px;
}

.content .items .review-info .info .col-12 .create .upload-img .btn-add-image {
    border: 1px solid #F0821B;
    background-color: #fff;
    color: #F0821B;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 8px;
    margin: 0 16px;
    cursor: pointer;
}

.content .items .review-info .info .col-12 .create .list-img .col-3 {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin: 5px 0;
    padding: 5px;
    width: 73px;
    height: 73px;
}

    .content .items .review-info .info .col-12 .create .list-img .col-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.content .items .review-info .info .col-12 .create .upload-img .btn-add-image img {
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

.content .items .review-info .info .col-12 .create .list-img {
    margin: 0;
}

    .content .items .review-info .info .col-12 .create .list-img .rmv-img-reg {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 15px;
        height: 15px;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        vertical-align: middle;
        margin: 0 auto;
        justify-content: center;
    }

        .content .items .review-info .info .col-12 .create .list-img .rmv-img-reg:hover {
            cursor: pointer;
        }

        .content .items .review-info .info .col-12 .create .list-img .rmv-img-reg img {
            width: 10px;
            height: 10px;
        }

    .content .items .review-info .info .col-12 .create .list-img .add-more-image {
        color: #9E9E9E;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        border: 1px dashed #cdcdcd;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

        .content .items .review-info .info .col-12 .create .list-img .add-more-image .col-12 {
            margin: 0;
            padding: 0;
        }

        .content .items .review-info .info .col-12 .create .list-img .add-more-image img {
            height: 15px;
            width: 15px;
            margin: 0px 0 -18px 0;
            padding: 0;
        }

.content .items .review-info .info .create-bottom {
    padding: 0;
}

    .content .items .review-info .info .create-bottom .col-12 {
        text-align: left;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        margin: 8px auto 16px auto;
    }

    .content .items .review-info .info .create-bottom .btn-orange-bg {
        width: max-content;
        padding: 10px 20px;
    }

.comment textarea {
    width: 100%;
    min-height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #EEE;
    border-radius: 4px;
    background-color: #FAFAFA;
    resize: none;
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
}

.comment input[type=text] {
    margin-top: 16px;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #eee;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.comment.post-cmt a {
    height: 18px;
    width: 18px;
    color: #000;
    position: absolute;
    top: calc(50% - 3px);
    right: calc(0% + 8px);
    font-style: normal;
}

    .comment.post-cmt a:hover {
        text-decoration: none;
        font-style: normal;
    }

.comment.post-cmt img {
    height: 18px !important;
    width: 18px !important;
}

/* Comment Detail */
.content .items .review-info .info .col-12 .row.review .user {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.content .items .review-info .info .col-12 .row.review .partner {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000;
}

    .content .items .review-info .info .col-12 .row.review .partner:hover {
        color: #F6911E;
        text-decoration: none;
    }

.content .items .review-info .info .col-12 .row.review .date-time {
    font-size: 12px;
    font-weight: 400;
    text-align: end;
    margin: 0;
    padding: 0;
    color: #a1a1a1;
}

.content .items .review-info .info .col-12 .row.review .comment {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: justify;
    overflow: hidden;
}

.content .items .review-info .info .col-12 .reviewed-rating {
    margin: 2px 0;
}

    .content .items .review-info .info .col-12 .reviewed-rating .Stars {
        font-size: 22px;
    }

.content .items .review-info .info .col-12 .row.review .list-image {
    margin: 0;
    padding: 0;
}

    .content .items .review-info .info .col-12 .row.review .list-image .reviewed-img-lst .col-5 {
        margin: 0;
        padding: 0;
    }

    .content .items .review-info .info .col-12 .row.review .list-image .reviewed-img-lst img {
        width: 80px;
        height: 100px;
        margin: 8px 0;
        border-radius: 16px;
    }

.content .items .review-info .info .col-12 .row.review .ticket-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.content .items .review-info .info .col-12 .row.review .response {
    margin: 0;
    padding: 0;
    background-color: #F3F4F8;
    border-radius: 16px;
    margin-top: 8px;
}

    .content .items .review-info .info .col-12 .row.review .response .rp-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0;
        padding: 0 16px;
    }

    .content .items .review-info .info .col-12 .row.review .response .rp-date {
        text-align: end;
        color: #757575;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        position: absolute;
        right: 16px;
        top: 3px;
    }

    .content .items .review-info .info .col-12 .row.review .response .rp-content {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding: 0 16px 16px 16px;
    }

.row.review .col-12 {
    padding: 0;
}
/* Rating */
:root {
    --star-size: 30px;
    --star-color: #eee;
    --star-background: #F0821B;
}

/*.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
}*/

/* .Stars::before {
        content: "★★★★★";
        letter-spacing: 3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }*/

.Stars {
    --rating: 4.5;
    --star-size: 13px;
    --star-count: 5;
    --star-gap: 5px;
    position: relative;
    display: inline-block;
    width: calc((var(--star-size) + var(--star-gap)) * var(--star-count));
    height: var(--star-size);
    background: url("https://cdn.dealtoday.vn/assets/sellercenter/mp/img/outline-vip-star.svg") repeat-x;
    background-size: calc(var(--star-size) + var(--star-gap)) var(--star-size);
}

    .Stars::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(var(--rating) / var(--star-count) * 100%);
        height: 100%;
    }

    .Stars::before {
        background: url("https://cdn.dealtoday.vn/assets/sellercenter/mp/img/yellow-star.svg") repeat-x;
        background-size: auto;
        background-size: calc(var(--star-size) + var(--star-gap)) var(--star-size);
    }

/* New Rating(Selector) */
.dealtoday-rating-tkcn {
    display: inline-block;
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
}

    .dealtoday-rating-tkcn label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        cursor: pointer;
    }

        .dealtoday-rating-tkcn label:last-child {
            position: static;
        }

        .dealtoday-rating-tkcn label:nth-child(1) {
            z-index: 5;
        }

        .dealtoday-rating-tkcn label:nth-child(2) {
            z-index: 4;
        }

        .dealtoday-rating-tkcn label:nth-child(3) {
            z-index: 3;
        }

        .dealtoday-rating-tkcn label:nth-child(4) {
            z-index: 2;
        }

        .dealtoday-rating-tkcn label:nth-child(5) {
            z-index: 1;
        }

        .dealtoday-rating-tkcn label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .dealtoday-rating-tkcn label .icon {
            float: left;
            color: transparent;
        }

        .dealtoday-rating-tkcn label:last-child .icon {
            color: #EEE;
        }

    .dealtoday-rating-tkcn:not(:hover) label input:checked ~ .icon,
    .dealtoday-rating-tkcn:hover label:hover input ~ .icon {
        color: #F0821B;
    }

    .dealtoday-rating-tkcn label input:focus:not(:checked) ~ .icon:last-child {
        color: #EEE;
        text-shadow: 0 0 5px #F0821B;
    }

/*Home account input form*/
.inp-form .inp-value input[type=text], .inp-form .inp-value input[type=number], .inp-form .inp-value input[type=password], .inp-form .inp-value select {
    width: 100%;
    padding: 8px 20px 8px 12px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-color: transparent transparent #eee transparent;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.inp-form .inp-value input::placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #bdbdbd !important;
}

.inp-form .inp-value input[type=text]:disabled {
    background-color: #fff;
}

.inp-form .inp-value img {
    position: absolute;
    right: 20px;
    bottom: 15px;
    height: 15px;
    width: 22px;
    cursor: pointer;
}

.inp-form .inp-value .copy-img {
    height: 19px;
    width: 22px;
}

.inp-form textarea:focus, .inp-form input:focus {
    outline: none;
}

.inp-form .inp-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #757575;
    margin-top: 16px;
}

.inp-form .confirm-mail {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F0821B;
    cursor: pointer;
}

.inp-form .btn-link-ctn {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: fit-content;
}

.btn-ctn {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 20px 0 5px 0;
    width: 100%;
}

.inp-form .btn-link-ctn .title {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #757575;
    margin-right: 10px;
    margin-top: 0;
}

    .inp-form .btn-link-ctn .title.stop-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1E83F6;
        cursor: pointer;
        margin-top: 3px;
    }

.inp-form .btn-link-ctn .btn-link-gg, .inp-form .btn-link-ctn .btn-link-fb, .inp-form .btn-ctn .btn-update {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    width: fit-content;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}

.inp-form .btn-link-ctn .btn-link-gg {
    background-color: #E8141F;
}

.inp-form .btn-link-ctn .btn-link-fb {
    background-color: #2170E2;
}

.inp-form .btn-ctn .btn-update {
    background-color: #F0821B;
}

    .inp-form .btn-ctn .btn-update:hover, .inp-form .btn-ctn .btn-update:focus {
        outline: none;
        border: none;
        color: #fff;
        opacity: 0.95;
    }

.inp-form .btn-link-ctn .btn-link-gg img, .inp-form .btn-link-ctn .btn-link-fb img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

/*E-point*/
.point-box-ctn {
    margin: 16px 0;
}

    .point-box-ctn .point-box {
        border: 1px solid #EEEEEE;
        border-radius: 12px;
        padding: 24px 0 30px 0;
        display: flex;
        vertical-align: middle;
        text-align: center;
        justify-content: center;
        transform: scale(0.95);
    }

        .point-box-ctn .point-box .point-type {
            font-weight: 400;
            font-size: 13px;
            line-height: 18px;
            color: #757575;
            margin-top: 12px;
        }

        .point-box-ctn .point-box .current-point {
            font-weight: 400;
            font-size: 32px;
            line-height: 40px;
            color: #F0821B;
        }


/* Notify */
.content .items .notify {
    border: 1px solid #eee;
    border-radius: 12px;
    margin: 16px 0 0 0;
}

    .content .items .notify .content-val {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 8px;
        display: flex;
    }

        .content .items .notify .content-val .icon {
            font-weight: 400;
            font-size: 13px;
            line-height: 18px;
            padding: 0 6px;
            display: flex;
            justify-content: center;
            vertical-align: middle;
            align-items: center;
        }

        .content .items .notify .content-val .noti-content {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            padding: 3px 6px;
            display: flex;
        }

        .content .items .notify .content-val img {
            height: 24px;
            width: 24px;
        }

        .content .items .notify .content-val .isRead ::after {
            content: '';
            border: 2px solid #FF3F3F;
            border-radius: 50%;
            height: 6px;
            width: 6px;
            background-color: #FF3F3F;
            position: absolute;
            top: calc(50% - 10px);
            left: 32px;
        }

    .content .items .notify .bottom-bar {
        background-color: #f5f5f5;
        padding: 8px;
        border-radius: 0 0 12px 12px;
    }

        .content .items .notify .bottom-bar.point {
            background-color: #fff;
            padding: 3px 8px 8px 8px;
            border-radius: 0 0 12px 12px;
        }

        .content .items .notify .bottom-bar .date {
            font-weight: 400;
            font-size: 13px;
            line-height: 14px;
            color: #666;
        }

        .content .items .notify .bottom-bar .show {
            font-weight: 400;
            font-size: 13px;
            line-height: 14px;
            color: #000;
            text-align: end;
        }

    .content .items .notify .expanded {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }

        .content .items .notify .expanded a {
            text-align: center;
            margin: 0 auto;
            width: 100%;
            display: block;
        }

            .content .items .notify .expanded a img, .content .items .notify .bottom-bar .show img {
                height: 14px;
                width: 14px;
            }

    /* Code list */
    .content .items .notify .bottom-bar.sale-code {
        background-color: #E3F2FF;
        border-radius: 0 0 12px 12px;
    }

    .content .items .notify .sale-code .code {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #FB8518;
    }

    .content .items .notify .sale-code .price {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #E8141F;
    }

    .content .items .notify .sale-code.expanded {
        background-color: #E3F2FF;
        border-radius: 0 0 8px 8px;
    }

/* Expand */

.col-12.expanded .row {
    display: none;
}

.sale-code > input:checked + .row .expanded .row {
    display: block;
}

.sale-code > input:checked + .row .bottom-bar.sale-code {
    background-color: #BBDDFF !important;
}

.sale-code > input:checked + .row .bottom-bar.sale-code {
    border-radius: 0;
}

.notify > input:checked + .info .row .expanded .row {
    display: block;
}

.notify > input:checked + .info .row .bottom-bar {
    border-radius: 0;
}

.drop-content {
    padding: 8px 0;
    margin: 0 -20px;
}

.dropDown-trigger {
    margin: 0;
    padding: 0;
}

.notify label {
    cursor: pointer;
}

/* Used paymnets*/
.content .used-payments {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 auto;
    padding: 0;
}

    .content .used-payments .used-item .row {
        border: 1px solid #EDEDED;
        padding: 8px 16px;
        margin: 16px 0 0 0;
        text-align: justify;
        padding-right: 30px;
    }

    .content .used-payments .used-item .cancel {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #E8141F;
        background-color: #fafafa;
        cursor: pointer;
        width: 32px;
        height: 20px;
        position: absolute;
        right: 25px;
    }

        .content .used-payments .used-item .cancel:hover {
            color: red;
            background-color: #f0f0f0;
        }

/* Transaction History*/

.dropDown-trigger.trans-his {
    background: url(../../images/eticket/icon-right.svg) no-repeat 100% -1px;
    background-size: 14px 14px;
    padding-right: 16px;
    background-position-y: 0;
    cursor: pointer;
    margin-top: 3px
}

    .dropDown-trigger.trans-his a:hover {
        color: #F0821B;
    }

    .dropDown-trigger.trans-his a {
        color: #000;
    }

.trans-content {
    padding: 5px 8px 8px 8px;
}

    .trans-content .trans-attr {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #888;
    }

    .trans-content .trans-failed {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #E8141F;
    }

    .trans-content .trans-success {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #00B138;
    }

    .trans-content .trans-total {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
    }

.content .items .notify .bottom-bar .trans-his.date {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

    .content .items .notify .bottom-bar .trans-his.date a {
        display: block;
        font-style: normal;
        color: #000;
    }

        .content .items .notify .bottom-bar .trans-his.date a:hover {
            font-style: normal;
            color: #F0821B;
            text-decoration: none;
        }

.btn-view-more {
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    width: fit-content;
    color: #F0821B;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #F0821B;
    border-radius: 50px;
}

    .btn-view-more:hover {
        cursor: pointer;
        color: #fff;
        background-color: #F0821B;
        text-decoration: none;
    }

.content .items .notify .bottom-bar.trans-his {
    border-radius: 12px 12px 0 0;
}

.trans-filter {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-top: 8px;
}

    .trans-filter .btn-ctn {
        margin: 0;
    }

@media(max-width: 768px) {
    .trans-filter .btn-ctn {
        margin: 16px 0 3px 0;
    }
}

.trans-filter .btn-search {
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    color: #fff;
    background-color: #F0821B;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #F0821B;
    border-radius: 8px;
    height: 38px;
}

    .trans-filter .btn-search:hover {
        cursor: pointer;
        opacity: 0.95;
    }

    .trans-filter .btn-search:focus {
        outline: none;
    }

.trans-filter .inp-form .inp-value.date input[type=text] {
    width: 100%;
    padding: 8px 25px 8px 23px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-color: transparent transparent #eee transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    background: url(//cdn.dealtoday.vn/assets/sellercenter/mp/img/mydeal-calendar.svg) no-repeat;
    background-position: left 0 center;
}

.trans-filter .inp-form .inp-value select {
    width: 100%;
    padding: 8px 25px 8px 20px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-color: transparent transparent #eee transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    background: url(../../images/eticket/icon-document.svg) no-repeat 0% 50%;
}

/* Transaction Detail*/
.detail-trans-info {
    background-color: #fff;
    margin: 8px auto;
    padding: 8px 0;
}

    .detail-trans-info .inf {
        margin: 5px 0;
    }


    .detail-trans-info .inf-til {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #888888;
        text-align: left;
    }

    .detail-trans-info .inf-val {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #000000;
        text-align: end;
    }

        .detail-trans-info .inf-val .success {
            color: #2DBB86;
        }

.detail-trans-list {
    background-color: #FAFAFA;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-radius: 12px;
    padding: 8px 16px;
    margin: 0;
}

    .detail-trans-list .header {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        background-color: #FAFAFA;
        margin-bottom: 12px;
        padding: 0;
    }

    .detail-trans-list img {
        width: 45px;
        height: 45px;
    }

.item-til {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.item-prop {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #9E9E9E;
    margin-top: 5px;
}

.detail-trans-item {
    margin: 8px 0;
}

/* Footer */

/* Responsive */
@media (min-width: 1250px) {
    .container {
        max-width: 1250px !important;
    }
}

@media (max-width: 768px) {
    .profi-and-funcs .profi {
        background: none;
    }

    .header-title.cate {
        font-weight: 600;
        font-size: 17px;
        line-height: 22px;
        margin: 16px 0;
    }

    .header-logo.payment {
        position: absolute;
        left: 16px;
    }

    .header-logo {
        position: absolute;
        left: 42px;
        height: 100%;
        vertical-align: middle;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .hot-line .wrap a {
        font-size: 14px;
    }

    .header-logo .payment-title {
        margin-top: 3px;
        font-size: 16px;
        width: max-content;
    }

    .header-logo img {
        height: 28px;
    }

    .header-logo .borderline {
        height: 28px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .container .col-lg-9.col-md-9.col-sm-12.col-12 {
        padding: 0;
        position: absolute;
        margin-top: 8px;
    }

    .content .items .detail-info .col-12.info {
        max-width: calc(100% - 16px);
    }

    .content .items .panels-selector .panel {
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 64px;
    }

    .content .items .review-info .info.create .col-12 {
        margin: 0;
        padding: 0 8px;
    }

    .content .items .review-info .info .col-12 {
        margin: 0;
    }

        .content .items .review-info .info .col-12 .title, .content .items .review-info .info .col-12 .pack {
            margin-left: 16px;
            padding-right: 16px;
            text-align: left;
            line-height: 20px;
        }

    .content .items .review-info .info .create-bottom .btn-orange-bg {
        width: 100%;
        padding: 10px 20px;
    }

    .mb-head-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        height: 36px;
        margin: -30px auto 0 auto;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

        .mb-head-title img {
            position: absolute;
            left: 16px;
            height: 18px;
            width: 18px;
        }

    /* Left-bar */
    .profi-and-funcs .group-title {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 12px;
    }

    .profi-and-funcs {
        background-color: #fafafa;
        transition: all 0.8s;
        opacity: 0;
        position: sticky;
        z-index: 3;
    }

        .profi-and-funcs.hidden {
            transform: translate(-100%);
            opacity: 0;
            height: 0;
            overflow: hidden;
        }

        .profi-and-funcs.visible {
            transform: unset;
            opacity: 1;
            height: fit-content;
            overflow: visible;
        }

        .profi-and-funcs .profi .name {
            font-size: 18px;
            font-weight: 500;
        }

        .profi-and-funcs .funcs {
            border-top: none;
            background-color: #fff;
            margin: 12px 0;
            padding: 0;
            border-radius: 12px;
        }

            .profi-and-funcs .funcs .right-icon {
                position: absolute;
                right: 8px;
            }

        .profi-and-funcs .profi {
            background-color: #fff;
            margin: -16px 0 16px 0;
            padding: 16px;
            border-radius: 12px;
        }

            .profi-and-funcs .profi .right-icon {
                height: 18px;
                width: 18px;
                position: absolute;
                right: -2px;
            }

            .profi-and-funcs .profi .col-2 {
                margin: 0;
                padding: 0;
                display: flex;
                vertical-align: middle;
                align-items: center;
            }

            .profi-and-funcs .profi .col-12 {
                justify-content: start;
            }

            .profi-and-funcs .profi .avatar img {
                height: 0;
            }

        .profi-and-funcs .funcs .borderline {
            border-top: 1px solid #F5F5F5;
            width: 100%;
        }

        .profi-and-funcs .btn-log-out {
            border-radius: 50px;
            background-color: #fafafa;
        }

        .profi-and-funcs a {
            text-decoration: none;
            font-style: normal;
        }

    .content .used-payments {
        margin: 0 auto;
        padding: 0 16px;
    }

    .trans-filter .btn-search {
        padding: 10px;
        width: 100%;
        white-space: nowrap;
    }

    .content .items .review-info .info.list {
        padding: 0 8px;
    }

    .content .items .review-info .info .row.bottom {
        margin: 0 8px;
        padding: 0;
    }

    .content .items .review-info .info .bottom .btn-orange-bg {
        margin: 0 -16px;
    }

    .content .items .review-info .info .price {
        margin: 0 -16px;
    }

    .content .items .review-info .info .col-12 .create .rating, .content .items .review-info .info .col-12 .create .upload-img, .content .items .review-info .info .col-12 .create .comment {
        margin: 8px -8px;
    }

    .content .items .review-info.create {
        border: none;
        margin: 0 -8px;
    }

    .content .items .review-info .info .col-12 .row.review {
        margin: 0 -8px;
    }

    .content .items .review-info .info .create-bottom .btn-orange-bg {
        width: calc(100% + 16px);
        padding: 10px 20px;
        margin: 10px -8px 8px -8px;
    }

    .comment textarea {
        width: calc(100% + 16px);
        margin: 0 -15px 0 0px;
    }

    .detail-trans-list {
        background-color: #fff;
        margin: 0 -16px;
    }

        .detail-trans-list .header {
            background-color: #fff;
            padding-bottom: 8px;
            padding-top: 8px;
            border-top: 16px solid #FAFAFA;
            margin-bottom: 0;
        }

        .detail-trans-list .borderline {
            border: 1px solid #FAFAFA;
            margin: 0 16px 8px 16px;
            width: 100%;
        }

    .content .used-payments .used-item .row {
        margin: 16px -16px 0 -16px;
    }

    .hot-line .wrap img {
        width: 14.65px;
        margin-right: 5px
    }
}

/* Result page */
.order-result.margin {
    height: 30px;
    background-color: #fff;
    padding: 0;
}

.order-result {
    background-color: #fff;
    border-radius: 12px;
    padding: 63px;
}

    .order-result .success, .order-result .failed {
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        text-align: center;
    }

        .order-result .success .message img, .order-result .failed .message img {
            width: 98px;
            height: 98px;
        }

        .order-result .success .message h2, .order-result .failed .message h2 {
            width: 100%;
            margin: 55px auto 51px auto;
            color: #000;
            font-weight: 600;
            font-size: 22px;
            line-height: 28px;
        }

    .order-result .btn-ctn {
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        text-align: center;
    }

    .order-result .success .btn-continue-shopping, .order-result .success .btn-view-order-detail, .order-result .failed .btn-retry {
        padding: 10px 55px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        border-radius: 8px;
        width: 230px;
        height: 40px;
    }

        .order-result .success .btn-continue-shopping:hover, .order-result .success .btn-view-order-detail:hover, .order-result .failed .btn-retry:hover, .order-result .btn-download {
            cursor: pointer;
        }

    .order-result .success .btn-continue-shopping, .order-result .failed .btn-retry {
        background-color: #F0821B;
        border: 1px solid #F0821B;
        color: #fff;
    }

    .order-result .success .btn-view-order-detail {
        background-color: #fff;
        border: 1px solid #F0821B;
        color: #F0821B;
    }

    .order-result .success .download, .order-result .failed .download {
        max-width: 335px;
        margin: 0 auto;
    }

        .order-result .success .download .col-12, .order-result .failed .download .col-12 {
            margin: 0 auto;
            padding: 0;
        }

        .order-result .success .download .title, .order-result .failed .download .title {
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
            letter-spacing: 0em;
            color: #000;
            margin: 51px auto 26px auto;
            text-align: center;
        }

        .order-result .success .download img, .order-result .failed .download img {
            width: 147px;
            height: 50px;
            margin: 8px;
        }

    .order-result .failed .btn-continue-shopping {
        width: 147px;
        height: 50px;
    }

@media (max-width: 768px) {
    .order-result.margin {
        height: 12px;
    }

    .order-result .success .message img, .order-result .failed .message img {
        width: 81px;
        height: 81px;
    }

    .order-result .success .download .title, .order-result .failed .download .title {
        margin: 51px auto 16px auto;
    }


    .order-result .success .message h2, .order-result .failed .message h2 {
        font-size: 22px;
    }


    .order-result .success .btn-continue-shopping, .order-result .failed .btn-retry {
        margin: 8px auto;
    }

    .order-result .success .btn-view-order-detail {
        margin: 8px auto;
    }
}

/* Send Point */
.btn-ctn .btn-general {
    border: 1px solid #F0821B;
    background-color: #F0821B;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

    .btn-ctn .btn-general:hover {
        cursor: pointer;
        opacity: 0.95;
    }

    .btn-ctn .btn-general.next {
        position: absolute;
        right: 16px;
    }

    .btn-ctn .btn-general.back {
        border: 1px solid #eee;
        background-color: #eee;
        color: #757575;
        position: absolute;
        left: 16px;
    }

.send-point input {
    display: none;
}

.send-point-step label {
    display: flex;
    align-items: center;
}

.send-point-step.reg {
    width: calc(100% - 128px);
    display: flex;
    align-items: center;
    margin: 16px auto;
}

.send-point-step.ctn {
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.send-point-step .no {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F0821B;
    display: flex;
    height: 40px;
    width: 40px;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #F0821B;
    border-radius: 50%;
    margin: 16px 5px;
    text-align: center;
    cursor: pointer;
}

    .send-point-step .no.disabled {
        pointer-events: none;
    }

    .send-point-step .no.curr {
        color: #fff;
        background-color: #F0821B;
    }

.send-point-step .txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: flex;
}

.send-point-step .b-line {
    border-top: 1px solid #E0E0E0;
    color: #E0E0E0;
    width: 80%;
}

.send-point > input[id="step-1"]:checked ~ .items .col-12.step-1 {
    display: block;
}

.send-point > input[id="step-1"]:checked ~ .items .col-12.step-2 {
    display: none;
}

.send-point > input[id="step-2"]:checked + .items .col-12.step-2 {
    display: block !important;
}

.send-point > input[id="step-2"]:checked + .items .col-12.step-1 {
    display: none;
}

.send-point > input[id="step-1"]:checked ~ .items .col-12 .reg .step-1 .no {
    background-color: #F0821B !important;
    color: #fff !important;
}

.send-point > input[id="step-1"]:checked ~ .items .col-12 .reg .step-2 .no {
    background-color: #fff !important;
    color: #F0821B !important;
}

.send-point > input[id="step-2"]:checked ~ .items .col-12 .reg .step-1 .no {
    background-color: #fff !important;
    color: #F0821B !important;
}

.send-point > input[id="step-2"]:checked ~ .items .col-12 .reg .step-2 .no {
    background-color: #F0821B !important;
    color: #fff !important;
}

.send-point > input[id="step-2"]:checked ~ .items .step-2 .inp-form .btn-ctn {
    margin: 30px 0 20px 0;
}

.send-point input::-webkit-outer-spin-button,
.send-point input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.send-point input[type=number] {
    -moz-appearance: textfield;
}

.send-point-rg {
    padding: 16px;
}

    .send-point-rg .point-count {
        font-size: 24px;
        font-weight: 600;
        color: #F6911E;
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

    .send-point-rg .send-point {
        font-size: 14px;
        font-weight: 500;
        color: #1E83F6;
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: end;
    }

@media(max-width: 768px) {
    .send-point-step.reg {
        width: 100%;
        margin: 16px -8px 16 -8px;
    }

    .send-point-step .no {
        width: 24px;
        height: 24px;
        padding: 2px;
        margin-bottom: 5px;
    }

    .send-point-step.ctn, .send-point-step label {
        display: block;
    }

    .send-point-step .no, .send-point-step .txt {
        margin: 0 auto;
        display: block;
    }

    .send-point-step .no {
        margin-bottom: 8px;
    }

    .send-point-step .txt {
        margin-top: 8px;
    }
}

/* Checkbox */
.dealtoday-checkbox {
    display: block;
}

    .dealtoday-checkbox input {
        display: none;
    }

.dealtoday-checkbox-chil {
    opacity: 0;
    display: block !important;
    position: relative;
    width: 100%;
    min-height: 30px;
    cursor: pointer;
    margin: 2px 0 -32px 26px;
}

.dealtoday-checkbox label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px;
    padding: 0;
    position: relative;
    cursor: pointer;
    word-wrap: break-word;
}

    .dealtoday-checkbox label .code-txt {
        display: block;
        margin-top: -22px;
    }

        .dealtoday-checkbox label .code-txt::first-letter {
            margin-left: 25px;
        }


    .dealtoday-checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #ffffff;
        border: 2px solid #cdcdcd;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        border-radius: 5px;
        border-width: 2px;
        vertical-align: middle;
        cursor: pointer;
        margin: -3px 0 0 0;
    }

.dealtoday-checkbox.round label:before {
    border-radius: 10px;
    border-width: 1px;
}

.dealtoday-checkbox.round input:checked + label:after {
    top: 4px;
    left: 6px;
}

.dealtoday-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #F0821B;
}

.dealtoday-checkbox input:checked + label:before {
    border-color: transparent;
    background-color: #F0821B;
}

.dealtoday-checkbox.minus input:checked + label:after {
    top: 3px;
    border: solid #ffffff;
    border-width: 0 3px 0px 0;
    transform: rotate(90deg);
}

.dealtoday-checkbox.drop-data label:before {
    border-radius: 18px;
    border-color: transparent;
    background-color: #F6911E;
}

.dealtoday-checkbox.drop-data label:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -5px;
    width: 30px;
    height: 30px;
    background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    background-position: center;
    background-size: 40% 2px, 2px 40%;
    background-repeat: no-repeat;
}

.dealtoday-checkbox.drop-data input:checked + label:before {
    background: #F6911E;
}

.dealtoday-checkbox.drop-data input:checked + label:after {
    top: 3px;
    left: 9px;
    width: 2px;
    border-width: 3px 3px 0px 0px;
    border-radius: 3px;
    transform: rotate(90deg);
    background: #F6911E;
}

/* Custom Datetime picker */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    /*    display: none;*/
}

.bootstrap-datetimepicker-widget {
    border-radius: 12px;
    padding: 12px !important;
    position: absolute;
    top: 0;
}

    .bootstrap-datetimepicker-widget th {
        font-size: 14px !important;
    }

    .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget tr, .bootstrap-datetimepicker-widget td {
        line-height: 25px !important;
        font-size: 12px;
    }

        .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
            background-color: #F0821B !important;
            text-shadow: none !important;
        }

            .bootstrap-datetimepicker-widget td.active.today:before {
                border-bottom-color: #fff !important;
            }

        .bootstrap-datetimepicker-widget td.today:before {
            border-bottom: 7px solid #F0821B !important;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        border-radius: 12px;
    }

.datepicker .table-condensed .prev {
    background: url(../../images/eticket/icon-left.svg) no-repeat !important;
    background-size: 14px 14px !important;
    background-position: 50% 30% !important;
}

.datepicker .table-condensed .next {
    background: url(../../images/eticket/icon-left.svg) no-repeat !important;
    background-size: 14px 14px !important;
    background-position: 0% 50% !important;
    rotate: 180deg;
}

/* Popup */
#warning {
    display: none;
}

.warning-container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.warning-wrapper {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    width: fit-content;
    left: 50%;
    top: 25%;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px, rgba(0, 0, 0, 0.05) 0px 2px 2px, rgba(0, 0, 0, 0.05) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 8px 8px, rgba(0, 0, 0, 0.05) 0px 16px 16px;
}

@media(max-width: 768px) {
    .warning-wrapper {
        width: calc(100% - 32px);
        top: 18%;
    }
}

/* Point History*/
.content .items .notify .content-val .noti-content.point {
    padding: 0;
    width: 100%;
    font-weight: 500;
    display: block;
    font-size: 15px;
    padding-top: 3px;
}

    .content .items .notify .content-val .noti-content.point .gain {
        float: right;
        font-weight: 500;
        color: #F0821B;
        /*    font-size: 18px;*/
    }

    .content .items .notify .content-val .noti-content.point .lose {
        float: right;
        font-weight: 500;
        /*    color: #FF3F3F;
    font-size: 16px;*/
    }

.content .items .notify .content-val .point.icon {
    padding: 0 6px 0 0;
}

@media(max-width: 768px) {
    .content .items .notify .content-val .noti-content.point {
        font-size: 14px;
    }
}

/* Show QR Popup */
#qr-popup {
    display: none;
}

.qr-popup-container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.qr-popup-wrapper {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    width: 38%;
    max-width: 480px;
    height: 60%;
    min-height: 580px;
    left: 50%;
    top: 10%;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    padding: 0px 36px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px, rgba(0, 0, 0, 0.05) 0px 2px 2px, rgba(0, 0, 0, 0.05) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 8px 8px, rgba(0, 0, 0, 0.05) 0px 16px 16px;
    border-radius: 12px;
    overflow-y: auto;
}

@media(min-width: 768px) {
    .qr-popup-wrapper {
        min-width: 500px;
    }
}

.qr-popup-wrapper .qr-popup-header {
    width: 100%;
    display: block;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 16px 0;
    border-bottom: 2px solid #eee;
}

.qr-popup-header .qr-image {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}

.qr-popup-wrapper .qr-image-container {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .qr-popup-wrapper .qr-image-container img {
        width: 300px;
        height: 300px;
    }

.qr-popup-wrapper .qr-lst-code-container {
    margin: 0 auto;
    padding: 0;
    max-height: 145px;
    overflow: hidden;
    overflow-y: scroll;
}

    .qr-popup-wrapper .qr-lst-code-container .qr-code-item, .qr-popup-wrapper .qr-code-item {
        border: 1px solid #eee;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        padding-top: 8px;
        padding-bottom: 6px;
        margin: 5px auto;
    }

        .qr-popup-wrapper .qr-code-item.selected {
            border-color: #F0821B;
            color: #F0821B;
        }

.qr-popup-wrapper img {
    width: 100%;
}

.qr-lst-code-container::-webkit-scrollbar {
    width: 3px;
}

.qr-lst-code-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 10px;
}

.qr-lst-code-container::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 10px;
}

    .qr-lst-code-container::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

@media(max-width: 768px) {
    .qr-popup-wrapper {
        width: 95%;
        height: 80%;
        top: 5%;
        bottom: unset;
        padding: 0 32px;
        border-radius: 12px;
        z-index: 0;
    }

        .qr-popup-wrapper .qr-lst-code-container {
            max-height: 100%;
        }

    .qr-popup-header .qr-image {
        width: 21px;
        height: 21px;
        float: right;
        margin: 1px -3px 0 0px;
    }

    .qr-popup-wrapper .qr-image-container img {
        width: 225px;
        height: 225px;
    }

    .qr-popup-wrapper .qr-popup-header {
        font-size: 15px;
    }

    .qr-popup-wrapper .qr-lst-code-container .qr-code-item input, .qr-popup-wrapper .qr-code-item input {
        position: absolute;
        right: 12px;
        top: 10px;
        width: 16px;
        height: 16px;
    }
}

@media(min-height: 600px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 225px;
    }
}

@media(min-height: 700px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 225px;
    }
}

@media(min-height: 750px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 265px;
    }
}

@media(min-height: 800px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 315px;
    }
}

/* Login form*/
.login-form-container ::placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #bdbdbd !important;
}

.login-form-container {
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    max-width: 516px !important;
}

    .login-form-container .login-form-title {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

.inp-form .err-msg {
    margin-top: 8px;
    font-size: 12px;
    color: red;
}

.login-form-container .terms-of-use {
    margin: 16px 0;
    font-size: 14px;
}

    .login-form-container .terms-of-use .terms, .login-form-container .terms-of-use .terms:hover {
        color: #F0821B;
        text-decoration: underline;
    }

.login-form-container .btn-general {
    width: 100%;
    border-radius: 50px;
}

    .login-form-container .btn-general:focus {
        outline: none;
    }

.login-form-container .btn-ctn {
    font-size: 14px;
}

.login-form-container .login-choices {
    margin-top: 16px;
}

.login-form-container .forget-pass {
    text-align: start;
    font-size: 14px;
    color: #000;
    padding-right: 0;
}

.login-form-container .quick-sms {
    color: #1E83F6;
    font-size: 14px;
    text-align: end;
    width: max-content;
}

.btn-general.login-gg {
    background-color: #fff !important;
    color: #000;
    border-color: #E0E0E0;
    font-weight: 600;
}

    .btn-general.login-gg img {
        height: 20px;
        width: 20px;
        margin-top: -2px;
    }

.btn-general.login-fb {
    background-color: #2170E2 !important;
    border-color: #2170E2;
}

    .btn-general.login-fb img {
        height: 20px;
        width: 20px;
        margin-top: -2px;
    }

.btn-ctn.line {
    display: block;
    margin: 16px auto 38px auto;
}

    .btn-ctn.line h2 {
        font-size: 15px;
        text-align: center;
        border-bottom: 1px solid #EEE;
    }

        .btn-ctn.line h2 span {
            background-color: white;
            position: relative;
            top: 10px;
            padding: 0 10px;
            color: #9E9E9E;
        }

.g-recaptcha {
    margin-top: 20px;
}

/* New ticket list*/
.loc-accept {
    font-size: 14px;
    font-weight: 400;
    color: #1E83F6;
    padding: 15px;
    cursor: pointer;
}

    .loc-accept:hover {
        background-color: #E0E0E0;
    }

.loc-icon {
    margin-top: -3px;
}

.right-icon {
    position: absolute;
    right: 16px;
}

.sv-inf-btm {
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

    .sv-inf-btm .btn-general {
        border: 1px solid #F0821B;
        background-color: #F0821B;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        padding: 10px 0;
        border-radius: 50px;
        width: fit-content;
        cursor: pointer;
        float: right;
        width: 138px;
        text-align: center;
    }

        .sv-inf-btm .btn-general.accep {
            border: 1px solid #F0821B !important;
            background-color: #fff;
            color: #F0821B !important;
            text-decoration: none;
        }

.detail-ticket-rg.expired .btn-general {
    border: 1px solid #E8141F;
    background-color: #fff;
    color: #E8141F;
}

.detail-ticket-rg.used .sv-info, .detail-ticket-rg.used .loc-accept, .detail-ticket-rg.used .sv-inf-btm .color-000 {
    filter: grayscale(1);
    opacity: 0.8;
}

.detail-ticket-rg.cancelled .sv-info, .detail-ticket-rg.cancelled .loc-accept, .detail-ticket-rg.cancelled .sv-inf-btm .color-000 {
    filter: grayscale(1);
    opacity: 0.8;
}

.detail-ticket-rg.used .color-000 .btn-general, .detail-ticket-rg.cancelled .color-000 .btn-general, .detail-ticket-rg.expired .color-000 .btn-general {
    pointer-events: none;
}

.sv-inf-btm .btn-general:hover {
    opacity: 0.95;
}

.sv-detail-inf {
    margin-top: 16px;
    min-height: 100px;
}

    .sv-detail-inf a:hover {
        text-decoration: none;
    }

    .sv-detail-inf img {
        width: 80px;
        height: 80px;
        border-radius: 12px;
    }

    .sv-detail-inf .sv-title {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-height: 20px;
    }

@media(max-width: 768px) {
    .sv-detail-inf .sv-title {
        -webkit-line-clamp: 2;
        max-height: 42px;
    }
}

.sv-detail-inf .sv-title.pack-name {
    font-size: 13px;
    color: #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.sv-detail-inf .sv-price {
    font-size: 18px;
    font-weight: 600;
    color: #FE6E00
}

.sv-detail-inf .sv-date {
    color: #616161;
    font-weight: 400;
    font-size: 14px;
}

.sv-detail-inf .sv-quantity {
    font-size: 13px;
    font-weight: 400;
    color: #757575;
}

@media(max-width: 768px) {
    .sv-detail-inf .sv-info {
        position: absolute;
        margin-left: 56px;
    }

    .sv-detail-inf img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .sv-detail-inf .sv-date {
        font-size: 13px;
        width: max-content;
        display: flex;
        vertical-align: middle;
        align-items: center;
    }
}

@media(min-width: 768px) {
    .sv-detail-inf .sv-info {
        position: absolute;
        margin-left: 96px;
    }

    .sv-inf-btm .col-lg-10 {
        padding: 0 48px;
    }
}

/* Ticket tear effect */
.ticket-edge-ctn {
    height: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 0 25px;
    margin: 0;
}

    .ticket-edge-ctn .borderline {
        width: 100%;
        border-top: 2px dashed #eee;
        margin-top: -3px;
    }

.detail-ticket-rg .right,
.detail-ticket-rg .left {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 30px;
    width: 15px;
    position: absolute;
    top: 0;
}

.detail-ticket-rg .right {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-right: 1px solid #eee;
    left: -1px;
}

.detail-ticket-rg .left {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-left: 1px solid #eee;
    margin-right: -1px;
    right: 0;
}

@media(max-width: 768px) {
    .bg-fa-mb {
        background-color: #FAFAFA;
    }
}

@media(min-width: 768px) {
    .btn-general.ticket-search {
        width: calc(100% - 32px);
    }
}

.detail-ticket-rg.col-12 {
    /*  width: calc(100% - 32px) !important;
    margin: 16px;*/
    flex: unset;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); */
}

/* Popup calendar */

.calender-popup-container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 1002;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.calender-popup-wrapper {
    position: fixed;
    width: 100%;
    height: fit-content;
    left: 50%;
    bottom: 0;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    border-radius: 12px 12px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px, rgba(0, 0, 0, 0.05) 0px 2px 2px, rgba(0, 0, 0, 0.05) 0px 4px 4px, rgba(0, 0, 0, 0.05) 0px 8px 8px, rgba(0, 0, 0, 0.05) 0px 16px 16px;
}

.calendar-header {
    height: 50px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-size: 15px;
    font-weight: 500;
}

    .calendar-header img {
        position: absolute;
        right: 38px;
        width: 20px;
        height: 20px;
    }

.calender-popup-wrapper .btn-general {
    border: 1px solid #F0821B;
    background-color: #F0821B;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

    .calender-popup-wrapper .btn-general.back {
        border: 1px solid #F0821B;
        background-color: #fff;
        color: #F0821B;
    }

.calender-popup-wrapper .btn-rg {
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
    margin: 0 auto 16px auto;
}

@media(max-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 100% !important;
        position: relative !important;
        border: none !important;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
            display: none !important;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
            display: none !important;
        }
}

/* Dropdown customized */
.dropdown-label-left-bx {
    width: 25px;
    height: 100%;
    text-align: center;
    margin-right: 8px;
}

    .dropdown-label-left-bx.active::before {
        content: '✓';
        color: #F0821B !important;
        font-weight: bold;
        font-size: 18px;
    }

.drop-rg input {
    display: none;
}

.dropDown-wrapper-ActionButton {
    position: relative;
    float: right;
    width: 48px;
    background-color: #fff;
}

    .dropDown-wrapper-ActionButton :hover {
        cursor: pointer;
    }

.dropDown-toggle-label-ActionButton {
    position: relative;
    padding: 14px 0px 14px 0px;
    background-color: #fff;
    /* force parent to wrap around the label tag */
    float: left;
    min-width: 50px;
}

.drop-rg label {
    margin-bottom: 0;
    width: 100%;
}
/* this will show dropDown when input is checked */
.drop-rg > input:checked ~ .dropDown-wrapper-ActionButton .dropDown-ActionButton {
    display: inline-block;
    background-color: #fff;
}
/* the drop-down style*/
.dropDown-ActionButton {
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    padding: 0 0 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 8px 8px 8px 8px;
    min-width: 250px;
    display: none;
    z-index: 5;
}

@media(max-width: 768px) {
    .dropDown-ActionButton {
        display: none !important;
    }
}
/* the drop-down options style*/
.dropDown-ActionButton label {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 12px 12px;
    border-left: 0 solid transparent;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.9;
    transition: border .3s ease, padding-left .3s ease, background-color .3s ease;
}
    /* option item on hover */
    .dropDown-ActionButton label:hover {
        background-color: #eaeaea;
    }

    .dropDown-ActionButton label:first-child:hover {
        border-radius: 8px 8px 0 0;
    }

    .dropDown-ActionButton label:last-child:hover {
        border-radius: 0 0 8px 8px;
    }
/* this shows that the list item was selected */
.dropDown-ActionButton input:checked + label {
    opacity: 1;
    background-color: rgba(180,180,180,.2);
}


@media(min-width: 768px) {
    #popup-trans-type {
        display: none !important;
    }
}

#popup-trans-type .dealtoday-checkbox, #popup-trans-type .dealtoday-checkbox label {
    width: 100%;
    margin: 5px;
}

#popup-trans-type .trans-type-ctn {
    margin: 2px 8px;
    width: 100%;
}

.btn-ctn:hover {
    text-decoration: none;
}


.main-content-reg.change-pass {
    max-width: 516px;
    margin: 0 auto;
}

.txt-end {
    text-align: end;
    float: right;
}

.empty-items {
    height: 65vh;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
}


#popup-trans-type .dealtoday-checkbox, #popup-trans-type .dealtoday-checkbox label {
    width: 100%;
}

#popup-trans-type .trans-type-ctn {
    margin: 2px 8px;
    width: 100%;
}


#popup-trans-type .popup-opt {
    position: absolute;
    top: 0;
    right: 16px;
}

#popup-trans-type .dealtoday-checkbox input:checked + label:before {
    margin: -2px 6px 0px -12px;
}

#popup-trans-type .dealtoday-checkbox input:checked + label:after {
    display: block;
    float: right;
    position: unset;
}

#popup-trans-type .dealtoday-checkbox input:checked + label:before {
    float: right;
}

#popup-trans-type .dealtoday-checkbox.round label:before {
    float: right;
    margin: -2px 6px 0 -12px;
}

#popup-trans-type #popup-trans-type .dealtoday-checkbox, #popup-trans-type .dealtoday-checkbox label {
    margin-left: 0;
}

/* Confirm phone OTP */
.confirm-mb-otp {
    padding: 0 32px;
    justify-content: center;
}

    .confirm-mb-otp .input-number {
        padding: 0 5px;
        max-width: calc(16% - 10px);
    }


    .confirm-mb-otp.inp-value.full-box input[type=text] {
        padding: 6px 0 !important;
        font-weight: 500 !important;
        text-align: center;
        margin: 0 5px;
    }


.btn-ctn .btn-general.disabled {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}

.inp-form .inp-value.full-box input[type=text], .inp-form .inp-value.full-box input[type=number], .inp-form .inp-value.full-box input[type=password], .inp-form .inp-value.full-box select {
    width: 100%;
    padding: 6px 25px 6px 12px;
    display: inline-block;
    border: 1px solid #eee;
    border-color: #eee;
    border-radius: 12px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.text-veryfi-2 {
    text-align: center;
    margin: 0px 0 16px 0;
}

.text-veryfi-3 {
    color: #8e8e93;
    font-size: 12px;
}

.inp-form .head-title {
    font-size: 16px;
}

/*Hide Google traslate bar*/
body > .skiptranslate {
    display: none;
}

/*Make sure Body not get padding after translate*/
body {
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    left: 0;
}

.goog-te-gadget {
    color: transparent !important;
}

#goog-gt-tt, #goog-gt-vt {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: #fff !important;
    box-shadow: none !important;
}

.goog-te-gadget .goog-te-combo {
    height: 32px;
    background: url(https://www.dealtoday.vn/AssetBooking/Images/flag_vn.jpg) no-repeat;
    background-position: left 10px center;
    background-color: white;
    width: 60px;
    border-radius: 8px;
    padding: 0px 65px 0px 0;
    position: absolute;
    top: 2px;
    right: 15px;
    border-color: #cdcdcd;
}

    .goog-te-gadget .goog-te-combo:hover {
        color: #000;
    }

.goog-te-gadget img {
    display: none;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    color: transparent !important;
}


/* Report table style */
.table-ctn {
    margin: 32px auto 0 auto;
    overflow-wrap: break-word;
    width: 100%;
    padding: 0;
}

.list-trans-tbl table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 12px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

@media(max-width: 1200px) {
    .list-trans-tbl table {
        display: block;
        max-height: 70vh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: auto;
    }

    .list-trans-tbl tbody {
        display: table;
        width: max-content;
    }

    .list-trans-tbl th {
        z-index: 1;
        position: sticky;
        top: 0;
    }
    /* width */
    .list-trans-tbl table::-webkit-scrollbar {
        height: 3px;
        width: 3px;
    }
    /* Track */
    .list-trans-tbl table::-webkit-scrollbar-track {
        background: #fafafa;
        border-radius: 10px;
    }
    /* Handle */
    .list-trans-tbl table::-webkit-scrollbar-thumb {
        background: #cdcdcd;
        border-radius: 10px;
    }
        /* Handle on hover */
        .list-trans-tbl table::-webkit-scrollbar-thumb:hover {
            background: #cdcdcd;
        }

    /* Set border radius 0 */
    .list-trans-tbl table {
        border-radius: 0;
    }

        .list-trans-tbl table th:first-child {
            border-top-left-radius: 0;
        }

        .list-trans-tbl table th:last-child {
            border-top-right-radius: 0;
        }

        .list-trans-tbl table th:last-child {
            border-top-right-radius: 0;
        }

        .list-trans-tbl table tr:nth-last-child(3) td:last-child {
            border-bottom-right-radius: 0;
        }

        .list-trans-tbl table th:nth-child(4) {
            border-top-left-radius: 0 !important;
        }

        .list-trans-tbl table th:last-child {
            border-top-right-radius: 0 !important;
        }
}

.list-trans-tbl table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.list-trans-tbl table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.list-trans-tbl table tr:nth-last-child(3) td:last-child {
    border-bottom-right-radius: 8px;
}

.list-trans-tbl table th:first-child {
    border-top-left-radius: 8px;
}

.list-trans-tbl table th:nth-child(4) {
    border-top-left-radius: 8px;
}

.list-trans-tbl table th:last-child {
    border-top-right-radius: 8px;
}

.list-trans-tbl td, .list-trans-tbl th {
    padding: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    border-left: none;
}

.list-trans-tbl th {
    background-color: #f5f5f5;
}

.list-trans-tbl tr:nth-child(odd) {
    background-color: #fafafa;
}

.list-trans-tbl tr:hover {
    background-color: #dcdcdcbd;
}

.tbl-d-ctn > input:checked + .tbl-d-detail {
    display: block !important;
}

@media(max-width: 768px) {
    .list-trans-tbl tbody {
        display: table;
        width: 100%;
        overflow-x: hidden;
    }

    .list-trans-tbl tr {
        background-color: #fff !important;
    }

    .list-trans-tbl table th:first-child {
        border-top-left-radius: 0px;
    }

    .list-trans-tbl table {
        overflow-x: hidden;
    }
}

/*HungMT Edit*/
.btn-view-more-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-orange-bg a {
    color: #fff;
}

.comment textarea {
    color: #000;
}

.pack .it-pack {
    display: block;
}

.content .items .review-info .info .title {
    padding-bottom: 5px;
}

.input-review-file {
    display: none !important;
}

.list-img {
    overflow: hidden;
}

    .list-img .item-img {
        display: block;
        float: left;
        position: relative;
        margin: 5px;
    }

        .list-img .item-img img {
            width: 73px !important;
            height: 73px !important;
        }

        .list-img .item-img i {
            background: url(../../images/eticket/btn-del-img.svg)no-repeat;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .list-img .add-more-image {
        width: 73px !important;
        height: 73px !important;
    }

.comment input[type=text] {
    margin-top: 16px;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #eee;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.comment.post-cmt .btn-comment {
    height: 18px;
    width: 18px;
    color: #000;
    position: absolute;
    top: calc(50% - 3px);
    right: calc(0% + 8px);
    font-style: normal;
    cursor: pointer;
}

.comment.post-cmt img {
    height: 18px !important;
    width: 18px !important;
}

.no-result {
    padding: 30px;
    display: block;
    text-align: center;
}

.reviewed-img-lst img {
    height: auto !important;
}

.container.content {
    margin-bottom: 30px;
}

.no-edit input {
    border-bottom: none !important;
}

.btn-pay-edit {
    color: #1E83F6;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.save-pay-info {
    display: none;
    background-color: #F0821B;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    width: fit-content;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    margin: 15px 0 0;
}

    .save-pay-info:hover {
        outline: none;
        border: none;
        color: #fff;
        opacity: 0.9;
    }

.pay-info .inp-value {
    position: relative;
}

.hide-alert {
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

.alert-mess {
    border-top: 1px solid red;
    color: red;
    font-size: 12px;
    font-style: italic;
    background: #fff;
    width: 100%;
    display: none;
}

.close-popup {
    background: url('/assets/Images/close-icon.png') no-repeat;
    background-size: contain;
    width: 19px;
    height: 16px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.popup-mess .modal-dialog {
    width: 360px !important;
}

.content-mess {
    padding: 20px;
    text-align: center;
}

    .content-mess h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.popup-mess .modal-header {
    padding: 15px;
    border-bottom: none;
    float: right;
    text-align: right;
    display: block;
}

/* Search Code */
.space-0 {
    margin: 0;
    padding: 0;
}

.color-org {
    color: #F0821B;
}

.color-000 {
    color: #000 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.txt-end {
    text-align: end;
    float: right;
}

.detail-ticket-rg.col-12 {
    /*    width: calc(100% - 32px) !important;
    margin: 16px;*/
    flex: unset;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); */
}

.ticket-inf-borderline {
    width: calc(100% - 32px);
    margin: 0 auto;
    border-top: 1px solid #eee;
}

.detail-ticket-rg .deal-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    padding: 12px 16px;
}

.detail-ticket-rg .deal-prop {
    color: #9E9E9E;
    padding: 10px 16px;
}

    .detail-ticket-rg .deal-prop div {
        display: inline;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

/* Review List (General)*/
.inp-value.search {
    margin-top: 10px;
    padding: 0;
}

    .inp-value.search input {
        background: url(../../images/eticket/icon-search.svg) no-repeat 10px 50%;
        padding: 8px 0px 8px 45px !important;
    }

.link-anc, .link-anc:hover {
    color: #000;
}
/* Ticket tear effect */
.ticket-edge-ctn {
    height: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 0 25px;
    margin: 0;
}

    .ticket-edge-ctn .borderline {
        width: 100%;
        border-top: 2px dashed #eee;
        margin-top: -3px;
    }

.detail-ticket-rg .right,
.detail-ticket-rg .left {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 30px;
    width: 15px;
    position: absolute;
    top: 0;
}

.detail-ticket-rg .right {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-right: 1px solid #eee;
    left: -1px;
}

.detail-ticket-rg .left {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-left: 1px solid #eee;
    margin-right: -1px;
    right: 0;
}

.etk-srch-box-container .srch-box .container {
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0;
}

.etk-srch-box-container #etk-lst-search-input {
    background: url(../../images/eticket/icon-search.svg) no-repeat 10px 50% #fcfcfc;
    border: 0 none;
    color: #000;
    width: 100%;
    padding: 10px 0px 10px 38px;
    border-radius: 10px;
    font-size: 13px;
    background-color: #eee;
}

.etk-srch-box-container {
    background-color: #fff;
    padding-right: 15px;
}

    .etk-srch-box-container .srch-box {
        width: 100%;
        height: 63px;
    }

.stt-useable {
    color: #1591FF;
}

.stt-used {
    color: #00C344;
}

.stt-xpr {
    color: #E8141F;
}

.stt-cancelled {
    color: #F4B100;
}

.sv-detail-inf a:hover {
    text-decoration: none;
}

    .sv-detail-inf a:hover .sv-title {
        color: #FE6E00;
    }


@media(max-width: 768px) {
    .bg-fa-mb {
        background-color: #FAFAFA;
    }
}

@media(min-width: 768px) {
    .btn-general.ticket-search {
        width: calc(100% - 32px);
    }
}

.stt-nouse {
    color: #1591FF;
}

.stt-used {
    color: #00C344;
}

.stt-cancel {
    color: #F4B100;
}

.stt-expired {
    color: #E8141F;
}

.fil-tranfer-code .dealtoday-checkbox.round label:before {
    float: right;
    margin-top: 9px;
}

.fil-tranfer-code .dealtoday-checkbox.round input:checked + label:after {
    top: 11px;
    right: 5px;
    float: right;
    left: unset;
}

.fil-tranfer-code .dealtoday-checkbox label {
    font-size: 13px;
    font-weight: 400;
}

.fil-tranfer-code .dealtoday-checkbox {
    border-bottom: 1px solid #f5f5f5;
    height: 40px;
    line-height: 40px;
}

    .fil-tranfer-code .dealtoday-checkbox:last-child {
        border-bottom: none;
    }

.fil-tranfer-code {
    position: absolute;
    width: 92%;
    top: 57px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: none;
    z-index: 1;
    background: #fff;
}

.dropDown-toggle-label-ActionButton {
    cursor: pointer;
}

.display {
    display: block;
}

.btn-tranfer {
    border: 1px solid #F0821B !important;
    background-color: #F0821B;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 50px;
    float: right;
    width: 138px;
    text-align: center;
}

    .btn-tranfer:hover {
        text-decoration: none;
    }

.title-tranfer {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 15px 0;
}

.btn-tranfer-code {
    background-color: #F0821B;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    width: fit-content;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    margin: 15px 0 0;
}

.lnk-bg {
    height: 40px;
    line-height: 40px;
    background: rgba(240, 130, 27, 1);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    margin-bottom: 15px;
}

.lnk-white {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid rgba(240, 130, 27, 1);
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    color: rgba(240, 130, 27, 1);
}

.lnk-redirect {
    text-align: center;
}

    .lnk-redirect a:hover {
        text-decoration: none;
        color: unset;
    }

.cfm-tranfer {
    margin-right: 7%;
}

.cfr-btn {
    display: flex;
    justify-content: center;
}

.row-transfer {
    display: flex;
    justify-content: center;
}

.ticket-search {
    height: 39px;
}

.txt-search-booking {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding-left: 23px;
    background: url(../../images/eticket/icon-search.svg) no-repeat -1px 50% #fcfcfc;
}

.box-search-booking {
    margin: 0 15px;
}

    .box-search-booking .dropDown-toggle-label-ActionButton {
        padding-top: 0px
    }

    .box-search-booking .trans-filter .inp-value.date input[type=text] {
        width: 100%;
        padding: 8px 25px 8px 20px;
        display: inline-block;
        border-bottom: 1px solid transparent;
        border-color: transparent transparent #eee transparent;
        border-radius: 4px;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #000;
        background: url(../../images/eticket/icon-calendar.svg) no-repeat 0% 50%, url(../../images/eticket/icon-down-grey.svg) no-repeat 100% 50%;
        background-size: 14px 14px;
    }

.list-booking {
    padding: 10px;
    width: 100%;
}

    .list-booking .item {
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        border-radius: 4px;
    }

        .list-booking .item .row div[class^='col'] {
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

        .list-booking .item .row div:nth-child(1) {
            border-right: 1px solid #e5e5e5;
        }

        .list-booking .item .row div:nth-child(2) {
            border-right: 1px solid #e5e5e5;
        }

        .list-booking .item .row div:nth-child(3) {
            border-right: 1px solid #e5e5e5;
        }

    .list-booking .hotel-name {
        display: block;
        text-align: center;
    }

    .list-booking .status {
        display: block;
        text-align: center;
        color: #08af82;
    }

    .list-booking .text {
        color: #fd6c20;
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .list-booking .btn-view {
        background: #fd6c20;
        color: #fff;
        display: inline-block;
        padding: 5px 30px;
        border-radius: 4px;
    }

.view-more-notification {
    border: 1px solid #F0821B;
    background-color: #F0821B;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    text-align: center;
}

.trans-filter #keyword {
    font-size: 14px;
    font-weight: 400;
}

@media(max-width: 768px) {
    .service-type-mb {
        height: 160px;
    }

    .fil-tranfer-code {
        top: 0px;
        box-shadow: none;
    }

        .fil-tranfer-code .dealtoday-checkbox label {
            width: 100%;
        }

    .custom-popup .popup-mess .modal-dialog {
        width: 100% !important;
        margin: 0;
        top: 113px;
    }

    .custom-popup .modal-backdrop {
        top: 114px;
        background-color: #fff;
        opacity: 1 !important;
    }

    .custom-popup .modal-content {
        border: none;
        box-shadow: none;
    }

    .list-booking .item .row {
        margin: 0;
        padding: 0 10px;
    }

        .list-booking .item .row div:nth-child(1) {
            border: none;
        }

        .list-booking .item .row div:nth-child(2) {
            border: 1px solid #e5e5e5;
            border-radius: 4px 0 0 4px;
        }

        .list-booking .item .row div:nth-child(3) {
            border-right: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            border-radius: 0 4px 4px 0;
        }

    .tab-membership .col-3 {
        padding: 0;
    }
}

.boxQr-intro {
    text-align: center;
    display: block;
    padding: 20px 0;
}

    .boxQr-intro img {
        width: 178px;
    }

.share-qr-text {
    background: url(../../images/membership/icon-share-qr-intro.svg) no-repeat;
    background-position: left -2px;
    width: 180px;
    margin: 30px auto;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.txt-intro {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.box-text-copy {
    width: 368px;
    margin: 30px auto 20px;
    text-align: left;
    position: relative;
}

.txt-copy-code {
    height: 56px;
    border: 1px solid #CFCECE;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-top: 15px;
    padding: 20px;
    width: 100%;
}

.btn-copy-intro {
    padding: 0 10px;
    height: 30px;
    background: #F6911E;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
}


.box-membership {
    border-radius: 20px;
}

.head-membership {
    line-height: 33px;
}

.inp-form .box-membership {
    padding: 20px 15px;
}

.hang-thanthiet {
    background: linear-gradient(180deg, #FFAD50 0%, #F9B160 100%);
    border-radius: 10px;
    padding: 15px;
}

.hang-bac {
    background: linear-gradient(180deg, #A4A4A4 0%, #BEBEBE 100%);
    border-radius: 10px;
    padding: 15px;
}

.hang-vang {
    background: linear-gradient(180deg, #FFCA64 0%, #F5A710 100%);
    border-radius: 10px;
    padding: 15px;
}

.hang-kimcuong {
    background: linear-gradient(180deg, #545454 0%, #000000 100%);
    border-radius: 10px;
    padding: 15px;
}

.head-membership .level-name {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.head-membership .txt-priority {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    background: url(../../images/membership/icon-chevron-right.svg) no-repeat;
    background-position: right 0 center;
    padding-right: 22px;
    cursor: pointer;
    float: right;
}

.inside-membership {
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    border-radius: 10px;
}

.title-inside {
    font-size: 18px;
    color: #F6911E;
    font-weight: 400;
}

.title-inside-next {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 4px;
}

.level-member {
    margin: 0 0 10px 0;
}

.cur-membership {
    color: #F6911E;
    font-weight: 500;
    font-size: 14px;
}

.target-membership {
    font-size: 14px;
    font-weight: 500;
}

.bar-target {
    background: #F7F7F9;
    height: 8px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.bar-current {
    position: absolute;
    height: 8px;
    background: #F6911E;
    border-radius: 10px;
}

.txt-intro-membership {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.box-uudai {
    padding: 15px;
}

.title-uudai {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.item-uudai {
    border: 1px solid #F5F1ED;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.img-uudai {
    float: left;
}

    .img-uudai img {
        border-radius: 10px;
        width: 100%;
    }

.uudai-info {
    /*padding-left: 20px;*/
    /*display: table;*/
    position: relative;
}

.name-uudai {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 20px;
}

.condition-uudai {
    color: #B3B5BD;
    display: block;
    font-size: 12px;
    /*padding-bottom: 5px;*/
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 20px;
}

.expired-uudai {
    color: #666666;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    overflow: hidden;
    padding-left: 20px;
}

.dksd-uudai {
    color: #027FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    padding-left: 20px;
}

.save-uudai {
    height: 24px;
    width: 52px;
    background: #F6911E;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    cursor: pointer;
}

.saved-code {
    height: 24px;
    width: 52px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    color: #F6911E;
    border: 1px solid #F6911E;
    font-weight: 600;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
}

.clear-code {
    height: 24px;
    width: 52px;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    background: #D2D4DA;
    color: #a7a4a4;
}

.dksd-content {
    padding: 20px;
}

.content .items .title a {
    color: #000;
}

    .content .items .title a:hover {
        text-decoration: none;
    }

.tab-membership {
    border-bottom: 1px solid #F3F4F8;
    height: 44px;
    /*line-height: 44px;*/
}

    .tab-membership .col-3 {
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }

    .tab-membership .active {
        border-bottom: 2px solid #F6911E;
        font-weight: 600;
    }

.content-membership {
    padding: 20px 0;
}

    .content-membership ul {
        width: 100%;
        list-style: none;
    }

        .content-membership ul li {
            border-bottom: 1px solid #F5F1ED;
            padding: 10px 0;
        }

            .content-membership ul li:last-child {
                border-bottom: none;
            }

        .content-membership ul .img-ms {
            float: left;
        }

        .content-membership ul .ms-infor {
            padding-left: 50px;
        }

.ms-infor .title-ms {
    font-size: 14px;
    font-weight: 700;
}

.ms-infor .des-ms {
    color: #777986;
    font-size: 12px;
}

.box-membership img {
    width: 100%;
}

.tab-booking {
    width: 100%;
    text-align: center;
    height: 44px;
    border-bottom: 1px solid #F3F4F8;
    font-size: 14px;
    line-height: 44px;
    margin: 0;
}

    .tab-booking a {
        color: #000;
    }

        .tab-booking a:hover {
            text-decoration: none;
        }

    .tab-booking .active {
        font-weight: 700;
        border-bottom: 2px solid #F6911E;
    }

.box-search-booking {
    margin: 15px 0;
    padding: 0 15px;
}

.list-ebooking {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px 20px 15px;
    width: 100%;
}

    .list-ebooking .item {
        background: #F5F5F5;
        border-radius: 24px;
        font-size: 12px;
    }

.head-item {
    border-bottom: 1px solid #E9EEF4;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

    .head-item .order-status {
        position: absolute;
        right: 15px;
        top: 2px;
        font-size: 12px;
        font-weight: 500;
    }

.order-status.success {
    color: #34C759;
}

.order-status.processing {
    color: #0088FF;
}

.order-status.reject {
    color: #FF4949;
}

.order-status.success i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #34C759;
    border-radius: 50px;
    top: 17px;
    position: absolute;
    left: -12px;
}

.order-status.processing i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #0088FF;
    border-radius: 50px;
    top: 17px;
    position: absolute;
    left: -12px;
}

.order-status.reject i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #FF4949;
    border-radius: 50px;
    top: 17px;
    position: absolute;
    left: -12px;
}

.list-ebooking .item .order-info {
    grid-template-columns: 1fr 3fr;
    display: grid;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #E9EEF4;
}

.img-item {
    width: 84px;
    height: 84px;
}

    .img-item img {
        border-radius: 10px;
    }

.info-right .seller-name {
    color: #B3B5BD;
}

.info-right .item-name {
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .info-right .item-name a,
    .info-right .seller-name a {
        color: #212121;
    }

.info-right .date-booking {
    background: url(//cdn.dealtoday.vn/assets/sellercenter/mp/img/Calendar.svg) no-repeat;
    background-position: left 0 center;
    padding: 3px 0px 3px 23px;
}

    .info-right .date-booking span {
        color: #F6911E;
        font-size: 14px;
        font-weight: 600;
    }

.info-right .price-item {
    display: block;
}

    .info-right .price-item span {
        color: #F6911E;
        font-size: 14px;
        font-weight: 600;
    }

.info-right .bottom-order {
    height: 56px;
    line-height: 56px;
    text-align: right;
    padding: 0 15px;
}

.bottom-order {
    height: 56px;
    line-height: 56px;
    text-align: right;
    padding: 0 15px;
}

    .bottom-order .lnk-detail-eb {
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #F6911E;
        color: #fff;
        display: inline-block;
        padding: 0 20px;
        border-radius: 16px;
        margin-left: 10px;
    }

    .bottom-order .link-resend {
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #1E2B35;
        background: #fff;
        color: #1E2B35;
        display: inline-block;
        padding: 0 20px;
        border-radius: 16px;
    }

        .bottom-order .lnk-detail-eb:hover,
        .bottom-order .link-resend:hover {
            text-decoration: none;
        }

.frm-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

@media(max-width: 1024px) {
    .list-ebooking {
        grid-template-columns: repeat(1, 1fr);
    }

    .img-item {
        margin-right: 10px;
    }

    .content .items .title {
        display: none;
    }

    .mb-head-title {
        display: block !important;
        text-align: center;
        line-height: 38px;
    }

        .mb-head-title img {
            top: 12px;
        }

    #main-content-reg {
        max-width: 100%;
        flex: 0 0 100%;
        width: inherit;
        padding: 0;
    }

    .profi-and-funcs.hidden {
        transform: translate(-130%);
    }

    .profi-and-funcs {
        position: absolute;
    }

        .profi-and-funcs.visible {
            transform: unset;
            opacity: 1;
            max-width: 40%;
            flex: unset;
            display: block;
            z-index: 9;
            position: absolute;
        }

    .overlay {
        position: fixed;
        inset: 0;
        background: #000;
        opacity: 0.5;
        z-index: 1;
        display: none;
    }
}

.inp-value {
    position: relative;
}

.box-search-ecode .frm-search {
    display: grid;
    grid-template-columns: 6fr 1fr;
    gap: 10px;
    width: 100%;
}

.list-ecode {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 15px 20px 15px;
    width: 100%;
}

    .list-ecode .item {
        border-radius: 16px;
        border: 1px solid #F5F1ED;
        padding: 12px 10px 12px 15px;
        background: #fff;
        grid-template-columns: 1.2fr 3fr 1fr;
        display: grid;
        gap: 10px;
    }

        .list-ecode .item .seller-info {
            border-right: 1px solid #F5F1ED;
            text-align: center;
            display: flex;
            align-items: center;
            position: relative;
        }

            .list-ecode .item .seller-info a:hover span {
                color: #F0821B;
            }

            .list-ecode .item .seller-info a:hover {
                text-decoration: none;
            }

            .list-ecode .item .seller-info img {
                border-radius: 50px;
            }

.seller-info span {
    color: #1E2B35;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ecode-info {
    align-items: center;
}

    .ecode-info .name-pro {
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 18px;
    }

    .ecode-info .min-value {
        font-size: 12px;
        font-weight: 400;
        padding: 3px 0;
    }

    .ecode-info .expired-ecode {
        color: #666;
        font-size: 12px;
        font-weight: 500;
    }

.condition-ecode {
    color: #2D83FF;
    font-weight: 600;
    cursor: pointer;
    padding-left: 5px;
}

    .condition-ecode:hover {
        color: #F6911E;
    }

.lnk-seller {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.lnk-detail-seller {
    color: #F6911E;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #F6911E;
    text-align: center;
    border-radius: 16px;
    padding: 3px 10px;
    white-space: nowrap;
}

    .lnk-detail-seller:hover {
        text-decoration: none;
        color: #F6911E;
    }

.pkg-logo {
    position: absolute;
    bottom: 0;
    width: 18px;
    right: 0;
}

.dksd-body {
    padding: 10px 5px 20px;
    max-height: 400px;
    overflow-y: scroll;
    font-size: 14px;
}

.title-popup {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 18px;
    width: 100%;
}

.paging-items {
    text-align: center;
    font-size: 14px;
    background: #F0821B;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    width: 30%;
    margin: 0 auto;
}

.lnk-store {
    font-size: 12px;
    font-weight: 400;
    color: #1E2B35;
    text-decoration: none;
    display: block;
}

    .lnk-store img {
        width: 40px;
        height: 20px;
    }

.list-item-mydeal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 5px 15px;
}

.item-mydeal {
    border: 1px solid #E4E1DF;
    border-radius: 16px;
    padding: 15px 15px 15px 0;
    grid-template-columns: 1fr 2fr;
    display: grid;
    height: 268px;
}

.img-mydeal {
    text-align: center;
    border-right: 1px dashed #E4E1DF;
    position: relative;
    align-content: center;
}

    .img-mydeal img {
        border-radius: 12px;
    }

.img-top {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #E4E1DF;
    background: #fff;
    border-top: 1px solid #E4E1DF;
    border-bottom: 1px solid #E4E1DF;
    height: 17px;
    width: 9px;
    position: absolute;
    top: -20px;
    rotate: 90deg;
    right: -5px;
}

.img-bottom {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #E4E1DF;
    background: #fff;
    border-top: 1px solid #E4E1DF;
    border-bottom: 1px solid #E4E1DF;
    height: 17px;
    width: 9px;
    position: absolute;
    bottom: -20px;
    rotate: 270deg;
    right: -5px;
}

.info-item {
    padding: 5px 0 5px 15px;
    position: relative;
}

    .info-item .sv-title {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        display: block;
        line-height: 20px;
        padding: 5px 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .info-item .pack-name {
        font-size: 12px;
        color: #777986;
        font-weight: 500;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .info-item .sv-price {
        color: #F6911E;
        font-size: 22px;
        font-weight: 500;
    }

    .info-item .sv-quantity {
        color: #9496A1;
        font-size: 12px;
        padding: 5px 0;
    }

    .info-item .sv-date {
        color: #9496A1;
        font-size: 14px;
    }

.btn-accep {
    background: #F3F4F8;
    height: 32px;
    line-height: 32px;
    border: unset !important;
    color: #1A1A1A !important;
    font-size: 12px;
    padding: 0 15px 0 30px;
    border-radius: 32px;
    background-image: url(http://cdn.dealtoday.vn/assets/sellercenter/mp/img/location.svg);
    background-repeat: no-repeat;
    background-position: left 9px center;
    margin-right: 5px;
    display: inline-block;
}

.btn-href {
    background: #F6911E;
    height: 32px;
    line-height: 32px;
    border: unset !important;
    color: #fff !important;
    font-size: 12px;
    padding: 0 25px;
    border-radius: 32px;
    display: inline-block;
    cursor: pointer;
}

.area-button {
    bottom: 0;
    right: 0;
    padding: 10px 0px 0 0;
    position: absolute;
}

.info-item a:hover {
    text-decoration: none;
    color: #F6911E;
}

.btn-href.expired {
    border: 1px solid #FF4949 !important;
    background: #F4E4E4;
    color: #FF4949 !important;
}

.btn-href.cancelled {
    background: #777572;
}

.box-ecode-common {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ECE9E6;
    border-radius: 24px;
    padding: 15px 10px;
}

    .box-ecode-common .seller-info {
        text-align: center;
        align-content: center;
        padding-right: 10px;
        border-right: 1px solid #ECE9E6;
        position: relative;
    }

    .box-ecode-common .name-pro {
        -webkit-line-clamp: unset;
    }

    .box-ecode-common .ecode-info {
        padding-left: 10px;
    }

.box-hsd, .box-uudai-ecode, .apply-items {
    padding: 10px 0 5px;
}


    .box-hsd b, .box-uudai-ecode b {
        display: block;
    }

    .apply-items b {
        padding-bottom: 10px;
        display: block;
    }

.item-affected {
    display: block;
    margin-bottom: 15px;
}

.apply-items .item-mydeal {
    height: unset !important;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 105px;
}

.apply-items, .apply-items .info-item {
    padding-right: 10px;
}

    .apply-items .sv-price {
        display: block;
        padding: 5px 0;
        font-size: 16px;
    }

    .apply-items .img-bottom {
        bottom: -10px;
    }

    .apply-items .img-top {
        top: -10px;
    }

    .apply-items ul li {
        list-style: inside;
    }

        .apply-items ul li a,
        .content .items .review-info .info .col-12 .row.review .item-name {
            color: #000;
        }

            .apply-items ul li a:hover,
            .content .items .review-info .info .col-12 .row.review .item-name:hover {
                color: #F0821B;
                text-decoration: none;
            }

.content .items .review-info .info .pkg-logo {
    width: 40px;
    height: 20px;
    margin-right: 3px;
    position: unset;
}

.content .items .review-info .info .col-12 .row.review .item-type {
    color: #F6911E;
    font-size: 11px;
    font-weight: 500;
    display: block;
    padding: 5px 0 0px;
}

#lstReviewed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-top: 15px;
}

    #lstReviewed .item-noreview {
        padding: 15px 15px 0 15px;
        border: 1px solid #CAD5DE;
        border-radius: 16px;
    }

.item-noreview .partner-info {
    border-bottom: 1px solid #F5F1ED;
    padding-bottom: 10px;
    font-size: 12px;
}

.partner-info span {
    padding-left: 5px;
    font-weight: 500;
}

.item-noreview .item-info {
    padding: 15px 0;
    height: 160px;
    max-height: 160px;
}

    .item-noreview .item-info a {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 15px;
    }

        .item-noreview .item-info a:hover {
            text-decoration: none;
        }

        .item-noreview .item-info a img {
            border-radius: 12px;
        }

.item-info .item-name {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lnk-store:hover {
    text-decoration: none;
    color: #F6911E;
}


.item-info-detail .item-type {
    color: #F6911E;
    font-size: 11px;
    font-weight: 500;
    display: block;
    padding: 5px 0 0px;
}

.item-info-detail .pack-name {
    font-size: 12px;
    color: #a6a4a4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 0;
    max-height: 43px;
}

.item-total-price {
    font-size: 12px;
    color: #000;
}

    .item-total-price b {
        font-size: 14px;
        font-weight: 600;
    }

.foot-noreview {
    border-top: 1px solid #F5F1ED;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 15px;
    align-content: center;
    height: 60px;
}

    .foot-noreview .text-foot {
        font-size: 12px;
        align-content: center;
    }

    .foot-noreview a {
        background: #F6911E;
        color: #fff;
        border-radius: 8px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        padding: 0 16px;
        white-space: nowrap;
    }

        .foot-noreview a:hover {
            text-decoration: none;
        }

.item-noreview .item-info a:hover .item-name {
    color: #F6911E;
}

.seller-info .pos-img {
    position: relative;
    display: inline-block;
}

@media(max-width: 1024px) {
    .list-item-mydeal, #lstReviewed {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 578px) {
    .profi-and-funcs.visible {
        max-width: 100%;
    }

    .frm-search {
        grid-template-columns: unset;
        width: 100%;
    }

    .list-ecode,
    #lstReviewed {
        grid-template-columns: repeat(1, 1fr);
    }

    .calender-popup-wrapper {
        bottom: 0px;
        top: unset !important;
        width: 100%!important;
        border-radius: 16px 16px 0 0 !important;
    }
}

/*end Hungmt Edit*/

