@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400&display=swap");
:root {
    --text-primary: #08c;
    --text-secondary: #2d3e50;
    --primary-bg: #fff;
    --secondary-bg: #000;
    --link-bg: #bbb;
    --grey-bg: #ccc;
    --light-bg: #eee;
    --suspended-color: #730709;
    --red-color: #ff0000;
    --yellow-color: #ffff00;
    --green-color: #00ff00;
    --white-color: #fff;
    --site-color: #000;
    --green-bg: #145b12;
    --blue-color: #0000ff;
}

@font-face {
    font-family: Card Characters;
    src: url(fonts/card.ttf);
}

@font-face {
    font-family: "CasinoNumFont";
    src: url("fonts/casino3dmarquee-webfont.woff2") format("woff2"), url("fonts/casino3dmarquee-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
a:hover{
    text-decoration: none;
}
a{
    color: black;
}

/*General CSS*/

html,
body {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    color: var(--site-color);
    font-size: 16px;
    line-height: 15px;
    background-color: var(--primary-bg);
}

.p-r {
    position: relative;
}

#load {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed !important;
    align-items: center;
    z-index: 9999;
    position: relative;
    background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
}

#load-inner {
    position: relative;
    text-align: center;
}

#load-inner img {
    display: block;
    height: 65px;
}

#load-inner i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-top: 40px;
}

.modal-dialog {
    margin: 1vh auto;
}

.modal-header {
    padding: 10px;
    background: var(--theme1-bg);
    color: var(--primary-color);
    border-radius: 0;
    border: 0;
}
.modal-header .modal-title{
    font-size: 20px;
    font-weight: bold;
}
.modal-header .close{
    box-sizing: content-box;
    width: 1rem;
    height: 1rem;
    padding: .5rem .5rem;
    margin: -2px -8px 0 auto;
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 1;
    box-shadow: none;
    background-image: 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");
    background-size: 1rem auto;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-body {
    max-height: calc(98vh - 50px);
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header .close {
    color: var(--primary-color);
    opacity: 1;
}

.modal-header .close:focus,
.modal-header .close:hover {
    color: var(--primary-color);
    opacity: 1;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

.btn-theme {
    color: var(--primary-color) !important;
    background-image: linear-gradient( to right, var(--theme1-bg), var(--theme2-bg)) !important;
    width: 100% !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    border: 0 !important;
    padding: 8px 10px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    position: relative;
}

.suspended2 {
    position: relative;
}

.suspended {
    position: relative;
}
.suspended3 {
    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: var(--white-color);
    text-transform: uppercase;
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    font-size: 18px;
    top: 0;
}


.suspended3:before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--white-color);
    text-transform: uppercase;
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    font-size: 17px;
    top: 0;
}
.suspended2: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: var(--white-color);
    text-transform: uppercase;
    font-family: "Font Awesome 5 Free";
    /*content: "\f110";*/
    content: url('../images/giphy-33.gif');
    font-weight: 900;
    font-size: 18px;
    top: 0;
}

.sports-wrapper .main-market .suspended:after {
    width: 60%;
    content: "";
    font-size: 16px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bookmaker-market .suspended:after {
    width: 60%;
    content: attr(data-title);
    font-size: 16px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bookmaker-market .col-4 .suspended:after {
    width: 40%;
    content: attr(data-title);
    font-size: 12px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.fancy-market .suspended:after {
    width: 240px;
    content: attr(data-title);
    font-size: 15px;
    color: #ff0000;
    font-family: "Roboto Condensed", sans-serif;
}

.fancy-market-modify .suspended:after {
    width: 40% !important;
    content: attr(data-title);
    font-size: 16px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.teen9-container .suspended:after {
    width: 60%;
}

.teenpatti-1day .suspended:after {
    width: 40%;
}

.teenpatti-20 .suspended:after {
    width: 50%;
}

.teenpatti-open .suspended:after {
    width: 60%;
}

.poker-20 .suspended:after {
    width: 40%;
}

.poker-1day .suspended:after {
    width: 60%;
}

.poker-6player .suspended:after {
    width: 100%;
}

.casino-32A .suspended:after {
    width: 40%;
}

.casino-32B .suspended:after {
    width: 40%;
}

.casino-32B .casino-32-worli .suspended:after {
    width: 100%;
}

.dragon-tiger-20 .suspended:after {
    width: 100%;
}

.dragon-tiger-1day .suspended:after {
    width: 100%;
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    font-size: 16px;
    color: var(--white-color);
}

.dragon-tiger-1day .dt-odds .suspended:after {
    width: 60%;
}

.aaa .aaa-odds .suspended:after {
    width: 40%;
}

.aaa .suspended:after {
    width: 100%;
}

.bollywood-table .bt-odds .suspended:after {
    width: 40%;
}

.bollywood-table .suspended:after {
    width: 100%;
}

.lucky7 .suspended:after {
    width: 100%;
}

.worli-matka .suspended {
    position: relative;
    display: table;
    width: 100%;
}

.worli-matka .suspended:after {
    width: 100%;
}

.suspendedtd {
    position: relative;
}

.suspendedtd:after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--white-color);
    text-transform: uppercase;
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    font-size: 16px;
    top: 0;
    width: 100%;
}

.dt-card .suspended {
    position: relative;
}

.dt-card .suspended:after {
    width: 100%;
    font-size: 12px;
}

.btn-theme.suspended:after {
    border-radius: 4px;
}

.box-1 {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.box-2 {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}

.box-3 {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}

.box-4 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}

.box-5 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.box-6 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
}

.box-7 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}

.box-8 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
}

.box-9 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
}

.box-10 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.container-fluid-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.container {
    max-width: 1200px;
}

.row.row1 {
    margin-left: -1px;
    margin-right: -1px;
}

.row.row1>[class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}

.row.row2 {
    margin-left: -2px;
    margin-right: -2px;
}

.row.row2>[class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}

.row.row3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row3>[class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.row.row4 {
    margin-left: -4px;
    margin-right: -4px;
}

.row.row4>[class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.row.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row5>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row5>[class="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row6 {
    margin-left: -6px;
    margin-right: -6px;
}

.row.row6>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row.row7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row.row7>[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.row.row8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row.row8>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.row.row9 {
    margin-left: -9px;
    margin-right: -9px;
}

.row.row9>[class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
}

.row.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row10>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.p-r-10 {
    padding-right: 10px !important;
}

.m-b-0 {
    margin-bottom: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.box-w1 {
    width: 85px;
    max-width: 85px;
    min-width: 85px;
}

.box-w2 {
    width: 170px;
    max-width: 170px;
    min-width: 170px;
}

.box-w3 {
    width: 255px;
    max-width: 255px;
    min-width: 255px;
}

.fancy-market .box-w1 {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.fancy-market .box-w2 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.fancy-market .box-w3 {
    width: 150px;
}

.fancy-market .box-w4 {
    width: 200px;
}

.fancy-market .box-w5 {
    width: 250px;
}

.fancy-market .box-w6 {
    width: 300px;
}

.fancy-market .box-w7 {
    width: 350px;
}

.fancy-market .box-w8 {
    width: 400px;
}

.fancy-market .box-w9 {
    width: 450px;
}

.fancy-market .box-w10 {
    width: 500px;
}

.box-h1 {
    height: 40px;
}

.box-h2 {
    height: 80px;
}

.box-h3 {
    height: 120px;
}

.box-h4 {
    height: 160px;
}

.box-h5 {
    height: 200px;
}


/*Main CSS*/

.main {
    min-height: calc(100vh - 169px);
    margin-top: 4px;
}

.header {
    background-color: var(--theme1-bg);
    color: var(--primary-color);
}

.header a {
    color: var(--primary-color);
}

.header-bottom {
    background-color: var(--theme2-bg);
    padding: 5px 15px;
}

.header-bottom li a {
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.header-bottom li:first-child a{
    padding-left: 0;
}
.search .fa-search-plus{
    color: var(--primary-color);
    font-size: 24px;
    margin-left: 10px;
}
.header-top{
    height: 73px;
    padding: 4px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top ul{
    line-height: normal;
    margin-top: -10px;
}
.logo img {
    width: auto;
    height: 65px;
}
.logo-login {
    max-height: 65px;
    max-width: 100%;
}
.search {
    position: relative;
    margin-right: 16px;
    z-index: 10;
    /*background-color: var(--primary-bg);*/
    display: flex;
     flex-wrap: wrap; 
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.search input {
    height: 38px;
    border: 0;
    padding: 0;
    outline: 0;
    width: 0;
    border-radius: 2px 2px 0 0;
    border-radius: 0;
    box-shadow: 0 0 5px var(--secondary-bg);
    transition: width 0.4s linear;
}
.search .search-input-show {
    width: 300px;
    transition: width 0.4s linear;
    padding: 0 10px;
}

.ballance,
.expose,
.account {
    margin-left: 16px;
    margin-top: 0;
}
.header-bottom nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.header-bottom li a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: inherit !important;
}
.header-bottom li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: var(--primary-bg);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header-bottom li a:hover:before,
.header-bottom li a:focus:before,
.header-bottom li a:active:before {
    left: 0;
    right: 0;
}
.header-bottom li a.active {
    background-color: var(--primary-bg);
    color: var(--secondary-color);
}
.account .fa-chevron-down {
    margin-left: .25rem;
}
.account>span {
    cursor: pointer;
    position: relative;
}
.account ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 192px;
    padding: .5rem 0;
    font-size: 1rem;
    text-align: left;
    background-color: var(--primary-bg);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    margin-top: 0;
    line-height: normal;
}
.header-top .account ul li {
    line-height: 24px;
}
.header-top .account ul li a,
.header-top .account ul li p{
    font-size: 16px;
    text-transform: capitalize;
    padding: .25rem 1rem;
    color: var(--site-color);
    display: block;
    line-height: normal;
}
.header-top .account ul hr{
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
    height: 1px;
}
.header-top .account ul h6 {
    padding: 0 8px;
    color: var(--site-color);
}
.header-top ul .ballance a:hover{
    text-decoration: none;
}
.sidebar {
    padding: 0 !important;
    min-height: calc(100vh - 175px);
    max-width: 240px;
/*    background-color: var(--grey-bg);*/
    color: var(--site-color);
    flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
}
.sidebar-title {
    background-color: var(--theme1-bg);
    padding-bottom: 0;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 0;
    line-height: 1.25;
}

.sidebar-title h5 {
    color: var(--primary-color);
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
}

.sidebar .sidebar-title :before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    padding-right: 3px;
    font-weight: 900;
    float: right;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.sidebar .sidebar-title.collapsed :before {
    content: "\f106";
}

.sidebar .nav-item .nav-link {
    background: var(--link-bg);
    color: var(--site-color);
    border-bottom: 1px solid #9e9e9e;
    font-weight: normal;
    font-size: 14px;
    padding: 2px 15px;
}

.sidebar .nav-item.active .nav-link {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--white-color);
}

.sidebar .mtree-main {
    padding: 5px 10px;
}

.sidebar .mtree li {
    padding: 2px 0 2px 10px;
    position: relative;
    border-bottom: 1px solid #9e9e9e;
}

.sidebar .mtree>li {
    padding-left: 0;
}

.sidebar .mtree li a {
    position: relative;
    font-size: 12px;
    text-decoration: none;
    color: var(--site-color);
}

.sidebar .mtree li a:hover {
    text-decoration: none;
}

ul.mtree.transit li.mtree-open>a::after {
    content: "-";
}

ul.mtree.transit li.mtree-closed>a::after {
    content: "+";
}

ul.mtree.transit li.mtree-node>a::after {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    color: var(--site-color);
}
/* 
.mtree-open ul li::after {
    bottom: 0;
    content: "";
    left: 4px;
    position: absolute;
    top: 0px;
    border-left: 1px solid var(--secondary-bg);
}

.mtree-open ul li::before {
    background: var(--theme1-bg);
    bottom: auto;
    content: "";
    height: 8px;
    left: 0px;
    margin-top: 2px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

#user-book .mtree-open ul li::before {
    background: none;
    height: 0;
    width: 0;
} */

.mtree-skin-selector {
    display: none;
}

.sidebar .report-menu li {
    padding: 5px 0;
}

.sidebar .report-menu li a {
    font-size: 14px;
    color: var(--site-color);
}

.sidebar .report-menu li a i {
    margin-right: 10px;
}

marquee {
    display: inline-block;
    width: 55%;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: -7px;
    right: 0;
    color: var(--primary-color);
}

/*Game Details Page*/
.game_details{
    display: flex;
    flex-wrap: wrap;
}

.game-header {
    padding: 8px;
    overflow: hidden;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme1-bg);
    border-radius: 2px 2px 0 0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.featured-box {
    max-width: calc(100% - 240px);
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
}
.featured-box.game-page{
    padding-left: 1px !important;
}
.featured-box-detail {
    width: calc(100% - 450px);
}
.main-market-main,
.bookmaker-market .main-market,
.fancy-market{
    padding-left: 4px;
    padding-right: 4px;
}
.game-header h2 {
    margin: 6px 17px 3px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary-color);
}

.coupon-navigation-filter {
    display: inline-block;
    height: 28px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 16px 0;
    margin: 0 0 0 8px;
    text-decoration: none;
    color: #1e1e1e;
    border: 1px solid #bfbfbf;
    background-color: #bfbfbf;
}

.coupon-navigation-filter:first-child {
    margin-left: 0;
}

.coupon-card {
    margin-bottom: .5rem;
    border-radius: 0 0 2px 2px;
}

.coupon-card .card-header {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
    padding: 8px;
    width: 100%;
    float: left;
    color: var(--primary-color);
    background-color: var(--theme1-bg);
}

.coupon-card-first .card-header {
    border-radius: 0;
}

.card-header {
    /*line-height: 1.6;*/
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
}

.card-header .card-header-title-container {
    float: left;
    line-height: 26px;
}

.coupon-table {
    margin-bottom: 0;
}

.coupon-table thead th {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 6px 0 !important;
    padding-left: 0px;
    color: #303030;
    line-height: 1;
}

.coupon-table thead th:first-child {
    text-align: left;
    width: auto;
    padding-left: 10px !important;
    text-indent: 0;
    padding-right: 10px !important;
}

.coupon-table .main-market thead th:first-child {
    width: 52%;
}

.coupon-table .bookmaker-market thead th:first-child {
    width: 68%;
}
.sports .tab-content{
    margin-top: .25rem;
}
.sports .tab-content .coupon-card .card-content{
    background-color: #f7f7f7;
}
.bookmaker-container .box-w1 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.game-icon .active {
    float: right;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #28a745;
}

.report-main-content {
    max-width: 85% !important;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
}

.datepicker-wrapper {
    display: inline-block;
    position: relative;
}

.datepicker-wrapper .fa-calendar-alt {
    position: absolute;
    top: 9px;
    right: 10px;
}

.select-report {
    margin-left: 20px;
    display: inline-block;
}

.card-title {
    margin-bottom: 0;
    cursor: pointer;
    color: var(--secondary-color);
}

/*footer {
    height: 40px;
    line-height: 38px;
    position: relative;
    background-color: var(--theme1-bg);
    border-top: 2px solid var(--theme2-bg);
    color: var(--primary-color);
}*/
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    background-color: var(--theme1-bg);
}
.footer-links {
    flex: 1;
}
.support-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    flex: 1;
}
.social-icons-box {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
}
.footer-top .navbar{
    padding: 0;
}
.footer-links .nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.support-detail h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.footer-bottom {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
}
.secure-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.footer-bottom img {
    max-height: 30px;
    max-width: 100px;
    margin-right: 4px;
}
.footer-bottom .secure-logo img {
    max-height: 50px;
}


.casino-list{
    display: flex;
    flex-wrap: wrap;
}
.casino-list>a{
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
    width: calc(10% - 1.8px);
}
.casino-list>a:nth-child(10n){
    margin-right: 0;
}
.loginInner1 {
    width: 350px;
    max-width: 90%;
    margin: 15% auto;
}

.featured-box-login {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    background: var(--primary-bg);
}

.error {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    color: var(--red-color);
}

.btn-submit .fa-sign-in-alt {
    font-size: 16px;
    margin-left: 10px;
}

.btn-login {
    width: 100%;
}

.form-check-input {
    margin-top: 1px;
}

.fa-android {
    margin-right: 10px;
}


/*Modal Design*/

#modalrules .modal-footer {
    justify-content: left !important;
}


/*
.modal-lg {
    max-width: 90%;
}*/

.modal-xs {
    max-width: 300px;
}

.radio input {
    margin-right: 5px;
}


/* /Model Design*/

.login .form-group {
    position: relative;
}

.login .form-group i {
    position: absolute;
    right: 10px;
    top: 8px;
}


/*Tabs*/

.nav-tabs {
    display: block;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    display: table-cell;
    /*width: 1%;*/
}

.coupon-table button {
    width: 100%;
    min-width: 40px;
    height: 25px;
    margin: 0;
    text-align: center;
    display: inline-block;
    padding: 0px;
    color: #273a47;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.featured-box-detail .coupon-table button {
    height: auto;
    min-height: 40px;
    padding: 4px 0 1px;
    background: none;
    color: #273a47;
    border: 0;
}

.featured-box-detail .coupon-table button span {
    /*margin-bottom: 3px;*/
    font-size: 10px;
    display: block;
}

.featured-box-detail .coupon-table button span.odd,
.featured-box-detail .coupon-table .team-name {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}

.featured-box-detail .coupon-table button span.odd {
    font-size: 14px;
    margin-bottom: 1px;
}

.coupon-table tr td {
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    word-wrap: break-word;
}

.main-market .table-bordered td,
.main-market .table-bordered th,
.bookmaker-market .table-bordered td,
.bookmaker-market .table-bordered th,
.fancy-market .table-bordered td,
.fancy-market .table-bordered th {
    border-left: 1px solid var(--primary-bg);
    border-right: 1px solid var(--primary-bg);
    border-top: 0;
    border-bottom: 1px solid var(--primary-bg);
}

.main-market .table-bordered th,
.bookmaker-market .table-bordered th,
.fancy-market .table-bordered th {
    border-bottom: 1px solid var(--primary-bg) !important;
}

.main-market .table-bordered td:last-child,
.bookmaker-market .table-bordered td:last-child,
.fancy-market .table-bordered td:last-child,
.main-market .table-bordered th:last-child,
.bookmaker-market .table-bordered th:last-child,
.fancy-market .table-bordered th:last-child {
    border-right: 0;
}

.main-market .table-responsive .table-bordered,
.bookmaker-market .table-responsive .table-bordered,
.fancy-market .table-responsive .table-bordered {
    border: 0;
}

.fancy-market .coupon-table tr td,
.bookmaker-market .coupon-table tr td,
.main-market .coupon-table tr td {
    padding: 0;
}

.coupon-table tr td:first-child {
    padding-left: 15px;
    vertical-align: middle;
    padding-right: 15px;
}

.bookmaker-market thead,
.fancy-market thead,
.main-market thead,
.main-market tbody,
.fancy-market tbody,
.bet-info,
.bet-detail {
    display: table;
    width: 100%;
}

.game-heading {
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 0px;
}

.game-heading .card-header-title {
    font-size: 18px;
    font-weight: bold;
}

.fancy-market .back span,
.fancy-market .lay span {
    display: block;
}

.modal-book {
    position: relative;
}
.modal-book .book-bet {
    position: absolute;
    top: -15px;
    left: 0;
    color: var(--red-color);
    font-size: 14px;
}
.sidebar-right {
    width: 450px;
    max-height: calc(100vh - 135px);
    min-height: calc(100vh - 135px);
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-right.sticky{
    position: fixed;
    top: 0;
    right: 5px;
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
}
.place-bet {
    position: relative;
    overflow: hidden;
}
.loading {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0px 0px -27px;
}

.site-loading {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100000;
}

.site-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0px 0px -27px;
}

.sports-wrapper.load {
    background-image: url("../img/loader.gif");
    background-position: center center;
}

.place-bet .card-body {
    padding: 0 0 10px 0;
}

.place-bet.place-bet-football .card-body {
    display: block;
}

.place-bet .value-buttons .btn {
    width: auto;
    border: 0;
    min-width: 18.9%;
    margin-top: 2px;
    float: left;
    background-color: var(--grey-bg);
    font-weight: normal;
    border-radius: 0;
    font-weight: bold;
    color: #000;
    min-height: 30px;
}
.place_bet_bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 4px 4px;
}
.place_bet_bottom button{
    font-size: 16px;
    border-radius: 0;
    min-height: 38px;
    min-width: 80px;
}

