﻿*,
body {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: Roboto !important;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.dp-pc {
    display: block;
}

.dp-mb {
    display: none;
}

.height-line {
    color: #FA0101;
    font-weight: 700;
}

p {
    color: #434343;
    font-size: 16px;
}

label {
    color: #00A3C6;
    font-size: 20px;
    padding-bottom: 2px;
    font-weight: 700;
}

/* Main content */
.main {
    height: 100vh;
    margin: auto;
    background-size: 100% 100%;
}

/* form rule info */
.form-rule-check {
    display: none;
}

.btn-next-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 15px;
}

.btn-next-step button {
    width: fit-content;
    margin: 0px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.form-rule-check .text {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    padding: 8px 0px;
}

.text-outstanding {
    font-size: 20px;
    line-height: 1.3;
    color: #00A3C6;
    font-weight: 600;
    padding: 8px 0px;
}
/* end form rule info */

/* form-modal-custom Form */
.form-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.form-modal-layout {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}

.form-modal-custom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    background-image: url("../assets/images/SHBET/bg-form.jpg");
    background-size: 100% 100%;
    border-radius: 20px;
    height: auto;
    overflow: auto;
    outline: rgba(255, 255, 255, 0.3) solid 10px;
}

.wp-close {
    width: 35px;
    height: auto;
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    z-index: 999;
}

.wp-back-again {
    width: 33px;
    height: auto;
    position: absolute;
    right: 75px;
    top: 35px;
    cursor: pointer;
    z-index: 999;
}

.title-top {
    width: 200px;
    height: auto;
}

.wp-form {
    padding: 26px 120px 32px;
}

.wp-account-check {
    display: flex;
    gap: 3px;
    flex-direction: column;
}

.input-account input {
    border-radius: 50px !important;
}

.btn-check-account {
    width: 120px;
    background: linear-gradient(180deg, hsl(0deg 0% 0%) 0%, hsl(160deg 0% 6%) 11%, hsl(170deg 0% 9%) 22%, hsl(315deg 0% 12%) 33%, hsl(210deg 0% 16%) 44%, hsl(312deg 0% 19%) 56%, hsl(340deg 0% 22%) 67%, hsl(320deg 0% 26%) 78%, hsl(320deg 0% 30%) 89%, hsl(0deg 0% 33%) 100%);
    padding: 5px;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
}

    .btn-check-account a {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
    }

.wp-form .form-control {
    display: flex;
    gap: 21px;
}

.wp-input-pass {
    display: flex;
    justify-content: center;
}

