.btn-checked-true {
    float: right;
    margin-bottom: .625rem;
    padding: .425rem;
    width: 30% !important
}

@media screen and (max-width:600px) {
    .withdraw-wrapper {
        overflow-y: auto
    }
}

.center-container {
    display: flex;
    justify-content: center
}

.input-withdraw-amount {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 12px;
    padding: 8px;
    width: 100%
}

.card-withdraw-input {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
    color: #000;
    padding: 1rem
}

.card-withdraw-input .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    border: none !important;
    border-bottom: 1px solid var(--theme-color-1) !important;
    border-radius: 0 !important;
    padding: 0 !important
}

.card-withdraw-input .v-text-field.v-text-field--enclosed .v-text-field__details {
    margin: 0 !important;
    padding-left: 0 !important
}

.card-withdraw-input .v-input--dense>.v-input__control>.v-input__slot {
    margin-bottom: 0 !important
}

.card-withdraw-input .v-text-field.v-text-field--solo .v-input__control {
    min-height: auto !important
}

.card-withdraw-input .v-text-field.v-text-field--solo .v-input__control input {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--theme-color-1), var(--theme-color-2));
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2rem;
    font-weight: 600;
    padding-right: 20px !important;
    position: relative;
    text-align: right !important;
    z-index: 1
}

.card-withdraw-input .flex-input-amount {
    align-items: flex-end !important
}

.card-withdraw-input .flex-input-amount h2 {
    border-bottom: 1px solid var(--theme-color-1) !important
}

.card-withdraw-input .v-text-field.v-text-field--enclosed .v-text-field__details {
    display: none !important
}

.withdraw-info-container {
    background-color: #0000007d;
    border-radius: 12px;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    text-align: center
}

@media only screen and (max-width:600px) {
    .card-withdraw-input {
        padding: 1rem .7rem
    }

    .card-withdraw-input .v-text-field.v-text-field--solo .v-input__control input {
        font-size: 1.8rem
    }
}

.dialog-container .profile-wrapper .profile-inner {
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 3px rgba(58, 99, 197, .4) !important;
    padding: 8px
}

