@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
:root {
    --text-primary: #08c;
    --text-secondary: #2d3e50;
    --primary-bg: #eceaea;
    --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;
}


/*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);
}

#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;
}

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

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

.modal-header {
    padding: 10px;
    background: var(--theme1-bg);
    color: var(--primary-color);
    border-radius: 0;
    border: 0;
}

.modal-body {
    max-height: calc(96vh - 47px);
    overflow: 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;
}

.suspended {
    position: relative;
}

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

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

.bookmaker-market .suspended:after,
.bookmaker-tied-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,
.bookmaker-tied-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: 46%;
    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.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 - 159px);
}

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

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

.header-bottom {
    background-color: var(--theme2-bg);
    margin-top: 10px;
    padding: 9px 0;
}

.header-bottom li a {
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    a -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.search .fa-search-plus {
    color: var(--primary-color);
    font-size: 24px;
    margin-left: 10px;
    /*position: absolute;
    right: 10px;
    top: 7px;*/
    float: right;
    margin-top: 5px;
}

.header-top {
    height: 60px;
    margin-top: 10px;
}

.header-top ul {
    padding-top: 10px;
}

.logo img {
    width: auto;
    height: 65px;
}

.logo-login {
    max-height: 65px;
    max-width: 100%;
}

.search {
    position: relative;
    margin-right: 20px;
    z-index: 10;
    /*background-color: var(--primary-bg);*/
}

.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: 15px;
    margin-top: 0;
}

.account {
    margin-top: 5px;
}

.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: 5px;
}

.account>span {
    cursor: pointer;
    position: relative;
}

.account ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
    min-width: 170px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: var(--primary-bg);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.header-top .account ul li {
    line-height: 24px;
}

.header-top .account ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 8px;
    color: var(--site-color);
}

.header-top .account ul h6 {
    padding: 0 8px;
    color: var(--site-color);
}

.sidebar {
    padding: 0 !important;
    min-height: calc(100vh - 159px);
    max-width: 15% !important;
    background-color: var(--grey-bg);
    color: var(--site-color);
}

.sidebar-title {
    background-color: var(--theme1-bg);
    padding-bottom: 0;
    cursor: pointer;
    padding: 4px 6px;
    margin-bottom: 0;
    margin-top: 1px;
}

.sidebar-title h5 {
    color: var(--primary-color);
    width: 100%;
}

.sidebar .sidebar-title :before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    float: right;
}

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

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

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

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

.sidebar .mtree li {
    padding: 2px 0 2px 10px;
    position: relative;
}

.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-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, .4);
}

.featured-box {
    padding-top: 5px;
    max-width: 85% !important;
    -ms-flex: 0 0 85% !important;
    flex: 0 0 85% !important;
}

.featured-box-detail {
    max-width: 70% !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    min-height: 70vh;
}

.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: 16px;
    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: 12px;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
    padding-left: 0px;
    color: #303030;
}

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

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

.coupon-table .bookmaker-market thead th:first-child,
.coupon-table .bookmaker-tied-market thead th:first-child {
    width: 68%;
}

.bookmaker-container .box-w1 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.coupon-table td:first-child .active {
    margin-right: 30px;
    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;
    vertical-align: sub;
    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);
}

.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,
.bookmaker-tied-market .table-bordered td,
.bookmaker-tied-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,
.bookmaker-tied-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,
.bookmaker-tied-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,
.bookmaker-tied-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,
.bookmaker-tied-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,
.bookmaker-tied-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,
.bookmaker-tied-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: 10px;
}

.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 {
    max-width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    padding-left: 0 !important;
}

.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;
}

.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;
}

.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;
    /*    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;*/
}

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


/*.rules-container .rules-description {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}*/

.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;
    }
}


/*Scorecard*/

.scorecard {
    width: 100%;
    padding: 5px;
    background-image: url('../img/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;
}


/*.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;
}*/

@-webkit-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;
}

.login .main {}

.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, .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: 250px;
    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.0;
    }
    to {
        opacity: 0.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 .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: .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: 130px;
    height: auto;
}

.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;
    border-radius: 4px;
    font-size: 11px;
}

.new-launch-casino {
    /* -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
 
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; 
  
     -o-animation: NAME-YOUR-ANIMATION 1s infinite; 
  
     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);
    }
}

.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 #fff;
}

.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: 5px 0;
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}

.table-header>div {
    border-bottom: 0;
}

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

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

.table-row>div a {
    color: var(--site-color);
}

.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;
}

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

.team-name {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    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: 54%;
    min-width: 54%;
    max-width: 54%;
}

.fancy-market .box-1 {
    width: 13%;
    min-width: 13%;
    max-width: 13%;
}

.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;
    margin-right: 0 !important;
}

.coupon-table td:first-child .active {
    background-color: #28a745;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.icon-tv {
    font-size: .6875rem;
}

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

.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: #2e2e2e !important;
    color: #fff !important;
}

.dataTables_filter {
    text-align: right;
}

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

#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, .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, .05);
    display: table;
    width: 100%;
}

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

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

.andarbahar-module .video-overlay {
    background: rgba(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;
}

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

.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;
}

@-webkit-keyframes winnerbox {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, .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: none;
    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;
 
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; 
  
     -o-animation: NAME-YOUR-ANIMATION 1s infinite; 
  
     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;
}

@-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 {
    /*background-color: #ccc;*/
}

.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.50s;
    animation: arrows 1.5s linear infinite -0.50s;
}

@-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 {
    animation: newlaunch 1s linear infinite;
    /* transition: .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;
    } */
    50% {
        opacity: 0;
    }
}

@-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: #ccc;
    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);
}

.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 .5s;
}

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

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

.newlaunch-sidemenu span {
    transition: .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);
}