.color-card {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
    z-index: 0;
}

.norecords {
    background-color: #ccc;
    margin-bottom: 25px;
    display: table;
    width: 100%;
    padding: 4px 15px;
}

.norecordsfound {
    background-color: #ccc;
    color: #000 !important;
}

.norecords a {
    line-height: 24px;
    color: #000 !important;
}

.lott-modal .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.lott-modal .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.lott-modal .modal-dialog {
    max-width: 90%;
    width: 90%;
}

.lott-modal .modal-body {
    padding: 0;
}

.winner-img {
    width: 50px;
    margin-top: 10px;
}

.br1 {
    border-right: 1px solid #bfbfbf;
}

.rules-table td,
.rules-table th {
    padding: 7px;
}

.sidebar-right-inner {
    height: 100%;
}

.winner-icon {
    position: absolute;
    right: 0;
    bottom: 15%;
}

.sixplayer-image img {
    width: 40px;
}

.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
    margin-bottom: 0 !important;
}

.table {
    margin-bottom: 0 !important;
}

.grecaptcha-badge {
    display: none !important;
}

/*Latest Casino*/
.new-casino .back-border {
    border: 1px solid #72bbef;
}

.new-casino .back-border:hover {
    border: 2px solid #72bbef;
}

.new-casino .lay-border {
    border: 1px solid #f994ba;
}

.new-casino .lay-border:hover {
    border: 2px solid #f994ba;
}

.new-casino .casino-video {
    position: relative;
    background-color: transparent;
}

.new-casino .casino-video-title {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 10;
    text-align: center;
    min-width: 220px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #FDCF13;
    line-height: 22px;
    padding: 0;
    background: transparent;
    position: unset;
    width: auto;
}

.new-casino .casino-video-rid {
    font-weight: bold;
    color: #ddd;
    margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
    max-width: 100%;
}

.new-casino .casino-video .video-box {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0;
}