.btn-search button {
    background: linear-gradient(180deg, hsl(191deg 98% 40%) 0%, hsl(191deg 93% 41%) 11%, hsl(192deg 88% 41%) 22%, hsl(192deg 84% 40%) 33%, hsl(192deg 81% 40%) 44%, hsl(193deg 78% 40%) 56%, hsl(193deg 76% 39%) 67%, hsl(193deg 74% 38%) 78%, hsl(194deg 72% 38%) 89%, hsl(194deg 70% 37%) 100%);
    max-width: 100%;
    padding: 3px 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Form  History */
.btn-check-history button {
    background: linear-gradient(180deg, hsl(191deg 98% 40%) 0%, hsl(191deg 93% 41%) 11%, hsl(192deg 88% 41%) 22%, hsl(192deg 84% 40%) 33%, hsl(192deg 81% 40%) 44%, hsl(193deg 78% 40%) 56%, hsl(193deg 76% 39%) 67%, hsl(193deg 74% 38%) 78%, hsl(194deg 72% 38%) 89%, hsl(194deg 70% 37%) 100%);
}

.title-history {
    color: #FFF !important;
}

.list-history {
    padding-bottom: 15px;
}

    .list-history li {
        display: flex;
        justify-content: space-around;
        color: #434343;
        padding: 7px 0px;
        border-bottom: 2px solid #00A3C6;
    }

        .list-history li span {
            color: #00A3C6;
            font-size: 18px;
            line-height: 1.3;
        }

.history-status {
    display: flex;
    gap: 5px;
    width: 240px;
    background: linear-gradient(180deg, hsl(191deg 98% 40%) 0%, hsl(191deg 93% 41%) 11%, hsl(192deg 88% 41%) 22%, hsl(192deg 84% 40%) 33%, hsl(192deg 81% 40%) 44%, hsl(193deg 78% 40%) 56%, hsl(193deg 76% 39%) 67%, hsl(193deg 74% 38%) 78%, hsl(194deg 72% 38%) 89%, hsl(194deg 70% 37%) 100%);
    padding: 4px;
    border-radius: 10px;
    align-items: center;
    height: 50px;
    cursor: pointer;
    color: #fff;
}

.list-history .sticker {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}

.list-history .btn-sticker {
    width: 100%;
}

.form-modal-history {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    background-image: url(../assets/images/SHBET/bg-form.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: auto;
    outline: rgba(255, 255, 255, 0.3) solid 10px;
    padding: 35px 5px 15px 5px;
}

    .form-modal-history .wp-form {
        padding: 20px 35px 43px;
    }

.title-history {
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px;
    font-size: 25px;
    font-weight: 700;
}

.wp-form .form-control {
    margin-bottom: 15px;
}

    .wp-form .form-control input {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 5px;
        color: #000;
        padding: 10px;
        border: 1px solid #00A3C6;
        z-index: 99999;
        height: 45px;
    }

    .wp-form .form-control .password {
        width: 50px;
        text-align: center;
        font-size: 17px;
    }

.recapcha-input {
    position: relative;
}

#c-captcha {
    border-radius: 50px !important;
}

.recapcha-input .recapcha {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 80px;
    font-size: 20px;
    height: 34px;
    text-align: center;
    background: linear-gradient(180deg, hsl(0deg 0% 0%) 0%, hsl(160deg 0% 6%) 11%, hsl(170deg 0% 9%) 22%, hsl(315deg 0% 12%) 33%, hsl(210deg 0% 16%) 44%, hsl(312deg 0% 19%) 56%, hsl(340deg 0% 22%) 67%, hsl(320deg 0% 26%) 78%, hsl(320deg 0% 30%) 89%, hsl(0deg 0% 33%) 100%);
    z-index: 99999;
    border-radius: 10px;
}

.btn-search button {
    background: linear-gradient(180deg, hsl(191deg 98% 40%) 0%, hsl(191deg 93% 41%) 11%, hsl(192deg 88% 41%) 22%, hsl(192deg 84% 40%) 33%, hsl(192deg 81% 40%) 44%, hsl(193deg 78% 40%) 56%, hsl(193deg 76% 39%) 67%, hsl(193deg 74% 38%) 78%, hsl(194deg 72% 38%) 89%, hsl(194deg 70% 37%) 100%);
    padding: 6px 35px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 900;
    border: none;
    color: #FFF;
}

.datetime {
    color: #000;
    max-width: 120px;
    width: 100%;
}

    .datetime .date,
    .datetime .time {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
    }

.history-item.active .datetime .date,
.history-item.active .datetime .time {
    color: #007D97;
}

.history .title {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    padding: 0px;
}

.history .thumbnail {
    width: 60px;
    height: auto;
}

.history .title .wp-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .history .title .wp-text span {
        font-size: 22px;
        font-weight: 700;
    }

    .history .title .wp-text .hightline {
        font-size: 30px;
        font-weight: 700;
    }

.wp-history-ct {
    display: flex;
    justify-content: space-around;
    gap: 3%;
}


.btn-search.ct-history {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .btn-search.ct-history button {
        margin: unset;
    }

.wp-history-ct .history-ct-left {
    width: 100%;
}

.wp-history-ct .history-ct-right {
    width: 32%;
    display: flex;
    justify-content: center;
}

.history-item {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

    .history-item .line-history {
        width: 3px;
        background-color: #C1C1C1;
        position: relative;
        margin-left: 10px;
    }

    .history-item.active .line-history {
        background-color: #ACACAC;
    }

    .history-item .icon-history {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        --tw-bg-opacity: 1;
        background-color: #C1C1C1;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .history-item.active .icon-history {
        background-color: #ACACAC;
    }

.history-content {
    padding-top: 15px;
    padding: 0px 10px 20px 10px;
}

    .history-content .year {
        font-size: 18px;
        font-weight: 700;
        color: #C1C1C1;
        line-height: 1.3;
    }

.history-item.active .history-content .year {
    color: #007D97;
}

.history-content .title {
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
    color: #C1C1C1;
    padding-left: 10px;
    margin-bottom: 10px;
}

.history-item.active .history-content .title {
    color: #fff;
}

.history-content .text {
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
}


.wp-history-ct .history-ct-right img {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0px;
}

.title-check-ticket {
    max-width: 300px;
    margin: auto;
    width: 100%;
}

/* Form Upload Report */
.form-add-new-ticket .form-control {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.form-add-new-ticket-client {
    max-height: 637px;
    height: 100%;
}

.form-add-new-ticket .form-control input {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    height: 100%;
    color: #000;
    padding: 10px;
    border: 1px solid #005314;
    z-index: 99999;
    background: #fff !important;
    height: 45px;
}

.form-add-new-ticket .file-upload-box #fileupload {
    height: 100%;
}

.form-add-new-ticket .form-control {
    margin-bottom: 5px;
}

.formCheckAccountRequest {
    position: relative;
}

#btnCheckAccountRequest {
    width: 100px;
    position: absolute;
    z-index: 9999099;
    height: auto;
    top: 7px;
    right: 12px;
    background: #A7A7A7;
    border-radius: 11px;
    border: none;
    font-size: 18px;
}

/* End Form Upload Report */

.btnCheckDetailTicket {
    height: auto;
    background: transparent;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.form-check-account {
    display: none;
}

.form-add-new-ticket {
    display: none;
}

.form-check-ticket {
    display: none;
}

.history-result {
    display: none;
}

#btnSendNewRequestTicket {
    display: flex;
    gap: 10px;
    align-items: center;
}

::-webkit-scrollbar {
    width: 2px;
    width: 90%;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Form Send Email */
.wp-sendEmail {
    display: flex;
    gap: 20px;
}

    .wp-sendEmail button {
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        border: 2px solid #fff;
        gap: 8px;
        padding: 10px;
    }

        .wp-sendEmail button span {
            width: fit-content;
        }

.icon-status {
    width: 100px;
    height: auto;
    margin: auto;
}

.messager-status {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

/* Form Send Email */

/* Form Confirm Success */
.form-confirm-success {
    display: none;
}

.form-notification-method {
    display: none;
}

/* End Form Confirm Success */
/* Ẩn spinner trên Chrome, Safari, Edge */
input.password::-webkit-outer-spin-button,
input.password::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ẩn spinner trên Firefox */
input.password[type=number] {
    -moz-appearance: textfield;
}

.title-add-new-ticket {
    max-width: 300px;
    margin: auto;
}

#c-ticket-content {
    color: black;
    border-radius: 5px;
    border: unset;
    padding: 5px 10px;
}

.ticket-request-list {
    margin-bottom: 20px;
    height: 350px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    overflow-y: scroll;
}

.ticket-request-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ff7e5f, #ffffff) 1;
}

    .ticket-request-item .left-column {
        width: 70%;
    }

    .ticket-request-item .right-column {
        width: 30%;
    }

    .ticket-request-item .left-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .ticket-request-item .left-column p {
            display: flex;
            justify-content: flex-start;
            background: unset;
            color: #FF8400;
            font-size: 14px;
            font-weight: 700;
        }

    .ticket-request-item .right-column {
        display: flex;
        justify-content: flex-end;
    }

        .ticket-request-item .right-column .btnProcessPending {
            width: 100%;
            max-width: 100px;
            background: #0097eb;
            border: unset;
            padding: 5px;
            font: 16px;
            font-weight: 700;
            border-radius: 15px;
            cursor: pointer;
        }

        .ticket-request-item .right-column .btnProcessProcessing {
            width: 100%;
            max-width: 100px;
            background: #15a537;
            border: unset;
            padding: 5px;
            font: 16px;
            font-weight: 700;
            border-radius: 15px;
            cursor: pointer;
        }

        .ticket-request-item .right-column .btnProcessSuccess {
            width: 100%;
            max-width: 100px;
            background: #676966;
            border: unset;
            padding: 5px;
            font: 16px;
            font-weight: 700;
            border-radius: 15px;
            cursor: pointer;
        }

.file-upload-box {
    border: 1px dashed #b6bed1;
    border-radius: 15px;
    min-height: 100px;
    max-height: 100px;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    color: #8194aa;
    font-weight: 400;
    font-size: 15px;
    background-color: #fff;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
}

    .file-upload-input img {
        display: flex;
        justify-content: center;
        text-align: center;
    }

#el-image-upload {
    width: 70px;
    margin: auto;
}

.icon-image-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    /*    width: 70px;
    margin: auto;*/
    margin-top: 13px;
    width: 100%;
}

    .icon-image-upload .thumb-icon img {
        width: 30px !important;
        height: auto;
    }