.place-bet .change-value,
.my-bet .clear-all {
    font-size: 12px;
    padding: 2px 6px;
}

.place-bet .coupon-table tr td {
    padding: 4px;
    font-weight: bold;
}

.place-bet .coupon-table tr th {
    padding: 4px;
}

.my-bet .card-body {
    padding: 0;
}

.fancy-marker-title h4 {
    padding: 10px;
    background-color: var(--theme2-bg85);
    color: var(--secondary-color);
    font-size: 14px;
}

.featured-box-detail .table-bordered th {
    border-bottom: 0;
}

.my-bet tbody tr td {
    padding: 4px 8px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.place-bet .form-group {
    margin-bottom: 0;
}

/*Custom Scrollbar*/

.mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
}

.bet-buttons {
    width: 70px !important;
    max-width: 70px !important;
}

.video-tv iframe {
    width: 100%;
    height: 100%;
    border: 2px solid var(--grey-bg);
}

.my-bet .fa-times {
    margin-right: 10px;
}

#run-position {
    max-height: 600px !important;
    height: auto !important;
}

.account-statement-report-link {
    cursor: pointer;
}

@-webkit-keyframes blinking {
    0% {
        background-color: #ffc01a;
    }
    49% {
        background-color: #ffc01a;
    }
    50% {
        background-color: #ffc01a;
    }
    99% {
        background-color: #ffc01a;
    }
    100% {
        background-color: #ffc01a;
    }
}

@-moz-keyframes blinking {
    0% {
        background-color: #ffc01a;
    }
    49% {
        background-color: #ffc01a;
    }
    50% {
        background-color: #ffc01a;
    }
    99% {
        background-color: #ffc01a;
    }
    100% {
        background-color: #ffc01a;
    }
}

@keyframes blinking {
    0% {
        background-color: #ffc01a;
    }
    49% {
        background-color: #ffc01a;
    }
    50% {
        background-color: #ffc01a;
    }
    99% {
        background-color: #ffc01a;
    }
    100% {
        background-color: #ffc01a;
    }
}

.blink {
    -webkit-animation: blinking 300ms;
    -moz-animation: blinking 300ms;
    animation: blinking 300ms;
}

#account-statement_wrapper .form-control {
    width: auto;
    display: inline-block;
}

#account-statement_wrapper #account-statement_filter {
    text-align: right;
}

.error-page footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.error-page {
    background-color: #eee;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-content {
    color: #ff0000;
}

.btn-bth {
    background-color: #222;
    color: #fff;
    border-radius: 8px;
}

.disabled {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
    pointer-events: none;
}

.coupon-table button.custom-btn-spinner {
    height: 12px;
    line-height: 12px;
    min-width: 20px;
    width: 20px;
    vertical-align: top;
    border-radius: 0;
}

.coupon-table button.custom-btn-spinner i {
    font-size: 10px;
}

.amountint {
    width: 35px;
    padding-left: 5px;
    float: left;
    height: 24px;
}

.bet-stake input {
    width: 60px;
    font-size: 12px;
    height: 24px;
}

.bet-for {
    width: 50%;
}

.bet-odds {
    width: 25%;
}

.bet-stakes {
    width: 15%;
}

.bet-profit {
    width: 10%;
}


/*.game-name,
.game-date,
.game-odds,
.game-teams {
    display: inline-block;
    width: 48%;
    margin-bottom: 5px;
}*/

.search-game-name,
.game-date {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.game-teams {
    width: 100%;
    float: left;
}

.search-game-ul {
    background: var(--primary-bg);
    color: rgb(0, 0, 0);
    padding: 10px;
    width: 500px;
    max-height: 450px;
    overflow: auto;
    box-shadow: 1px 0px 10px var(--secondary-bg);
    position: absolute;
    top: 100%;
}

.search-game-ul li {
    border-bottom: 1px solid var(--grey-bg);
    padding: 5px 0;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.search-game-ul li:last-child {
    border-bottom: 0;
}

.search-game-ul li a {
    color: var(--site-color);
}

.search-game-ul li a:hover {
    text-decoration: none;
}

.login {
    width: 100%;
    background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100vh;
}

.bet-message td {
    padding: 0 !important;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color: var(--site-color);
    background-color: var(--grey-bg);
    border-right: 1px solid var(--theme2-bg) !important;
    border: 0;
    line-height: 1;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    border-right-color: 1px solid var(--theme2-bg);
}

.report-main-content form>span {
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
}

.report-main-content form>.d-inline-block {
    vertical-align: top;
}

.nopading {
    padding: 0 !important;
}

.div-figure {
    width: 31.33% !important;
    overflow: hidden;
    margin-right: 1% !important;
    margin-left: 1% !important;
    padding: 0;
    max-width: 31.33%;
    float: left;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #000;
}

.div-figure img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.div-figure img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#gamePlay .modal-lg {
    width: 100%;
    max-width: 100%;
}

#gamePlay .modal-header {
    padding-bottom: 5px;
    padding-top: 5px;
}


/*Design for Rules*/

.rules-container .sidebar {
    padding: 0;
}

.rules-container ul li {
    padding: 12px 5px;
    border-bottom: 2px solid var(--grey-bg);
}

.rules-container .card {
    border: 0;
    border-radius: 0;
}

.rules-container .card-header {
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .wrapper {
        width: 1100px;
        overflow-x: auto;
        overflow-y: hidden;
    }
   /* .mobilenav{
        display: none !important;
    }*/
}


/*Scorecard*/

