body {
    margin: 0;
    font-family: inherit !important;
    /* overflow-x: hidden; */
}

.bg-red {
    background-color: red !important;
}

.card-header {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.matka-profit {
    color: green;
    border-radius: 0;
    padding: 0px !important;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
}


.matka-loss {
    color: red;
    border-radius: 0;
    padding: 0px !important;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
}

.harup-satta-text {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #dc3545 !important;
    color: #fff !important;

}


.select-satta-gametype {
    font-weight: 700;
    height: 40px;
    width: 260px;
    border: 3px solid #4b778d;
    background: #4b778d;
    color: #fff;
}

body {
    background-image: url(/assets/images/bg.png)
}

table ul .dropdown-toggle::after {
    position: absolute;
    top: 5px;
    color: #343a40
}

.card-login {
    border: 0;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
    background: #ffffffe8
}

.navbar-bet99 {
    background: var(--primary-color) !important;
    color: #fff !important
}

.card-login input::-webkit-input-placeholder {
    color: #052a51
}

.card-login input:-ms-input-placeholder {
    color: #052a51
}

.card-login input::placeholder {
    color: #052a51
}

.badge-danger {
    color: #fff;
    background-color: #052a51 !important;
}

.btn-primary {
    background: #052a51 !important;
    border: none !important;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0
}

.btn-secondary {}

.bg-secondary {}

.wrapper {
    display: flex;
    align-items: stretch
}

.btn-yes,
.btn-YES,
.btn-l,
.btn-L {
    background: #60adec !important
}

.btn-not,
.btn-NOT,
.btn-k,
.btn-K {
    background: #fa9fad !important
}

.bg-yes,
.bg-YES,
.bg-l,
.bg-L {
    background: #60adec !important
}

.bg-not,
.bg-NOT,
.bg-k,
.bg-K {
    background: #fa9fad !important
}

.vrx-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.vrx-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.vrx-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.vrx-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.vrx-switch input:checked+.slider {
    background-color: #2196f3
}

.vrx-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.vrx-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.vrx-switch .slider.round {
    border-radius: 34px
}

.vrx-switch .slider.round:before {
    border-radius: 50%
}

.badge-switch {
    line-height: 36px !important;
    border: 1px solid #ccc
}

.text-999 {
    color: #1c5480 !important
}

.call-child {
    cursor: pointer;
    color: #0093ff
}

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite
}

.marquee span:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

.client-menu {
    width: 100%;
    position: fixed;
    height: 282px;
    bottom: 70px;
    background: #565656;
    left: 100%;
    padding: 10px;
    z-index: 99
}

.show-sidebar {
    left: 0;
    transition: 700ms
}

.close-tbtn,
.close-btn {
    width: 100%;
    text-align: right;
    color: #fff
}

.client-menu ul,
.client-top-menu ul {
    width: 100%;
    padding: 0;
    margin: 0
}

.client-menu ul li,
.client-top-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 14px
}

.client-menu ul li a,
.client-top-menu ul li a {
    text-decoration: none;
    color: #fff
}

.client-menu ul li a span,
.client-top-menu ul li a span {
    color: #fff;
    width: 25px;
    display: inline-block;
    font-size: 18px;
    text-align: center
}

.wining-data p {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    padding-bottom: 2px
}

.wining-data p span {
    float: right
}

.wining-data p span i {
    font-size: 18px
}

.xx-small {
    font-size: xx-small;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}


.modal-lg {
    max-width: 90%;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}


.ab2-firstcard {
    text-align: left;
    position: absolute;
    top: 20px;
    left: -35px;
}

.ab2-new-cards {
    width: 160px;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;

}

.ab2-card-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.ab2-card-scrollbar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


.suspended {
    position: relative;
}

/* .suspended:after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-transform: uppercase;
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    font-size: 18px;
    top: 0;
} */

.casino_img {
    width: auto;
    height: 145px;
}

#sidebar>ul>li {
    border-bottom: 1px solid #262626 !important;
}

#sidebar>ul>li>ul>li {
    border-bottom: 0.3px solid #555252 !important;
}

.abcd {
    background: #0f521b !important;
    color: #fff;
}

.bg-warning {
    background-color: var(--primary-color) !important;
}

