body {
    font-family: "Droid Arabic Kufi", sans-serif;
}
.layer-image {
    background: url(../img/games.png);
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    background-position: center;
}
.navbar-brand img {
    width: 76px;
}

.back-home {
    background: linear-gradient(rgb(7 17 34 / 82%), rgb(20 34 74)),
        url(../img/background.jpg);
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.btn-start {
    background-image: linear-gradient(127deg, #f7f6cb 0%, #fff685 91%);
    transition: 0.5s;
}
.btn-start:hover {
    background-image: linear-gradient(
        127deg,
        #fcfbd7 0%,
        #f5efb1 91%
    ) !important;
    box-shadow: 0px 0px 50px gold !important;
}
.how-play {
    margin-top: 30px;
    text-align: center;
}
.how-play span {
    font-size: 25px;
    position: relative;
    font-weight: bold;
}
.card-seat table tr td.active {
    background: #00a157;
    color: #fff;
}
.card-seat table tr td.red-active {
    background: firebrick;
    color: #fff;
}
.how-play span:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 120%;
    height: 2px;
    right: -22px;
    border-radius: 2px;
    background: #14224926;
}
.link-nav {
    position: relative;
    cursor: pointer;
    padding: 6px;
    text-align: center;
    color: #65676b;
    min-width: 107px;
    border-radius: 5px;
    margin-right: 10px;
}
.btn-create {
    border-radius: 14px;
    padding: 3px 36px;
    box-shadow: 0px 0px 21px #2196f3 !important;
    position: relative;
    transition: 0.5s;
}
.btn-create i {
    color: #fff;
}
.btn-create:hover {
    box-shadow: 0px 0px 21px #2196f3 !important;
}

.info-date {
    font-size: 25px !important;
    font-weight: bold;
}
.accordion-wrapper .card-header {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    padding: 17px;
}
.card-header:first-child {
    border-radius: 0.4rem 0.4rem 0 0;
}
.accordion-wrapper .card-header button.collapsed {
    color: #343f52;
}
.accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #3f78e0;
    transition: all 0.5s ease-in-out;
    background: 0 0;
}
.accordion-wrapper .card-header button.active {
    color: #3f78e0;
}

.accordion-wrapper .card-header button svg {
    position: absolute;
    left: 1.3rem;
    font-size: 1.15rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    fill: #3f78e0;
    transition: 0.15s ease-in-out;
}
.accordion-wrapper .card-header button.active svg {
    transform: rotate(180deg);
}
.accordion-wrapper .card {
    margin-bottom: 1.25rem;
}
.card {
    box-shadow: 0 0 0 0.05rem #083c820f, 0 0 1.25rem #1e22280a;
    border: 0;
}
.accordion-wrapper .card-header button:hover {
    color: #3f78e0;
}
.accordion-item .card-body {
    padding: 0 1.25rem 0.25rem 2.35rem;
    border: none;
}
.accordion-item .card-body p {
    font-size: 14px;
    line-height: 28px;
}