.scorecard {
    width: 100%;
    padding: 5px;
    background-image: url("../images/scorecard-bg.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white-color);
}

.scorecard:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ball-runs {
    background: var(--theme1-bg);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 14px;
}

.ball-runs.four {
    background: #087f23;
}

.ball-runs.six {
    background: #883997;
}

.ball-runs.wicket {
    background: var(--red-color);
}


/*HV Design*/

.hv-container .nav-tabs .nav-link.active {
    border-bottom: 0 !important;
    color: var(--secondary-color);
}

.hv-container .nav-tabs .nav-link {
    background-color: var(--grey-bg);
    border-radius: 0;
    color: var(--site-color);
    font-size: 1rem;
    border-right: 1px solid var(--grey-bg);
    font-weight: bold;
    text-align: center;
}

.latest_events{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 4px;
}
.event_item{
    flex: 1;
    max-width: 100%;
    /*min-width: calc(20% - 4px);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background: #B97242;
    margin-right: 4px;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
}
.event_item a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.event_item a span{
    margin-left: 5px;
    white-space: nowrap;
    height: auto;
    max-width: calc(100% - 42px);
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blink_me{
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*.hv-container .nav-tabs .nav-link:hover
{
    border: 1px solid transparent;
}*/

.hv-container .nav-tabs {
    display: flex;
}

.card-number {
    font-size: 3rem;
    height: 40px;
    line-height: 40px;
}

.hv-container table td {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.hv-container .line-odd-even {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.hv-container .card-odds {
    font-size: 14px;
}

.hv-container table td,
.hv-container table th {
    border-left: 1px solid var(--primary-bg) !important;
    border-right: 1px solid var(--primary-bg) !important;
    border-top: 1px solid var(--primary-bg) !important;
    border-bottom: 1px solid var(--primary-bg) !important;
}

.hv-container .nav-tabs .nav-item {
    min-width: 80px;
    width: auto;
}

.hv-container .btn-submit {
    min-width: 100px;
    background: var(--theme2-bg);
    border-color: var(--theme2-bg);
}

.hv-container .table-ifno i {
    font-size: 22px;
    color: var(--theme2-bg);
    cursor: pointer;
}

.hv-container .table-ifno .hightlight {
    animation: blinkinghighlight 1s infinite;
}

@keyframes blinkinghighlight {
    0% {
        color: var(--site-color);
    }
    49% {
        color: var(--red-color);
    }
    50% {
        color: var(--yellow-color);
    }
    99% {
        color: transparent;
    }
    100% {
        color: var(--site-color);
    }
}

.rulenum {
    margin-right: 5px;
    background: var(--grey-bg);
}

.hv-container .bet-action {
    cursor: pointer;
}

.hv-container .bet-action.selected {
    background: var(--green-color);
    color: var(--white-color);
}

.hv-container #result-desc {
    font-size: 40px;
    padding: 25px;
}

.home-banner {
    text-align: center;
    position: relative;
    display: block;
    max-height: 80vh;
    background-origin: civer;
    background-position: center;
    height: 80vh;
    width: 100%;
    background-size: contain;
    background: cover;
    background-color: var(--primary-bg);
    background-repeat: no-repeat;
}

.btn-black {
    background-color: #222;
    border-color: #222;
    color: var(--white-color);
}

.btn-black:hover {
    color: var(--white-color);
    background-color: var(--secondary-bg);
    border-color: var(--secondary-bg);
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active {
    color: var(--primary-color);
    background-color: var(--secondary-bg);
    border-color: var(--secondary-bg);
}

.home-products-container-title {
    padding: 6px !important;
    font-size: 16px;
}

.clock2digit {
    max-width: 300px;
    bottom: -25px;
    position: absolute !important;
    right: -37px;
    width: auto !important;
    transform: scale(0.6);
    top: auto;
}

.clock3digit {
    max-width: 300px;
    bottom: -25px;
    position: absolute !important;
    right: -50px;
    width: auto !important;
    transform: scale(0.6);
}

.clickhere {
    font-size: 20px;
    width: 300px;
    position: relative;
    -webkit-animation: mymove 5s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}

.clickhere.blinking {
    animation: blinkingTextClickHere 0.8s infinite;
}


/*.clickhere.blinking:hover span{
    animation:blinkingHoverText 0.8s infinite;
}*/

@keyframes mymove {
    0% {
        left: 0;
    }
    25% {
        left: 25%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 25%;
    }
    100% {
        left: 0;
    }
}

@keyframes blinkingTextClickHere {
    0% {
        color: red;
        left: 0;
    }
    20% {
        color: red;
    }
    40% {
        color: red;
        left: 20px;
    }
    60% {
        color: var(--site-color);
    }
    80% {
        color: var(--site-color);
    }
    100% {
        color: var(--site-color);
        left: 40px;
    }
}


/*Hands and patterns*/

.bet-note {
    text-align: center;
    padding: 10px;
}

.bet-note span {
    font-weight: bold;
    font-style: italic;
    font-size: 1.2rem;
    vertical-align: middle;
}

.won-player {
    border: 2px solid var(--green-color);
    padding: 0 8px;
}

.hands-pattern-container .won-player-container img {
    width: 20px;
}

.patterns-container {
    background-color: rgba(0, 0, 0, 0.5);
    height: 170px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.patterns-container p {
    padding: 2px 5px;
    color: var(--white-color);
    text-transform: uppercase;
    cursor: pointer;
}

.patterns-container p:hover {
    background-color: var(--primary-bg);
    color: var(--site-color);
}

.patterns-container p:last-child {
    border-bottom: 0;
}

.video-container {
    position: relative;
    background: var(--secondary-bg);
    min-height: 400px;
}

.hands-pattern-container td {
    text-align: center;
    border: 0;
    padding: 4px;
}


/*.hands-pattern-container td button {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 12px 8px;
}*/

.hands-pattern-container .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 1rem;
    color: var(--site-color);
}

.hands-pattern-container .nav-tabs {
    display: flex;
}

.hands-pattern-container .mCSB_scrollTools {
    width: 6px !important;
}

.hands-pattern-container .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666 !important;
}

.hands-pattern-container .mCSB_inside>.mCSB_container {
    margin-right: 6px !important;
}

.card-icon {
    font-family: Card Characters !important;
    display: inline-block;
}

.card-red {
    color: var(--red-color) !important;
}

.card-black {
    color: var(--site-color) !important;
}

.hands-pattern-container .point {
    float: right;
    text-align: right;
    margin-top: 1px;
    font-weight: bold;
    font-size: 16px;
}

.hands-pattern-container .patern-name {
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.hands-pattern-container .nav-tabs .nav-link {
    background-color: var(--grey-bg);
    border-radius: 0;
    color: var(--site-color);
    font-size: 1rem;
    border-right: 1px solid var(--primary-bg);
    font-weight: 700;
    text-align: center;
}

.ubook b {
    font-weight: normal;
    font-size: 12px;
}

.hands-pattern-container .ubook {
    font-weight: bold;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.hands-pattern-container .min-max {
    font-size: 11px;
    float: right;
}

.hands-pattern-container .hands tr td {
    width: 50%;
}

.hands-pattern-container .patterns tr td {
    width: 33.33%;
}

.theme1bg {
    background-color: var(--theme1-bg);
}

.theme2bg {
    background-color: var(--theme2-bg);
}

.theme1color {
    color: var(--primary-color);
}

.theme2color {
    color: var(--secondary-color);
}


/*.hands-pattern-container td button {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
}*/

.poker9-result .resultd {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


/* Lucky CSS Starts here */


/*.low-high-btn {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
}*/

.card-seven img {
    width: 45px;
    cursor: pointer;
}

.lucky-seven-content {
    background-color: var(--light-bg);
    padding: 10px;
}

.luckyseven-img img {
    width: 50px;
}

.card-image {
    display: inline-block;
}


/*Custom CSS*/

.coupon-navigation-filter.active {
    border-color: var(--primary-bg);
    background-color: var(--primary-bg);
}

.coupon-navigation-filter.inplay {
    color: var(--white-color);
    border-color: #20a052;
    background-color: #20a052;
}

.btn-submit {
    background-color: var(--theme1-bg);
    border-color: var(--theme1-bg);
    color: var(--primary-color);
}

.download-apk a:hover {
    color: var(--primary-color);
}

.featured-box-login h4 {
    color: var(--theme1-bg);
}

.table input {
    border: 1px solid var(--grey-bg);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--theme2-bg);
    border-color: transparent;
    color: var(--secondary-color);
}

.lay,
.lay-color {
    background-color: #faa9ba !important;
}

.back,
.back-color {
    background-color: #72bbef !important;
}

.layx {
    background-color: #faa9ba !important;
}

.backx {
    background-color: #72bbef !important;
}

.game-heading .card-header-title {
    font-size: 15px;
    text-transform: uppercase;
}

.place-bet thead tr,
.my-bet thead tr {
    background-color: var(--grey-bg);
}

.place-bet .table input {
    background-color: var(--primary-bg);
}

.table tr.bet-info {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
    width: 100%;
}

.table tr.bet-message {
    background-color: var(--primary-bg);
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.modal-book {
    color: #303030;
    font-weight: normal;
}

.activity-modal {
    border: 10px solid var(--theme1-bg);
    border-radius: 8px;
}

.value-buttons button {
    margin-right: 3px;
}

@media (min-width: 1025px) {
    div.table-responsive {
        overflow-x: hidden !important;
    }
}

.sidebar-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 10;
}

.sidebar-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0px 0px -27px;
    width: 32px;
}

.tv-container {
    margin-top: 0;
    margin-bottom: 4px;
}

.video-iframe {
    border: 0;
    background: #222;
    height: 260px;
    width: 100%;
}

.animation-iframe {
    height: 235px;
    width: 100%;
    background-image: url(../../animation_banner.png), linear-gradient(var(--theme1-bg), var(--theme2-bg));
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid;
}

.blinking span {
    animation: blinkingText 0.8s infinite;
}

.blinking:hover span {
    animation: blinkingHoverText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: var(--red-color);
    }
    20% {
        color: var(--red-color);
    }
    40% {
        color: var(--yellow-color);
    }
    60% {
        color: var(--yellow-color);
    }
    80% {
        color: var(--white-color);
    }
    100% {
        color: var(--white-color);
    }
}

@keyframes blinkingHoverText {
    0% {
        color: var(--red-color);
    }
    20% {
        color: var(--red-color);
    }
    40% {
        color: var(--yellow-color);
    }
    60% {
        color: var(--yellow-color);
    }
    80% {
        color: var(--white-color);
    }
    100% {
        color: var(--white-color);
    }
}

@keyframes blinkingHoverWhite {
    0% {
        color: var(--red-color);
    }
    20% {
        color: var(--red-color);
    }
    40% {
        color: var(--yellow-color);
    }
    60% {
        color: var(--yellow-color);
    }
    80% {
        color: var(--white-color);
    }
    100% {
        color: var(--white-color);
    }
}

.ball-runs.wicket {
    background: var(--red-color);
}

.ball-runs {
    background: var(--theme1-bg);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
}

.ball-runs.playera {
    background: #355e3b;
    color: #ff4500;
}

.ball-runs.playerb {
    background: #355e3b;
    color: #ffff33;
}

.ball-runs.playerc {
    background: #355e3b;
    color: #08c;
}

.ball-runs.playertie {
    background: var(--theme2-bg);
    color: var(--secondary-color);
}

.teenpatti-rules {
    cursor: pointer;
}

.teenpatti .modal-dialog {
    width: 370px;
}

#rules-container {
    min-height: 400px;
}

.video-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    left: 0;
    content: "";
    top: 0;
    padding: 5px;
}

.video-overlay.right {
    right: 0;
    left: auto;
    text-align: right;
}

.video-overlay h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.video-overlay .card-inner {
    margin-bottom: 5px;
}

.video-overlay img {
    width: 35px;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
}

#result-desc {
    background: rgba(0, 0, 0, 0.4);
    color: var(--white-color);
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.greenbx {
    color: var(--green-color);
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.yellowbx {
    color: var(--yellow-color);
    font-weight: bold;
    text-transform: uppercase;
}

.redbx {
    color: var(--red-color);
    font-weight: bold;
    text-transform: uppercase;
}

.winner-label {
    /*font-size: 22px;
    color: var(--primary-color);
    padding: 10px;*/
    margin-top: 5px;
}

.round-id {
    font-size: 18px;
}

.player-number {
    border-right: 1px solid var(--theme1-bg);
    flex: 1;
}

.player-number:last-child {
    border-right: 0;
}

.player-container {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
}

.board-result {
    border-top: 1px solid var(--theme1-bg);
    padding-top: 10px;
    padding-bottom: 10px;
}

.second-row {
    border-top: 1px solid var(--theme1-bg);
}

.player-container {
    /*border-bottom: 1px solid var(--theme1-bg);*/
    padding-bottom: 10px;
}

.last-result {
    cursor: pointer;
    margin-left: 2px;
}

.last-result-slider .owl-prev {
    position: absolute;
    top: 0;
    left: -20px;
}

.last-result-slider .owl-next {
    position: absolute;
    top: 0;
    right: -20px;
}

.last-result-slider .owl-next span,
.last-result-slider .owl-prev span {
    color: #333;
    font-size: 45px;
    line-height: 1;
}


/* Andar Bahar Module */

.andarbahar-module .andar-bahar.table td {
    border: 1px solid #333;
}

.andarbahar-module .andar-bahar.table tr.bet-info {
    background-color: var(--primary-bg);
}

.andarbahar-module .andar-bahar.table .p-title {
    font-size: 16px;
    text-transform: uppercase;
}

.andarbahar-module .andar-bahar-image {
    width: 45px;
    cursor: pointer;
}

.andarbahar-module .ab-slider {
    margin: 0 15px;
    width: 120px;
}

.andarbahar-module #andar-box,
.andarbahar-module #bahar-box {
    vertical-align: top;
    height: 80px;
}

.andarbahar-module #andar-box .game-section,
.andarbahar-module #bahar-box .game-section {
    position: relative;
}

.andarbahar-module #andar-box .game-section .odds,
.andarbahar-module #bahar-box .game-section .odds {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.andarbahar-module .owl-next {
    position: absolute;
    top: 0;
    left: -20px;
}

.andarbahar-module .owl-prev {
    position: absolute;
    top: 0;
    right: -20px;
}

.andarbahar-module .owl-next span,
.andarbahar-module .owl-prev span {
    color: var(--white-color);
    font-size: 33px;
}


/*.nav-rules,
.download-apklink {
    margin-top: 5px;
    margin-right: 10px;
}*/

.download-apklink a:hover {
    text-decoration: none;
}

.download-apklink .blinking:hover span {
    animation: blinkingHoverWhite 0.8s infinite;
}

.election-menu {
    animation: blinkingElection 1s infinite;
}

@keyframes blinkingElection {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.div-tooltip {
    display: none;
    position: absolute;
    background-color: transparent;
    padding: 10px;
    color: #222;
    z-index: 1000;
    font-size: 22px;
    text-shadow: 1px 1px 5px var(--grey-bg);
}

.blinking .lineanimation {
    height: 1px;
    width: 20px;
    background-color: red;
    animation: pulse 4s ease infinite alternate, nudge 0.5s linear infinite alternate;
    border-radius: 100%;
    position: absolute;
}

@keyframes pulse {
    0%,
    100% {
        background-color: var(--red-color);
    }
    50% {
        background-color: var(--primary-bg);
    }
}

@keyframes nudge {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(25px, 0);
    }
    100% {
        transform: translate(50px, 0);
    }
}

.card-number {
    font-family: "CasinoNumFont";
}

.teenpattixyz .main-table.table {
    vertical-align: middle;
}

.teenpattixyz .main-table.table,
.teenpattixyz .main-table.table td,
.teenpattixyz .main-table.table th,
.teenpattixyz .main-table.table tr {
    border-color: #222;
    vertical-align: middle;
}

.teenpattixyz .main-table.table tr.bet-info {
    background-color: var(--primary-bg);
}

.teenpattixyz .main-table.table .p-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
}

.teenpattixyz .game-section .card-image {
    border: 3px solid #eee;
    display: inline-block;
    width: 45px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.teenpattixyz .game-section .card-image.selected {
    border: 3px solid green;
}

.teenpattixyz .main-table.table .brate {
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}

#modalrules .modal-body,
#gameRulesModal .modal-body {
    height: 80vh;
    overflow: auto;
}

.sidebar-title {
    background-color: var(--theme1-bg);
}

.back1 {
    background-color: rgba(114, 187, 239, 0.75);
}

.back2 {
    background-color: rgba(114, 187, 239, 0.5);
}

.lay1 {
    background-color: rgba(250, 169, 186, 0.75);
}

.lay2 {
    background-color: rgba(250, 169, 186, 0.5);
}

.d-t-box {
    background-color: var(--light-bg);
    padding: 10px;
}


/*.dt-button {
    color: var(--primary-color);
    background-image: linear-gradient(to right, var(--theme1-bg), var(--theme2-bg));
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
}*/

.pair-block {
    border-left: 5px solid var(--theme2-bg);
}

.card-dt .card-image img {
    width: 45px;
    cursor: pointer;
}

.modal-backdrop {
    opacity: 0.5;
}


/* Home page casino icons */

.casinoicons {
    position: relative;
    /*box-shadow: 0 25px 8px -8px;
    border-radius: 4px;
    margin-bottom: 25px;
    margin-right: 25px;*/
    cursor: pointer;
}

.casinoicons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
}

.casino-name {
    background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
    color: var(--primary-color);
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 11px;
}

.new-launch-casino {
    /* -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Safari 4+ */
    /* -moz-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Fx 5+ */
    /* -o-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Opera 12+ */
    /* animation: NAME-YOUR-ANIMATION 1s infinite;
    position: absolute;
    right: -15px;
    top: -25px;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 100; */
    position: absolute;
    left: -23px;
    top: -40px;
    padding: 10px;
    border-radius: 50%;
    height: auto;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

@keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
        background-color: rgba(215, 43, 43, 0.8);
    }
    50%,
    100% {
        background-color: rgba(0, 15, 255, 0.8);
    }
}

.info-icon {
    color: var(--site-color);
    font-size: 16px;
}

.info-block {
    position: relative;
}

.info-block .min-max-info {
    background: rgb(102, 102, 102) none repeat scroll 0% 0%;
    padding: 6px 14px;
    position: absolute;
    color: rgb(255, 255, 255);
    right: 0px;
    z-index: 1000;
}

.casino-content-table {
    background-color: var(--light-bg);
    padding: 15px;
}

.w-1 {
    width: 10% !important;
    min-width: 10% !important;
}

.w-2 {
    width: 20% !important;
    min-width: 20% !important;
}

.w-3 {
    width: 30% !important;
    min-width: 30% !important;
}

.w-4 {
    width: 40% !important;
    min-width: 40% !important;
}

.w-5 {
    width: 50% !important;
    min-width: 50% !important;
}

.w-6 {
    width: 60% !important;
    min-width: 60% !important;
}

.w-7 {
    width: 70% !important;
    min-width: 70% !important;
}

.w-8 {
    width: 80% !important;
    min-width: 80% !important;
}

.w-9 {
    width: 90% !important;
    min-width: 90% !important;
}

.w-10 {
    width: 100% !important;
    min-width: 100% !important;
}


/* Card 32 EU Starts here */

.card32eu-container .card-total-block tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.card32eu-container .card-number {
    font-size: 3.5rem;
}

.card32eu-container .info-block .min-max-info {
    left: 0;
    right: unset;
}

.card32eu-container .card32worli .info-block .min-max-info {
    left: unset;
    right: 0;
}

.card32eu-container .bet-action,
.card32eu-container button.back,
.card32eu-container button.lay {
    cursor: pointer;
}

marquee.casino-remark {
    color: #17a2b8;
    width: 100%;
    position: relative;
}


/* dt6 */

.dt6-container .info-block .min-max-info {
    right: unset;
    left: 0;
    white-space: nowrap;
    font-size: 12px;
}

.dt6-container .casino-content-table .info-block .min-max-info {
    right: 0;
    left: unset;
    white-space: nowrap;
    font-size: 12px;
}

.aaa-button {
    float: left;
    width: 100%;
}

.aaa-button button {
    padding: 8px;
    border: 0;
    outline: none;
    width: 50%;
    float: left;
    cursor: pointer;
}

.aaa-content {
    background-color: #eee;
    padding: 15px;
}

.aaa-content .card-image img {
    width: 40px;
}


/*Horse Racing*/

.horse-racing .table th,
.horse-racing .table td {
    padding-left: 5px;
    padding-right: 5px;
}

.horse-racing .cloth-icon {
    width: 30px;
}


/*Game Detail*/

.table-header,
.table-row {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    border-bottom: 1px solid #c7c8ca;
    font-size: 14px;
}

/*.table-row {
    background-color: #f2f2f2;
}*/
/*
.fancy-market .table-row {
    border-bottom: 0;
}

.fancy-market .fancy-tripple {
    border-bottom: 1px solid #fff;
}*/

.fancy-market .fancy-tripple .table-row>div:not(:first-child) {
    border-bottom: 1px solid #fff;
}

.fancy-market .fancy-tripple .table-row:last-child>div {
    border-bottom: 0;
}