.casino_img_text {
    background: var(--primary-color);
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    border: none;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

.background-black {
    color: #fff;
    background: #000000 !important;
}

.background-yellow {
    color: #fff;
    background: #e9c514 !important;
}

.dus-ka-dum-circle {
    font-size: 15px;
    width: 85px !important;
    height: 85px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.dus-ka-dum-book-btn {
    font-size: 22px;
    text-align: center;
    background: #1b4c97;
    color: #fff;
}

.img-vcs {
    height: 199px !important;
}

@media only screen and (max-width: 767px) {

    .img-vcs {
        height: 127px !important;
    }
}

.red-gradient-bg {
    background: linear-gradient(135deg, #667eea, #764ba2)
}

.blue-gradient-bg {
    background-image: linear-gradient(#052a51, #2c4a88);
}

.body-login {
    width: 100%;
    height: 100vh;
    /* background-image: url(/assets/images/royal-bg2.jpg); */
}

.img-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    opacity: .7;
    position: absolute;
}

.body-login .form-control {
    padding: 6px 10px 6px 30px;
}

.body-login .form-group {
    position: relative;
}

.body-login .form-group span {
    position: absolute;
    top: 8px;
    left: 6px;
}

.cstm-icon span {
    position: absolute;
    top: 4px;
    left: 26px;
    font-size: 19px;
}

svg {
    margin-right: 5px;
}

.btn svg {
    margin-right: 0px;
}

.event-noti {
    color: yellow;
    padding: 0 10px;
    float: right;
}

.table.table-bordered {
    text-transform: capitalize !important;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
    vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
    width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
    width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
    width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
    width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
    width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
    width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
    width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
    width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
    width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
    width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
    width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
    width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
    margin-right: 0.3em;
    width: auto;
}

.svg-inline--fa.fa-pull-right {
    margin-left: 0.3em;
    width: auto;
}

.svg-inline--fa.fa-border {
    height: 1.5em;
}

.svg-inline--fa.fa-li {
    width: 2em;
}

.svg-inline--fa.fa-fw {
    width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: 0.25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@media (max-width: 780px) {
    #sidebar ul li a span svg {
        font-size: 2.4em;
    }
}

th.text-white {
    color: white !important;
}

.text-green-600 {
    background-color: #16a34a !important;
    color: white !important;
}

.text-red-600 {
    background-color: #dc2626 !important;
    color: white !important;
}

.text-green-600 td {
    background-color: transparent !important;
    color: white !important;
    font-size: 13px !important;
    padding: 0px 15px !important;
}

.text-red-600 td {
    background-color: transparent !important;
    color: white !important;
    font-size: 13px !important;
    padding: 0px 15px !important;
}


.fav-team-back {
    background-color: #60adec !important;
}

.fav-team-lay {
    background-color: #fa9fad !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle !important;
}

.scoreboard-iframe {
    height: 270px !important;
    width: 100% !important;
    min-height: 150px !important;
    overflow: hidden;
}


.scoreboard-iframe {
    height: 270px !important;
    width: 100% !important;
    min-height: 150px !important;
    overflow: hidden;
}

.scoreboard-iframe-full {
    height: auto !important;
    width: 100% !important;
    min-height: 485px !important;
    overflow: hidden;
}

.scorecard {
    width: 100%;
    padding: 3px;
    background-image: url('https://royal777.in/images/match-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.scorecard:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.78);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m_scorecard {
    width: 100%;
    padding: 5px;
    background-image: url('https://royal777.in/images/cc-20.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 348%;
    color: #fff;
    background-position: left bottom;
}

.m_scorecard:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.score_list {
    width: 100%;
}

.m_scorecard p {
    margin: 0px;
    color: #fff;
    font-size: 10px;
}

.score_list ul {
    padding: 0px;
    margin: 0px;
}

.score_list ul li {
    display: inline-block;
}

.team-name-s {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ff934d;
}

#LocalPlayer {
    font-size: 14px;
}

#VisitorPlayer {
    font-size: 14px;
}

.team_result {
    width: 100%;
    display: inline-block;
}

.team_result ul {
    padding: 0px;
    margin: 0px;
}

.team_result ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
}

.team_result ul li:nth-child(1) {
    width: 40%;
}

.team_result ul li:nth-child(2) {
    width: 40%;
}

.team_result ul li:nth-child(3) {
    width: 20%;
}

.inply-team {
    font-weight: 600;
    font-size: 14px;
    color: #af683b;
    width: 100%;
    line-height: 22px;
    height: 45px;
}

.inply-team span {
    display: inline-block;
    width: 100%;
    padding-top: 2px;
    font-size: 16px;
    color: #ff934d;
    font-weight: bold;
}

.lve-report {
    width: 100%;
    text-align: right;
}

.lve-report img {
    width: 35px;
}

.run-rate {
    height: 32px;
    width: 100%;
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
    display: flex;
    padding: 0px 0px;
    margin: 0px 0px 3px;
    align-items: center;
    padding-bottom: 3px;
}

.run-rate .team-name-s {
    font-size: 13px;
}

.run-lft {
    width: 40%;
    float: left;
}

.run-rgt {
    width: 60%;
    float: left;
}

.match_rport table {
    margin-bottom: 0px;
    color: #fff;
    font-size: xx-small;
}

.match_rport table thead tr th {
    border: none;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0px !important;
    color: #dd5f26;
}

.match_rport table tbody tr td {
    border: none;
    padding: 0px 0px 2px;
}

.match_rport table tbody tr td .plyr-nam,
.match_rport table tbody tr td .in_bat,
.match_rport table thead tr th .plyr-nam {
    font-weight: 600 !important;
    color: #ff934d;
}

.shw-mtch-result {
    background: #3467a5b8;
    display: inline-block;
    width: 100%;
    padding: 3px !important;
    color: #f7f7f7;
    font-size: 10px;
    text-align: center;
}

.ball-runs {
    background: #3d5c6d;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-right: 3px !important;
    font-size: 10px;
}

.ball-runs.four {
    background: #087F23;
}

.ball-runs.six {
    background: #883997;
}

.ball-runs.wicket {
    background: #b31515;
}

.ball-runs.wide {
    background: #c0d314;
}

td.fav-team {
    background-color: #052a51 !important;
    color: #fff !important;
}

td.fav-team-back {
    background-color: #60adec !important;
}

td.fav-team-lay {
    background-color: #fa9fad !important;
}

td.fav-team-bhav {
    font-size: 16px !important;
}


table.table-session td,
table.table-session th {
    padding: 5px !important;
}


td.fav-team-back span,
td.fav-team-lay span {
    font-size: 12px;
    color: #052a51;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .inply-team span {
        display: inline-block;
        width: 100%;
        padding-top: 2px;
        font-size: 9px !important;
        color: #ff934d;
        font-weight: bold;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.modal-lg {
    max-width: 90% !important;
}

@media (max-width: 780px) {
    .modal-lg {
        max-width: 100% !important;
    }
}


.subMenuLink .arrowIconSubmenu::before,
.subMenuLink.collapsed .arrowIconSubmenu::before,
.subMenuLink .arrowIconSubmenu::after {
    background-image: linear-gradient(to right, rgb(0 0 0), rgb(255, 255, 255)) !important;
}

.hide_under_card_header .card-header,
.hide_under_card_header .card-footer {
    display: none;
}

.hide_under_card_header .card-body:first-child .card-body:first-child {
    background-color: red !important;
}

.tab_bg_theem {
    background-color: #343a40;
    color: #fff ;
    border: 0;
}

.session.custom_table .table>thead tr th {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 10px;
}

.session.custom_table td,
.session.custom_table th {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.session.custom_table .btn {
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.border-none {
    border: none !important;
}

.FirsttableHIde_01 div:nth-child(2) {
    display: none;
}

.text-warnings
{
    color: #ffc107;
}

.box-align .left-side
{
    position: absolute;
      

}
.box-align .col-6:nth-child(4) {
    position: absolute;
      right: 0;
}
.box-align .col-6:nth-child(3) {
    position: absolute;
    top: 29px;
    right: 9px;
}
.box-align
{   
    position: relative;
}

.ngx-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0;
  font-family: Arial, sans-serif;
}

/* Common list item styles */
.ngx-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  background: #f5f5f5;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Previous / Next buttons */
.ngx-pagination .pagination-previous,
.ngx-pagination .pagination-next {
  font-weight: 500;
}

.ngx-pagination .pagination-previous:hover,
.ngx-pagination .pagination-next:hover {
  background: #e0e0e0;
}

/* Disable previous / next visually */
.ngx-pagination .disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Current page */
.ngx-pagination .current {
  background: #007bff;
  color: #fff;
  cursor: default;
}

/* Small screen page indicator */
.ngx-pagination .small-screen {
  background: transparent;
  font-weight: 500;
  cursor: default;
}

/* Anchor reset inside li */
.ngx-pagination li a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* Screen-reader only text */
.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* "Showing x to y" text */
.ngx-pagination li:last-child {
  background: transparent;
  cursor: default;
  padding-left: 0;
  color: #666;
  font-size: 14px;
}

/* Responsive behavior */
@media (max-width: 600px) {
  .ngx-pagination {
    justify-content: center;
  }

  .ngx-pagination .current {
    display: none;
  }
}

.winner-box
{
    background: white;
    color: black;
    padding: 5px;
    border-radius: 7px;
    display: inline-block;
    margin: 0 0 0 auto;
    text-align: end;
}
.justify-content-beetween
{
    justify-content: space-between;
}

.btn-info {
    color: #fff;
    background-color: #042a51 !important;
    border-color: #282828;
}

small, .small {
    font-size: 80% !important;
    font-weight: 400;
}

.btn-primary
{
    background-color: #6c757d !important;
}
.background-black td{
    color: #fff;
    background: #000000 !important;
}

.table-yellow tbody tr:nth-of-type(odd) td
{
    color: #fff;
    background: #e9c514 !important;
}


@media only screen and (max-width: 767px) {
  .m-responsive
  {
    overflow: visible !important;
  }
    .img-vcs {
        height: 127px !important;
    }
}

.custom-switch {
  display: inline-flex;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider background */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 26px;
}

/* Circle inside */
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* When checked */
.switch input:checked + .slider {
  background-color: #4CAF50;
}

/* Move circle */
.switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* Optional label */
.switch-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}