















































/* Generals */
* {
    margin: 0;
    padding: 0;
}

    *:focus {
        outline: none;
    }

.v-hidden {
    width: 0;
    height: 0;
    visibility: hidden;
}

/* Header */
.header {
    width: 100%;
    background-color: #fff;
    position: sticky;
    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;
    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 {
    margin: 25px 0 30px 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 {
        margin-top: 72px;
        border-top: 32px solid #F5F5F5;
        padding-top: 12px;
    }
}

@media(min-width: 768px) {
    .mobile-download-container {
        display: none !important;
    }
}
/*popup menu 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: 32px 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: 12px;
            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 .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;
        left: 60%;
    }

    .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: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: left;
        padding: 12px 12px 12px 38px;
        cursor: pointer;
        color: #000;
    }

    .profi-and-funcs .funcs :hover {
        color: #F0821B;
        text-decoration: none;
    }

    .profi-and-funcs .funcs .detail.selected {
        background-color: #F5F5F5;
        color: #F0821B;
    }

    .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;
    }

    .profi-and-funcs .group-title {
        font-weight: 700;
        margin: 8px 0;
    }

        .profi-and-funcs .group-title img {
            height: 20px;
            width: 20px;
            margin-top: -3px;
        }

        .profi-and-funcs .group-title span {
            margin: 3px 0 0 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: 18px;
            font-weight: 500;
            line-height: 22px;
            text-align: center;
            padding-top: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid #EEE;
            cursor: pointer;
            color: #000;
            font-style: normal;
        }

            .content .items .panels-selector .panel:hover {
                text-decoration: none;
            }

            .content .items .panels-selector .panel.selected {
                color: #FE6E00;
                border-bottom: 2px solid #FE6E00;
            }

    .content .items .detail-info {
        justify-content: center;
    }

        .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;
                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: 11px;
                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;
        }

.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 #EEE;
    border-radius: 8px;
    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: 54px;
        height: 54px;
    }

    .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;
}

.content .items .review-info .info .col-12 .row.review .date-time {
    font-size: 12px;
    font-weight: 400;
    text-align: end;
    margin: 0;
    padding: 0;
}

.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;
}

.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: 100px;
        height: 100px;
        margin: 8px 0;
    }

.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: 12px;
    border-bottom: 1px solid #EEEEEE;
}

.content .items .review-info .info .col-12 .row.review .response {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border-radius: 8px;
    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: #fff;
    --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;
    }

/* 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 25px 8px 16px;
    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[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;
    }

.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;
    }

.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 dashed #cdcdcd;
    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 .date {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #666;
        }

        .content .items .notify .bottom-bar .show {
            font-weight: 400;
            font-size: 12px;
            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: 13px;
        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;
    cursor: pointer;
}

.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: 13px;
        line-height: 18px;
        color: #333333;
    }

.content .items .notify .bottom-bar .trans-his.date {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.btn-view-more {
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    width: fit-content;
    color: #F0821B;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #F0821B;
    border-radius: 8px;
}

    .btn-view-more:hover {
        cursor: pointer;
        color: #fff;
        background-color: #F0821B;
    }

.content .items .notify .bottom-bar.trans-his {
    border-radius: 12px 12px 0 0;
}

.trans-filter {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

    .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 .inp-form .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;
    }

    .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 0;
    margin: 0;
}

    .detail-trans-list .header {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        background-color: #FAFAFA;
        margin-bottom: 12px;
    }

    .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: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 768px) {
    .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;
    }

    .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: 100vh;
            overflow: hidden;
        }

        .profi-and-funcs.visible {
            transform: unset;
            opacity: 1;
            height: fit-content;
            overflow: visible;
        }

        .profi-and-funcs .profi .name {
            font-size: 16px;
            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%;
    }

    .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) {
    .profi-and-funcs .profi {
        background: none;
        background-color: #fff;
    }

    .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;
}

@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;
    }

    .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 .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: 5px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

    .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);
}

/* 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;
    }

@media(max-width: 768px) {
    .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget tr, .bootstrap-datetimepicker-widget td {
        line-height: 30px !important;
    }
}

.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%;
    }
}


/* Search box */
.etk-srch-box-container {
    background-color: #fff;
    padding-right: 0;
}

    .etk-srch-box-container .srch-box {
        width: 100%;
        height: 63px;
    }

        .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;
    }