.table-header>div,
.table-row>div {
    padding: 2px 0;
    border: 1px solid #c7c8ca;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}
.table-header>div:empty{
    border: none;
}
.table-header>div.text-info{
    font-size: 12px;
    align-self: center;
    color: #097c93 !important;
}

.table-header>div:first-child,
.table-row>div:first-child {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 0;
}

.table-header>div:last-child,
.table-row>div:last-child {
/*    border-right: 1px solid #c7c8ca;*/
    padding-right: 5px;
}

.table-row>div a {
    color: var(--site-color);
}
.table-header .box-1{
    min-height: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    width: 80px;
    min-width: 80px;
}
.table-row .box-1{
    min-height: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80px;
    min-width: 80px;
}
.main-market .country-name{
    width: calc(100% - 480px);
    min-width: calc(100% - 480px);
    max-width: calc(100% - 480px);
}
.table-row>div.back,
.table-row>div.back1,
.table-row>div.back2,
.table-row>div.lay,
.table-row>div.lay1,
.table-row>div.lay2 {
    cursor: pointer;
}

.table-row>div button {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

.table-row>div .odd~span {
    font-size: 10px;
    font-weight: 200;
    line-height: 1;
}

.table-row>div .odd {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 1;
}

.team-name {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fancy-min-max,
.table-remark {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.market-title {
    background-color: var(--theme2-bg85);
    padding: 6px 8px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: bold;
}

.remark {
    color: #8b0000;
    font-weight: bold;
}

.fancy-market .box-6 {
    width: calc(100% - 240px);
    min-width: calc(100% - 240px);
    max-width: calc(100% - 240px);
}
.fancy-market .box-1 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.fancy-market-modify .box-6 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
}
.fancy-market-modify .box-1 {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}
.team-name,
.country-name {
    font-size: 14px;
}

.min-max {
    font-size: 12px;
}

.game-name {
    width: 80%;
    float: left;
}

.game-icons {
    float: left;
    width: 20%;
    text-align: right;
}

.game-icon {
    width: 25px;
    text-align: center;
    margin-top: 2px;
    display: inline-block;
}

.game-icon .active {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
}

.game-icon .active {
    background-color: #28a745;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.icon-tv {
    font-size: 14px;
}

.bookmaker-icon,
.fancy-icon {
    height: 12px;
}

.ic-card {
    height: 18px;
}

.report-container .btn-primary {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}

.report-container .form-control {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}

.b-toast-success .toast .toast-header,
.b-toast-danger .toast .toast-header {
    padding: 10px;
}

.toast .toast-header .close {
    line-height: unset;
}

.b-toast-success .toast .toast-header,
.b-toast-danger .toast .toast-header {
    padding: 14px 20px;
    font-size: 16px;
    box-shadow: 0 0 10px;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: unset !important;
    max-width: unset !important;
    width: auto !important;
}

.b-toast {
    max-width: unset !important;
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #B97242 !important;
    color: #fff !important;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_length select,
.dataTables_filter input {
    display: inline-block;
    width: auto;
}

#rulesList .modal-body {
    padding: 0;
}

#rulesList .modal-dialog {
    max-width: 420px;
}

.player-image-container img {
    width: 50px;
}

.player-number h4 {
    font-size: 16px;
    font-weight: bold;
}

.result-view-all {
    font-size: 14px;
    float: right;
    color: var(--secondary-color);
}

.result-view-all:hover,
.result-view-all:focus {
    color: var(--secondary-color);
}

.result-image img,
.player-type img,
.sixplayer-image img,
.andar-bahar-image {
    width: 50px;
}

.winner-label {
    background-color: var(--green-bg);
    padding: 4px 10px;
    display: inline-block;
    color: var(--white-color);
    min-width: 85px;
}

.tie-label {
    background-color: var(--yellow-bg);
    padding: 4px 10px;
    display: inline-block;
    color: var(--site-color);
    min-width: 85px;
}

.sixplayer-image {
    text-align: center;
}

.teen9-container .table tr,
.teenpatti-1day .table tr {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
    width: 100%;
}

.teen9-container .table td,
.teen9-container .table th,
.teenpatti-1day .table td,
.teenpatti-1day .table th {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 0;
    border-color: #fff;
}

.teen9-container .bet-action,
.teenpatti-1day .bet-action {
    cursor: pointer;
}

.casino-container .table tr {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
    width: 100%;
}

#rulesList .modal-dialog.modal-sm {
    max-width: 420px !important;
}

.board-result-inner {
    background: var(--grey-bg);
    padding: 10px;
    color: var(--site-color);
}

.andarbahar-module .video-overlay {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: absolute;
    content: "";
    z-index: 10;
    padding: 6px;
}

.andarbahar-module .video-overlay h3 {
    font-size: 9px;
    line-height: 9px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    width: 200px;
}

.andarbahar-module .video-overlay .card-inner {
    margin-bottom: 3px;
}

.andarbahar-module .video-overlay img {
    border-radius: 4px;
    width: 30px !important;
    height: auto;
    margin-right: 3px;
}

.andarbahar-module .video-overlay .ab-rtlslider {
    margin: 0 15px;
    width: 200px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-next {
    position: absolute;
    top: 0;
    left: -15px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-prev {
    position: absolute;
    top: 0;
    right: -15px;
}

.andarbahar-module .video-overlay .ab-rtlslider .owl-next span,
.andarbahar-module .video-overlay .ab-rtlslider .owl-prev span {
    font-size: 26px;
    line-height: 1;
}

.andarbahar-module .andarbg {
    background: lightsalmon;
}

.andarbahar-module .baharbg {
    background: lightgreen;
}

.andarbahar-module #andar-box,
.andarbahar-module #bahar-box {
    vertical-align: top;
    height: 90px;
}

.andarbahar-module .andarbg td:first-child,
.andarbahar-module .baharbg td:first-child {
    vertical-align: middle;
}

.andarbahar-module .andar-bahar.table td {
    border: 1px solid #333;
}

.andarbahar-module #andar-box .game-section,
.andarbahar-module #bahar-box .game-section {
    position: relative;
}

.andarbahar-module .andar-bahar-image {
    width: 45px;
    cursor: pointer;
}

.andarbahar-module #andar-box .game-section .odds,
.andarbahar-module #bahar-box .game-section .odds {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.modal-dialog footer {
    background-color: #fff;
}


.report-main-content a {
    cursor: pointer;
    text-decoration: underline;
}

.text-link {
    color: #007bff;
}

.text-link:hover,
.text-link:focus {
    text-decoration: underline;
}

.text-link-dark {
    color: #222;
}

.text-link-dark:hover,
.text-link-dark:focus {
    text-decoration: underline;
}

.game-rules-icon,
.game-rules-icon:hover,
.game-rules-icon:focus {
    color: #fff;
}

.custom-control-label::after {
    top: 0;
}

.custom-control-label::before {
    top: 0;
}

.binary-chart {
    position: relative;
}

.binary-chart .chart-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #f00;
    font-size: 20px;
    cursor: pointer;
}

.fa-chart-line {
    cursor: pointer;
}

.account-statement-tbl tbody tr {
    cursor: pointer;
}

search-game-ul {
    display: block;
}

@font-face {
    font-family: "CasinoNumFont";
    src: url("fonts/casino3dmarquee-webfont.woff2") format("woff2"), url("fonts/casino3dmarquee-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.casino-numfont {
    font-family: "CasinoNumFont";
    font-size: 270px;
    line-height: 0.8;
    color: #6a0015;
}

.center-cropped {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 105px;
}

.left_half li.show {
    display: block !important;
}

.left_half li.hide {
    display: none !important;
}

.left_half {
    margin: 0;
}

.ocada-sidebar {
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgba(0, 136, 204, 0.4);
}

.ocada-sidebar a:hover {
    text-decoration: none;
}

.ocada-sidebar li {
    padding: 10px 25px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #555;
    background-color: var(--theme2-bg85);
    color: var(--secondary-color);
}


/*.ocada-sidebar li:before
{
background-color: #fff;
position: absolute;
content: "";
height: 8px;
width: 8px;
border-radius: 50%;
left: 5px;
top: 12px;
}*/

.ocada-sidebar li:hover,
.ocada-sidebar li.active {
    background-color: var(--theme2-bg);
}

.casino-numbers img {
    width: 180px;
}

.casino-bet.place-bet .card-body {
    display: block;
}

.casino-stake {
    height: 30px;
    border: 2px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    width: 100%;
}


/*.criccasino-select,.criccasino-select:focus
{
background-color: #fff;
color: #ddd;
border: 0;
outline: 0;
box-shadow:none;
}*/

.criccasino-bet-header {
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
}

.criccasino-left-sidebar {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 0;
}

.criccasino-main-content {
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.btn_up,
.btn_down,
.btn_up:hover,
.btn_down:hover,
.btn_up:focus,
.btn_down:focus {
    width: 100px;
    background-color: var(--theme2-bg85);
    color: var(--secondary-color) !important;
    border: 1px solid var(--theme2-bg85);
}

.criccasino-main-content .game-heading {
    padding: 8px;
    background-color: var(--theme2-bg85);
}

.bet-stake input {
    width: 70px;
}

#casino-bet-tbl th {
    width: 33%;
}

.rules-warning {
    float: right;
    /* color: red; */
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.winner-icon i {
    font-size: 26px;
    box-shadow: 0 0 0 var(--secondary-bg);
    -webkit-animation: winnerbox 2s infinite;
    animation: winnerbox 1.5s infinite;
    border-radius: 50%;
    color: #169733;
}

@keyframes winnerbox {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(29, 127, 30, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0);
    }
}

.mx-input {
    height: calc(2.25rem + 2px) !important;
}

.andar-bg {
    background: lightsalmon;
}

.bahar-bg {
    background: lightgreen;
}

.coupon-card td.back,
.coupon-card td.lay {
    cursor: pointer;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(256, 256, 256, 0.5);
    z-index: 1000;
}

.worli-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(256, 256, 256, 0.5);
    z-index: 1000;
}

.stop-site {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.stop-site>div {
    background-color: #ff0000;
    padding: 30px;
    border-radius: 10px;
    font-size: 30px;
    border: 5px solid #fff;
    line-height: 1;
}

.table-card-container .table tr {
    background-color: transparent;
}

.table-card-container .table tr th {
    border: 0;
}

.table-card img {
    width: 30px;
}

.card-type-icon img {
    width: 25px;
}

.casinoicons {
    position: relative;
}

.new-launch-casino {
    /* -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Safari 4+ */
    /* -moz-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Fx 5+ */
    /* -o-animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* Opera 12+ */
    /* animation: NAME-YOUR-ANIMATION 1s infinite; */
    /* position: absolute;
    right: -15px;
    top: -25px;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; */
    position: absolute;
    left: -23px;
    top: -40px;
    padding: 10px;
    height: auto;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
        background-color: rgba(215, 43, 43, 0.8);
    }
    50%,
    100% {
        background-color: rgba(0, 15, 255, 0.8);
    }
}


/*Diamond Casino*/

@font-face {
    font-family: Casino Flat;
    src: url(fonts/CasinoFlat.ttf);
}

@font-face {
    font-family: Casino Flat Shadow;
    src: url(fonts/CasinoFlatShadow.ttf);
}

.diamond-casino-container .header {
    background-color: var(--theme1-bg);
    color: var(--primary-color);
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.diamond-casino-container .header .logo {
    display: flex;
}

.diamond-casino-container .header .login-container {
    display: flex;
    align-items: center;
}

.diamond-casino-container .header .logo img {
    height: 80px;
    margin-left: 20px;
}

.diamond-casino-container .login-container .input-group {
    width: 180px;
    margin-right: 10px;
    border-radius: 4px;
}

.diamond-casino-container .login-container .input-group.required {
    border: 1px solid #fee002;
}

.diamond-casino-container .login-container .input-group-append {
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}

.diamond-casino-container .login-container .input-group-text {
    background-color: var(--theme1-bg);
    color: #da9e9e;
    border: 0;
    min-width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diamond-casino-container .login-container .form-control,
.diamond-casino-container .login-container .form-control:hover,
.diamond-casino-container .login-container .form-control:focus {
    border: 0;
    background-color: var(--theme1-bg90);
    color: #da9e9e;
    height: 32px;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
}

.diamond-casino-container .btn-primary {
    background-color: #222;
    border-color: #222;
    color: #fff;
    transition: all 0.8s ease;
}

.diamond-casino-container .btn-primary:hover {
    background-color: #444;
    border-color: #444;
}

.diamond-casino-container .btn-secondary {
    background-color: #fee002;
    border-color: #fee002;
    color: #000;
    transition: all 0.8s ease;
}

.diamond-casino-container .btn-secondary:hover {
    background-color: #fee002;
    border-color: #fee002;
}

.diamond-casino-container .casino-title {
    background: var(--theme1-bg);
    color: #fee002;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}

.diamond-casino-container .casino-title .arrows {
    position: relative;
    width: 15px;
    height: 15px;
}

.diamond-casino-container .casino-title .arrows-left {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 40px;
}

.diamond-casino-container .casino-title .arrows-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -40px;
}

.diamond-casino-container .casino-title .arrows::before,
.diamond-casino-container .casino-title .arrows span::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-animation: arrows 1.5s linear infinite;
    animation: arrows 1.5s linear infinite;
    right: -4px;
    font-size: 1em;
}

.diamond-casino-container .casino-title .arrows span::before {
    -webkit-animation: arrows 1.5s linear infinite -0.25s;
    animation: arrows 1.5s linear infinite -0.25s;
}

.diamond-casino-container .casino-title .arrows span::after {
    -webkit-animation: arrows 1.5s linear infinite -0.5s;
    animation: arrows 1.5s linear infinite -0.5s;
}

@-webkit-keyframes arrows {
    0% {
        opacity: 0;
        -webkit-transform: translate(-5px, -50px);
        transform: translate(-5px, -50px);
    }
    10%,
    90% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-5px, 50px);
        transform: translate(-5px, 50px);
    }
}

@keyframes arrows {
    0% {
        opacity: 0;
        -webkit-transform: translate(-5px, -50px);
        transform: translate(-5px, -50px);
    }
    10%,
    90% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-5px, 50px);
        transform: translate(-5px, 50px);
    }
}

.diamond-casino-container .casino-box {
    position: relative;
}

.diamond-casino-container .casino-box {
    position: relative;
    cursor: pointer;
    transition: all 1s ease;
    margin-bottom: 30px;
    border: 5px solid #fee002;
    box-shadow: 0 0 10px;
}

.diamond-casino-container .casino-box:hover {
    transform: scale(0.95, 0.95);
    z-index: 1000;
}

.diamond-casino-container .casino-icons .casino-login {
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 6px 0;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 16px;
    font-weight: bold;
    flex-direction: column;
}

.diamond-casino-container .casino-icons:hover .casino-login {
    opacity: 1;
}

.diamond-casino-container .casino-icons img {
    width: 100%;
}

.diamond-casino-container .btn-login {
    border-radius: 3px;
    margin-right: 7px;
    text-transform: uppercase;
    width: auto;
}

.diamond-casino-container .casino-name {
    background-color: var(--theme1-bg);
    color: #fee002;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    width: 90%;
    bottom: -20px;
    border-radius: 4px;
    left: 5%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Casino Flat;
}

.diamond-casino-container .form-control::-webkit-input-placeholder,
.diamond-casino-container input::-webkit-input-placeholder {
    color: #da9e9e;
}

.diamond-casino-container.form-control:-ms-input-placeholder,
.diamond-casino-container input::-ms-input-placeholder {
    color: #da9e9e;
}

.diamond-casino-container .form-control::placeholder,
.diamond-casino-container input::placeholder {
    color: #da9e9e;
}

.diamond-casino-modal .form-control,
.diamond-casino-modal .form-control:hover,
.diamond-casino-modal .form-control:focus {
    border: 0;
    background-color: #772525;
    color: #da9e9e;
    height: 32px;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
}

