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

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400&display=swap');
.font-hindi{
    font-family: 'Hind', sans-serif;
}
*{
    scrollbar-width: thin;
    scrollbar-color: #444 #aaa;
}
*::-webkit-scrollbar
{
    width: 8px;
    height: 8px;

}
*::-webkit-scrollbar-track
{
    background: #aaa;
}
*::-webkit-scrollbar-thumb
{
    background-color: #444;
}

/*General Design*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main {
    margin-top: 99px !important;
    min-height: calc(100vh - 149px);
}

/*Margins*/
.m-b-40 {
    margin-bottom: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
    margin: 5px !important;
}

/*Padding*/
.p-b-30 {
    padding-bottom: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-l-25 {
    padding-left: 25px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.btn {
    font-size: 0.875rem;
    border-radius: 0;
}

* {
    outline: 0;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Table Design*/
.table td,
.table th {
    padding: 4px;
    border-bottom: 0;
}

.login-box {
    background-color: #fff;
    padding: 20px;
    margin: 150px auto;
}

.wrap-login100 {

    width: 350px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.container-login100 {

    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

.login100-form-title::before {

    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login100-form-title-1 {
    text-transform: uppercase;
    line-height: 100px;
    text-align: center;
}

.logo-login {
    width: 200px;
    margin: 15px 0;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.label-input100 {
    line-height: 1.2;
    text-align: right;
    font-size: 0.875rem;
    font-weight: bold;
}

input.input100 {
    height: 25px;
}

.input100 {
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

input {
    outline: none;
    border: none;
    padding: 0 5px;
}

.label-checkbox100 {
    line-height: 1.4;
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    padding-left: 0;
}

label {
    display: block;
    margin: 0;
}

.txt1 {
    line-height: 1.4;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px;
}

.error-login {
    position: absolute;
}

.error-report {
    position: absolute;
    left: 7PX;
    bottom: -20px;
}

.error-button {
    position: absolute;
    left: 210px;
    top: 8px;
}

/*Change Password Desing*/
.change-password-box {
    margin: 7% 0 0 0;
}

.change-password-box .card-body {
    background: #fff;
}

.change-password-box .form-group {
    position: relative;
}

.change-password-box .form-group input {
    padding-left: 25px;
}

.change-password-box .form-group i {
    position: absolute;
    left: 10px;
    top: 10px;
}

/*Change Password Desing End*/
/*Header Design*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-bottom {
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 1rem;
}

.balance {
    font-size: 0.875rem;
    margin-top: 3px !important;
}

.logo img {
    max-width: 120px;
}

.username {
    font-size: 0.75rem;
    padding: 0 8px;
}

.account {
    cursor: pointer;
}

.account ul li a {
    font-size: 0.875rem;
    padding: 0 8px;
}

.bottom-fix-menu {
    display: none;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    width: 96%;
    justify-content: center;
    float: left;
}

.navbar-expand-md .navbar-collapse {
    display: block !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 9px 15px;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 2px;
    position: relative;
    transition: all .5s;
    position: relative;
    display: block;
}

.navbar-expand-md .navbar-nav .active .nav-link {
    padding-top: 4px;
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    padding-top: 4px;
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-expand-md .navbar-nav .nav-link:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .5s;
    content: "";
    opacity: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    right: 0;
}

.navbar-expand-md .navbar-nav .nav-link:hover:after {
    visibility: visible;
    height: 100%;
    transition: all .5s;
    opacity: 1;
}

.navbar-dark .navbar-nav .nav-link:focus {
    outline: 0;
}

.account ul.close {
    display: none;
    transition: all 4s linear;
}

.account .open {
    display: block;
    position: absolute;
    top: 100%;
    right: 5px;
    z-index: 1000;
    min-width: 170px;
    padding: 5px 0;
    margin: 0 0 0;
    font-size: 0.75rem;
    text-align: left;
    transition: all 4s linear;
}

.account hr {
    margin: 8px 0;
}

/*Sidebar Left*/
.sidebar {
    padding: 0;
    max-width: 250px;
    width: 250px;
}

.sticky-sidebar {
    position: fixed;
    top: 99px;
    height: 100%;
}

.sidebar-title {
    padding-bottom: 0;
    cursor: pointer;
}

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

.sidebar .mtree li {
    padding: 2px 0 2px 14px;
    position: relative;
    border-radius: 2px;
    font-size: 0.87rem;
    cursor: pointer;
}

.sidebar .mtree>li {
    margin: 6px;
}

.sidebar .mtree>li a {
    display: block;
}

.sidebar .casino li {
    padding: 2px 0 2px 14px;
    position: relative;
    border-radius: 2px;
    font-size: 0.75rem;
    cursor: pointer;
    margin: 6px;
}

ul.mtree.transit li.mtree-node>a::after {
    font-weight: bold;
    font-size: 0.75rem;
    position: relative;
    right: -5px;
    top: 0;
}

/*Sports Page*/
.home.game-main-panel {
    padding: 0 5px;
    margin-left: 250px;
    margin-right: 0;
}

.game-main-panel {
    margin-right: 400px;
    width: 100%;
    margin-left: 250px;
    position: relative;
}

.teenpatti-list-wrapper {
    margin-left: 250px;
    width: 100%;
}

.center-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.game-title {
    cursor: pointer;
}

.game-title h5 {
    position: relative;
    font-size: 0.875rem;
    line-height: 28px;
    padding: 0px 5px;
    height: 28px;
}

.game-title h5:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    border-bottom-width: 28px;
    border-bottom-style: solid;
    border-right-width: 28px;
    border-right-style: solid;
    position: absolute;
    bottom: 0;
    right: -28px;
    height: 28px;
    width: 28px;
}

.favourite-container .game-title h5:after {
    content: unset;
}

.favourite-container .game-title h5 {
    /*float: left;*/
    width: 100%;
    padding: 5px;
    display: table;
    /*padding-bottom: 0;*/
}

.favourite-container .game-title h5 p {
    line-height: 16px;
    width: 90%;
}

/*.favourite-container .game-title h5 > span
{
    width: 10%;
    text-align: right;
    display: inline-block;
}*/
.panel-right .game-title {
    height: 28px;
}

.market-title {
    padding: 4px;
}

.market-title span {
    font-size: 1rem;
    font-weight: bold;
}

.slip-collapsible-area {
    overflow: auto;
}

.slip-head {
    padding: 0;
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

.col-game {
    width: 64%;
    float: left;
}

.slip-head li {
    padding: 1px 0;
    display: block;
    text-align: center;
}

.game-list {
    /* float: left; */
    width: 100%;
}

.game-list-home {
    min-height: 120px;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.game-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.game-list li {
    float: left;
    padding: 0 0 0 4px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.game-status {
    line-height: 25px;
    padding: 1px 10px 1px 30px;
    position: relative;
}

.game-list .game-status {
    padding: 1px 10px 1px 0;
    color: #222;
}

.game-list .game-status span {
    padding: 0 3px;
    font-weight: 400;
}

.in-play .in-play-status {
    font-weight: 700 !important;
}

.game-col {
    position: relative;
    padding: 2px 0;
}

.col-visit,
.col-home,
.col-draw {
    width: 12%;
    float: left;
    text-align: center;
}

.game-col a {
    font-size: 0.875rem;
    height: 21px;
    line-height: 13px;
    padding: 4px 0;
    width: 49%;
    cursor: unset;
    pointer-events: none;
}

.game-col a.lock {
    position: relative;
}

.game-col a.lock::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    cursor: not-allowed;
}

.btn-back,
.btn-lay {
    text-align: center;
    margin-right: 1%;
    float: left;
}

/*Right Side Design*/
.panel-right {
    padding: 0 5px 0 0;
    right: 0;
    max-width: 400px;
    width: 400px;
}

.video-tv iframe {
    width: 100%;
}

.place-bet,
.my-bet {
    font-size: 0.75rem;
    position: relative;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.place-bet {
    position: relative;
    width: 100%;
}

.stakeactionplus,
.stakeactionminus {
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
}

.stakeactionplus,
.stakeactionminus {
    float: left;
}

.stakeactionplus span,
.stakeactionminus span {
    font-size: 0.6875rem;
}

.stakeinput {
    width: 75px;
    height: 24px;
    float: left;
}

.place-bet .btn-bet {
    padding: 2px 6px;
    width: auto;
    display: inline-block;
}

.place-bet .btn-success,
.place-bet .btn-danger {
    padding: 2px 6px !important;
    width: auto !important;
    display: inline-block !important;
}

.place-bet .btn-success.disabled {
    padding: 3px 6px !important;
}

.return-value {
    font-weight: 800;
}

.game-place-detail {
    display: none;
}

.game-place-detail .btn-submit {
    padding-top: 3px;
    padding-bottom: 3px;
}

.place-bet .fa-times {
    cursor: pointer;
}

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

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

/*Modal Design*/
/*.modal-open
{
    padding-right: 0 !important;
}*/
body {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto;
}

/*.modal-open header,.modal-open .panel-right
{
    padding-right: 17px;
}
.modal-open .panel-right{
    
    margin-right: 12.5px;
    padding-right: 5px;   
}*/
.modal-lg {
    max-width: 95%;
}

.modal-content {
    border: 0;
    border-radius: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.modal-header,
.modal-body {
    border-radius: 0;
}

/*.modal-run thead,.modal-run tr
{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.modal-run tbody
{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}*/
.report-modal .modal-content {
    border-radius: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.modal {
    padding-right: 0 !important;
}

.modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal table {
    font-size: 0.75rem;
}

.modal .modal-header {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0;
    border: 0;
}

.modal .table td,
.modal .table th {
    padding: 4px;
}

.modal-market .fa-sync-alt {
    font-size: 1rem;
}

.modal .close {
    padding: 0;
    margin: 0;
    font-size: 2rem;
}

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

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

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

.select-report {
    display: inline-block;
}

.header-bg-color-picker {
    position: absolute;
    z-index: 10;
    top: 8px;
}

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

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

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

.inplay-icon {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

/*Game Detail Page*/
.box-w1 {
    width: 10%;
    max-width: 10%;
    min-width: 10%;
    float: left;
    display: inline-block;
    text-align: center;
}

.box-w2 {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    float: left;
    display: inline-block;
    text-align: center;
}

.table-header,
.table-row {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.fancy-market-container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.country-name
{
    font-size: 0.75rem;
}
.main-market .table-header .country-name,
.main-market .table-row .country-name {
    width: 40%;
}

.fancy-market .table-header .country-name,
.fancy-market .table-row .country-name {
    width: 48%;
}

.fancy-market .box-w1 {
    width: 16%;
    max-width: 16%;
    min-width: 16%;
}

.fancy-market .box-w2 {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}

.bookmaker-market .table-header .country-name,
.bookmaker-market .table-row .country-name {
    width: 60%;
}

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

.table-header>div:first-child {
    text-align: left;
}

.table-header>div {
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
}

.table-header>div.back,
.table-header>div.lay {
    font-size: 0.75rem;
}

.table-row>div button {
    background: none;
    width: 100%;
    padding: 0;
    height: auto;
}

.table-row>div button span {
    display: block;
    font-size: 0.66rem;
}

.table-row>div button .odd {
    font-weight: bold;
    font-size: 1rem;
    height: 20px;
}

.table-row .lock {
    position: relative;
}

.table-row .lock:after {
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    cursor: not-allowed;
}

.fancy-tripple {
    width: 100%;
}

.suspended-tr::after,
.suspended::after,
.sudpended-patern::after,
.suspendedtcard::after {
    background: rgba(0, 0, 0, 0.6) !important;
    content: "\F023" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
}

.game-detail .suspended::after {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #ff0000 !important;
    content: attr(data-title) !important;
    /* content: "SUSPENDED" !important; */
    font-weight: bold !important;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.fancy-market .suspended:after {
    width: 52%;
}

.bookmaker-market .suspended:after {
    width: 40%;
}

.fancy-market {
    width: 49.5%;
    float: left;
}

.fancy-market:nth-child(2n) {
    margin-left: 1%;
}

.suspended {
    position: relative;
    width: 100%;
}

.suspended::after {
    position: absolute;
    /*content: attr(data-title);*/
    content: "SUSPENDED";
    top: 0;
    right: 0;
    font-weight: bold;
    width: 60%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.table-remark {
    text-align: right;
    border-top: 0;
    padding-right: 5px;
}

.table-remark p,
.remark {
    font-weight: bold;
}

/*Game detail End*/
.loading-full {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -94px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}

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

.loading-highlight{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}

.loading-highlight img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
}

.loading {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
}

.loading.loading-sidebar {
    top: 32px;
}

.loading.loading-sidebar img {
    top: -67px;
    height: 61px;
    left: unset;
    right: 0;
    transform: unset;
    width: 150px;
}

.disabled-icon {
    opacity: 0.65;
    cursor: not-allowed;
}

.table-responsive {
    position: relative;
}

.error-page {
    min-height: 100vh;
    text-align: center;
    padding: 10% 0 0 0;
}

.back-to-home {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.my-bet .table td,
.my-bet .table th {
    padding: 2px 8px;
}

.my-bet .table th {
    font-size: 0.75rem;
}

.bet-title {
    padding: 2px 5px;
    margin-top: 5px;
}

.bet-title span {
    font-weight: bold;
    font-size: 0.75rem;
}

.favourite-bet tr.odd td {
    padding-bottom: 0;
    padding-top: 0;
}

.favourite-bet tr.even td {
    border-top: 0 !important;
}

footer {
    position: relative;
    z-index: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

footer img {
    width: 70px;
}

.news-feed {
    position: absolute;
    right: 34%;
    width: 40%;
    top: 12px;
    font-style: italic;
    background: #000;
    box-shadow: 2px 1px 6px #333;
    padding-right: 5px;
    color: #fff;
    border-radius: 5px;
    padding-left: 30px;
    height: 28px;
    line-height: 28px;
}

/*.news-feed i
{
    position: absolute;
    top: 8px;
    left: 5px;
}*/
.news-feed img {
    position: absolute;
    width: 20px;
    left: 5px;
    top: 4px;
}

/*Searchbox Design*/
.search-box-container {
    position: absolute;
    right: 0;
}

.search-box {
    border-radius: 30px;
    padding: 0;
    margin-top: 3px;
}

.search_input {
    color: #222;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 30px;
    transition: width 0.4s linear;
    padding: 0 1px 0 0;
}

.search-box .search_input-hover {
    padding: 0 10px !important;
    width: 300px;
    transition: width 0.4s linear;
}

.search-box .search-icon-hover {
    width: 30px;
}

.search_icon {
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFB80C;
    margin-right: -1px;
}

.search_icon:hover .fa-search,
.search_icon:focus .fa-search {
    color: #FFB80C;
}

.search_icon:hover .fa-times,
.search_icon:focus .fa-times {
    color: #e74c3c;
}

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

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

.search-box-container ul li {
    float: left;
    width: 100%;
}

.search-box-container ul {
    padding: 5px;
    width: 290px;
    max-height: 450px;
    overflow: auto;
    z-index: 100;
    top: 100%;
    right: 25px;
    position: absolute;
}

.game-teams,
.game-odds {
    font-size: 0.75rem;
}

/* / Searchbox Design*/

/* Tabs*/
.tabs {
    display: block;
    width: 100%;
}

.tabs .nav-tabs.nav-tabs-report {
    position: fixed;
    margin-top: -5px;
    z-index: 10;
    width: 100%;
    left: 0;
}

.report-panel .tabs .tab-content {
    margin-top: 50px;
}

.tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-size: 1rem;
    font-weight: bold;
}

.tabs .nav-tabs .nav-link {
    font-size: 0.875rem;
}

.change-password-container {
    padding: 10px;
    margin-top: 100px;
}

.button-value-container table td,
.button-value-container table th {
    padding: 4px;
}

.button-value-container input.form-control {
    width: 200px;
}

/*Scorecard*/
.scorecard {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
}

.scorecard-top-container {
    display: flex;
    justify-content: space-between;
}

.active-innings {
    padding: 5px;
}

.scorecard-center {
    font-size: 0.75rem;
    font-weight: 300;
    padding: 0 10px;
    text-align: center;
}

.scorecard.new .scorecard-top-container{
    display: block;
    padding: 5px;
}

.team-block {
    font-size: 0.75rem;
    align-items: flex-start;
    white-space: nowrap;
    display: flex;
}

.team-block img {
    vertical-align: bottom;
    margin-top: 2px;
}

.scorecard-right .team-block {
    text-align: right;
}

.scorecard-footer {
    bottom: 50px;
}

.ball-runs {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 0.6875rem;
}

/*Toggle Design*/
.auto-bet {
    padding: 5px 0;
}

.auto-bet .place-bet {
    border-bottom: 0;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 25px;
    display: block;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    transition: 0.3s;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'ON';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

/*Toggle Design End*/
/*Data Table*/
.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_length .form-control,
.dataTables_filter .form-control {
    display: inline-block;
    width: auto;
}

/*End Data Table*/

/*Radio Button*/
.custom-control {
    position: relative;
    display: inline-block;
    min-height: 0;
    padding-left: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label::before {
    pointer-events: none;
}

.custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-input:checked~.custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    pointer-events: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

/*Radio Button*/
.form-group {
    position: relative;
}

.form-control {
    font-size: 0.75rem;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    outline: 0;
}

select option::selection {
    -moz-appearance: none !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.account-modal .lay,
.account-modal .back {
    background-color: unset;
}

.account-modal .table .deleted {
    text-decoration: line-through;
}

.report-panel .tabs .report-page .nav-tabs .nav-link {
    padding: 4px;
}

.report-panel .report-page .nav-tabs li.nav-item {
    float: left;
    min-width: 60px;
}

.profit-loss-button li {
    padding: 3px;
    float: left;
}

.account-modal .nav-tabs .nav-link {
    padding: 4px;
    font-size: 0.75rem;
}

.account-modal .nav-tabs li.nav-item {
    float: left;
    min-width: 60px;
}

.profit-loss-button li {
    padding: 3px;
    float: left;
}

.table thead tr {
    font-size: 0.875rem;
}

/*Teenpatti*/
.teenpatti-container .market-title .round {
    font-weight: normal;
    font-size: 0.875rem;
    margin-top: 3px;
}

.teenpatti-container .market-title .round span {
    font-weight: normal;
    font-size: 0.875rem;
}

.last-result-container .last-result {
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.teenpatti-container .suspended {
    position: relative;
    display: table;
    width: 100%;
}

.teenpatti-container.teenpatti-t20 .suspended:after {
    position: absolute;
    content: "SUSPENDED";
    top: 0;
    right: 0;
    font-weight: bold;
    width: 50%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.teenpatti-open .suspended:after {
    position: absolute;
    content: "SUSPENDED";
    top: 0;
    right: 0;
    font-weight: bold;
    width: 60%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.teenpatti-container td.suspendedtd {
    position: relative;
}

.teenpatti-container td.suspendedtd:after {
    position: absolute;
    content: "SUSPENDED";
    top: 0;
    right: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.teenpatti-container.teenpatti-odi .suspended:after {
    width: 40%;
}

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

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

.teenpatti-container.pokerodi .suspended:after {
    width: 80%;
}

.teenpatti-container thead,
.teenpatti-container thead tr,
.teenpatti-container tbody,
.teenpatti-container tbody tr {
    position: relative;
    display: table;
    width: 100%;
}

.teenpatti-container thead tr th {
    border-bottom: 0;
}

.teenpatti-container thead tr th,
.teenpatti-container tbody tr td {
    vertical-align: middle;
}

.teenpatti-container thead tr {
    background: none !important;
}

.teenpatti-container .box-1 {
    width: 10%;
}

.teenpatti-container .box-2 {
    width: 20%;
}

.teenpatti-container .box-3 {
    width: 30%;
}

.teenpatti-container .box-4 {
    width: 40%;
}

.teenpatti-container .box-5 {
    width: 50%;
}

.teenpatti-container .box-6 {
    width: 60%;
}

.teenpatti-container .box-7 {
    width: 70%;
}

.teenpatti-container .box-8 {
    width: 80%;
}

.teenpatti-container .box-9 {
    width: 90%;
}

.teenpatti-container .box-10 {
    width: 100%;
}

.teenpatti-container td span {
    font-size: 0.75rem !important;
}

.teenpatti-container .text-bold {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.andar-bahar-image {
    width: 40px;
}

.player-number {
    padding-right: 20px;
}

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

.player-container {
    padding-bottom: 10px;
}

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

.winner-label {
    font-size: 1rem;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    height: 30px;
}

.winner-label:after {
    border-color: #28A745;
    border-right-color: rgba(255, 255, 255, 0) !important;
    content: '';
    display: inline-block;
    vertical-align: top;
    border-bottom-width: 30px;
    border-bottom-style: solid;
    border-right-width: 30px;
    border-right-style: solid;
    position: absolute;
    bottom: 0;
    right: -30px;
    height: 30px;
    width: 30px;
}

.winner-label:before {
    border-color: #28A745;
    border-left-color: rgba(255, 255, 255, 0) !important;
    content: '';
    display: inline-block;
    vertical-align: top;
    border-bottom-width: 30px;
    border-bottom-style: solid;
    border-left-width: 30px;
    border-left-style: solid;
    position: absolute;
    top: 0;
    left: -30px;
    height: 30px;
    width: 30px;
}

.div-figure {
    width: 33.33% !important;
    overflow: hidden;
    margin-right: 0.5% !important;
    margin-left: 0.5% !important;
    padding: 0;
    max-width: 32.33%;
    position: relative;
    float: left;
}

.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);
    width: 100%;
}

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

.teenpatti-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.teenpatti-title-bottom {
    position: absolute;
    top: unset;
    left: 0;
    background: #000;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
}

.home-banner {
    float: left;
    width: 100%;
}

.home-banner .div-figure {
    width: 19.2% !important;
    margin-right: 1% !important;
    margin-left: 0 !important;
}

.home-banner .div-figure:nth-child(5n) {
    margin-right: 0 !important;
}

.home-banner .div-figure:first-of-type {
    margin-left: 0 !important;
}

.banner-double .home-banner {
    float: left;
    width: 32.5%;
}

.banner-double .home-banner:first-of-type {
    margin-right: 1%;
}

.banner-double .home-banner .div-figure {
    width: 100% !important;
    max-width: 100% !important;
}

/*Card Desing*/
.card {
    border-radius: 0;
}

.card-body {
    background-color: #ddd;
    padding: 5px 10px;
    box-shadow: 0px 8px 6px -6px #000;
}

.card-header {
    background: #FFB80C;
    padding: 4px 10px;
    border-radius: 0 !important;
    color: #000;
}

.card-header h5 {
    font-size: 1rem;
}

/*Card Design End*/

/*Rules Design*/
.rules-modal .modal-content {
    max-height: unset;
    overflow: unset;
}

.rules-modal .modal .modal-dialog {
    margin-top: 5vh;
    max-width: 80%;
}

.rules-modal .modal .modal-dialog .modal-body {
    overflow-y: auto;
    max-height: 85vh;
    padding: 0;
}

.rules-modal .card {
    border: 0;
}

.rules-sidebar ul li {
    padding: 4px;
    margin-bottom: 4px;
}

.rules-sidebar ul li a {
    font-size: 1rem;
}

.download-apk {
    position: absolute;
    left: 0;
}

@keyframes blinkingText {
    0% {
        color: #ff0000;
    }

    20% {
        color: #ff0000;
    }

    40% {
        color: #FFB80C;
    }

    60% {
        color: #FFB80C;
    }

    80% {
        color: #fff;
    }

    100% {
        color: #fff;
    }
}

@keyframes blinkingHoverText {
    0% {
        color: #ff0000;
    }

    20% {
        color: #ff0000;
    }

    40% {
        color: #FFB80C;
    }

    60% {
        color: #FFB80C;
    }

    80% {
        color: #fff;
    }

    100% {
        color: #fff;
    }
}

.blinking {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2px;
    padding-left: 0;
    animation: blinkingText .8s infinite;
}

.blinking:hover {
    animation: blinkingHoverText .8s infinite
}

.blinking-new {
    font-size: 1rem;
    /*font-weight: bold;*/
    margin-top: 2px;
    padding-left: 0;
    animation: blinkingTextNew .8s infinite;
}

@keyframes blinkingTextNew {
    0% {
        color: #ff0000;
    }

    49% {
        color: #ff0000;
    }

    50% {
        color: #00f;
    }

    100% {
        color: #00f;
    }
}

/*Custom CSS*/
.loading-modle {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 10;
}

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

.loading-full {
    position: fixed;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 1000;
}

.loading-gamepage {
    position: fixed;
    left: 20%;
    right: 26%;
    top: 95px;
    bottom: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 1000;
}

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

.loading-withouttree {
    position: absolute;
    left: 20%;
    right: 0px;
    top: 0px;
    bottom: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 1000;
}

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

.loading-gamepage-withoutsidebar {
    position: absolute;
    left: 20%;
    right: 26%;
    top: 0px;
    bottom: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 100;
}

.loading-gamepage-withoutsidebar img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -27px 0px 0px -27px;
    width: 100px;
}

.game-type-container .slip-collapsible-area {
    overflow: hidden;
}

.sidebar .mtree li {
    background-color: transparent;
}

.loding-overlay {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.suspended::after {
    content: attr(data-title);
}

.suspended-fancy::after {
    content: attr(data-title);
}

.account .dropdown-toggle {
    padding-top: 0px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.account .dropdown-menu {
    border-radius: 0;
    transform: none !important;
    right: -10px !important;
    top: calc(100% + 13px) !important;
    left: unset !important;
}

.modal-market .modal-header .clos {
    padding: 0px;
    margin: 0px;
}

.modal-market .modal-content {
    border-radius: 0 !important;
}

.sidebar .mtree li {
    cursor: pointer;
}

.master-flash-message {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 10;
}

.login-flash-message {
    width: 100%;
    z-index: 10;
}

.flash__message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 15px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}

.flash__close-button {
    font-size: 31px;
}

/* vuebar start*/
.vue-scrollbar-transition,
.vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__scrollbar-horizontal {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vue-scrollbar-transition--scrollbar {
    transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
}

.vue-scrollbar__wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-horizontal {
    opacity: 1;
}

.vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__scrollbar-horizontal {
    opacity: 0.8;
    position: absolute;
    background: transparent;
}

.vue-scrollbar__scrollbar-vertical .scrollbar,
.vue-scrollbar__scrollbar-horizontal .scrollbar {
    position: relative;
    cursor: default;
}

.vue-scrollbar__scrollbar-vertical {
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
}

.vue-scrollbar__scrollbar-vertical .scrollbar {
    width: 10px;
}

.vue-scrollbar__scrollbar-horizontal {
    height: 10px;
    width: 100%;
    bottom: 0;
    right: 0;
}

.vue-scrollbar__scrollbar-horizontal .scrollbar {
    height: 10px;
}

.mybet-wrapper {
    height: 300px;
    width: 300px;
}

/* vuebar end */
.account a {
    padding-bottom: 0;
}

.account .dropdown-item {
    font-size: 0.875rem;
    color: #fff;
}

.my-bet .coupon-table {
    font-size: 0.75rem;
}

.my-model-reload {
    cursor: pointer;
}

.matchedRadioGroup {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.matchedRadioGroup .custom-control {
    min-height: 0;
}

.matchedRadioGroup .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none
}

.matchedRadioGroup .custom-control-label::before {
    top: 3px;
}

.matchedRadioGroup .custom-control-label::after,
.custom-control-label::before {
    width: 12px;
    height: 12px;
}

.options-bet .custom-control-label::after {
    top: 3px !important;
    height: 12px;
    width: 12px;
}

.options-bet .custom-control-label::before {
    top: 3px !important;
}

.select-report .form-control {
    border-radius: 0;
    height: 35px !important;
}

.acstatement-btn {
    width: 150px;
}

.vuedatepicker .mx-input {
    border-radius: 0;
    height: 35px !important;
    font-size: 0.75rem;
}

.mx-datepicker {
    width: 100% !important;
}

.place-bet {
    border-bottom: 0;
}

.accountstatement-table {
    font-size: 0.875rem !important;
}

.dataTables_length .form-control-sm {
    border-radius: 0;
}

.dataTables_filter .form-control-sm {
    border-radius: 0;
}

.account-modal p,
.accountstatement-table p {
    margin-bottom: 0 !important;
}

table.b-table>thead>tr>th.sorting::after,
table.b-table>tfoot>tr>th.sorting::after {
    content: "" !important;
}

table.b-table>thead>tr>th.sorting::before,
table.b-table>tfoot>tr>th.sorting::before {
    content: "" !important;
}

.stopLossRulesModal .modal,
.profitBookRulesModal .modal {
    top: 100px;
}

.modal-content .close {
    color: #000
}

.winnerCards {
    right: 5px;
    position: absolute;
    content: "";
    z-index: 10;
    padding: 6px;
}

.videoCards {
    position: absolute;
    content: "";
    z-index: 10;
    padding: 6px;
}

.videoCards img {
    width: 35px;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 4px;
}

.videoCards .poker-up {
    width: 49%;
    display: inline-block;
}

.videoCardsAB {
    width: 300px;
    position: absolute;
    content: "";
    z-index: 10;
    padding: 6px;
}

.videoCardsAB img {
    width: 35px !important;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 4px;
}

/* andar bahar start */
.video-overlay {
    position: absolute;
    content: "";
    z-index: 10;
    padding: 6px;
}

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

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

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

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

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

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

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

/* andar bahar end */

table {
    font-size: 0.75rem !important;
}

.andar-bg img,
.bahar-bg img {
    border-radius: 8px;
    margin-right: 2px;
    margin-left: 2px;
}

.greenbx,
.redbx,
.yellowbx {
    font-size: 1rem;
}

.greenbx {
    color: #04d604;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.redbx {
    font-weight: 700;
    text-transform: uppercase;
}

.board-result-inner {
    padding: 10px;
    font-size: 1rem;
}

.grecaptcha-badge {
    display: none;
}

.andarbahartd {
    vertical-align: top !important;
    height: 80px;
}

.andarbahartd span {
    position: relative;
}

.andarbahartd span span {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.recaptchaTerms {
    font-size: 0.75rem;
}

.carousel-indicators {
    margin-bottom: 0;
}

.rules-img {
    width: 100%;
    margin: 0 auto;
}

.player-nano #remoteVideo {
    margin: 0 auto;
}

.carousel-inner {
    max-width: 100%;
    margin: 0 auto;
}

#remoteVideo_statusmessage {
    top: 10px !important;
    right: 10px !important;
    left: unset !important;
}

#scorestats iframe {
    width: 100%;
    height: 251px;
    border: none;
}

/* ---------------------- */
.home-icons {
    margin-top: 8px !important;
}

.tvButton {
    position: absolute;
    z-index: 10;
    right: 0;
}

.video-tv {
    height: 250px;
}

.game-listing-wrapper .nav {
    /*background-color: #FFB80C;*/
    border-bottom: 4px solid #222;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.game-listing-wrapper .nav li {
    display: inline-block;
    flex: 1;
}

.game-listing-wrapper .nav-pills .nav-link.active,
.game-listing-wrapper .nav-pills .show>.nav-link {
    background-color: #222;
    color: #fff;
}

.game-listing-wrapper .nav-pills .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
    text-align: center;
    font-size: 0.87rem;
    padding: 4px;
    color: #222;
}

.game-listing-wrapper .nav-item img {
    width: auto;
    height: 25px;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-15px);
    }

    80% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

.active .jump {
    /*transform-origin: 50% 50%;
  animation: jump .5s linear alternate;*/
    -webkit-animation: jump 1.5s ease 0s normal;
    animation: jump 1.5s ease 0s normal;
}

/*HV Design*/
.hv-container .nav-tabs .nav-link.active {
    background-color: #000;
    border-bottom: 0 !important;
}

.hv-container .nav-tabs .nav-link {
    background-color: #FFB80C;
    border-radius: 0;
    color: #000;
    font-size: 1rem;
}

.hv-container .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.hv-container .nav-tabs {
    border-bottom: 4px solid #FFB80C;
}

.hv-container .card-number {
    font-family: Cricket;
    font-size: 2rem;
}

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

.hv-container .card-odds {
    font-family: Cricket;
    font-size: 2rem;
}



/*Hands and patterns*/
.hands-pattern-container .bet-note {
    background-color: #FFB80C;
    text-align: center;
    color: #222;
    padding: 10px;
}

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

.hands-pattern-container .won-player {
    border: 2px solid green;
    padding: 0 8px;
}

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

.hands-pattern-container {
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
}

.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: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.patterns-container p:hover {
    background-color: #fff;
    color: #000;
}

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

.video-container {
    position: relative;
}

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

.hands-pattern-container .btn-sixplayer {
    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;
    color: #fff;
    /*background: rgba(0,0,0,0.9);*/
    background-image: linear-gradient(to right, #222, #FFB80C);
    padding: 8px;
    cursor: pointer;
}

.hands-pattern-container .nav-tabs .nav-link.active {
    background-color: #FFB80C;
    border-bottom: 0 !important;
    color: #000;
}

.hands-pattern-container .nav-tabs .nav-link {
    background-color: #222;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    border-right: 1px solid #222;
}

.hands-pattern-container .nav-tabs {
    border-bottom: 4px solid #FFB80C;
    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;
}

.hands-pattern-container .card-icon {
    font-family: Card Characters;
}

.hands-pattern-container .card-red {
    color: #ff0000;
}

.hands-pattern-container .card-black {
    color: #000;
}

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

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

.sudpended-patern {
    position: relative;
}

.sudpended-patern::after {
    content: "Suspended";
    background-color: rgba(0, 0, 0, 0.75);
    color: #ff0000;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    font-size: 16px;
}

.suspended-full-patern {
    position: relative;
}

.suspended-full-patern::after {
    content: "Suspended";
    background-color: rgba(0, 0, 0, 0.75);
    color: #ff0000;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    font-size: 16px;
}

.card-icon {
    font-family: Card Characters;
    width: 30px;
    display: inline-block;
    text-align: right;
}

.eightplayer img {
    width: 35px;
    margin-right: 0px;
}

.modal-md {
    width: 70%;
    max-width: 70%;
}

.result-row {
    position: relative;
    margin-bottom: 50px;
}

.result-row .winner-label {
    font-size: 16px;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.result-row .winner-label.bg-warning:before,
.result-row .winner-label.bg-warning:after {
    border-color: #ffc107;
}


.card-red {
    color: #ff0000;
}

.card-black {
    color: #000;
}

.low-high-btn {
    color: #fff;
    /* background-image: linear-gradient(to right , #222,#FFB80C); */
    padding: 8px 10px;
    width: 100%;
}

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

.lucky-seven-content {
    background-color: #eee;
    padding: 10px;
}

.teenpatti-container.lucky7container .lucky-seven-content.suspended:after {
    width: 100%;
    content: "SUSPENDED";
}


/* dt20 start*/
.d-t-box {
    background-color: #eee;
    padding: 10px;
}

.dt-button {
    color: #fff;
    /* background-image: linear-gradient(to right , #222,#FFB80C); */
    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 #222;
}

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

.d-t-box .suspended::after {
    width: 100%;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* dt20 end*/


/* AAA */

.low-high-btn {
    color: #fff;
    background-image: linear-gradient(to right, #222, #FFB80C);
    padding: 8px 10px;
    width: 100%;
}

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

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

.aaa-button {
    margin-top: 10px;
}

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

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

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

.info-block {
    position: relative;
}

.info-icon {
    color: #000;
    font-size: 16px;
}

.info-icon:hover,
.info-icon:focus {
    color: #000;
}

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

.aaa-content .suspended {
    position: relative;
}

.aaa-content .suspended:after {
    width: 100% !important;
    content: "\f023" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.90);
}

/* AAA */

/* DDB */
.low-high-btn {
    color: #fff;
    background-image: linear-gradient(to right, #222, #FFB80C);
    padding: 8px 10px;
    width: 100%;
}

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

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

.aaa-button {
    margin-top: 10px;
}

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

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

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

.info-block {
    position: relative;
}

.info-icon {
    color: #000;
    font-size: 16px;
}

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

.aaa-content .suspended {
    position: relative;
}

.aaa-content .suspended:after {
    width: 100%;
    content: "\f023" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.90);
}

.aaa-content b {
    font-size: 16px;
}

/* DDB */

/* dt6 */

.d-t-box {
    background-color: #eee;
    padding: 10px;
}

.dt-button {
    color: #fff;
    background-image: linear-gradient(to right, #222, #FFB80C);
    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 #FFB80C;
}

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

.d-t-box .suspended::after {
    width: 100%;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

.teenpatti-container td span.odd {
    font-size: 1rem !important;
    font-weight: bold;
}

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

.suspendedtd {
    position: relative;
}

.suspendedtd:after {

    width: 100% !important;
    content: "\f023" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.90) !important;
}

.info-block {
    position: relative;
}

.info-icon {
    color: #000;
    font-size: 16px;
}

.info-icon:hover,
.info-icon:focus {
    color: #666;
}

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

.teenpatti-container td span.card-number {
    font-family: Cricket;
    font-size: 2rem !important;
}

.btn-theme {
    color: #fff;
    background-image: linear-gradient(to right, #222, #FFB80C);
    padding: 8px 10px;
    width: 100%;
}

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

.dt6-container .card-icon {
    width: auto;
}

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

.dt6-container .casino-content-table .info-block .min-max-info {
    right: 0;
    left: unset;
}

/* dt6 end */

/* card 32 eu  */

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

.teenpatti-container td span.odd {
    font-size: 1rem !important;
    font-weight: bold;
}

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

.suspendedtd {
    position: relative;
}

.suspendedtd:after {

    width: 100% !important;
    content: "\f023" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.90) !important;
}

.info-block {
    position: relative;
}

.info-icon {
    color: #000;
    font-size: 16px;
}

.info-icon:hover,
.info-icon:focus {
    color: #666;
}

.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;
    min-width: 150px;
}

.teenpatti-container td span.card-number {
    font-family: Cricket;
    font-size: 2rem !important;
}

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

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

/* card 32 eu end */

.cards32eu-container .suspended::after {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    top: 0;
    right: 0;
    font-weight: bold;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.cards32eu-container .suspended-tr::after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    top: 0;
    right: 0;
    font-weight: bold;
    width: 40%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.dt6-container .suspended::after {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    top: 0;
    right: 0;
    font-weight: bold;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.dt6-container .suspended-tr::after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    top: 0;
    right: 0;
    font-weight: bold;
    width: 60%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.lucky7container .suspended::after {
    width: 100%;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.worli .suspended::after {
    background: rgba(0, 0, 0, 0.6);
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.threecardj .suspendedtcard {
    position: relative;
    z-index: 100;
}

.threecardj .suspendedtcard:after {
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    font-size: 1rem;
    pointer-events: none;
    text-transform: uppercase;
    cursor: not-allowed;
    align-items: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}

.war .suspendedtd {
    position: relative;
}

.war .suspendedtd::after {
    width: 100%;
}

.war .table tr {
    /* background-color: transparent; */
}

.war .table tr th {
    border: 0;
}

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

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



.dtl20 .table tr {
    /* background-color: transparent; */
}

.dtl20 .table tr th {
    border: 0;
}

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

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

.dtl20 .suspendedtd::after {
    width: 100%;
}


.stop-site {
    position: fixed;
    width: 100%;
    height: 100vh;
    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;
}

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


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

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

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

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

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

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

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

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

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



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

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

.baccarat .player {
    width: 22%;
    line-height: 1;
    cursor: pointer;

}

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

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

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

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

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

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

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

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

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

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

.baccarat .banker {

    width: 22%;
    line-height: 1;
    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 .bet-odds {
    background-color: #000;
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}

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

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

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

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



@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: 170px;
    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;
    color: #fff;
}

.cc-banner-ball {
    position: absolute;
    top: 203px;
    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-size: 20px;
}

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

.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 .suspended:after {
    width: 30%;
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 0;
}

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

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

.cc-20 .video-tv-popup .cc-banner-img {
    opacity: 0.6;
}

.cc-20 .video-overlay h3 {
    width: 32px;
}

.cc-20 .laybox,
.cc-20 .backbox {
    cursor: pointer;
}

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

.cricket-bg-container {
    position: relative;
    font-family: Cricket;
    background-image: url("../images/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: #0056DF;
    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: #0056DF;
    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("../images/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("../images/point-table-bg.jpg"); */
    background-size: cover;
}

.modal-point-table .cricketv {
    background-image: url("../images/point-table-bbl-bg.jpg");
}

.modal-point-table .cricketv2 {
    background-image: url("../images/point-table-wc-bg.jpg");
}

.modal-point-table .modal-md {
    max-width: 500px;
    width: 500px;
}

.modal-point-table .modal-content {
    padding-top: 165px;
    color: #fff;
    font-size: 14px;
}

.modal-point-table .modal-content .modal-body {
    max-height: 83vh;
}

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

.modal-point-table .modal-content td {
    color: #fff;
}

.modal-point-table .modal-header {
    background: unset !important;
    box-shadow: none !important;
}

.modal-point-table .table {
    color: #fff;
}

.schedule .modal-body {
    max-height: calc(96vh - 47px);
    overflow: auto;
}

.point-table-link,
.point-table-link:hover {
    color: #000;
    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: 0;
    top: 0;
    font-size: 30px;
}

.modal-point-table .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cb0045;
}

.modal-point-table .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #243084;
}

.modal-point-table .table thead tr {
    background-color: transparent;
    color: #fff;
}



.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;
    background-color: transparent;
}

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

.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;
    background-color: transparent;
}

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

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

.cricket-bg-container {
    position: relative;
    font-family: Cricket;
    background-image: url("../images/cricket-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px;
    margin: 0 auto;
}

.cricket-bg-container .nation1 {
    position: absolute;
    font-size: 0.8rem;
    color: #0056DF;
    text-transform: uppercase;
    bottom: 13%;
    left: 1%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
    display: flex;
    align-items: center;
    min-height: 30px;
}

.cricket-bg-container .nation2 {
    position: absolute;
    font-size: 0.8rem;
    color: #0056DF;
    text-transform: uppercase;
    bottom: 13%;
    left: 32%;
    max-width: 100px;
    line-height: 1;
    word-break: break-all;
    display: flex;
    align-items: center;
    min-height: 30px;
}

.cricket-bg-container .battle-date {
    position: absolute;
    left: 13%;
    bottom: 0;
    color: #fff;
    font-size: 0.8rem;
}

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

.video-container {
    background-color: #000;
}


.ab-2-container {
    width: 100%;
    color: #fff;
    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;
    cursor: pointer;

    /*transform: rotateX(45deg);*/
}

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

.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;
    cursor: pointer;
}

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

.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;
    cursor: pointer;
}

.ab-2 .suspended::after {
    width: 100%;
}

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

/*Scorecard New*/
.text-bold{
    font-weight: bold;
}
.scorecard-2 .bb-icon {
    max-height: 20px;
    max-width: 20px;
    margin-right: 5px;
}
.scorecard-2 .tabs .nav-tabs .nav-link {
    text-align: center;
    font-size: 0.85rem;
    padding: 6px 0;
    min-width: 80px;
}
.scorecard-2 .nav-tabs .nav-link.disabled {
    color: #6666669d !important;
}

.scorecard-2
{
    background-image: none;
    background-color: #ddd;
    color: #000;
    padding: 5px;
}
.scorecard-2 .scorecard-message
{
    background-color: #ffb80c;
    color: #000;
    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-left
{
    width: 49%;
}
.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: 49%;
}
.scorecard-2 .more-score-link
{
    position: absolute;
    right: 8px;
    bottom: 7px;
    cursor: pointer;
    text-decoration: underline;
}
/*.bating-desc
{
    border-bottom: 1px solid #ddd;
}*/
.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;
}
@media only screen and (min-width: 1280px) and (max-width: 1599px)
{
    .scorecard-2 .more-score-detail
    {
        font-size: 11px;
        padding: 5px;
    }
}


.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;
}
.video-overlay img {
    width: 35px;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
}
.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-wrapper img
{
    width: 40px;
}
.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: 56px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new-casino .suspended::after
{
    width: 100%;
}
.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 {
    position: absolute;
    top: 150px;
}

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

/*Race*/
.new-casino.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: 297px;
}

.new-casino.race .video-overlay img {
    margin-left: 3px;
    margin-right: 3px;
}

.new-casino.race .video-overlay>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino.race .video-overlay span {
    min-height: 44px;
}

.new-casino.race .casino-video-title {
    /*color: #fff;*/
}

.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: 35px;
}
.race-result-box > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.race-modal .winner-icon {
    position: unset;
    display: inline-block;
}
.race-result-box > div span {
    margin-right: 4px;
}
.race-modal .video-winner-text {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 22px;
    width: 42px;
    border: 1px solid yellow;
    padding: 2px 12px;
    z-index: -1;
}
.race-result-box .result-image.k-image {
    position: absolute;
    right: -45px;
}
.race-result-box .casino-result-cards-item img {
    width: 40px;
}
.race-result-box .casino-result-cards-item {
    position: absolute;
    right: -85px;
}
.race-modal .race-result-box {
    width: 275px;
    position: relative;
    z-index: 10;
}

.last-result.playersuit {
    background-color: #d5d5d5;
    border: 1px solid #626262;
}

.last-result.playersuit img {
    height: 20px;
}
.new-casino .redqueen
{
    background-color: #eee;
    padding: 10px;
}
.new-casino .redqueen .casino-odds-box-container-extra
{
    width: calc(33.33% - 8px);
}
.new-casino.race .last-result-container .last-result img
{
    height: 20px;
}
.casino-video-rules-icon
{
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #999;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer;
}
.casino-video-rules-icon i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.casino-video-rules-icon:hover {
    background-color: rgba(115, 115, 115, 0.5);
}
.casino-result-cards-item {
    margin-right: 5px;
    display: inline-block;
}
.casino-result-cards-item img {
    width: 35px;
    margin-bottom: 5px;
}
.card32result .casino-result-cards-item .winner-icon {
    height: auto;
    width: 50px;
}

/*secure auth*/
.security-auth .nav-tabs
{
    border-bottom: 0;
    justify-content: center;
}
.security-auth .secure-password .form-control {
    height: 38px;
    display: inline-block;
    width: auto;
}
.security-auth .verify-code {
    width: auto;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 40px;
    font-weight: bold;
    padding-left: 40px;
}
.follow-instruction {
    background-color: #000;
    padding: 10px;
    color: #fff;
    display: inline-block;
    padding: 8px;
}
.follow-instruction a
{
    color: #007bff;
}