/* 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;
    }

/* 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);
    }
}

/* Report */
.trans-filter .inp-form .inp-value.gift select {
    background: url(../../images/eticket/icon-gift.svg) no-repeat 0% 50%;
}

.trans-filter .inp-form .inp-value.voucher select {
    background: url(../../images/eticket/icon-voucher.svg) no-repeat 0% 50%;
}








/* Lang Icon */
.profi-and-funcs .langs-rg {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: end;
    align-items: center;
    width: 65%;
    color: #888;
    font-size: 16px;
}

    .profi-and-funcs .langs-rg:hover {
        color: #888;
    }

    .profi-and-funcs .langs-rg .lang-icon {
        filter: grayscale(1);
    }

        .profi-and-funcs .langs-rg .lang-icon.selected {
            filter: grayscale(0);
        }

        .profi-and-funcs .langs-rg .lang-icon img {
            width: 23px;
            height: 16px;
        }












/* Point History*/
.content .items .notify .content-val .noti-content.point {
    padding: 0;
    width: 100%;
    font-weight: 500;
    display: block;
    font-size: 16px;
    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: 18px;
    }

.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;
    }

        .content .items .notify .content-val .noti-content.point .gain {
            font-size: 16px;
        }

        .content .items .notify .content-val .noti-content.point .lose {
            font-size: 16px;
        }
}




/* Show QR Popup */
#qr-popup {
    display: none;
}

.qr-popup-container {
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    display: none;
    z-index: 999;
    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%;
    left: 50%;
    top: 20%;
    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: hidden;
}

    .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;
}

.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: 135px;
    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-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: 100%;
        height: 100%;
        top: 0;
        bottom: unset;
        padding: 0 32px;
        border-radius: 12px 12px 0 0;
        z-index: 0;
    }

        .qr-popup-wrapper .qr-lst-code-container {
            max-height: 100%;
            height: 255px;
        }

    .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;
    }

    .btn-ctn.qr {
        margin: 0px 0 16px 0 !important;
        padding: 0;
    }
}

@media(min-height: 670px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 315px;
    }
}

@media(min-height: 750px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 390px;
    }
}

@media(min-height: 780px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 415px;
    }
}

@media(min-height: 810px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 435px;
    }
}

@media(min-height: 825px) {
    .qr-popup-wrapper .qr-lst-code-container {
        height: 465px;
    }
}





/* Login form*/
.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;
    }

    .login-form-container .inp-form .err-msg {
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
        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.exprired .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.exprired .color-000 .btn-general {
    pointer-events: none;
}

.sv-inf-btm .btn-general:hover {
    opacity: 0.95;
}

.sv-detail-inf {
    margin-top: 16px;
}

    .sv-detail-inf img {
        width: 80px;
        height: 80px;
    }

    .sv-detail-inf .sv-title {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .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 img {
        width: 40px;
        height: 40px;
    }

    .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: static;
        left: -38px;
    }

    .sv-inf-btm .col-lg-10 {
        padding: 0 38px;
    }
}

/* 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;
    padding: 0 32px;
    font-size: 15px;
    font-weight: 500;
}

    .calendar-header img {
        position: absolute;
        right: 25px;
        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%;
}

#popup-trans-type .trans-type-ctn {
    margin: 2px 8px;
    width: 100%;
}


#popup-trans-type .popup-opt {
    position: absolute;
    top: 0;
}

.btn-ctn:hover {
    text-decoration: none;
}

#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;
}



/* Confirm phone OTP */
.confirm-mb-otp {
    margin: 0 32px;
}

    .confirm-mb-otp .col-2 {
        padding: 0 5px;
    }


    .confirm-mb-otp .inp-value.full-box input[type=text] {
        padding: 6px 0 !important;
        font-weight: 500 !important;
        text-align: center;
    }


.btn-ctn .btn-general.disabled {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}

/* Search Code */
.inp-form .head-title {
    font-style: normal;
    font-size: 17px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 16px;
}

.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;
}

.stt-useable {
    color: #1591FF;
}

.stt-used {
    color: #00C344;
}

.stt-xpr {
    color: #E8141F;
}

.stt-cancelled {
    color: #F4B100;
}


/* 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 {
    color: #000;
}

/********Start HungMT update style********/
@media(max-width: 768px) {

    #changeLocation {
        display: initial;
    }
}
/********End HungMT update style********/