.img-register {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
}
body {
    padding-top: 60px;
}
.box-contest-start {
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 15px;
    height: 180px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.box-contest-start .box-info {
    width: 100%;
    background: linear-gradient(rgb(7 17 34 / 82%), rgb(20 34 74)),
        url(../img/games.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.box-contest-start .box-info .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-contest-start .box-info .title a {
    text-decoration: none;
    background: firebrick;
    padding: 5px 30px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px firebrick;
}
.box-contest-start .box-body {
    padding: 15px;
}

.box-contest-start .box-body .line-title {
    margin-bottom: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-contest-start .box-body .line-title.end {
    color: firebrick;
}
.box-contest-start .col-md-4,
.box-contest-start .col-md-8 {
    padding: 0;
    margin: 0;
}
.box-contest {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border-right: 4px solid rgb(207 207 207 / 72%);
    font-size: 15px;
    font-weight: bold;
    color: #848485;
}
.box-contest .top {
    padding: 15px;
    height: 60px;
}
.box-contest .bottom {
    background: #f5f6fb;
    padding: 15px;
    margin-top: -9px;
    color: #666262;
    font-size: 12px;
}

.box-contest .btn-enter-contest {
    background-image: linear-gradient(127deg, #0abdf7 0%, #5873a7 91%);
    border: none;
    border-radius: 15px;
    padding: 3px 36px;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 3px 8px 0px rgb(0 0 0);
}
.list-table {
    padding: 9px;
    background: #f5f6fb;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #787878;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper table thead {
    background: #fff !important;
    border-radius: 15px 15px 0px 0px;
    font-size: 12px;
    color: #565454;
}
.dataTables_wrapper table thead th {
    padding: 21px;
    background: transparent;
    color: #fff;
    border: none !important;
}
.dataTables_wrapper table thead tr {
    background: linear-gradient(45deg, #4a7aa3, #39aad5ad);
}

.dataTables_wrapper table th,
.dataTables_wrapper table td {
    text-align: center !important;
    vertical-align: middle !important;
}

.mb-20 {
    margin-bottom: 0px;
}
.dataTables_paginate {
    margin-top: 16px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #11111114;
}
table.dataTable tbody td {
    font-size: 15px;
    text-align: right;
}
.child {
    background: #e3e3e3;
}
.btn-live {
    border: 1px solid rgb(0 0 0 / 6%);
    background: firebrick;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
}
.btn-live:hover {
    color: #fff;
}
.dataTables_paginate.paging_simple_numbers {
    padding: 11px 20px;
}
.paginate_button {
    width: 100%;
    height: 100%;
    padding: 0px 14px !important;
    background: #fff !important;
    border: none !important;
    font-weight: bold;
}
.paginate_button:hover {
    background: #72bbda !important;
    color: #fff !important;
}
.paginate_button.current {
    background: #72bbda !important;
    color: #fff !important;
}
.paginate_button.previous {
    font-weight: bold;
}
.paginate_button.previous:hover,
.paginate_button.next:hover {
    background: #eaeaea !important;
    color: #aaaaaa !important;
}
.d-mobile {
    display: none;
}
.title-contest-play {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.title-contest-play span {
    position: relative;
}
.title-contest-play span:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 120%;
    height: 2px;
    right: -10px;
    border-radius: 2px;
    background-image: linear-gradient(127deg, #0abdf7 0%, #5873a7 91%);
}
.main-title {
    font-size: 15px;
    background: #dee8ef1f;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid rgb(253 93 93 / 6%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 9%);
    position: relative;
    text-align: center;
}

.time-box {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: bold;
}
.time-box .timer {
    display: flex;
    gap: 20px;
}

.time-box .timer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.time-box .timer div #count {
    font-size: 11px;
}
.time-box .timer .second span:first-child {
    color: #00a157;
}
.time-box .timer .minute span:first-child {
    color: #ad9814;
}
.time-box .timer .hour span:first-child {
    color: #ad5414;
}
.time-box .timer .day span:first-child {
    color: firebrick;
}
.position-title {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    bottom: -30px;
    font-size: 10px;
    background: #a3a3a3;
    color: #fff;
    padding: 4px 3px;
    width: 150px;
    border-radius: 15px;
    text-align: center;
}
.box-seat {
    background: #686362;
    float: right;
    padding: 3px 11px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.lines-contest {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.lines-contest .line-label {
    background: #53799f;
    padding: 2px 4px;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
}
.text-empty-line {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 12px;
}
.box-seats {
    background: #ffffff00;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.box-seats .seat {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #606060;
    cursor: pointer;
    background: #007bff40;
    color: #000;
    border-radius: 35%;
    transition: width, height, top, left 1s ease-in-out;
}
.box-seats .seat:hover {
    background: #f32178;
    box-shadow: inset 0px 0px 13px;
    color: #fff;
}
.modal-seat #close-modal-seat button {
    display: flex;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #74869975;
    margin-top: -9px;
    border: 1px solid rgb(2 2 2 / 10%);
    justify-content: center;
    align-items: center;
}
.modal-seat #close-modal-seat button:hover {
    background: rgba(138, 159, 180, 0.46);
}

.modal-seat .modal-footer {
    display: flex;
    gap: 5px;
}
.modal-seat .modal-header {
    background: #536374;
    border-radius: 5px 5px 0px 0px !important;
    color: #fff;
}

.card-seat table tr td {
    text-align: center;
    border-radius: 0px !important;
    color: #000;
    width: 29px;
    padding: 5px;
    font-weight: bold;
}
.card-seat table {
    color: #fff;
    background: #b7d6f7;
    border-radius: 17px;
    border: none !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 12%);
    direction: ltr;
    overflow: hidden;
}
.seat.active {
    background: #f32178;
    box-shadow: inset 0px 0px 13px;
    color: #fff;
}
.seat.active-blue {
    background: #21ccf3;
    box-shadow: inset 0px 0px 13px;
    color: #fff;
}

.card-seat .seat-space {
    margin-bottom: 0px;
}

.card-seat .seat-space .inline-seat {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 12px;
    color: #536374;
    flex-direction: row-reverse;
}

.card-seat .row {
    direction: ltr;
}
.color-price {
    color: #ffeb05;
}
.note-label.danger {
    background: firebrick;
    color: #fff;
    margin-right: 5px;
}
#show_seat {
    z-index: 3000;
}
.swal2-container.swal2-backdrop-show {
    z-index: 3001;
}
.nav-bar-ali {
    background: #fff;
}
.balance-label {
    background: #d7d7d7;
    position: relative;
    top: 7px;
    padding: 1px 9px;
    border-radius: 5px;
    color: #7e7c7c;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    font-size: 15px;
}
.nav-bar-ali.open {
    margin-left: 280px;
    margin-right: -280px;
}
.modal-backdrop.show {
    opacity: 1;
    z-index: 1500;
}
.label-danger {
    background: linear-gradient(45deg, #ad2828, #e30000ad);
    color: #fff;
    padding: 1px 20px;
    border-radius: 5px;
}
.label-success {
    background: #009b0094;
    color: #fff;
    padding: 1px 20px;
    border-radius: 5px;
}

.note-label {
    background: #cbdedf;
    padding: 0px 10px;
    border-radius: 5px;
    display: inline-grid;
}
.nav-bar-ali {
    transition: 0.3s;
}
.live-title {
    padding: 5px 28px;
    background-color: #fb1212;
    font-weight: bold;
    margin-top: 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.live-video {
    margin-top: 15px;
    background: #fff;
    border-radius: 15px;
    min-height: 350px;
}
.live-video iframe {
    width: 100%;
    height: 453px;
    border-radius: 15px;
    border: 5px solid rgba(255, 255, 255, 0.1);
}
.drawn_balls_scroll {
    background: #ffffff;
    border-radius: 4px;
    direction: ltr;
}
.numbers-scroll {
    white-space: nowrap;
    scroll-behavior: smooth;
}

.numbers-scroll span {
    margin-left: -3px;
    display: inline-block;
    background-color: #ffe11d;
    color: black;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    user-select: none;
    box-shadow: inset -5px -5px 10px rgba(200,100,0,.5);
}

.numbers-scroll .mCSB_container {
    padding: 5px 5px;
    border-radius: 5px;
    min-height: 50px;
    left: 0 !important;
}
/* width */
.numbers-scroll::-webkit-scrollbar {
    height: 5px;
}

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

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

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

.title-seat {
    padding: 0px 20px;
    background-color: #eb6608;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    margin: auto;
    text-align: center;
}
.card_seat {
    margin-bottom: 3px;
}
.card-seat-live {
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin: 10px auto;
    padding: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 4%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    user-select: none;
}
.card-seat-live .number-seat-live {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #36a451;
    padding: 0px 40px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
}

.card-seat-live table tr td {
    text-align: center;
    border-radius: 0 !important;
    color: #000;
    width: 29px;
    padding: 5px;
    font-weight: bold;
}
.card-seat-live table {
    color: #fff;
    background: #d0e7ff;
    border-radius: 17px;
    border: none !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 12%);
    direction: ltr !important;
    overflow: hidden;
}
.card-seat-live .seat.active {
    background: #f32178;
    box-shadow: inset 0px 0px 13px;
    color: #fff;
}
.card-seat-live .seat.active-blue {
    background: #21ccf3;
    box-shadow: inset 0px 0px 13px;
    color: #fff;
}

.card-seat-live .seat-space {
    margin-bottom: 0px;
}

.card-seat-live .seat-space .inline-seat {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 12px;
    color: #536374;
    flex-direction: row-reverse;
}

.card-seat-live .title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}
.card-seat-live .row {
    direction: ltr;
}
.card-seat-live .repeat {
    position: absolute;
    top: 6px;
    left: 9px;
    width: 40px;
    height: 40px;
    background: #edf6ff;
    color: #7a7a7a;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.box-seats {
    user-select: none;
}

.card_seat table td.active {
    animation: flash-green 2s forwards;
}

@keyframes flash-green {
    0% {
        background-color: #00a157;
        color: white;
    }
    10% {
        background-color: #d0e7ff;
        color: black;
    }
    20% {
        background-color: #00a157;
        color: white;
    }
    30% {
        background-color: #d0e7ff;
        color: black;
    }
    40% {
        background-color: #00a157;
        color: white;
    }
    50% {
        background-color: #d0e7ff;
        color: black;
    }
    60% {
        background-color: #00a157;
        color: white;
    }
    70% {
        background-color: #d0e7ff;
        color: black;
    }
    80% {
        background-color: #00a157;
        color: white;
    }
    90% {
        background-color: #d0e7ff;
        color: black;
    }
    100% {
        background-color: #00a157;
        color: white;
    }
}

.card_seat table td.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
    transition: opacity 0.5s;
}

.card_seat table td.active:hover:after {
    opacity: 0.5;
}

.card_seat table td.active:active:after {
    opacity: 1;
}

.box-prizes {
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.box-prizes .title {
    padding: 8px;
    background: linear-gradient(45deg, #2c3968, #4b9fdbf5);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 15px 15px 0px 0px;
}
.box-prizes .text-line {
    background: #fbfffd;
    color: #545454;
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-prizes .text-line:last-child {
    border-radius: 0px 0px 15px 15px;
}
.box-prizes .text-line:last-child .t-seat-prize {
    border-radius: 0px 0px 15px 0px;
}

.box-prizes .t-seat-prize {
    width: 10%;
    padding-right: 15px;
    padding: 6px;
    background: linear-gradient(45deg, #2c3968, #4b9fdbf5);
    color: #fce51e;
    text-align: center;
}
.box-prizes .text-line .seats {
    display: flex;
    align-items: center;
    padding-right: 15px;
    flex-wrap: wrap;
    padding: 7px;
    gap: 5px;
    width: 90%;
}
.introjs-helperLayer {
    box-shadow: rgb(75 127 180) 0px 0px 1px 2px,
        rgb(33 33 33 / 50%) 0px 0px 0px 5000px !important;
}
.box-input-chat {
    margin-top: 6px;
    background: #fff;
    padding: 5px;
    border-radius: 1px;
}
.box-input-chat input {
    width: 90%;
    padding: 6px;
    border-radius: 5px;
    font-family: "Droid Arabic Kufi", sans-serif !important;
    font-size: 14px;
}
.box-input-chat input::placeholder {
    font-family: "Droid Arabic Kufi", sans-serif !important;
    font-size: 14px;
}
.box-input-chat button {
    width: 9%;
    padding: 7px;
    text-align: center;
    border: none;
    background: #5378a6;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}
.up-header-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 20px;
    font-size: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.up-header-title .id-user {
    padding-bottom: 10px;
}
.live-animation {
    animation: live 2s linear infinite;
}
.live-animation-text {
    animation: TextLive 2.5s linear infinite;
}
.count-number {
    padding: 5px 28px;
    background-color: #423948;
    font-weight: bold;
    margin-top: 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.background-footer::after {
    content: "";
    background-image: url("../img/footer.jpg");
    position: absolute;
    top: 0;
    width: 100%;
    height: 192px;
    background-size: cover;
    opacity: 0.5;
    z-index: 1;
}
.contest-double {
    padding: 7px;
    background: #4b3dbd;
    border-radius: 6px;
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: revert;
    user-select: none;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    /* gap: 15px; */
}
.contest-double:first-child {
    background: #ebebeb;
    color: #000;
}
.contest-double:nth-child(2) {
    background: rebeccapurple;
}
.contest-double:nth-child(3) {
    background: #9522b2;
}
.contest-double:nth-child(4) {
    background: #7a288f;
}
.contest-double:nth-child(5) {
    background: firebrick;
}

.contest-double:hover {
    background: #74b52c;
}
.list-double {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    display: none;
}
.list-double.open {
    display: block;
}

@keyframes live {
    0% {
        box-shadow: 0px 0px 0px firebrick;
    }
    50% {
        box-shadow: 0px 0px 30px firebrick;
    }
    100% {
        box-shadow: 0px 0px 0px firebrick;
    }
}
@keyframes TextLive {
    0% {
        text-shadow: 0px 0px 0px firebrick;
    }
    50% {
        text-shadow: 0px 0px 30px firebrick;
    }
    100% {
        text-shadow: 0px 0px 0px firebrick;
    }
}

@media only screen and (max-width: 1000px) {
    .modal-seat {
        width: 100% !important;
    }
}
@media only screen and (max-width: 700px) {
    .d-mobile {
        display: block;
    }

    .box-contest-start {
        height: 100%;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .box-contest-start .box-info .title a {
        margin-bottom: 15px;
    }
    .box-contest-start .box-body .line-title {
        margin-bottom: 10px;
    }

    .box-info-start {
        margin-bottom: 40px;
    }
    .list-table {
        display: none;
    }
    .title-contest {
        margin-bottom: 10px;
    }

    .data-contest {
        margin-top: 10px;
    }
    .type-contest {
        padding: 0px 27px;
        background: #51535e;
        color: #fff;
        border-radius: 15px;
    }
    .box-contest {
        border-right: 0;
        position: relative;
    }
    .btn-live {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 6px;
        align-items: center;
        margin-top: 9px;
    }
    .time-box {
        float: none !important;
        display: flex;
        justify-content: center;
    }
    .mb-mobile-20 {
        margin-bottom: 5px;
    }
    .position-title {
        display: none;
    }
    .container.mt-5 {
        margin-top: 10px !important;
    }

    .modal-seat {
        width: 96% !important;
    }
    .card-seat .seat-space {
        padding-right: 0;
    }
    .card-seat table tr td {
        padding: 2px;
    }
    .card-seat table tr td:first-child {
        padding-right: 5px;
        padding-left: 5px;
    }
    .card-seat-live {
        padding: 21px 0px 18px 0px;
    }
    .card-seat-live .seat-space {
        padding-right: 0;
    }
    .card-seat-live table tr td {
        padding: 2px;
    }
    .card-seat-live table tr td:first-child {
        padding-right: 5px;
        padding-left: 5px;
    }
    .card-seat-live .title {
        font-weight: bold;
        font-size: 12px;
    }
    .box-seats .seat {
        width: 47px;
    }
    .box-contest .top {
        height: auto;
    }
    .card-seat-live .repeat {
        position: absolute;
        top: -9px;
        left: -9px;
        width: 30px;
        height: 30px;
        background: #eb6608;
        color: #fffdfd;
    }
    .live-video iframe {
        width: 100%;
        height: 234px !important;
    }
    .box-input-chat input {
        width: 80%;
    }
    .box-input-chat button {
        width: 18%;
    }
    .link-nav {
        margin-right: 0;
        min-width: 80px !important;
    }
    .box-contest .btn-enter-contest {
        padding: 3px 13px;
    }
    .m-count {
        justify-content: flex-start !important;
    }
    .live-content .card-seat-live .col-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
    html {
        overflow-x: hidden;
    }
    .card-seat-live .repeat {
        left: 3px;
    }
}
@media only screen and (max-width: 800px) {
    .card-seat-live {
        padding: 10px;
    }
    .modal-content .card-seat .col-xs-6 {
        padding-right: 7px;
    }
}

@media only screen and (max-width: 500px) {
    .box-seats .seat {
        width: 46px;
    }
    .card-seat table tr td {
        padding: 1px;
    }
}

.live-content table tbody {
    direction: ltr !important;
}
.bingo20 .table tbody td , .bingo15 .table tbody td {
    font-size: 25px !important;
    padding: 4px;
}
.bingo20 .seat-space , .bingo9 .seat-space , .bingo15 .seat-space {
    padding: 0px;
}


.bingo9 .table tbody td {
    font-size: 25px !important;
    padding: 4px;
}
.bingo9 .table {
    width: 70%;
    margin: auto;
}