.new-casino .casino-odds-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino .casino-odds-box-container {
    width: calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* .new-casino .casino-odds-box {
    padding: 4px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.new-casino .casino-odds-box>div {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

/* .new-casino .casino-odds-box span {
    display: block;
    font-size: 12px;
    width: 100%;
} */

.new-casino .casino-odds-box .casino-odds-box-odd {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.new-casino .casino-odds-box-bhav {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.casino-odds-book {
    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.new-casino .range-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.new-casino .icon-range {
    position: absolute;
    top: 100%;
    background-color: #333;
    padding: 4px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 10;
    right: 0;
    transition: 0.1s;
    text-transform: capitalize;
    color: #fff;
}

.new-casino .video-overlay {
    top: 50%;
    transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
    width: 35px;
}

/*Redqueen*/
.new-casino .redqueen {
    background-color: #eee;
    padding: 10px;
}

.new-casino .redqueen .casino-odds-box-container-extra {
    width: calc(33.33% - 8px);
}

.new-launch-text {
    /* animation: new-launch 1s linear infinite; */
}

.new-launch-text2 {
    animation: new-launch 1s linear infinite;
}

@keyframes new-launch {
    50% {
        opacity: 0
    }
}

#customers1 {
    /* font-family: sans-serif; */
    border-collapse: collapse;
    width: 100%;
}


/* tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #dee2e6 !important
} */
.table thead th {
    line-height: 1.5;
}
.report-page .table td, .report-page .table th {
    font-size: 16px;
}

.bet-history-page .row.row10 {
    margin-left: -5px;
    margin-right: -5px;
}
.bet-history-page .row.row10>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.bg2 {
    background-color: var(--theme1-bg) !important;
}

.pagination {
    margin: 20px 0px;
    display: flex;
    list-style: none;
    outline: none;
    justify-content: right;
}

.pagination>.active>a {
    background-color: var(--theme1-bg);
    ;
    border-color: var(--theme1-bg);
    ;
    color: var(--secondary-color);
}

.pagination>li>a {
    border: 1px solid var(--grey-color);
    /* padding: 10px 20px; */
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    color: var(--grey-color);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--theme1-bg);
    color: var(--secondary-color);
    outline: none;
}

.pagination>li>a,
.pagination>li>span {
    background-color: var(--primary-color);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: unset;
}

.no-wrap {
    white-space: nowrap;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.custom-pagination>div {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    position: relative;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 38px;
    line-height: 26px;
}

.custom-pagination>div:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.custom-pagination>div:nth-child(4n) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.custom-pagination>div:last-child {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination>div[disabled] {
    cursor: not-allowed;
}

.custom-pagination>div:last-child input {
    width: 100px;
}

.market-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.market-header,
.market-row {
    border-bottom: 0.01em solid var(--table-border);
}

.market-row {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
}

.fancy-market {
    border-bottom: 1px solid var(--table-border);
    position: relative;
}

.fancy-market .market-row {
    border-bottom: 0;
}

.market-nation-detail {
    width: calc(100% - 240px);
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 14px;
}


.market-nation-detail .market-nation-name {
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-width: calc(100% - 50px); */
    width: 100%;
}


.market-nation-detail .market-nation-name a {
    color: var(--text-table);
}

.market-header .market-nation-detail .market-nation-name {
    font-size: 12px;
    color: var(--text-info);
    font-weight: bold;
}

.market-odd-box {
    width: 80px;
    padding: 2px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #c7c8ca;
    cursor: pointer;
    min-height: 34px;
}

.market-header .market-odd-box {
    min-height: 28px;
}

.market-header .market-odd-box b {
    font-size: 16px;
}

.fancy-min-max-box {
    width: 80px;
    padding: 0 5px;
    text-align: right;
}

.market-nation-book {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.market-nation-book .market-book {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.market-nation-book .market-live-book {
    font-size: 12px;
    font-weight: 400;
    flex: 1;
    text-align: right;
    line-height: 1;
}

.market-odd-box .market-odd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.market-odd-box .market-volume {
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
}

.suspended-row::after {
    content: attr(data-title);
    background-color: #373636d6;
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
/**and (max-width: 1399px)**/
@media only screen and (min-width: 1200px)  {

    /* .market-6 .market-nation-detail {
        width: calc(100% - 180px);
    }

    .market-odd-box {
        width: 55px;
    }

    .fancy-min-max-box {
        width: 55px;
    } */

    .fancy-min-max {
        font-size: 12px !important;
        color: #097c93;
        font-weight: bold;
        word-break: break-all;
    }

    .market-6 .suspended-row::after, .market-6 .suspended-table::after {
        width: 165px;
    }
}

.navbarnav img {
    height: 24px;
    transform: rotate(10deg);
}

.aviator img {
    height: 25px;
    transform: rotate(10deg);
    margin-top: -6px;
}


.rules-modal .rules-left-sidebar {
    background-color: #ccc;
    width: 20%;
    color: #000000;
    min-height: calc(98vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}

.rules-modal .rules-left-sidebar .nav .nav-item {
    width: 100%;
}

.rules-modal .rules-left-sidebar .nav .nav-item a {
    color: #000000;
    border-bottom: 1px solid #000000;
    border-right: 0;
}

.rules-modal .rules-left-sidebar .nav .nav-item a.active {
    background-color: var(--theme1-bg);
    color: var(--secondary-color);
}

.rules-content {
    width: 80%;
    padding: 0 5px;
}

.rules-content-title {
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
}

.rules-content-desc {
    padding: 10px;
}

.rules-langualge {
    width: 100%;
    margin-right: 20px;
    flex: 1;
    text-align: right;
}

.rules-langualge img {
    height: 20px;
    margin-right: 5px;
}

.rules-langualge .dropdown-toggle {
    background: #ccc;
    color: #000000;
    border-radius: 0;
}

.rules-langualge .dropdown-toggle::after {
    display: inline-block;
}

.modal.rules-modal .table td,
.modal.rules-modal .table th {
    white-space: normal;
}

.rules-modal .modal-body {
    max-height: calc(98vh - 120px);
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.modal-header {
    font-weight: bold !important;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-close {
    box-sizing: content-box;
    width: 16px ;
    height: 16px ;
    padding: 0.25em 0.25em;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center / 16px auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
}
.btn-close:focus {
    outline: none;
}

input {
    font-family: "Roboto Condensed", sans-serif;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 5px 2rem 5px 5px;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.report-date {
    width: 190px;
}
.report-sr {
    width: 70px;
}
.report-amount {
    width: 100px;
}
.report-page .table td, .report-page .table th {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.5;
}
.table-striped tbody tr {
    background-color: #f2f2f2;
}
.table-striped tbody tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, .05);
}
.custom-pagination > .disabled {
    cursor: not-allowed;
    background-color: transparent;
}
.custom-pagination > div:last-child input {
    width: 100px;
}
.report-sport {
    width: 170px;
}
.report-action {
    width: 50px;
}
.report-page .round-id {
    width: 150px;
}
.form-label {
    margin-bottom: .5rem;
}
.modal-dialog {
    margin: 1vh auto;
}
/* .btn-close {
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    background-size: contain;
    width: 24px;
} */
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
.modal-header .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 1;
    box-shadow: none;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: var(--bg-secondary);
    border-color: var(--bg-secondary);
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: var(--theme2-bg);
    border-color: var(--theme2-bg);
}
.fs-16 {
    font-size: 16px;
}
.form-check-inline input[type=checkbox] {
    border-radius: .25em;
}

table {
    color: #333333;
}
/* .table>:not(caption)>*>* {
    background-color: #f7f7f7;
} */

.modal-header .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 1;
    box-shadow: none;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}

.casino-tab {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    height: auto;
    position: relative;
    margin: 0;
    background-color: var(--theme2-bg);
}

.casino-tab.nav-pills .nav-link.active {
    background-color: #0088cca5;
    color: #fff;
}

.casino-tab.nav-pills .nav-link.active::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    top: 0;
    content: "";
    left: 0;
}

.casino-sub-tab-2.nav-pills .nav-link.active::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    top: 0;
    content: "";
    left: 0;
}

.casino-tab.nav-pills .nav-link {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 16px;
    position: relative;
}

.casino-sub-tab-2 .nav-link {
    height: auto;
}

.casino-sub-tab-list-2 .nav.casino-sub-tab-2 {
    background-color: var(--theme2-bg);
    padding: 0;
    width: 100%;
}

.center-container .nav.casino-sub-tab-2 {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    height: auto;
    display: flex;
}

.center-container .casino-sub-tab-list-2 .nav.casino-sub-tab-2 .nav-item {
    width: auto;
}

.nav.casino-sub-tab-2 .nav-item {
    width: auto;
    flex: 0 0 auto;
}

.casino-sub-tab-list-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    padding: 0;
    justify-content: flex-start;
}

.casino-sub-tab-2.nav-pills .nav-link {
    background: transparent;
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
    border-right: 0;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;

}

.casino-sub-tab-3 {
    width: 100%;
    /* width: 100%; */
    margin: 0;
    background-color: #0088cca5;
}

.casino-sub-tab-3 .nav-item .nav-link.active {
    background-color: #0088CC;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.casino-sub-tab-3 .nav-item .nav-link{
    color: #fff; 
        background-color: #0088cca5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.casino-sub-tab-3{
        overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    height: auto;
}
.nav.casino-sub-tab-2 {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    height: auto;
}

.casino-sub-tab-2.nav-pills .nav-link.active {
    color: #fff;
    background: var(--theme1-bg);
    border-radius: 0;
}

.modal-content label {
    letter-spacing: normal;
    /* margin-bottom: 0px; */
}

.pt-10 {
    padding-top: 10px;
}

.set-button-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.set-button-form .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.set-button-form .row.mb-10 {
    margin-bottom: 16px;
}
.bg-danger {
    background-color: #bd1828 !important;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}


.max-w-70 {
    max-width: 70.5%;
    margin: 0 auto;
}

.secure-buttons-tab .btn-group {
    display: flex;
    flex-wrap: wrap;
}
.container-fluid, .container {
    padding-left: 12px;
    padding-right: 12px;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
}

.report-page .btn, .report-page .form-control, .report-page .form-select {
    height: 38px;
    border-radius: 0;
}


.change-password-page .row.row5 {
    margin-left: -10px;
    margin-right: -10px;
}

.change-password-page .row.row5>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.change-password-page .row.row5.mb-1 {
    margin-bottom: 0 !important;
}



.center-main-container.list-page {
    padding: 0 1px 0 0;
}

.sports-body-box {
    display: flex;
    flex-wrap: wrap;
}
.sports-body-box .center-container {
    width: calc(100% - 455px);
    padding-bottom: 10px;
}
.sports-body-box .right-sidebar {
    margin-left: 5px;
}
.sports-body-box .right-sidebar .card {
    border: 0;
    box-shadow: none;
}
.sports-body-box .right-sidebar .card-header {
    padding: 4px;
    min-height: 30px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 0;
}
.sports-body-box .right-sidebar .card-header .card-title {
    font-size: 14px;
    font-weight: 600;    
    line-height: 1.5;
}

.sports-body-box .table th, .sports-body-box .table td {
    padding: 2px 4px;
}
.sports-body-box .table td:first-child, .sports-body-box .table th:first-child {
    padding-left: 10px;
}

.sports-body-box .table thead th {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #c7c8ca !important;
}

.casino-detail-table .table thead th {
    font-size: 16px;
}
.casino-detail-table .coupon-table tr td {
    font-size: 16px;
}
.card-body.card32 .mbc-5 .flip-card {
    margin: 0 auto;
    gap: 4px;
}

.sports-body-box .sidebar {
    background-color: #FFF;
}

.sports-body-box .my-bet-container .table th, .sports-body-box .my-bet-container .table td {
    background-color: #f2f2f2;
}

.border-bottom-td {
    border-bottom: 1px solid #c7c8ca !important;
}

.place-bet .table input:focus {
    outline: none;
}

.place-bet-for {
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    line-height: normal;
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
} */
.lucky7a .btn-theme {
    min-height: 46px;
    font-size: 18px !important;
    line-height: 1;
}
.lucky7a .casino-table-full-box .lucky7low, .lucky7a .casino-table-full-box .lucky7high {
    margin-bottom: 18px;
}
.video-overlay .imgspace img {
    margin-right: 5px;
}
.video-overlay .imgspace img:last-child {
    margin-right: 0;
}

small {
    font-size: 12px;
}
.back-lay-gap {
    float: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    gap: 2%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.casino-data-box .mt30 {
    margin-top: 20px !important;
}

.back-lay-gap .odd {
    font-size: 18px;
}

.border-layout-same-as-ref .m-t-5 {
    margin-top: 18px;
}
.casino-odds-box>button {
    outline: none;
    border: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    color: var(--text-table);
}
.suspended button, .border-layout-same-as-ref .suspended {
    position: relative;
}
.suspended button::before, .border-layout-same-as-ref .suspended::before {
    background-image: url(../imgs/lock.svg);
    background-size: 17px 17px;
    filter: invert(1);
    -webkit-filter: invert(1);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    pointer-events: none;
}

.ks-lottery-box .lottery-card {
    padding: 0;
}
body {
    scrollbar-width: thin;
    /* scrollbar-color: rgb(107,107,107) rgb(43,43,43); */
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /* background-color: rgb(43, 43, 43); */
}

body::-webkit-scrollbar-track {
    background: rgb(43, 43, 43);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgb(107, 107, 107);
    min-height: 24px;
    border: 3px solid rgb(43, 43, 43);
    transition: background-color 0.3s ease;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(149, 149, 149);
}

body::-webkit-scrollbar-thumb:active {
    background-color: rgb(180, 180, 180);
}

body::-webkit-scrollbar-corner {
    background-color: rgb(43, 43, 43);
}
button:focus {
    outline: none;
}
a {
    cursor: pointer;
}

.header-bottom .navbar-nav .nav-item svg {
    height: 25px;
    transform: rotate(10deg);
}


.match-detail-content-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.match-detail-content-section .match-detail-main-content {
    width: calc(100% - 450px - 2px);
    padding-bottom: 10px;
}


.match-detail-content-section .game-heading {
    padding: 4px 8px;
    border-radius: 0;
}

.match-detail-content-section .game-heading .card-header-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.match-detail-content-section .scorecard {
    font-size: 16px !important;
    margin-left: 2px;
    margin-right: 2px;
    width: calc(100% - 4px);
    padding: 5px;
}
.match-detail-content-section .scorecard .ball-runs {
    width: 25px;
    height: 25px;
}

.match-detail-content-section .right-sidebar .coupon-table thead th {
    font-size: 14px;
    padding: 2px 4px;
}
.match-detail-content-section .right-sidebar .table td:first-child, .match-detail-content-section .right-sidebar .table th:first-child {
    padding-left: 10px;
}
.match-detail-content-section .right-sidebar .card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
}
.match-detail-content-section .right-sidebar .card-header {
    padding: 0;
    height: 30px;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.match-detail-content-section .right-sidebar .card-title {
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    width: 100%;
}


.baccarat .baccarat-other-odds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.baccarat .baccarat-other-odd-box-container {
    width: 24%;
}

.k-filp-card img:not(:last-child){
    margin-right: 5px;
}

.casino-table .k-casino-table-full-box>.dt20-odd-box {
    width: calc(29% - 3px);
}
.casino-table .k-casino-table-full-box>.dt20-odd-box:nth-child(2) {
    width: calc(13% - 15px);
}
.dt20-odd-box .casino-odds {
    height: 20px;
}
.dt20-odd-box .btn-theme {
    margin: 2px 0;
    min-height: 46px;
}
.casino-table-box .m-r-5 {
    margin-right: 4px;
}

.casino-video-box {
    background-color: #000;
}
.casino-video-box iframe .full {
    width: 100% !important;
    height: 100% !important;
}

.casino-detail-table {
    margin-top: 5px;
}

.flip-clock-wrapper ul li {
    font-size: 57px;
}
.flip-clock-wrapper ul {
    width: 40px !important;
    height: 60px !important;
    line-height: 57px !important;
    font-size: 40px !important;
}

.casino-last-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.casino-last-results .ball-runs {
    margin-left: 5px;
}

.roulette-rules .table thead th {
    font-size: 12px;
}
.mt-4px {
    margin-top: 4px;
}

.casino-video-box iframe .full {
    width: 100%;
    height: 100%;
}

.aviator-list .casino-list-item:nth-child(7n), .cas-in-list .casino-list-item:nth-child(7n) {
    margin-right: 0;
}
.duskadum .casino-table-box:first-child {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0 !important;
}
.duskadum .casino-table-box:first-child::after {
    content: "";
    background-color: #3C6E71B3;
    height: 1px;
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
}

h5, .h5 {
    font-size: 18px;
    margin: 0;
}

.video-overlaybox h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.teen1-layouts-section {
    gap: 2px;
}
.teen1-layouts-section .casino-table-left-box {
    padding: 0;
}

.gap-2-of-two-cards .live-poker {
    padding-right: 2px;
}

.match-detail-main-content .game-heading {
    font-size: 15px;
}

.blink-message i {
    font-size: 18px;
}

.ke-market-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ke-market-row .ke-market-nation-detail, .ke-market-header .ke-market-nation-detail {
    width: calc(100% - 480px) !important;
    min-width: unset !important;
    max-width: unset !important;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 5px;
    font-size: 14px;
}
.table-header.ke-market-header .ke-market-odd-box {
    min-height: 28px !important;
}

.ke-market-row .ke-market-odd-box, .ke-market-header .ke-market-odd-box {
    width: 80px;
    padding: 2px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid var(--table-border);
    cursor: pointer;
    min-height: 34px !important;
    min-width: unset;
    max-width: unset;
}
.ke-market-row .ke-market-odd-box .odd, .ke-market-header .ke-market-odd-box .odd {
    margin: 0;
}
.ke-market-row .ke-market-odd-box .odd, .ke-market-header .ke-market-odd-box .odd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}
.ke-market-row .ke-market-odd-box .odd~span, .ke-market-header .ke-market-odd-box .odd~span {
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
}
.ke-market-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.about-us-container .page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-us-container .logo img {
    max-width: unset;
    max-height: unset;
}

.pr-4px {
    padding-right: 4px;
}

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

/* .thead-border-none thead tr th {
    border: none !important;
} */
.search-box {
    display: flex;
    align-items: center;
}

.search-box .search-input {
    display: flex;
    align-items: center;
}

.meter-content .cmeter-card-box img {
    width: auto;
    height: 50px;
}

.text-dark {
    color: #333333 !important;
}

.main-market {
    color: #333333;
}
b, strong {
    font-weight: bold;
}

.aaa .casino-table-left-box, .aaa .casino-table-center-box, .aaa .casino-table-right-box {
    width: calc(33.3% - 2px);
    padding: 4px 4px 0 4px;
    border-bottom: 1px solid var(--table-border);
}
.aaa .casino-odd-box-container {
    width: calc(33.33% - 7.5px);
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aaa .casino-odd-box-container:last-child {
    margin-right: 0;
}
.aaa .casino-nation-name {
    width: 100%;
    text-align: center;
}
.aaa .casino-odd-box-container.team-name-col .back-lay-gap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
}
.aaa .casino-table-left-box button, .aaa .casino-table-center-box button, .aaa .casino-table-right-box button {
    margin: 5px 0;
}
.aaa-button button {
    min-height: 46px;
}
.aaa .casino-odd-box-container.team-name-col .back-lay-gap button {
    width: 49%;
}
/* .aaa .casino-odd-box-container .clearfix::after {
    display: none;
}
.aaa .casino-odd-box-container .aaa-button.suspended::before {
    display: none;
}
.aaa .casino-odd-box-container .aaa-button.suspended button::after {
    content: "";
    background-color: #373636d6;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
} */

.aaa .aaa-odd-box {
    margin-bottom: 4px;
    min-height: 92px;
}
.aaacards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
    padding: 10px 10px 17px 10px;
}
.aaacards h4 {
    font-weight: bold;
}
.lottcard .nav-pills .nav-link {
    border-right: 1px solid var(--theme2-bg);
}
.lottcard .nav-pills .nav-item:last-child .nav-link {
    border-right: 0;
}
.race2020 .casino-table-left-box .casino-odd-box-container > .casino-nation-book {
    width: 66.66%;
    text-align: center;
    margin-left: auto;
    margin-top: 5px;
}

.race17 .casino-odd-box-container {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.race17 .casino-nation-name {
    width: 100%;
    text-align: center;
}
.race17 .casino-odd-box-container:last-child {
    margin-right: 0;
}


.race2 .casino-odd-box-container {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.race2 .casino-nation-name {
    width: 100%;
    text-align: center;
}
.race2 .casino-nation-book {
    width: 100%;
    text-align: center;
}
.race2 .casino-odd-box-container:last-child {
    margin-right: 0;
}

.videoCards .imgspace {
    margin-top: 4px;
}

.duskadum .aaa-odd-box {
    margin-bottom: 4px;
    min-height: 92px;
}

.notenum .casino-nation-name {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}

.notenum .casino-odd-box-container-box {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.notenum .casino-table-left-box {
    width: 33%;
    padding: 5px 5px 0 5px;
    border-bottom: 1px solid #c7c8ca;
}

.trio .casino-odd-box-container {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trio .triocards .casino-odd-box-container {
    width: calc(25% - 7.5px);
}
.trio .trioodds .casino-odd-box-container {
    width: calc(20% - 10px);
}
.trio .casino-odd-box-container:last-child {
    margin-right: 0;
}
.trio .casino-nation-name {
    width: 100%;
    text-align: center;
}

.trio .trioodds .btn-theme {
    min-height: 46px;
} 

/* .roulette12.roulette12 .casino-table-box {
    padding: 10px;
} */


.ke-market-header .ke-market-nation-detail {
    font-size: 12px;
}
.game-market {
    background-color: #f7f7f7;
}
.game-market.first-table .team-name {
    font-weight: 600;
}

.match-detail-content-section .main-market .first-table .suspended-row::after {
    width: 480px;
}


.lucky5 .lucky7a .casino-table-full-box.lucky7acards {
    justify-content: center;
}
/* http://localhost:3000/casino/lucky5/1001 */

.patti2 .suspended::before {
    display: none;
}

.patti2 .video-overlay .imgspace img {
    margin-bottom: 5px;
}

/* .teenpatti-joker1-cards {
    top: 150px;
    position: absolute;
    height: auto;
} */
.joker120 .casino-32A, .joker1 .casino-32A {
    margin-top: 5px;
}


.joker120 .casino-nation-detail, .joker1 .casino-nation-detail, .teen41 .casino-nation-detail, .teen42 .casino-nation-detail, .teen33 .casino-nation-detail, .teen32 .casino-nation-detail, .patti2 .casino-nation-detail, .teen3 .casino-nation-detail, .poker .casino-nation-detail {
    width: 60%;
}
.joker120 .casino-odds-box, .joker1 .casino-odds-box, .teen41 .casino-odds-box, .teen42 .casino-odds-box, .teen33 .casino-odds-box, .teen32 .casino-odds-box, .patti2 .casino-odds-box, .teen3 .casino-odds-box, .poker .casino-odds-box {
    width: 20%;
}

.teen9 .casino-nation-detail, .teen8 .casino-nation-detail {
    width: 40%;
}
.teen9 .casino-odds-box, .teen8 .casino-odds-box {
    width: 20%;
}
.casino-odds {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.joker-ks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.casino-table-header .casino-nation-detail {
    min-height: unset !important;
}
.patern-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    background-color: #cccccc;
    padding: 0;
    margin-left: 5px;
}
.patern-name .card-icon {
    padding: 4px 2px;
}

.under-over-row .uo-box {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin-top: 10px;
    border: 1px solid #c7c8ca;
}

.poker20-other-odds {
    width: 100%;
}

.poker6 .casino-odds-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
}

.poker6 .nav-tabs .nav-link {
    line-height: 1;
    font-weight: 400 !important;
}


.baccarat .baccarat-other-odd-box {
    background-color: var(--theme2-bg);
    color: #FFF;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baccarat .baccarat-player-cards img {
    height: 20px;
    margin: 0;
    margin-right: 10px;
    z-index: 1;
}

.baccarat .baccarat-player-cards img.rrotate {
    margin-left: 5px;
    margin-right: 10px;
}

.teen62 .videoCards .imgspace {
    margin-top: 0;
}

.teen62 .videoCards .mr-20+.mr-20 {
    margin-top: .25rem;
}
.teen62 .casino-table-header .casino-odds-box {
    font-size: 16px;
}

.nav-tabs .nav-link:focus {
    outline: none;
}

.lucky5 .video-overlay .card-inner {
    margin-bottom: 0;
}

.casino-result-modal .roulette-rules .card-header {
    display: none;
}

.casino-video {
    position: relative;
    background-color: #000;
    color: #fff;
}
.casino-result-modal .modal-body {
    padding: 10px;
}
.poison .videoCards .imgspace, .poison20 .videoCards .imgspace {
    margin-top: 0;
}
.poison .videoCards .mr-20+.mr-20, .poison20 .videoCards .mr-20+.mr-20 {
    margin-top: .25rem;
}


/* .teenpatti-joker .casino-odds-box.suspended-box::before {
    top: -12px;
} */

.joker120 .teenpatti-joker1-cards {
    position: absolute;
    top: 140px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    padding: 5px;
}
.joker120 .teenpatti-joker1-cards .mr-20 {
    margin-top: .25rem;
    margin-right: 0 !important;
}
.joker120 .teenpatti-joker1-cards .imgspace {
    margin-top: 0;
}

.joker120 .videoCards .casino-video-cards {
    background-color: transparent;
}

.joker20 .teenpatti-joker1-cards .imgspace {
    margin-top: 0;
}

.joker20 .teenpatti-joker1-cards .mr-20+.mr-20 {
    margin-top: .25rem;
}

.joker1 .teenpatti-joker1-cards {
    position: absolute;
    top: 140px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    padding: 5px;
}
.joker1 .teenpatti-joker1-cards .imgspace {
    margin-top: 0;
}
.joker1 .teenpatti-joker1-cards .mr-20 {
    margin-top: .25rem;
}


.teen20c .video-overlaybox .imgspace {
    margin-top: 0;
}
.teen20c .video-overlaybox .mr-20+.mr-20 {
    margin-top: .25rem;
}

.unique-teen20-table-head {
    font-size: 14px;
    color: #333333;
}
/* .modal-body {
    padding: 10px;
} */
.modal-body {
    max-height: calc(98vh - 50px);
    /* height: 100vh; */
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}


.btable2 .casino-odd-box-container {
    width: calc(33.33% - 6px);
    margin-right: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4px;
}
.btable2 .casino-nation-name {
    width: 100%;
    text-align: center;
}
.btable2 .casino-odds-box {
    width: calc(50% - 2px);
    border: 0;
    border-left: 1px solid #c7c8ca;
}

.btable2 .casino-odd-box-container:nth-child(3n) {
    margin-right: 0px;
}
.btable2 .casino-table-left-box.left-odd-box .casino-odd-box-container {
    width: 100%;
    margin: 0%;
}
.btable2 .casino-table-left-box, .btable2 .casino-table-right-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}
.btable2 .casino-table-left-box.left-odd-box {
    width: 25%;
    padding: 5px;
}
.btable2 .casino-table-right-box.right-odd-box {
    width: calc(75% - 4px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}
.btable2 .casino-table-left-box .aaa-odd-box, .btable2 .casino-table-right-box .aaa-odd-box {
    width: 49%;
}
.btable2 .casino-table-left-box .aaa-odd-box .casino-odds-box, .btable2 .casino-table-right-box .aaa-odd-box .casino-odds-box {
    width: 100%;
}
.btable2 .casino-table-right-box.right-cards {
    justify-content: center;
}
.right-sidebar table.coupon-table {
    background-color: transparent;
}

.betting-right-sidebar-table table th {
    background-color: #CCCCCC;
    color: #000 !important;
    line-height: 1.3;
    padding: 4px !important;
}

.place-bet-box-header {
    background-color: #CCCCCC;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
}
.place-bet-for {
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    line-height: normal;
}
.place-bet-odds {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.place-bet-stake {
    width: 80px;
    margin-left: 10px;
}
.place-bet-profit {
    width: 80px;
    text-align: right;
    font-weight: bold;
}
.place-bet-box-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px;
    font-size: 14px;
    border-bottom: 1px solid #c7c8ca;
}
.place-bet-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 4px;
    gap: 2px;
}
.place-bet-buttons .btn-place-bet {
    width: calc(20% - 2px);
    padding: 5px;
    background-color: #CCCCCC;
    color: #000000;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
}
.betting-right-sidebar-table .place-bet-buttons .btn-place-bet {
    width: 32.3%;
}
.place-bet-action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4px 4px;
}
.place-bet-action-buttons .btn {
    min-width: 80px;
    width: 25%;
    height: 38px;
}
.place-bet-box-body input {
    height: 24px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    padding: 5px;
    border: 0;
}
.place-bet-box-body input:focus {
    outline: none;
}

.betting-right-sidebar-table {
    border-radius: 0;
    box-shadow: none;
}

/* .superover3 .game-market.market-2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
} */
.ball-by-ball .casino-remark {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #086f3f;
    color: #fff;
    width: 100%;
    padding: 0 5px;
}
.ball-by-ball .casino-remark .remark-icon {
    width: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ball-by-ball .casino-remark .marqueeN {
    background-color: transparent;
    width: calc(100% - 60px);
}
.casino-remark .remark-icon img {
    height: 20px;
}

.rules-section h6 {
    margin: 0;
}
.rules-section img {
    max-width: 300px;
}
.ReactModal__Overlay .modal-content .modal-header h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}


.lucky15 .market-nation-detail .market-nation-name {
    max-width: 100% !important;
}

.teen41 .videoCards .imgspace {
    margin-top: 0;
}
.teen41 .videoCards .mr-20 + .mr-20 {
    margin-top: 4px;
}

.teen41 + .ball-by-ball .casino-remark, .teen41 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.teen41 + .ball-by-ball .casino-remark .remark-icon, .teen41 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.teen41 + .ball-by-ball .casino-remark .marqueeN, .teen41 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}


.teen42 .videoCards .imgspace {
    margin-top: 0;
}
.teen42 .videoCards .mr-20 + .mr-20 {
    margin-top: 4px;
}

.teen42 + .ball-by-ball .casino-remark, .teen42 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.teen42 + .ball-by-ball .casino-remark .remark-icon, .teen42 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.teen42 + .ball-by-ball .casino-remark .marqueeN, .teen42 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}

.teen33 .videoCards .imgspace {
    margin-top: 0;
}
.teen33 .videoCards .mr-20 + .mr-20 {
    margin-top: 4px;
}

.teen33 + .ball-by-ball .casino-remark, .teen33 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.teen33 + .ball-by-ball .casino-remark .remark-icon, .teen33 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.teen33 + .ball-by-ball .casino-remark .marqueeN, .teen33 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}

.teen33 .casino-table .suspended-row::before, .teen33 .casino-table .suspended-row::after, .teen32 .casino-table .suspended-row::before, .teen32 .casino-table .suspended-row::after {
    width: 40%;
}
.teen32 .videoCards .imgspace {
    margin-top: 0;
}
.teen32 .videoCards .mr-20 + .mr-20 {
    margin-top: 4px;
}
.teen32 + .ball-by-ball .casino-remark, .teen32 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.teen32 + .ball-by-ball .casino-remark .remark-icon, .teen32 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.teen32 + .ball-by-ball .casino-remark .marqueeN, .teen32 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}

/* .ballbyball .market-6 .market-nation-detail {
  width: calc(100% - 160px);
} */

.fancy-min-max {
    color: #097c93;
    font-weight: bold;
    word-break: break-all;
}

.teen .videoCards .imgspace, .teen20 .videoCards .imgspace, .teen9 .videoCards .imgspace {
    margin-top: 0;
}
.teen .videoCards .mr-20 + .mr-20, .teen20 .videoCards .mr-20 + .mr-20, .teen9 .videoCards .mr-20 + .mr-20 {
    margin-top: 4px;
}

.right-sidebar .cc-rules .card .card-body {
    padding: 0 !important;
}
.teen8 .video-overlay img {
    margin-right: 5px;
}

.poker + .ball-by-ball .casino-remark, .poker .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.poker + .ball-by-ball .casino-remark .remark-icon, .poker .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.poker + .ball-by-ball .casino-remark .marqueeN, .poker .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}
.poker .ball-by-ball .casino-remark .marqueeN {
    padding: 0;
}

.poker20 .imgspace {
    justify-content: center;
}
.poker6 .videoCards .imgspace {
    margin-top: 0;
}
.ms-3 {
    margin-left: 1rem !important;
}
.rules-section .rules-section {
    padding: 0;
}
.baccarat .baccarat-other-odds .col-25 {
    width: 24%;
}

.dt6 .casino-nation-detail {
    width: 60%;
}
.dt6 .casino-odds-box {
    width: 20%;
}
.dt6 .dtredblack .casino-table-header .casino-odds-box {
    flex-direction: row;
}
.dt6 .dt1day-other-odds .casino-nation-detail, .dt6 .dt1day-other-odds .casino-odds-box {
    width: 20%;
}
.dt6 .dtpair {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--bg-table-row);
    border-bottom: 1px solid var(--table-border);
}

.dt6 .dtpair .casino-odds-box {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
}


.dtl20 .casino-nation-detail {
  width: 40%;
}

.dtl20 .casino-odds-box {
  width: 20%;
}

.dtl20 .casino-nation-name img {
  height: 35px;
}

.dtl20 .casino-table .tab-content {
  width: 100%;
}



/*32 Cards A*/

.card32 .casino-nation-detail {
  width: 60%;
}

.card32 .casino-odds-box {
  width: 20%;
}

.cards32a-video-overlay-items + .cards32a-video-overlay-items {
    margin-top: 4px;
}

/*32 Cards B*/

.card32b .casino-nation-detail {
  width: 60%;
}

.card32b .casino-odds-box {
  width: 20%;
}

.card32b .cards32total .casino-odds-box {
  height: 69px;
  width: 40%;
}

.card32numbers-container {
  display: flex;
  flex-wrap: wrap;
}

.card32b .card32numbers-container .casino-odds-box {
  border-bottom: 1px solid var(--table-border);
}

.card32b .card32numbers-container .casino-odds-box.suspended-box::before {
  top: -12px;
}

.card32numbers .casino-odds {
    font-family: Casino;
    font-size: 48px;
    height: 40px;
    line-height: 40px;
}

/*Andar Bahar*/

.andarbg {
  background-color: #ffa07a !important;
}

.baharbg {
  background-color: #90ee90 !important;
}

.Andarbahar .andar-box {
  background-color: #ffa07a;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}


.Andarbahar .bahar-box {
  background-color: #90ee90;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}

.ab-cards-container {
  width: 155px;
}

.ab-cards-container img {
  height: 50px !important;
  width: auto !important;
  margin-right: 5px !important;
}

.ab-result-container .slick-prev::before,
.ab-result-container .slick-next::before {
  color: #000;
}

.ab-result-container .ab-result-slider {
  margin-left: 7%;
  margin-right: 7%;
  width: 84% !important;
  display: block !important;
}

.ab-result-container .ab-result-slider img {
  height: 50px !important;
  width: 40px !important;
}

.ab2-result-container {
  align-items: center;
}

.ab2-result-container .ab-result-slider {
  margin-left: 4%;
  margin-right: 4%;
  width: 65% !important;
  display: block !important;
  margin-bottom: 5px;
}

.ab2-result-container img {
  height: 50px !important;
  width: 40px !important;
  margin-right: 5px;
}

.Andarbahar2 .casino-table-full-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--table-border);
    padding: 10px;
}
.Andarbahar2 .playera-bets {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 49%;
}
.playera-title {
    width: 10%;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}
.Andarbahar2 .casino-table-left-box, .Andarbahar2 .casino-table-right-box {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--table-border);
}
.ab2-box {
    width: 49%;
}
.Andarbahar2 .casino-table-left-box .casino-odds {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.casino-table-right-box .ab2-box {
    width: 24%;
}
.Andarbahar2 .ab2cards {
    justify-content: center;
}

.threecardjbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
}
.threecard-title {
    width: 10%;
    text-align: center;
    border-left: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.threecardj-cards {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #000;
    padding: 4px;
    padding-bottom: 0;
}

.sports-body-box .warcasino .table td:first-child, .sports-body-box .warcasino .table th:first-child {
    padding-left: 5px;
}

.warcasino .casino-nation-detail {
    width: 40%;
}
.warcasino .casino-odds-box {
    width: 10%;
}

.aaa .casino-odds-box {
    width: 49%;
}

/*Bollywood Table Casino*/

.btable .casino-odd-box-container {
  width: calc(33.33% - 6px);
  margin-right: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}

.btable .casino-nation-name {
  width: 100%;
  text-align: center;
}

.btable .casino-odds-box {
  width: calc(50% - 2px);
}

.btable .casino-odd-box-container:nth-child(3n) {
  margin-right: 0;
}

.btable .casino-table-left-box.left-odd-box {
  width: 25%;
  padding: 5px;
}

.btable .casino-table-left-box.left-odd-box .casino-odd-box-container {
  width: 100%;
  margin: 0%;
}
.btable .casino-table-left-box,
.btable .casino-table-right-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}
.btable .casino-table-right-box.right-odd-box {
  width: calc(75% - 4px);
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btable .casino-table-left-box .aaa-odd-box,
.btable .casino-table-right-box .aaa-odd-box {
  width: 49%;
}

.btable .casino-table-left-box .aaa-odd-box .casino-odds-box,
.btable .casino-table-right-box .aaa-odd-box .casino-odds-box {
  width: 100%;
}

.btable .casino-table-right-box.right-cards {
  justify-content: center;
}
.lottcard + .ball-by-ball.notice-casino-odds .casino-remark {
    display: none;
}
.teen6 .video-overlaybox .mr-20 + .mr-20 {
    margin-top: 4px;
}


/*Casino Queen*/

.queen .casino-odd-box-container {
  width: calc(25% - 7.5px);
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.queen .casino-odd-box-container:last-child {
  margin-right: 0;
}

.queen .casino-nation-name {
  width: 100%;
  text-align: center;
}

.queen .casino-odds-box {
  width: 49%;
}

.queen .casino-nation-book {
  width: 100%;
  text-align: center;
}
.queen + .ball-by-ball .casino-remark, .queen .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.queen + .ball-by-ball .casino-remark .remark-icon, .queen .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.queen + .ball-by-ball .casino-remark .marqueeN, .queen .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}
.trap + .ball-by-ball.notice-casino-odds {
    margin-top: 16px;
}
.trap + .ball-by-ball .casino-remark, .trap .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.trap + .ball-by-ball .casino-remark .remark-icon, .trap .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.trap + .ball-by-ball .casino-remark .marqueeN, .trap .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}
.trap .video-overlaybox {
    color: #fff;
    text-align: center;
}
.patti2 .mini-baccarat .casino-odds-box {
    width: 40%;
}
.patti2 + .ball-by-ball .casino-remark, .patti2 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.patti2 + .ball-by-ball .casino-remark .remark-icon, .patti2 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.patti2 + .ball-by-ball .casino-remark .marqueeN, .patti2 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}
.teensin .mr-20 + .mr-20, .teen20b .mr-20 + .mr-20, .teenmuf .mr-20 + .mr-20 {
    margin-top: 4px;
}
.race17 .casino-odds-box {
    width: 49%;
}
.trio .casino-odds-box {
    width: 49%;
}
.notenum .casino-odds-box {
    width: 49%;
    text-align: center;
}
.notenum .casino-table-left-box .casino-odds-box {
    width: 100%;
}