@media screen and (min-width:600px) {
    .dialog-container .profile-wrapper .profile-inner {
        padding: 16px
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info {
    align-content: center;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image .ranking-image {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image .ranking-image {
        height: 30px;
        right: 6px;
        top: 10px;
        width: 30px
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image .ranking-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image .profile-images {
    position: relative;
    width: 140px
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-image .profile-images {
        width: 90px
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info {
    background: rgba(0, 0, 0, .25) !important;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .25), inset 0 1px 1px rgba(0, 0, 0, .25);
    display: flex;
    flex: 1 1 30%;
    padding: 8px 12px
}

@media screen and (min-width:600px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info {
        padding: 16px
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-left {
    flex: 1 1 60%
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-left p {
    margin-bottom: 4px
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-left p {
        font-size: .8rem
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right {
    flex: 1 1 40%
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right p {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, #ffe45e, #e0710a);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 4px
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right p {
        font-size: .8rem
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .changePass-feat {
    align-items: center;
    display: flex
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .changePass-feat .open-changepass {
    border-radius: 50% !important;
    cursor: pointer;
    height: 1.425rem;
    margin-bottom: 4px;
    margin-left: .6rem;
    width: 1.425rem
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .changePass-feat .open-changepass i {
    color: #000 !important;
    font-size: 16px !important
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .changePass-feat .open-changepass i {
        font-size: 14px !important;
        margin-bottom: 2px
    }

    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .changePass-feat .open-changepass {
        height: 1.225rem;
        margin-bottom: 8px;
        width: 1.225rem
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .icon-gd-text-main {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(180deg, var(--theme-color-1), var(--theme-color-2));
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 18px !important
}

@media screen and (max-width:425px) {
    .dialog-container .profile-wrapper .profile-inner .profile-pic-info .profile-info .profile-user-box-right .icon-gd-text-main {
        font-size: 16px !important;
        margin-bottom: 2px
    }
}

.dialog-container .profile-wrapper .profile-inner .profile-process {
    width: 100%
}

.dialog-container .profile-wrapper .profile-inner .profile-process .box-progress {
    text-align: center
}

.dialog-container .profile-wrapper .profile-inner .profile-process .box-progress .progress {
    max-width: 100%;
    position: relative
}

.dialog-container .profile-wrapper .profile-inner .profile-process .box-progress .progress .number-in-progress {
    color: #000;
    position: absolute;
    right: 6px;
    top: 5px
}

.dialog-container .profile-wrapper .profile-inner .profile-process .v-progress-linear__buffer {
    background: #fff;
    border-radius: 10px
}

.dialog-container .profile-wrapper .profile-inner .profile-process .v-progress-linear__determinate {
    border-radius: 10px
}

.dialog-container .profile-wrapper .profile-bank-length {
    border-bottom: 1px solid #fff
}

.dialog-container .profile-wrapper .profile-bank-length p {
    margin-bottom: 4px
}

.dialog-container .add-bank {
    display: flex;
    flex-direction: column;
    height: 100px;
    margin: auto
}

@media screen and (max-width:425px) {
    .dialog-container .add-bank {
        max-width: 360px
    }
}

.dialog-container .add-bank .btn-add-bank {
    background: rgba(0, 0, 0, .25);
    border-radius: 12px;
    display: flex;
    gap: 10px;
    margin: .5rem auto;
    padding: .5rem;
    width: 100%
}

@media screen and (min-width:600px) {
    .dialog-container .add-bank .btn-add-bank {
        font-size: 20px
    }
}

.dialog-container .add-bank .btn-add-bank .v-icon.v-icon {
    color: inherit !important
}

@media screen and (min-width:600px) {
    .dialog-container .add-bank .btn-add-bank .v-icon.v-icon {
        font-size: 32px
    }
}

.profile-vip-container {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.profile-vip-container .vip-profile {
    border-radius: 0 30px 30px 0;
    padding-left: 0 !important;
    transform: translateX(-15px);
    width: 110px
}

.profile-vip-container .vip-profile .vip-member-container {
    padding-left: 0 !important;
    width: 106px
}

.profile-vip-container .vip-profile .vip-member-container,
.profile-vip-container .vip-profile .vip-member-container .vip-member-warp {
    border-radius: 0 30px 30px 0;
    left: 0;
    right: auto;
    transform: translateY(-50%)
}

@media only screen and (max-width:600px) {
    .vip-profile {
        transform: translateX(-7px) !important;
        width: 69px !important
    }

    .vip-profile .vip-member-container {
        width: 67px !important
    }
}

.form-bank .show-amount-wrapper {
    background: rgba(0, 0, 0, .3);
    border-radius: 12px;
    margin: 0 12px;
    padding: .6rem 1rem;
    text-align: center
}

.form-bank .show-amount-wrapper .show-amount-inner .display-amount-box {
    background: #fff;
    border-radius: 8px;
    color: #000;
    margin: 0 auto;
    padding: 1px 0;
    width: 75%
}

.form-bank .show-amount-wrapper .show-amount-inner .display-amount-box p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.form-bank .show-amount-wrapper .show-amount-inner .display-turn {
    margin: 0 auto;
    width: 75%
}

.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label {
    color: #c1c1c1 !important
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    border: 1px solid #c1c1c1 !important
}

.v-otp-input .v-input__slot {
    background: #fff !important
}

.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: none !important
}

.v-item-group.v-tabs-items {
    background-color: transparent !important;
    box-shadow: none !important
}

.v-list-item {
    padding: inherit
}

.v-list-item__content {
    padding: inherit;
    padding-bottom: 0
}

.history-tab {
    border-radius: 12px !important;
    display: flex;
    height: 100%;
    width: 100%
}

.history-tab .history-tab-item {
    background: #fff;
    color: #c7c7c7;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    width: 25%
}

@media screen and (max-width:375px) {
    .history-tab .history-tab-item {
        font-size: 12px;
        padding: 4px
    }
}

.history-tab .history-tab-item:first-child {
    border-radius: 12px 0 0 12px
}

.history-tab .history-tab-item:nth-child(4) {
    border-radius: 0 12px 12px 0
}

.history-tab .history-tab-item.active {
    background: var(--theme-color-2);
    color: #fff
}

.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    border-radius: 12px !important;
    padding: 0
}

#list-history {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 12px !important;
    padding-bottom: 0
}

@media screen and (max-width:320px) {
    #list-history {
        margin: 0 !important
    }
}

#list-history .list-item-history .history-content {
    border-radius: 12px
}

#list-history .list-item-history .history-content .history-game-box {
    gap: 8px;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width:425px) {
    #list-history .list-item-history .history-content .history-game-box {
        gap: 12px
    }

    #list-history .list-item-history .history-content .history-game-box .game-text {
        width: 60%
    }

    #list-history .list-item-history .history-content .history-game-box .btn-game-box {
        width: 30%
    }
}

#list-history .list-item-history .history-content .history-game-box .game-image {
    height: 110px
}

#list-history .list-item-history .history-content .history-game-box .game-image .game-images {
    border-radius: 12px 0 0 12px !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px !important
}

#list-history .list-item-history .history-content .history-game-box .game-image .game-images img {
    height: 100%
}

#list-history .list-item-history .history-content-not-game {
    border-radius: 12px;
    padding: 8px
}

@media screen and (min-width:425px) {
    #list-history .list-item-history .history-content-not-game {
        padding: 16px
    }
}

#list-history .list-item-history .history-content-not-game .history-game-box {
    gap: 8px;
    justify-content: flex-start
}

@media screen and (min-width:425px) {
    #list-history .list-item-history .history-content-not-game .history-game-box {
        gap: 12px
    }
}

#list-history .list-item-history .history-content-not-game .history-title-image {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

#list-history .list-item-history .history-content-not-game .history-title-image .title-left {
    display: flex
}

#list-history .list-item-history .history-content-not-game .history-status {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:425px) {
    #list-history .list-item-history .history-content-not-game .history-status {
        align-items: flex-start;
        flex-direction: column
    }
}