.diamond-casino-modal .input-group-text {
    background-color: #691e1e;
    color: #da9e9e;
    border: 0;
    min-width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diamond-casino-modal .btn-primary {
    background-color: #222;
    border-color: #222;
    color: #fff;
    transition: all 0.8s ease;
}

.diamond-casino-modal .btn-primary:hover {
    background-color: #444;
    border-color: #444;
}

.diamond-casino-modal .btn-secondary {
    background-color: #fee002;
    border-color: #fee002;
    color: #000;
    transition: all 0.8s ease;
}

.diamond-casino-modal .btn-secondary:hover {
    background-color: var(--theme2-bg);
    border-color: var(--theme2-bg);
}

.diamond-casino-modal .input-group {
    border-radius: 4px;
}

.diamond-casino-modal .input-group.required {
    border: 1px solid #fee002;
}

#casino-login .modal-content {
    background-color: var(--theme1-bg);
}

.newlacunch-menu a {
    transition: 0.3s ease-in;
    -webkit-animation: newlaunch 1s;
    -moz-animation: newlaunch 1s;
    animation: newlaunch 1s;
    animation-iteration-count: infinite;
}

.newlacunch-menu {
    transition: 0.3s ease-in;
    -webkit-animation: newlaunch 1s;
    -moz-animation: newlaunch 1s;
    animation: newlaunch 1s;
    animation-iteration-count: infinite;
}

@keyframes newlaunch {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #ff0000;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
}

@-moz-keyframes newlaunch {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #ff0000;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
}

@-webkit-keyframes newlaunch {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #ff0000;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #ffff00;
    }
}

.fancy-tab {
    min-height: 300px;
    position: relative;
}

.fancy-message {
    background-color: #f7f7f7;
    color: #000;
    padding: 6px;
    text-align: center;
}

.game-page .nav-tabs {
    display: inline-block;
    box-shadow: 0 8px 8px -7px;
}

.game-page .nav-tabs .nav-link {
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
    padding: .5rem 1rem;
}

.game-page .nav-tabs .nav-link.active {
    background-color: var(--theme1-bg);
    color: var(--secondary-color);
}