/*Amar Akbar Anthony*/

.aaa2 .casino-odd-box-container {
  width: calc(33.33% - 7.5px);
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aaa2 .casino-nation-name {
  width: 100%;
  text-align: center;
}

.aaa2 .casino-odds-box {
  width: 49%;
}

.aaa2 .casino-odd-box-container:last-child {
  margin-right: 0;
}

.aaa2 .casino-table-left-box,
.aaa2 .casino-table-center-box,
.aaa2 .casino-table-right-box {
  width: calc(33.3% - 2px);
  padding: 4px 4px 0 4px;
  border-bottom: 1px solid var(--table-border);
}

.aaa2 .aaa-odd-box {
  margin-bottom: 4px;
  min-height: 92px;
}

.aaa2 .casino-table-left-box .casino-odds-box,
.aaa2 .casino-table-center-box .casino-odds-box,
.aaa2 .casino-table-right-box .casino-odds-box {
  width: 100%;
  margin: 5px 0;
}

.race2 .casino-odds-box {
    width: 49%;
}
.race2 .video-overlay h5 {
    white-space: nowrap;
    color: #FFF;
}
.video-overlay h5 {
    color: #FFF;
}

.teen3 + .ball-by-ball .casino-remark, .teen3 .ball-by-ball .casino-remark {
    background-color: transparent;
    color: #097c93;
}
.teen3 + .ball-by-ball .casino-remark .remark-icon, .teen3 .ball-by-ball .casino-remark .remark-icon {
    display: none;
}
.teen3 + .ball-by-ball .casino-remark .marqueeN, .teen3 .ball-by-ball .casino-remark .marqueeN {
    margin-left: auto;
}