#list-history .list-item-history .amount {
    color: #ffe66f
}

#list-history .list-item-history .amount .date-amount {
    font-size: 12px
}

@media screen and (min-width:425px) {
    #list-history .list-item-history .amount .date-amount {
        font-size: 14px
    }
}

.list-container-history {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 40vh;
    overflow: auto
}

@media screen and (max-width:320px) {
    .list-container-history {
        max-height: 26vh
    }
}

@media screen and (min-width:765px) {
    .list-container-history {
        max-height: 50vh
    }
}

#list-history-2 {
    background-color: inherit !important
}

#list-history-2 .no-history-data {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    width: 100%
}

#list-history-2 .no-history-data .no-data-item {
    display: block
}

#list-history-2 .no-history-data .no-data-item img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px !important
}

@media screen and (max-width:425px) {
    .game-text p {
        font-size: 14px
    }

    .game-text span {
        font-size: 12px
    }
}

.sub-btn-history {
    background: #fff !important;
    background-color: #fff !important;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3) !important;
    color: #c7c7c7 !important;
    height: 40px !important;
    padding: 8px 10px;
    transition: all .3s ease;
    width: 100%
}

@media screen and (max-width:320px) {
    .sub-btn-history {
        font-size: 10px;
        height: 29px !important;
        padding: 2px 7px
    }
}

.sub-btn-history:hover {
    filter: brightness(.9)
}

.btn-sub-active {
    background: linear-gradient(180deg, var(--primary-color-1) 0, var(--primary-color-2) 100%) !important;
    color: #fff !important
}

.wrap-btn-history {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 10px 0
}

.history-wrap {
    align-items: center;
    display: flex;
    gap: 15px
}

.image-history {
    align-self: flex-start
}

.wrap-content-history {
    flex: 1
}

.bank-images {
    border-radius: 100%;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 45px
}

.history-column {
    align-items: flex-start !important;
    flex-direction: column !important
}

.button-wrap-history {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:320px) {
    .button-wrap-history {
        font-size: 10px
    }
}

.withdrawCash {
    background: linear-gradient(180deg, var(--theme-color-1) 0, var(--theme-color-2) 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px;
    transform: all .3s ease
}

.withdrawCash:hover {
    filter: brightness(.9)
}

.withdrawCash:disabled {
    background: #c7c7c7 !important;
    color: #fff;
    pointer-events: none !important
}

@media screen and (max-width:320px) {
    .withdrawCash {
        font-size: 10px
    }
}

.iframe-withdrawCash {
    height: 64vh;
    width: 100%
}

@media screen and (min-width:1080px) {
    .iframe-withdrawCash {
        height: 62vh
    }
}

.iframe-withdrawCash .iframe {
    border: none;
    height: 100%;
    width: 100%
}

.warning-box-withdraw {
    align-items: center;
    background-color: red;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-weight: 600;
    gap: 5px;
    margin-bottom: 16px;
    padding: 10px
}

@media screen and (max-width:320px) {
    .warning-box-withdraw {
        padding: 3px
    }
}

.warning-box-withdraw .icon-withdraw-warn,
.warning-box-withdraw .mdi-information {
    color: #fff !important
}

.warning-box-withdraw .text-wrap {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between
}

@media screen and (max-width:600px) {
    .warning-box-withdraw .text-wrap {
        align-items: flex-start;
        flex-direction: column
    }
}

@media screen and (max-width:320px) {
    .warning-box-withdraw .text-wrap {
        font-size: 10px
    }
}

.warning-box-withdraw .text-wrap a {
    color: #fff;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.dialog-history-container .v-card__text {
    max-height: none !important
}

.date-picker-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 16px 0
}

.date-picker-container .text-game-history {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:320px) {
    .date-picker-container .text-game-history {
        font-size: 12px;
        width: 125px
    }
}

.date-picker-game {
    display: block;
    width: 200px
}

.active-date-picker {
    width: 210px !important
}

.wrap-footer-date {
    font-family: Noto Sans Thai !important;
    font-size: 12px;
    margin-bottom: 10px
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}

.title-article {
    font-size: 18px;
    font-weight: 600
}

.box-btn-manual {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 1rem;
    text-align: center;
    width: 100%
}

.box-btn-manual a {
    padding: .425rem .625rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 12rem !important
}

@media screen and (max-width:600px) {
    .box-btn-manual a {
        width: 100% !important
    }
}