.meter-content img {
    width: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.meter-lh-card-container {
    background-color: #ccc;
    padding: 5px 0;
    text-align: center;
}

.meter-lh-card-container h5 {
    vertical-align: middle;
}

.meter-lh-card img {
    width: 30px;
    margin-right: 5px;
}

.cmeter-container .info-icon {
    color: #fff;
}

.cmeter-container .cmeter-title {
    height: 50px;
}

.cmeter .result-image img {
    width: 35px;
}

@font-face {
    font-family: Digital;
    src: url(fonts/digital.ttf);
}

@font-face {
    font-family: helvetica, "Segoe UI", Arial, sans-serif;
    src: url(fonts/helvetica.ttf);
}

.cc-banner-container {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 60%;
    height: 160px;
    display: flex;
    justify-content: center;
    left: 20%;
    top: 15%;
    color: #fff;
}

.cc-banner-container-inner {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 98%;
    height: 150px;
    display: flex;
    justify-content: center;
    left: 1%;
    top: 3%;
    color: #fff;
    padding: 20px 5px;
    border: 1px solid #fff;
}

.cc-banner-container h4 {
    /* font-family: Digital;*/
    font-family: helvetica, "Segoe UI", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.cc-banner-container span {
    font-family: Digital;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}

.cc-banner-title {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #103d9a;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}

.cc-banner-title>div {
    line-height: 20px;
}

.cc-banner-ball {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
}

.cc-banner-ball img {
    width: 40px;
    margin-right: 10px;
}

.score-box {
    position: relative;
    height: 70px;
    margin-bottom: 40px;
    padding: 0 !important;
    border-radius: 0 !important;
}

.backbox {
    position: absolute;
    top: 0;
    left: 70%;
    width: 15%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.laybox {
    position: absolute;
    top: 0;
    left: 85%;
    width: 15%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.cc-20 .score-img {
    width: 70%;
}

.ball-image {
    width: 50px;
    position: absolute;
    z-index: 1000;
    top: 40px;
    left: 10px;
}

.team-score {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    display: flex;
    align-items: center;
    height: 50px;
    left: 20%;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cc-20 .min-max {
    position: absolute;
    top: 53px;
    right: 5px;
}

.cc-20 .book {
    position: absolute;
    top: 5px;
    left: 5px;
}

.cc-20 .video-tv-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.cc-20 .cc-banner-img {
    height: 400px;
    opacity: 0.7;
}

.cc-20 .suspended:after {
    width: 30%;
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 0;
}

.cc-20 .last-result .balls {
    width: 40px;
}

.cc-20 .placebet-run {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.bounce-enter-active {
    animation: bounce-in 0.5s;
}

.bounce-leave-active {
    animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.newlaunch-sidemenu span {
    transition: 0.3s ease-in;
    -webkit-animation: newlaunch 1s;
    -moz-animation: newlaunch 1s;
    animation: newlaunch 1s;
    animation-iteration-count: infinite;
}


/*.baccarat .bet-container
{
    display: flex;
}
.baccarat .player-pair
{
    background-color: #086cb8;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 16%;
    margin-right: 1%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baccarat .banker-pair
{
    background-color: #ae2130;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 16%;
    margin-left: 1%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baccarat .player-card img
{
    height: 20px;
    margin-right: 2px;
}
.baccarat .player-card .rotate
{
    transform: rotate(270deg);
}
.baccarat .player
{
    background-color: #086cb8;
    width: 22%;
    color: #fff;
    padding: 10px;
}
.tie
{
    background-color: #279532;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    color: #fff;
    flex-direction: column;
}
.baccarat .banker
{
    background-color: #ae2130;
    width: 22%;
    color: #fff;
    padding: 10px;
}
.baccarat-container
{
    background-color: #eee;
    padding: 15px;
}
.baccarat-container .bet-odds
{
    background-color: var(--theme2-bg);
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}
.baccarat .baccarat-table tr
{
    background-color: transparent;
}
.baccarat .baccarat-table td
{
    padding: 2px;
    border: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 12px;
    width: 65%;
}
.baccarat .baccarat-table td:last-child
{
    border-right: 0;
    width: 5%;
}
.baccarat .book
{   
    text-align: center;
    margin-top: 5px;
}*/

.baccarat .bet-container {
    display: flex;
}

.baccarat .player-pair {
    width: 16%;
    margin-right: 1%;
    cursor: pointer;
}

.baccarat .player-pair .suspended:after {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.baccarat .player-pair>div:first-child {
    background-color: #086cb8;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.baccarat .player-pair>div:nth-child(2n) {
    text-align: center;
    margin-top: 5px;
}

.baccarat .banker-pair {
    width: 16%;
    margin-left: 1%;
    cursor: pointer;
}

.baccarat .banker-pair .suspended:after {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.baccarat .banker-pair>div:first-child {
    background-color: #ae2130;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.baccarat .banker-pair>div:nth-child(2n) {
    text-align: center;
    margin-top: 5px;
}

.baccarat .player-card img {
    height: 20px;
    margin-right: 2px;
    margin-top: 5px;
}


/*.baccarat .player-card img:first-child
{
    transform: rotate(270deg);
}*/

.baccarat .player {
    width: 22%;
}

.baccarat .player>div:first-child {
    background-color: #086cb8;
    color: #fff;
    padding: 10px;
    height: 70px;
    cursor: pointer;
}

.baccarat .player>div:nth-child(2n) {
    text-align: center;
    margin-top: 5px;
}

.baccarat .tie {
    width: 22%;
    cursor: pointer;
}

.baccarat .tie>div:first-child {
    background-color: #279532;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    height: 70px;
}

.baccarat .tie>div:nth-child(2n) {
    text-align: center;
    margin-top: 5px;
}

.baccarat .banker {
    width: 22%;
    cursor: pointer;
}

.baccarat .banker>div:first-child {
    background-color: #ae2130;
    color: #fff;
    padding: 10px;
    height: 70px;
}

.baccarat .banker>div:nth-child(2n) {
    text-align: center;
    margin-top: 5px;
}

.baccarat-container {
    background-color: #eee;
    padding: 15px;
}

.baccarat-container .bet-odds {
    background-color: var(--theme2-bg);
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}

.baccarat-container .table tr {
    background-color: transparent;
}

.baccarat-container .table td {
    padding: 2px;
    border: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 12px;
    width: 65%;
}

.baccarat-container .table td:last-child {
    border-right: 0;
    width: 5%;
}

.baccarat .book {
    text-align: center;
    margin-top: 5px;
}

.baccarat .player-card .rotate {
    transform: rotate(270deg);
}

.baccarat .ball-runs.cplayer {
    background-color: #086cb8;
}

.baccarat .ball-runs.cbanker {
    background-color: #ae2130;
}

.baccarat .ball-runs.ctie {
    background-color: #279532;
}

img.lrotate {
    transform: rotate(270deg);
}

img.rrotate {
    transform: rotate(90deg);
}

.ab-2-container {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    background-color: #ddd;
    color: #000;
    font-size: 14px;
}

.bet-a {
    display: flex;
    justify-content: center;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0;
    /*perspective: 45rem;*/
}

.a-title {
    width: 10%;
    text-align: center;
    padding: 5px 0;
    padding-top: 15px;
    /*transform: rotateX(45deg);*/
    font-size: 20px;
}

.sa {
    width: 20%;
    margin-left: 2%;
}

.sa>div:first-child {
    text-align: center;
    padding: 5px 0;
    border: 3px solid yellow;
    border-radius: 8px;
    /*transform: rotateX(45deg);*/
}

.first-bet,
.second-bet {
    width: 25%;
    margin: 0 2%;
}

.first-bet>div:first-child,
.second-bet>div:first-child {
    text-align: center;
    padding: 5px 0;
    border: 3px solid yellow;
    border-radius: 8px;
    /*transform: rotateX(45deg);*/
    background-color: #086cb8;
    color: #fff;
}

.second-bet {
    margin-right: 0;
}

.ab-2-container .book {
    text-align: center;
    margin-top: 5px;
}

.ab-2 .blbox {
    padding: 8px 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.ab-2-box {
    background: #ddd;
    color: #000;
    padding: 5px;
}

.ab-2 .bltitle {
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.ab-2 .bltitle img {
    height: 35px;
}

.ab-2 .info-icon {
    color: #000;
}

.ab-2 .card-image img {
    width: 40px;
}

.ab-2 .video-overlay img {
    border-radius: 4px;
    width: 30px !important;
    height: auto;
    margin-right: 3px;
}

.ab-2 .video-overlay .ab-rtlslider {
    margin: 0 15px;
    width: 200px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-next {
    position: absolute;
    top: 0;
    left: -15px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-prev {
    position: absolute;
    top: 0;
    right: -15px;
}

.ab-2 .video-overlay .ab-rtlslider .owl-next span,
.ab-2 .video-overlay .ab-rtlslider .owl-prev span {
    font-size: 26px;
    line-height: 1;
    color: #fff;
}

.abj-result img {
    border-radius: 4px;
    width: 35px !important;
    height: auto;
    margin-right: 3px;
}


/* .abj-result .ab-rtlslider {
    margin: 0 15px;
    width: 200px
} */

.abj-result .ab-rtlslider .owl-next {
    position: absolute;
    top: 0;
    left: -15px;
}

.abj-result .ab-rtlslider .owl-prev {
    position: absolute;
    top: 0;
    right: -15px;
}

.abj-result .ab-rtlslider .owl-next span,
.abj-result .ab-rtlslider .owl-prev span {
    font-size: 26px;
    line-height: 1;
    color: #000;
}

.ab-result img {
    border-radius: 4px;
    width: 40px !important;
    height: auto;
    margin-right: 3px;
}

.ab-result .ab-rtlslider .owl-next {
    position: absolute;
    top: 0;
    left: -15px;
}

.ab-result .ab-rtlslider .owl-prev {
    position: absolute;
    top: 0;
    right: -15px;
}

.ab-result .ab-rtlslider .owl-next span,
.ab-result .ab-rtlslider .owl-prev span {
    font-size: 26px;
    line-height: 1;
    color: #000;
}

.live-casino .casino-icon {
    position: relative;
}

.live-casino .casino-icon img {
    width: 100%;
    height: 200px;
}

.live-casino .casino-icon .casino-name {
    bottom: 0;
}

.live-casino .casinoicons {
    position: relative;
    box-shadow: 0 25px 8px -8px;
    margin-bottom: 25px;
    margin-right: 15px;
    transition: all 1s ease;
}

.live-casino .casinoicons:hover {
    transform: scale(0.95, 0.95);
}

.live-casino .casinoicons img {
    width: 130px;
    height: auto;
}

.live-casino .casino-name {
    background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
    color: var(--primary-color);
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.live-casino .new-launch-casino {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite;
    position: absolute;
    right: -15px;
    top: -25px;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 100;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
        background-color: rgba(215, 43, 43, 0.8);
    }
    50%,
    100% {
        background-color: rgba(0, 15, 255, 0.8);
    }
}

.cc-rules .card {
    border: 1px solid #999;
    box-shadow: 0 8px 6px -6px #000;
    color: #000;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.cc-rules .card .card-body {
    padding: 8px !important;
}

.cc-rules .card .card-header {
    background-color: transparent;
    padding: 8px;
    color: #000;
}

.cc-rules .card .card-header .card-title {
    color: #000;
    font-size: 16px;
    text-align: center;
}

.cc-rules img {
    height: 30px;
}

.cc-rules .count,
.cc-rules .value {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cc-rules .blink-card {
    animation: blinkcard 1.2s infinite;
}

.cc-rules .card .card-footer {
    padding: 8px;
    background: transparent;
}

@keyframes blinkcard {
    0% {
        background-color: yellow;
    }
    49% {
        background-color: yellow;
    }
    50% {
        background-color: red;
    }
    99% {
        background-color: red;
    }
    100% {
        background-color: yellow;
    }
}

.mymarket {
    text-decoration: underline;
}

.t-underline {
    text-decoration: underline;
}

@font-face {
    font-family: Cricket;
    src: url(fonts/cricket.ttf);
}

.cricket-bg-container {
    position: relative;
    font-family: Cricket;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
}

.cricket-bg-container.cricketv {
    background-image: url("../img/cricketv-bg.jpg");
}

.cricket-bg-container.cricketv2 {
    background-image: url("../img/cricketv2-bg.jpg");
}

.cricket-bg-container .nation1 {
    position: absolute;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    top: 13%;
    left: 2%;
    line-height: 1;
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
}

.cricket-bg-container .battle-date {
    position: absolute;
    right: 2%;
    top: 13%;
    color: #000;
    font-size: 1rem;
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
}

.cricket-bg-container .battle-date p {
    line-height: 18px;
}


/*.cricket-bg-container
{
    position: relative;
    font-family: Cricket;
    background-image: url("../img/cricket-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}
.cricket-bg-container .nation1
{
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    bottom: 13%;
    left: 1%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
}
.cricket-bg-container .nation2
{
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    bottom: 13%;
    left: 32%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
}
.cricket-bg-container .battle-date
{
    position: absolute;
    left: 13%;
    bottom: 0;
    color: #333;
    font-size: 0.8rem;
}
.cricket-bg-container .battle-date p
{
    line-height: 18px;
}*/


/*.cricketv2-banner
{
    position: relative;
    font-family: Cricket;
    background-image: url("../img/cricketv2-banner.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}*/


/*Modal Point Tbale*/

.modal-point-table .modal-content {
    background-image: url("../img/point-table-bg.jpg");
    background-size: cover;
    padding-top: 160px;
    color: #fff;
}

.modal-point-table.cricketv2 .modal-content {
    background-image: url("../img/point-table-bg2.jpg");
}

.modal-point-table .modal-content .point-team-name img {
    height: 20px;
    margin-right: 5px;
}

.modal-point-table header {
    padding: 0;
    background: transparent;
    /* color: var(--primary-color); */
    /* border-radius: 0; */
    border: 0;
    height: 0;
}

.point-table-link,
.point-table-link:hover {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.schedule-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 24px 0;
    margin-bottom: 10px;
}

.schedule-team {
    background-image: linear-gradient(rgb(111, 111, 111), rgb(15, 15, 15));
    position: relative;
    padding-left: 10px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    min-width: 45%;
}

.schedule-team.team1 {
    float: left;
}

.schedule-team.team2 {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.schedule-team.team1:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 28px;
    border-top: 14px solid transparent;
    border-left: 22px solid #363636;
    border-bottom: 14px solid transparent;
    right: -22px;
}

.schedule-team.team2:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 28px;
    border-top: 14px solid transparent;
    border-right: 22px solid #363636;
    border-bottom: 14px solid transparent;
    left: -22px;
}

.schedule-date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #243084;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    min-width: 160px;
    text-align: center;
}

.schedule-date:after {
    position: absolute;
    content: "";
    border-bottom-width: 24px;
    border-bottom-style: solid;
    border-right-width: 24px;
    border-right-style: solid;
    bottom: 0;
    right: -24px;
    height: 24px;
    width: 24px;
    border-color: #243084;
    border-right-color: transparent;
}

.schedule-date:before {
    position: absolute;
    content: "";
    border-bottom-width: 24px;
    border-bottom-style: solid;
    border-left-width: 24px;
    border-left-style: solid;
    bottom: 0;
    left: -24px;
    height: 24px;
    width: 24px;
    border-color: #243084;
    border-left-color: transparent;
}

.schedule-remark {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #cb0045;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    min-width: 160px;
    text-align: center;
}

.schedule-remark:after {
    position: absolute;
    content: "";
    border-top-width: 24px;
    border-top-style: solid;
    border-right-width: 24px;
    border-right-style: solid;
    top: 0;
    right: -24px;
    height: 24px;
    width: 24px;
    border-color: #cb0045;
    border-right-color: transparent;
}

.schedule-remark:before {
    position: absolute;
    content: "";
    border-top-width: 24px;
    border-top-style: solid;
    border-left-width: 24px;
    border-left-style: solid;
    top: 0;
    left: -24px;
    height: 24px;
    width: 24px;
    border-color: #cb0045;
    border-left-color: transparent;
}

.modal-point-table .close-modal {
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 30px;
    cursor: pointer;
}

.modal-point-table .body-inner {
    max-height: calc(96vh - 150px);
    padding: 0 15px;
}

.modal-point-table .modal-body {
    padding: 1rem 0;
}

.cricket-match-result tr th:first-child {
    min-width: 100px;
    word-break: break-all;
}

.mail-link:hover {
    color: #333 !important;
}

.mail-link.white,
.mail-link.white:hover {
    color: #fff !important;
}

.font-hindi {
    font-family: "Hind", sans-serif;
}

.scorecard-2 {
    background-image: none;
    background-color: #eee;
    color: #000;
    padding: 5px;
}

.scorecard-2 .scorecard-message {
    background-color: var(--theme2-bg);
    color: #fff;
    padding: 8px;
    margin-top: 5px;
    position: relative;
}

.scorecard-2 .scorecard-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme2-bg);
    padding: 8px;
    color: #fff;
    cursor: pointer;
}

.scorecard-2 .more-score-detail {
    background-color: #eee;
    padding: 0;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    color: #444;
    font-size: 14px;
    line-height: 1;
}

.scorecard-2 .more-score-detail .nav-tabs {
    width: 100%;
}

.scorecard-2 .more-score-detail .nav-tabs .nav-link {
    min-width: 100px;
    text-align: center;
}

.scorecard-2 .more-score-detail-left {
    width: 65%;
}

.scorecard-2 .more-score-detail-title {
    background-color: #d2d2d2;
    padding: 6px;
    font-weight: bold;
    color: #222;
}

.scorecard-2 .more-score-detail-desc {
    padding: 6px 6px 0;
}

.scorecard-2 .more-score-detail-right {
    width: 34%;
}

.scorecard-2 .more-score-link {
    position: absolute;
    right: 8px;
    bottom: 7px;
    cursor: pointer;
    text-decoration: underline;
}

.scorecard-2 .bowling-desc {
    border-bottom: 1px solid #ddd;
}

.scorecard-2 .more-score-detail-center {
    width: 1px;
    background-color: #ddd;
}

.game-heading {
    position: relative;
}

.game-heading-score {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #222;
    padding: 10px;
}

.scorecard-2 .more-score-detail-desc [class*="col-"] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.scorecard-2 .bb-icon {
    max-height: 20px;
    max-width: 20px;
    margin-right: 5px;
}

.scorecard-2 .nav-tabs .nav-link.disabled {
    background-color: #ddd;
    color: #8c8c8c;
    border-color: #ddd;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .scorecard-2 .more-score-detail {
        font-size: 11px;
        padding: 5px;
    }
}

.text-bold {
    font-weight: bold;
}


/* Security auth login */

.loginInner1.authentication {
    width: 650px;
}

.loginInner1.authentication .featured-box-login {
    padding: 60px;
}


/* Security auth settings */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.setting-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting-box .badge {
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 10px;
}

.setting-box span {
    font-size: 24px;
}

.otp-input {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin: 0 10px;
    font-size: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid red !important;
}

.otp-input:focus {
    border: 3px solid var(--theme1-bg);
    outline: none;
    box-shadow: none;
    /*color: var(--theme1-bg);*/
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-download {
    background-color: #59a845;
    border: 2px solid #59a845;
    color: #fff;
    box-shadow: 2px 4px 4px #00000047;
    text-decoration: none !important;
}

.btn-download .fa-android {
    font-size: 45px;
}

.btn-download h4 {
    line-height: 1;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.btn-download .dtext {
    font-size: 18px;
    line-height: 15px;
    text-decoration: none;
}

.btn-download:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #59a845;
    color: #59a845;
}

.base-timer {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 2px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__label.green,
.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__label.orange,
.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__label.red,
.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: var(--text-yellow);
}

.security-auth .verify-code {
    border: 1px solid #f2f2f2;
    width: auto;
    font-size: 45px;
    line-height: 1;
    color: #585858;
    background: #e4e4e4;
    padding: 10px;
}

.security-auth a.btn {
    text-decoration: none;
}

.security-auth .form-inline {
    justify-content: center;
}

.security-auth .small-box {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.security-auth .small-box p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
}


/* RACE START */


/*Latest Casino*/

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

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

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

.new-casino .lay-border:hover {
    border: 3px 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;
}


/*Race*/


/*Latest Casino*/

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

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

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

.new-casino .lay-border:hover {
    border: 3px 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;
}


/*Race*/

.new-casino.race .card-content {
    background-color: #eee;
    padding: 10px;
}

.new-casino.race .casino-odds-box-container-extra {
    width: 100%;
}

.new-casino .video-winner-text {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    /*transform: rotate(90deg);*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 15px);
    font-size: 30px;
    /*letter-spacing: 22px;*/
    width: 25px;
    border: 1px solid yellow;
    padding: 18px;
    z-index: -1;
}

.new-casino.race .video-overlay {
    /*padding-right: 50px;*/
    width: 290.5px;
}

.new-casino.race .total-points {
    display: flex;
    margin-top: 10px;
}

.new-casino.race .total-points>div {
    padding: 5px;
    margin-right: 5px;
    /*background-color: #9f9f9f;*/
    border: 1px solid #fdcf13;
    color: #fff;
}

.new-casino.race .total-points>div:last-child {
    margin-right: 0;
}


/*.new-casino.race .casino-odds-box.casino-yn
        {
            height: 20px;
        }*/

.new-casino .casino-yn {
    display: flex;
    width: 100%;
}

.new-casino .casino-yn>div {
    width: 33.33% !important;
    margin-right: 1%;
}

.new-casino .casino-yn>div:last-child {
    margin-right: 0;
}

.new-casino .casino-yn .casino-odds-box-bhav {
    flex-direction: row;
}

.new-casino .casino-yn+.casino-odds-book {
    width: 66.66%;
    margin-left: auto;
}

.race-modal img {
    width: 50px;
    margin-left: 2px;
    margin-right: 2px;
}

.race-modal .video-winner-text {
    color: #000;
    position: absolute;
    right: -3px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
    font-size: 30px;
    width: 55px;
    border: 1px solid yellow;
    padding: 20px;
    z-index: -1;
    background-color: #efeded;
}

.race-modal .winner-icon {
    right: -110px;
    top: 0;
    bottom: unset;
}

.race-modal .result-image.k-image {
    position: absolute;
    right: -60px;
}

.race-modal .race-result-box {
    width: 386px;
    position: relative;
    z-index: 10;
}

.last-result.playersuit {
    background-color: #d5d5d5;
    border: 1px solid #626262;
    line-height: 27px;
}

.last-result.playersuit img {
    height: 26px;
}

.new-casino.race .card-icons {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    background-color: #f2f2f291;
    display: inline-block;
}

.new-casino.race .card-icons img {
    width: 26px;
}

.new-casino.race .video-overlay>div,
.race-result-box>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino .casino-video-rules-icon {
    border: 1px solid #999;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    right: 5px;
    top: 5px;
    z-index: 100;
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.new-casino .casino-video-rules-icon:hover,
.new-casino .casino-video-rules-icon:focus {
    background-color: rgba(115, 115, 115, 0.5);
    outline: 0;
}


/* RACE ED */

#rules-modal .modal-body,
#rulesList .modal-body {
    text-align: center;
    padding: 0;
    background: #333;
}

#rules-modal .modal-body img,
#rulesList .modal-body img {
    max-height: calc(100vh - 120px);
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.3s ease;
    transform-style: preserve-3d;
}

.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0;
    transform: rotateY(90deg);
}


/*Horse Detail*/

.horse-detail .country-name .custom-control {
    display: flex;
    flex-wrap: wrap;
}

.horse-detail .country-name label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: var(--font-body);
}

.horse-detail .country-name .custom-control>div:last-child {
    width: 100%;
    text-align: left;
    padding-left: 30px;
}

.horse-detail .country-name img {
    height: 20px;
    margin-right: 5px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
}

.horse-detail .country-name div:last-child>span:first-child i {
    cursor: pointer;
}

.horse-detail .country-name .jockey-detail {
    font-size: 12px;
    background: #333;
    padding: 6px 14px;
    position: absolute;
    color: #ddd;
    z-index: 1000;
    border-radius: 4px;
    top: 16px;
}

.horse-time-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 0 5px;
}

.horse-time-detail a {
    display: flex;
}

.horse-time-detail span {
    background: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.horse-time-detail span.active {
    position: relative;
}

.horse-time-detail span.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid green;
}

.horse-detail .suspended:after {
    content: attr(data-title);
    font-size: 16px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 60%;
}

.horse-detail .horse-attr {
    margin-left: 2px;
}

.horse-detail .table-row .box-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*New Detail Page*/

.suspended-box {
    position: relative;
    pointer-events: none;
    cursor: none;
}

.suspended-box::before {
    background-image: url("../img/lock.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    pointer-events: none;
}

.suspended-box::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;
}

.suspended-row {
    position: relative;
    /* pointer-events: none;
    cursor: none; */
}

.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;
}

.suspended-table {
    position: relative;
}

.suspended-table::after {
    content: attr(data-title);
    background-color: #373636d6;
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.detail-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.game-header {
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
}

.horse-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
    position: relative;
    margin-top: 8px;
}

.horse-banner img {
    height: 115px;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.horse-banner-detail {
    position: absolute;
    max-width: 95%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    width: 100%;
    color: #fff;
}

.horse-banner .horse-banner-detail div:first-child {
    position: absolute;
    left: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #00b900 !important;
}

.scorecard {
    width: calc(100% - 8px);
    padding: 5px;
    background-image: url("../images/scorecard-bg.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.scorecard::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.game-market {
    margin-top: 8px;
}
.main-market,
.fancy-market .table-header,
.fancy-market .table-body{
    background-color: #f7f7f7;
}
.market-title {
    background-color: var(--theme2-bg85);
    color: var(--secondary-color);
    padding: 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.market-title>span{
    display: flex;
    align-items: center;
}

.market-title>span:first-child {
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-1 .market-title>span:first-child {
    max-width: calc(100% - 160px);
}

.market-rules {
    cursor: pointer;
    text-align: right;
}

.market-header,
.market-row {
    border-bottom: 1px solid #fff;
}

.market-1 .market-rules {
    width: 160px;
}

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

.market-1 {
    min-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
}

.market-1 .market-row .market-1-item {
    padding: 2px 0 2px 16px;
    display: flex;
    display: -webkit-flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
    min-width: 33.33%;
    max-width: 50%;
    margin-bottom: 5px;
}

.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 #fff;
    cursor: pointer;
    min-height: 44px;
}

.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;
}

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

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

.market-remark {
    padding: 0 5px;
    font-weight: normal;
    font-size: 12px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: unset;
    font-style: normal;
}

.market-2 {
    min-width: calc(33.33% - 8px);
    max-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
    width: calc(50% - 8px);
}

.market-2.width30 {
    min-width: calc(30% - 8px);
    max-width: calc(100% - 8px);
}

.market-2.width30 .market-nation-detail {
    width: calc(100% - 160px);
}

.market-2.width30 .market-nation-detail .market-nation-name {
    font-weight: bold;
}

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

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

.market-2 .market-nation-detail {
    width: calc(100% - 160px);
}

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

.market-nation-detail .market-nation-name {
    font-weight: 400;
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

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

.market-2 .suspended-row::after,
.market-2 .suspended-table::after {
    width: 160px;
}

.market-2.width30 .suspended-row::after,
.market-2.width30 .suspended-table::after {
    width: 160px;
}

.market-3 {
    margin-left: 4px;
    margin-right: 4px;
    min-width: calc(50% - 8px);
    max-width: calc(100% - 8px);
    flex: 1;
}

.market-3 .market-nation-detail {
    width: calc(100% - 320px);
}

.market-3 .market-nation-detail .market-nation-name {
    font-weight: bold;
}

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

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

.market-3 .suspended-row::after,
.market-3 .suspended-table::after {
    width: 320px;
}

.market-4 {
    min-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
    max-width: calc(100% - 8px);
}

.market-4 .market-nation-detail .market-nation-name {
    font-weight: bold;
}

.no-border {
    border: 0 !important;
}

.market-4.width70 {
    min-width: calc(70% - 8px);
    max-width: calc(100% - 8px);
}

.market-4 .market-nation-detail .market-nation-name {
    font-weight: bold;
}

.market-4 .suspended-row:after,
.market-4 .suspended-table:after {
    width: 480px;
}

.market-5 {
    margin-left: 4px;
    margin-right: 4px;
    min-width: calc(100% - 8px);
    flex: 1;
}

.market-5 .market-nation-detail {
    width: calc(100% - 320px);
}

.market-5 .market-nation-detail {
    width: calc(100% - 320px);
}

.market-5 .suspended-row::after,
.market-5 .suspended-table::after {
    width: 160px;
    right: 160px;
}

.market-6 {
    min-width: calc(100% - 8px);
    max-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
}

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

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

.fancy-min-max {
    font-size: 12px;
    font-weight: bold;
    color: var(--text-secondary);
    word-break: break-all;
}

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

.market-6 .market-nation-detail .market-nation-name {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 50px);
}

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

.market-9 {
    min-width: calc(50% - 8px);
    max-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
}

.market-9 .market-nation-detail {
    width: calc(100% - 80px);
}

.market-10 {
    min-width: calc(50% - 8px);
    max-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
}

.market-9 .suspended-row::after,
.market-9 .suspended-table::after {
    width: 80px;
}

.market-9 .suspended-box::after {
    width: 80px;
    left: unset;
    right: 0;
}

.market-9 .suspended-box::before {
    width: 80px;
    left: unset;
    right: 0;
}

.market-10 .market-nation-detail {
    width: calc(100% - 160px);
}

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

.market-10 .suspended-row::after,
.market-10 .suspended-table::after {
    width: 160px;
}

.market-11 {
    min-width: calc(50% - 8px);
    max-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
    width: calc(50% - 8px);
}

.market-11 .market-nation-detail {
    width: calc(100% - 160px);
}

.market-11 .suspended-row::after,
.market-11 .suspended-table::after {
    width: 160px;
}

.market-12 {
    min-width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    flex: 1;
    max-width: calc(100% - 8px);
}

.market-12 .market-header .market-odd-box {
    min-height: unset;
}

.market-12 .market-odd-box {
    min-height: 48px;
}

.market-12 .market-nation-detail .form-check {
    width: 100%;
}

.market-12 .market-nation-detail .form-check label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.market-12 .market-nation-detail label img {
    height: 25px;
    margin-right: 5px;
}

.market-12 .market-nation-detail .form-check label>div:nth-child(2) {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
}

.market-12 .market-nation-detail .market-nation-name {
    font-weight: bold;
    width: calc(100% - 50px);
}

.market-12 .market-book {
    width: 50px;
    text-align: right;
}

.market-12 .market-book {
    width: 50px;
    text-align: right;
}

.market-12 .jockey-detail .jockey-detail-box {
    background-color: var(--theme2-bg70);
    color: var(--secondary-color);
    padding: 0 3px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.market-12 .market-odd-box {
    min-height: 48px;
}
.market-12 .suspended-row::after,
.market-12 .suspended-table::after {
    width: 480px;
}
.market-12 .suspended-row.removed::after {
    color: #fff;
}

.sidebar-right-inner .card,
.sidebar-right-inner .card-header{
    border-radius: 0;
}
.sidebar-right-inner .card-header{
    padding: 3px 4px;
}
.sidebar-right-inner .card-header .card-title{
    font-size: 14px;
    font-weight: bold;
}
.fancy-market .country-name>p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.placebet-plce #bettype .coupon-table thead tr th{
    padding: 7px 4px !important;
    color: #000;
    border-bottom: 1px solid #c7c8ca;
}
.placebet-plce #bettype .coupon-table tbody tr:first-child .form-group input,
.placebet-plce #bettype .coupon-table tbody tr:first-child .form-group input:focus{
    border: none;
    outline: none;
}
.placebet-plce .close_btn,
.mob_amount_panel_bottom,
.mobile_content,
.place_bet_bottom .clear_btn,
.casion_place_bottom .clear_btn{
    display: none;
}

/*Login Page*/
.login-page{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(#AE4600, #B97242);
    padding-bottom: 50px;
}
.login-box{
    width: 350px;
    max-width: 90%;
    text-align: center;
    margin: 2% 0;
}
.login-box img{
    max-height: 90px;
    max-width: 100%;
}
.login-form{
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #fff;
}
.login-form form{
    margin-top: 10px;
}
.login-form .login-title{
    color: #AE4600;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
}
.login-form form small{
    font-size: 10px;
    display: inline-block;
}
.login-form form .input-group input{
    border-radius: 0;
    padding: 5px;
    border-right: 0;
}
.login-form form .input-group-text{
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    border-left: 0;
}
.login-form form .btn.btn-primary{
    border-radius: 0;
    background-color: #AE4600;
    border-color: #AE4600;
    font-weight: 400;
    color: #fff;
    box-shadow: none;
}
.login-form form .btn.btn-primary:hover,
.login-form form .btn.btn-primary:focus,
.login-form form .btn.btn-primary:active{
    opacity: 0.85;
    outline: none;
}
.login-form form .btn.btn-primary:active{
    background-color: #AE4600;
    border-color: #AE4600;
}
.footer.footer-login{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.fancy-market .min-max{
    font-size: 12px;
    font-weight: bold;
    color: #097c93;
    word-break: break-all;
    padding-left: 5px;
    padding-right: 5px;
    align-items: flex-end;
}
.modal_overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.main_modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
    z-index: 1000;
}
.modal_content{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.modal_inner{
    max-width: 650px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}
.modal_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #ccc;
}
.modal_header h3{
    font-size: 22px;
    margin: 0;
}
.modal_header .close_btn{
    padding: 8px;
    width: 16px;
    height: 16px;
    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/1em auto no-repeat;
    border: none;
    display: block;
    cursor: pointer;
}
.modal_body{
    padding: 20px;
}

/*Casino pages css*/
.casino-header{
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.casino-header .card-header-title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.casino-right-title{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
}
.ag-flipclock-block{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 0;
}
.flip-clock-wrapper{
    margin: 0 !important;
}
.flip-clock-wrapper ul{
    width: 40px !important;
    height: 60px !important;
    line-height: 57px !important;
    font-size: 40px !important;
}
.flip-clock-wrapper ul li{
    line-height: 57px !important;
}
.flip-clock-wrapper ul li a div div.inn{
    font-size: 50px !important;
}
.casino-table{
    margin-top: 5px;
}
.casino-table .mainaaa .table-headers{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    min-height: auto;
    color: #333;
    text-align: center;
}
.casino-table .mainaaa .table-body .table-row{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: none;
}
.casino-table .mainaaa .table-body .box-1{
    width: 49%;
    min-width: 49%;
    max-width: 49%;
    padding: 5px 0;
}
.casino-table .mainaaa .table-body .box-1>span,
.casino-table .innerevnod .table-headers{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.casino-table .innerevnod .table-headers{
    text-align: center;
}
.casino-table .innerevnod .table-body .table-row{
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.row.row2{
    margin-left: -2px;
    margin-right: -2px;
}
.row.row2>[class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.bottom_cards_style .card-odd-box img{
    height: 65px;
}
.bottom_cards_style .casino-nation-book {
    font-size: 12px;
    font-weight: bold;
    min-height: 18px;
    z-index: 1;
}
.casino-last-result-title{
    padding: 6px;
    background-color: #B97242D9;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    width: 100%;
}
.casino-last-results{
    margin-top: 4px;
}
.casino-last-results .fancynumber{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.casino-last-results .fancynumber>div{
    background: #355e3b;
    color: #ffff33;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}
.casion_bets_sidebar{
    border: none;
}
.casion_bets_sidebar .dt-layout-row .dt-layout-cell{
    padding: 0;
}
.casion_bets_sidebar .dt-layout-row .dt-layout-cell .coupon-table{
    background-color: #f7f7f7;
}
.casion_bets_sidebar .dt-layout-row .dt-layout-cell table thead tr{
    background-color: transparent;
}
.casion_bets_sidebar .dt-layout-row .dt-layout-cell table thead tr th{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 2px 4px !important;
    line-height: 1.5;
}

.casion_place_bet{
    border: none;
}
.casion_place_bet .card-header{
    border-bottom: none;
}
.casion_place_bet #bettype .coupon-table thead tr th{
    border: none !important;
    padding: 4px 0 !important;
    line-height: 1.5;
}
.casion_place_bet #bettype .coupon-table thead tr th:first-child{
    padding-left: 4px !important;
}
.casion_place_bet #bettype .coupon-table thead tr th:last-child{
    padding-right: 4px !important;
}
.casion_place_bet #bettype .coupon-table tbody tr td{
    border-color: #c7c8ca;
}
.casion_place_bet #bettype .coupon-table tbody tr:first-child td{
    border-top: none;
}
.casion_place_bet .coupon-table tr td{
    padding: 4px 0 !important;
}
.casion_place_bet .coupon-table tr td:first-child{
    padding-left: 4px !important;
}
.casion_place_bet .coupon-table tr td:last-child{
    padding-right: 4px !important;
}
.casion_place_bet .coupon-table tr td.bet-stakes{
    padding-left: 10px !important;
}
.casion_place_bet .coupon-table tr td.bet-odds input{
    font-size: 12px;
    width: calc(100% - 20px);
    padding: 5px;
}
.casion_place_bet .coupon-table tr td.bet-stakes .bet-stake input{
    width: 80px;
    padding: 5px;
}
.casion_place_bet .coupon-table tr td.value-buttons{
    padding-top: 2px !important;
}
.casion_place_bet .coupon-table tr td.value-buttons .btn{
    margin-right: 2px;
}
.casion_place_bottom{
    padding: 0 4px 4px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.casion_place_bottom .btn{
    min-width: 80px;
    width: 25%;
    height: 38px;
    border-radius: 0;
    font-size: 16px;
}
.casion_place_bottom .btn.btn-success{
    background-color: #198754;
    border-color: #198754;
}
.casio_right_mobile>.card{
    border: none;
}
.casio_right_mobile .table{
    background-color: #f7f7f7;
}
.casio_right_mobile .table thead th{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
}
.casio_right_mobile .table tbody td{
    border-left: none;
    border-right: none;
}
.cursor-pointer{
    cursor: pointer;
}
.casino-odds-box-theme{
    background: linear-gradient(to right, #AE4600, #B97242);
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.card-inicon{
    font-family: Card Characters !important;
    margin-left: .25rem;
    display: inline-block;
}

.casino_right_rules table{
    margin-bottom: 0;
}
.casino_right_rules th,
.casino_right_rules td{
    padding: 2px 4px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    border-width: 1px !important;
    border-color: #c7c8ca !important;
}
.casino_right_rules th:first-child,
.casino_right_rules td:first-child{
    padding-left: 10px;
    border-left: none;
}
.casino_right_rules th:last-child,
.casino_right_rules td:last-child{
    border-right: none;
}
.casino_right_rules tbody tr:last-child td{
    border-bottom: none;
}
.casino_right_rules tbody tr{
    background-color: #f2f2f2;
}
.casino-result-modal h4.result-title{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

@media screen and (max-width: 1199px){
    .placebet-plce #betSection{
        max-height: calc(100vh - 45px);
        overflow-y: auto;
    }
    .mobile_overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: 0.5;
        display: none;
    }
    .placebet-plce{
        position: fixed !important;
        width:100%;
        max-width: 500px;
        top: 0;
        z-index: 999999;
        margin: 0 auto;
        left: 50%;
        border: none;
        transform: translateX(-50%);
    }
    .placebet-plce::after{
        width: 100%;
    }
    .mob_amount_panel_bottom,
    .mobile_content,
    .place_bet_bottom .clear_btn{
        display: block;
    }
    .placebet-plce .close_btn{
        filter: invert(1);
        -webkit-filter: invert(1);
        padding: 8px;
        width: 16px;
        height: 16px;
        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/1em auto no-repeat;
        border: none;
        display: block;
    }
    .placebet-plce .card-header{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: #ae4600;
        padding: 10px;
    }
    .placebet-plce .card-header .card-title{
        font-size: 20px;
        line-height: 1.5;
    }
    .placebet-plce #submit_bat_data{
        padding: 10px;
    }
    .placebet-plce .coupon-table{
        display: none;
    }
    .mob_place_top{
        display: flex;
        justify-content: space-between;
    }
    .mob_place_top span:first-child{
        font-weight: bold;
    }
    .place_bet_bottom{
        padding: 0;
        justify-content: flex-start;
    }
    .place_bet_bottom>*,
    .casion_place_bottom>*{
        width: 33.33% !important;
        font-size: 14px !important;
        font-weight: bold;
    }
    .place_bet_bottom .clear_btn,
    .casion_place_bottom .clear_btn{
        background-color: transparent;
        color: #0d6efd;
        text-decoration: underline;
    }
    .mob_amount_panel{
        background: #ffffff45;
        padding: 4px;
    }
    .amount_panel_inner{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .amount_panel_inner>div{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .amount_panel_inner>div>span{
        width: 100%;
        text-align: center;
        margin: 4px 0;
    }
    .amount_panel_btn_area{
        display: flex;
    }
    .amount_panel_btn_area button{
        background: #b97242;
        height: 28px;
        width: 28px;
        line-height: 28px;
        border: none;
        color: #fff;
        font-size: 16px;
    }
    .amount_panel_btn_area input{
        width: calc(100% - 56px);
        height: 28px;
        outline: none;
    }
    .amount_panel_inner>div:last-child input{
        width: 100%;
        height: 28px;
        outline: none;
    }
    .place-bet-buttons{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2px;
    }
    .btn-place-bet{
        width: calc(25% - 1.5px);
        background-color: #b97242d9;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        border: none;
        border-radius: 0;
    }
    .mob_amount_panel_bottom .odds-count{
        background: #ffffff45;
        padding: 4px;
    }
    .login-box img{
        max-height: 70px;
    }
    .login-form{
        padding: 10px;
    }
    .main-market-main, 
    .bookmaker-market .main-market, 
    .fancy-market,
    .fancy-market>.col-12{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .game-heading{
        width: 100%;
        margin-left: 0;
    }

    .casion_place_bottom{
        padding: 0;
    }
    .casion_place_bet .amount_panel_btn_area input,
    .casion_place_bet .stackvalues {
        width: 100%;
        background-color: #fff;
        border: 1px solid #666;
        color: #000;
        padding: 2px;
    }
    .casion_place_bottom .btn{
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .market-odd-box {
        width: 60px;
    }

    .fancy-min-max-box {
        width: 60px;
    }
    .market-odd-box .market-odd {
        font-size: 16px;
    }
    .market-nation-detail {
        width: calc(100% - 360px);
    }
    .market-2 {
        min-width: calc(50% - 8px);
    }
    .market-2 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-2 .suspended-row::after,
    .market-2 .suspended-table::after {
        width: 120px;
    }
    .market-2.width30 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-2.width30 .suspended-row::after,
    .market-2.width30 .suspended-table::after {
        width: 120px;
    }
    .market-3 .market-nation-detail {
        width: calc(100% - 240px);
    }
    .market-3 .suspended-row::after,
    .market-3 .suspended-table::after {
        width: 240px;
    }
    .market-4 .suspended-row::after,
    .market-4 .suspended-table::after {
        width: 360px;
    }
    .market-5 .market-nation-detail {
        width: calc(100% - 240px);
    }
    .market-5 .suspended-row::after,
    .market-5 .suspended-table::after {
        width: 120px;
        right: 120px;
    }
    .market-6 .market-nation-detail {
        width: calc(100% - 180px);
    }
    .market-6 .suspended-row::after,
    .market-6 .suspended-table::after {
        width: 180px;
    }
    .market-9 .market-nation-detail {
        width: calc(100% - 60px);
    }
    .market-9 .suspended-row::after,
    .market-9 .suspended-table::after {
        width: 60px;
    }
    .market-10 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-10 .suspended-row::after,
    .market-10 .suspended-table::after {
        width: 120px;
    }
    .market-11 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-11 .suspended-row::after,
    .market-11 .suspended-table::after {
        width: 120px;
    }
    .market-12 .suspended-row::after,
    .market-12 .suspended-table::after {
        width: 360px;
    }
    .suspended-row::after,
    .suspended-table::after {
        font-size: 13px;
    }
    .market-9 .suspended-box::after {
        width: 60px;
        left: unset;
        right: 0;
    }
    .market-9 .suspended-box::before {
        width: 60px;
        left: unset;
        right: 0;
    }
    .featured-box-detail{
        width: 100%;
    }
    .table-header .box-1,
    .table-row .box-1{
        width: 60px;
        min-width: 60px;
    }
    .main-market .country-name {
        width: calc(100% - 360px);
        min-width: calc(100% - 360px);
        max-width: calc(100% - 360px);
    }
    #sidebar-right, .tv, .bets{
        display:none;
    }
    .fancy-tab{
        min-height: auto;
    }
    .header-bottom {
        background-color: var(--theme1-bg);
        padding: 0px !important;
    }
    .mobilenav li{
        font-size: 16px;
        width: auto !important;
        padding: 0 8px;
        flex: auto;
    }
    .fancy-market .box-6 {
        width: calc(100% - 180px);
        min-width: calc(100% - 180px);
        max-width: calc(100% - 180px);
    }
    .fancy-market .box-1{
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }
    .fancy-market .suspended:after{
        width: 180px;
    }
    .bottom_cards_style .card-odd-box img{
        height: 55px;
    }
    .ag-flipclock-block{
        right: 10px;
        bottom: 10px;
    }
    .flip-clock-wrapper ul{
        width: 18px !important;
        height: 27px !important;
        line-height: 25px !important;
        font-size: 20px !important;
        margin: 2px !important;
    }
    .flip-clock-wrapper ul li{
        line-height: 25px !important;
    }
    .flip-clock-wrapper ul li a div div.inn{
        font-size: 20px !important;
    }
    .row.row2{
        margin-left: 0;
        margin-right: 0;
    }
    .casino-table .mainaaa .table-headers{
        font-size: 12px;
    }
    .casino-table .mainaaa .table-body .box-1>span, 
    .casino-table .innerevnod .table-headers{
        font-size: 14px;
    }
    .casino-table{
        padding-top: 5px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1024px){
    .header-bottom {
        background-color: var(--theme1-bg);
        padding: 0px !important;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
}
@media only screen and (max-width: 600px) {
    .box-1 {
        width: 50%;
        min-width: 10%;
        max-width: 100%;
    }
    .header-bottom li a{
        font-size: 11px;
    }
    .table-row>div .odd {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 1px;
    }
    .firstchilds{
        display: block !important;
    }

    #teamsetting, #teamsettingball{
        padding: 0px;
    }
    .team-name, .score{
/*        width: 50% !important;*/
        padding: 0 2px;
    }
    .team-name{
        overflow: hidden;
    }
    .b1, .b2{
        width: 50% !important;
        padding: 0;
    }
    .col-md-12.b3 {
        padding: 0;
    }
    .ball-runs {
        background: var(--theme1-bg);
        height: 17px;
        width: 17px;
        border-radius: 50%;
        display: inline-block;
        line-height: 17px;
        text-align: center;
        color: var(--primary-color);
        font-weight: bold;
        }
    .header-bottom {
        background-color: var(--theme1-bg);
        padding: 0px !important;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    
    /*.ballance, .expose, .account{
        margin-top: 5px;
        margin-left: 7px;
    }*/
    /*span#userName {
        text-decoration: underline;
    }*/
    .mobile-nave{
        display: block !important;
    }
}
.mobile-nave ul li a{
    border-right: 1px solid #fff;
}
.mobile-nave ul li:last-child a{
    border-right: none;
}
@media screen and (min-width: 576px){
    .modal-dialog.modal-full{
        max-width: 500px;
    }
}
@media screen and (min-width: 992px){
    .modal-dialog.modal-full{
        max-width: 800px;
    }
}
@media screen and (min-width: 1200px){
    .modal-dialog.modal-full{
        max-width: 1140px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 2100px) {
    .election{
        display: none;
    }
    .mobilenav{
        display: none !important;
    }
    .mobile-nave{
        display: none !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .election{
        display: none !important;
    }
    .mobilenav{
        display: none !important;
    }
    .market-odd-box {
        width: 55px;
    }
    .fancy-min-max-box {
        width: 55px;
    }
    .market-nation-detail {
        width: calc(100% - 330px);
    }
    .market-odd-box .market-odd {
        font-size: 16px;
    }
    .market-nation-detail {
        font-size: 13px;
    }
    .market-2 .market-nation-detail {
        width: calc(100% - 110px);
    }
    .market-2 .suspended-row::after,
    .market-2 .suspended-table::after {
        width: 110px;
    }
    .market-2.width30 .market-nation-detail {
        width: calc(100% - 110px);
    }
    .market-2.width30 .suspended-row::after,
    .market-2.width30 .suspended-table::after {
        width: 110px;
    }
    .market-3 .market-nation-detail {
        width: calc(100% - 220px);
    }
    .market-3 .suspended-row::after,
    .market-3 .suspended-table::after {
        width: 220px;
    }
    .market-4 .suspended-row::after,
    .market-4 .suspended-table::after {
        width: 330px;
    }
    .market-5 .market-nation-detail {
        width: calc(100% - 220px);
    }
    .market-5 .suspended-row::after,
    .market-5 .suspended-table::after {
        width: 110px;
        right: 110px;
    }
    .market-6 .market-nation-detail {
        width: calc(100% - 165px);
    }
    .market-6 .suspended-row::after,
    .market-6 .suspended-table::after {
        width: 165px;
    }
    .market-9 .market-nation-detail {
        width: calc(100% - 55px);
    }
    .market-9 .suspended-row::after,
    .market-9 .suspended-table::after {
        width: 55px;
    }
    .market-10 .market-nation-detail {
        width: calc(100% - 110px);
    }
    .market-10 .suspended-row::after,
    .market-10 .suspended-table::after {
        width: 110px;
    }
    .market-11 .market-nation-detail {
        width: calc(100% - 110px);
    }
    .market-11 .suspended-row::after,
    .market-11 .suspended-table::after {
        width: 110px;
    }
    .market-12 .suspended-row::after,
    .market-12 .suspended-table::after {
        width: 330px;
    }
    .suspended-row::after,
    .suspended-table::after {
        font-size: 14px;
    }
    .market-2 .suspended-row::after,
    .market-2 .suspended-table::after {
        width: 110px;
    }
    .market-9 .suspended-box::after {
        width: 55px;
        left: unset;
        right: 0;
    }
    .market-9 .suspended-box::before {
        width: 55px;
        left: unset;
        right: 0;
    }
    .fancy-min-max {
        font-size: 11px;
    }
    .featured-box-detail{
        width: calc(100% - 352px);
    }
    .sidebar-right{
        width: 350px;
    }
    .table-header .box-1,
    .table-row .box-1{
        width: 55px;
        min-width: 55px;
    }
    .main-market .country-name {
        width: calc(100% - 330px);
        min-width: calc(100% - 330px);
        max-width: calc(100% - 330px);
    }
    .fancy-market .box-6 {
        width: calc(100% - 165px);
        min-width: calc(100% - 165px);
        max-width: calc(100% - 165px);
    }
    .fancy-market .box-1{
        width: 55px;
        min-width: 55px;
        max-width: 55px;
    }
    .fancy-market .suspended:after{
        width: 165px;
    }
    .fancy-market .min-max{
        font-size: 9px;
    }
    .bottom_cards_style .card-odd-box img{
        height: 45px;
    }
    .casino-video-cards .flip-card{
        height: 35px;
        width: 28px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .market-odd-box {
        width: 60px;
    }
    .mobilenav{
        display: none !important;
    }
    .fancy-min-max-box {
        width: 60px;
    }
    .market-nation-detail {
        width: calc(100% - 360px);
    }
    .market-odd-box .market-odd {
        font-size: 16px;
    }
    .market-2 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-2 .suspended-row::after,
    .market-2 .suspended-table::after {
        width: 120px;
    }
    .market-2.width30 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-2.width30 .suspended-row::after,
    .market-2.width30 .suspended-table::after {
        width: 120px;
    }
    .market-3 .market-nation-detail {
        width: calc(100% - 240px);
    }
    .market-3 .suspended-row::after,
    .market-3 .suspended-table::after {
        width: 240px;
    }
    .market-4 .suspended-row::after,
    .market-4 .suspended-table::after {
        width: 360px;
    }
    .market-5 .market-nation-detail {
        width: calc(100% - 240px);
    }
    .market-5 .suspended-row::after,
    .market-5 .suspended-table::after {
        width: 120px;
        right: 120px;
    }
    .market-6 .market-nation-detail {
        width: calc(100% - 180px);
    }
    .market-6 .suspended-row::after,
    .market-6 .suspended-table::after {
        width: 180px;
    }
    .market-9 .market-nation-detail {
        width: calc(100% - 60px);
    }
    .market-9 .suspended-row::after,
    .market-9 .suspended-table::after {
        width: 60px;
    }
    .market-10 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-10 .suspended-row::after,
    .market-10 .suspended-table::after {
        width: 120px;
    }
    .market-11 .market-nation-detail {
        width: calc(100% - 120px);
    }
    .market-11 .suspended-row::after,
    .market-11 .suspended-table::after {
        width: 120px;
    }
    .market-12 .suspended-row::after,
    .market-12 .suspended-table::after {
        width: 360px;
    }
    .suspended-row::after,
    .suspended-table::after {
        font-size: 15px;
    }
    .market-2 .suspended-row::after,
    .market-2 .suspended-table::after {
        width: 120px;
    }
    .market-9 .suspended-box::after {
        width: 60px;
        left: unset;
        right: 0;
    }
    .market-9 .suspended-box::before {
        width: 60px;
        left: unset;
        right: 0;
    }
    .featured-box-detail{
        width: calc(100% - 402px);
    }
    .sidebar-right{
        width: 400px;
    }
    .table-header .box-1,
    .table-row .box-1{
        width: 60px;
        min-width: 60px;
    }
    .main-market .country-name{
        width: calc(100% - 360px);
        min-width: calc(100% - 360px);
        max-width: calc(100% - 360px);
    }
    .fancy-market .box-6 {
        width: calc(100% - 180px);
        min-width: calc(100% - 180px);
        max-width: calc(100% - 180px);
    }
    .fancy-market .box-1{
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }
    .fancy-market .suspended:after{
        width: 180px;
    }
    .fancy-market .min-max{
        font-size: 10px;
    }
    .bottom_cards_style .card-odd-box img{
        height: 50px;
    }
    .casino-video-cards .flip-card{
        height: 45px;
        width: 36px;
    }
}

.blink {
    animation: blinking 300ms !important;
    -webkit-animation: blinking 300ms !important;
    background-color: #ffc01a !important;
}

@keyframes blinking {
    100% {
        background-color: #ffc01a !important;
    }
}
.yellow {
    background: yellow !important;
}

.bg-dark-lay{
    background: #fac9d1 !important;
    color: #000;
    font-weight: bold;
}
.bg-dark-back{
    background: #a6d8ff !important;
    color: #000;
    font-weight: bold;
}
.hide{
    display: none;
}
.sublambi {
    display: inline;
}
table#scrwalitable td {
    width: 16%;
}
.mobilenav{
    display: flex;
    margin: 0 auto;
    padding: 10px 0px;
    background: #ae4600;
    color: #fff;
    font-weight: bold;
}
.mobilenav li:nth-child(1) {
    width: 12%;
    text-align: center;
    border-right: 1px solid;
}
.mobilenav li:nth-child(2) {
    width: 33%;
    text-align: center;
    padding: 0 5px;
}
.mobilenav li:nth-child(3) {
    width: 56%;
    text-align: right;
    padding: 0 11px;
}
p.team-1.yellow {
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    text-align: center
}

p.team-1.red {
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    text-align: center
}
.red {
    background: red;
}
.red-line{
    color: red;
}
.green-line{
    color: green;
}
#toast-container{
    margin-top: 10px;
}
.white {
    background: #fff;
    color: #000;
}

.red-text{
    color: red !important;
}
.green-text{
    color: green !important;
}
@media only screen and (max-width: 2400px) and (min-width: 1199px) {
    .modal-dialog{
        max-width: 650px;
    }
    .mob_place_top {
        display: flex;
        justify-content: space-between;
    }

}


@media screen and (max-width: 767px){
    .featured-box-detail{
        width: 100%;
    }
    .table-header .box-1,
    .table-row .box-1{
        width: 12%;
        min-width: 12%;
    }
    .main-market .country-name{
        width: calc(100% - 72%);
        min-width: calc(100% - 72%);
        max-width: calc(100% - 72%);
    }
    .sports-wrapper .main-market .suspended:after{
        width: 72%;
    }
    .fancy-tab{
        min-height: auto;
    }
    #sidebar-right, .tv, .bets{
        display:none;
    }
    .game-heading .card-header-title{
        font-size: 12px;
        text-transform: uppercase;
    }
    .sports-wrapper .game-heading .card-header-title+span{
        font-size: 12px;
    }
    .mobilenav li{
        width: auto !important;
        padding: 0 8px;
        flex: auto;
    }
    .fancy-market .box-6 {
        width: calc(100% - 40%);
        min-width: calc(100% - 40%);
        max-width: calc(100% - 40%);
    }
    .fancy-market .table-header .box-1, 
    .fancy-market .table-row .box-1{
        width: 20%;
        min-width: 20%;
    }
    .markets {
     margin-bottom: 0px !important; 
    }
    .fancy-market .suspended:after{
        width: 40%;
        font-size: 12px;
    }
    .market-title,
    .team-name, 
    .country-name{
        font-size: 13px;
    }
    .fancy-market .table-row .min-max{
        display: none;
    }
    .bottom_cards_style .card-odd-box img{
        height: 45px;
    }
    .modal-dialog{
        margin: 0 auto;
    }
    .modal-header .modal-title,
    .casino-result-modal h4.result-title{
        font-size: 16px;
    }
    .modal-header .close{
        background-size: 12px auto;
        width: 12px;
        height: 12px;
        padding-bottom: 6px;
    }
    .modal-body{
        padding: 5px;
        max-height: calc(100vh - 30px);
    }
    .casino-result-modal .casino-result-cards img{
        height: 35px !important;
    }

    .ag-flipclock-block{
        right: 5px;
        bottom: 5px;
    }
    .flip-clock-wrapper ul{
        width: 18px !important;
        height: 27px !important;
        line-height: 25px !important;
        font-size: 20px !important;
        margin: 2px !important;
    }
    .flip-clock-wrapper ul li{
        line-height: 25px !important;
    }
    .flip-clock-wrapper ul li a div div.inn{
        font-size: 20px !important;
    }
    .row.row2{
        margin-left: 0;
        margin-right: 0;
    }

    .casino-table .mainaaa .table-headers{
        font-size: 12px;
        align-self: flex-start;
        padding-left: 5px;
    }
    .casino-table .mainaaa .table-body .box-1>span, 
    .casino-table .innerevnod .table-headers{
        font-size: 14px;
    }
    .casino-table .mainaaa .table-body .box-1{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        border-left: 1px solid #c7c8ca;
    }
    .casino-table{
        padding-top: 5px;
    }
    .casion_place_bet .card-header .card-title{
        font-size: 16px;
    }
    .casino-video-cards .flip-card{
        height: 20px;
        width: 16px;
    }
    .casino-video-cards h5{
        font-size: 12px !important;
        line-height: 1;
    }
}
#events{
    background: var(--link-bg);
    padding: 0px;
}
li.mtree-node.item.nav-link {
    padding: 2px 15px;
}
.mtree li.mtree-node>div{
    font-size: 14px;
    color: #000 !important;
}
.mtree li.mtree-node>div>span{
    margin-right: .25rem;
}
.sidebar .mtree li a{
    font-size: 15px;
}
.custommytable td{
    white-space: nowrap;
    border: 1px solid #c7c8ca;
    padding: 5px;
    vertical-align: middle;
}

.custommytable tbody tr:nth-child(odd) {
    background: #f2f2f2 !important;
}
#usermatchbets tr{
    white-space: nowrap;
}
.casino-result-round-id {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mt-2 {
    margin-top: .5rem !important;
}
.casino-result-desc {
    display: flex
;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 6px;
    box-shadow: 0 0 4px -1px;
    margin-top: 10px;
}
.casino-result-desc-item {
    display: flex
;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.casino-result-desc-item div:first-child {
    margin-right: 2%;
    opacity: 0.6;
    width: 30%;
    text-align: right;
}
.casino-result-desc-item div:last-child {
    word-break: break-all;
    width: 60%;
}
.justify-content-center {
    justify-content: center !important;
}

.background-dark{
    background: var(--theme1-bg);
}
.background-light{
    background: var(--theme2-bg);
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background: var(--theme2-bg);
}

.btn-primary:hover{
    background-color: var(--theme2-bg);
    border-color: var(--theme1-bg);
}