.thumb-icon {
    width: 30px
}

.text-upload {
    text-align: center;
    color: #282828;
    width: auto;
    font-weight: 700;
}

#SendTicketRequest_TicketCategory {
    padding: 12px;
    color: #000;
    border-radius: 5px;
    height: 45px;
    border-radius: 30px;
}

    #SendTicketRequest_TicketCategory option {
        color: #000;
    }

#SendTicketRequest_TicketContent {
    width: 100%;
    border-radius: 10px;
    padding: 8px;
}

#ticketContent {
    color: #00A3C6;
    font-size: 22px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.support-title {
    text-decoration: none;
}

.icon-freecode {
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 150px;
    height: auto;
}

    .icon-freecode .icon-gift-code {
        width: 100%;
        height: auto;
    }

.icon-close-gift-code {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -35px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
}


@media screen and (max-width:900px) {
    .wp-form {
        padding: 45px 20px 27px;
    }

    .wp-close {
        width: 27px;
        right: 17px;
        top: 24px;
    }

    .wp-back-again {
        width: 27px;
        right: 60px;
        top: 24px;
    }
}

@media screen and (max-width:768px) {
    .title-redirect h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #505050 !important;
    }

    .redirect-list {
        padding-top: 0px;
        margin-top: 0px;
    }
    
    .dp-pc {
        display: none!important;
    }

    .dp-mb {
        display: block!important;
    }

    .main {
        width: 100% !important;
        height: 100vh;
        min-height: 100vh;
        background-size: 100% 100%;
    }

    .wp-form {
        margin-top: 10px;
    }

    .form-modal-custom {
        outline: rgba(255, 255, 255, 0.3) solid 5px;
    }

    .wp-form .form-control input {
        height: 40px;
    }

    .btn-search button {
        padding: 3px 35px;
    }

    .recapcha-input .recapcha {
        top: 5px;
        right: 10px;
        font-size: 18px;
        height: 30px;
    }

    .wp-btn-support {
        gap: 15px;
        margin-top: 12px;
    }

    .btn-search.ct-history {
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .form-modal-history {
        height: 80vh;
        padding: 10px 10px 10px 10px;
        overflow: hidden;
        overflow-y: scroll;
        outline: rgba(255, 255, 255, 0.3) solid 6px;
    }

    .datetime .date,
    .datetime .time {
        font-size: 14px;
    }

    .datetime {
        max-width: 78px;
    }

    .history-content {
        padding: 0px 10px 5px 0px;
    }

        .history-content .year {
            font-size: 14px;
        }

        .history-content .title {
            font-size: 14px;
        }

    .list-history li span {
        color: #00A3C6;
        font-size: 16px;
    }

    .form-modal-custom {
        width: 95%;
    }

    .history-status {
        gap: 5px;
        width: 205px;
        height: 40px;
    }

    #SendTicketRequest_TicketCategory {
        padding: 8px !important;
        height: 40px;
    }

    .title-history {
        font-size: 22px;
        font-weight: 700;
        margin-top: 45px;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .form-modal-history .wp-form {
        padding: 15px 3px 15px;
    }

    .btn-next-step button {
        padding: 3px 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .item-func-link {
        padding: 2px 8px;
    }

    .form-label {
        font-size: 13px;
    }
}
