@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400&display=swap');

:root {
    --theme1-bg: #0088cc;
    --theme1-bg90: #0088ccE6;
    --theme2-bg: #2c3e50;
    --theme2-bg70: #2c3e50B3;
    --theme2-bg85: #2c3e50D9;
    --primary-color: #fff;
    --secondary-color: #fff;
    --font-bold: bold;
    --maindark: #0088cc;
}


:root {
    --text-primary: #08c;
    --text-secondary: #2d3e50;  
    --primary-bg: #fff;
    --secondary-bg: #000;
    --link-bg: #bbb; 
    --grey-bg: #ccc; 
    --light-bg: #eee;
    --suspended-color: #730709;
    --red-color: #ff0000;
    --yellow-color: #ffff00;
    --green-color: #00ff00;
    --white-color: #fff;
    --site-color: #000;
    --green-bg: #145b12;
    --blue-color: #0000ff;
}

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

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


/*General CSS*/

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

.p-r {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

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

.suspended {
    position: relative;
}

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

.ballrunning {
    position: relative;
}

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

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

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

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

.fancy-market .suspended:after {
    width: 46%;
    content: attr(data-title);
    font-size: 16px;
    color: #ff0000; font-family: 'Roboto Condensed', sans-serif;
}
.fancy-market .fancy-tripple .table-row .suspended:after {
    width:100%;
    content: attr(data-title);
    font-size: 10px;
    color: #ff0000; font-family: 'Roboto Condensed', sans-serif;
}
.fancy-market .fancy-tripple .table-row .ballrunning:after {
    width:100%;
    content: attr(data-title);
    font-size: 10px;
    color: #ff0000; font-family: 'Roboto Condensed', sans-serif;
}
.bm1 .table-body .table-row .suspended:after {
    width:100%;
    content: attr(data-title);
    font-size: 10px;
    color: #ff0000; font-family: 'Roboto Condensed', sans-serif;
}
.teen9-container .suspended:after {
    width: 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.suspendedtd {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    max-width: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-h1 {
    height: 40px;
}

.box-h2 {
    height: 80px;
}

.box-h3 {
    height: 120px;
}

.box-h4 {
    height: 160px;
}

.box-h5 {
    height: 200px;
}


/*Main CSS*/

.main {
    min-height: calc(100vh - 166px);
}

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

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

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

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

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

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

.header-top ul {
    padding-top: 10px;
}
.logo{ display: flex; height: 65px; width: 220px; align-items: center;}
.logo img { cursor: pointer;
    width: auto;
    max-height: 100%; max-width: 100%;
}

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

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

.search input {
    height: 38px;
    border: 0;
    padding: 0;
    outline: 0;
    width: 0;
    border-radius: 2px 2px 0 0;
    border-radius: 0;
    box-shadow: 0 0 5px var(--secondary-bg);
    transition: width 0.4s linear;
}

.search .search-input-show {
    width: 300px;
    transition: width 0.4s linear;
    padding: 0 10px;
}

.ballance,
.expose,
.account {
    margin-left: 15px;
    margin-top: 0;
}

.account {
    margin-top: 5px;
}

.header-bottom nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.header-bottom li a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: inherit !important;
}

.header-bottom li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: var(--primary-bg);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header-bottom li a:hover:before,
.header-bottom li a:focus:before,
.header-bottom li a:active:before {
    left: 0;
    right: 0;
}

.header-bottom li a.active {
    background-color: var(--primary-bg);
    color: var(--secondary-color);
}

.account .fa-chevron-down {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.mtree.transit li.mtree-node>a::after {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    color: var(--site-color);
}

.mtree-open ul li::after {
    bottom: 0;
    content: "";
    left: 4px;
    position: absolute;
    top: 0px;
    border-left: 1px solid var(--secondary-bg);
}

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

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

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

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

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

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

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

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

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

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

.game-header h2 {
    margin: 6px 17px 3px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary-color);
}

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

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

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

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

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

.card-header {
    /*line-height: 1.6;*/padding: 0.75rem 1.25rem;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: var(--theme2-bg);
    color: var(--secondary-color); border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header .card-header-title-container {
    float: left;
    line-height: 26px;
}

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

.coupon-table thead th {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
    padding-left: 0px;
    color: #303030;
}

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

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

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

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

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

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

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

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

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

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

footer {
    height: 40px;
    line-height: 38px;
    position: relative;
    background-color: var(--theme1-bg);
    border-top: 2px solid var(--theme2-bg);
    color: var(--primary-color);
}

.loginInner1 {
    width: 350px;
    max-width: 90%;
    margin: 15% auto;
}

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

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

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

.btn-login {
    width: 100%;
}

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

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


/*Modal Design*/

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


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

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

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


/* /Model Design*/

.login .form-group {
    position: relative;
    float: left;
    width: 100%;
}

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


/*Tabs*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.game-heading {
    background-color: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 10px;
}

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

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

.modal-book {
    position: relative;
}

.modal-book .book-bet {
    position: absolute;
    top: -15px;
    left: 0;
    color: var(--red-color);
    font-size: 14px;
}

.sidebar-right {
    max-width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    padding: 0 5px 0 0 !important;
}

.place-bet {
    /* position: sticky; top: 5px;  */
    background: #fff;
    overflow: hidden;
}

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

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

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

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

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

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

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

.place-bet .value-buttons .btn {
    width: auto;
    border: 0;
    min-width: 18.9%;
    margin-top: 2px;
    float: left;
    background-color: var(--grey-bg);
    font-weight: normal;
}

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

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

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

.my-bet .card-body {
    padding: 0; border: 1px solid #ddd;
}

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

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

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

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

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


/*Custom Scrollbar*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error-content {
    color: #ff0000;
}

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

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

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

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

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

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

.bet-for {
    width: 50%;
}

.bet-odds {
    width: 25%;
}

.bet-stakes {
    width: 15%;
}

.bet-profit {
    width: 10%;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nopading {
    padding: 0 !important;
}

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

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

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

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

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


/*Design for Rules*/

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .wrapper {
        width: 1100px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}


/*Scorecard*/

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

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

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

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

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

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


/*HV Design*/

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/*Hands and patterns*/

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


/* Lucky CSS Starts here */


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

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

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

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

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


/*Custom CSS*/

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

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

.login .main {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.teenpatti-rules {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Andar Bahar Module */

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

@keyframes blinkingElection {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.modal-backdrop {
    opacity: .5;
}


/* Home page casino icons */

.casinoicons {
    position: relative;
    box-shadow: 0 25px 8px -8px;
    border-radius: 4px;
    margin-bottom: 25px;
    margin-right: 25px; /* min-height: 98px; min-width: 135px;*/
    cursor: pointer; background: linear-gradient(-45deg, #ced5da, #ced5da, #919191, #ced5da);
    background-size: 300% 300%; animation: casino-gradient 1s ease infinite; 
}

.casinoicons img {/*width: 135px;  height: 90px;*/ object-fit: cover;}
@keyframes casino-gradient{
    0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
  }
.dummyArea .casinoicons{min-height: 165px; box-shadow: 0 15px 8px -8px rgba(0,0,0,0.3); margin-bottom: 15px;}
.dummynavList{display: flex; gap: 0 5px; margin: 0 0 40px;}
.dummynavList li{ min-height: 28px; min-width: 65px; text-align: center; line-height: 28px; background: linear-gradient(-45deg, #ced5da, #ced5da, #919191, #ced5da); background-size: 300% 300%; animation: casino-gradient 1s ease infinite;}
.dummynavList li:first-child{min-width: 50px;}
.casino-name {
    background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
    color: var(--primary-color);
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 11px;
}

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

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

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

.info-block {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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


/* Card 32 EU Starts here */

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

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

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

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

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

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


/* dt6 */

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

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

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

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

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

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


/*Horse Racing*/

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

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


/*Game Detail*/

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

.table-row {
    background-color: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

.table-row>div.back,
.table-row>div.back1,
.table-row>div.back2,
.table-row>div.lay,
.table-row>div.lay1,
.table-row>div.lay2 {
    cursor: pointer;
}

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

.table-row>div .odd~span {
    font-size: 10px;
}

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

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

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

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

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

.fancy-market .box-6 {
    width: 54%;
    min-width: 54%;
    max-width: 54%;
}

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

.team-name,
.country-name {
    font-size: 14px;
}

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

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

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

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

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

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

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

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

.ic-card {
    height: 18px;
}

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

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

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

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

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

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

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

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

.dataTables_filter {
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.binary-chart {
    position: relative;
}

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

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

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

search-game-ul {
    display: block;
}

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

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

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

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

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

.left_half {
    margin: 0;
}

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.andar-bg {
    background: lightsalmon;
}

.bahar-bg {
    background: lightgreen;
}

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

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 54px!important;
    height: 55px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    background-color: transparent;
    z-index: 1000;
}

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

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

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

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

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

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

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

.casinoicons {
    position: relative;
}

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

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


/*Diamond Casino*/

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

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

.diamond-casino-container {
    /*background-color: #ccc;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

.baccarat .player {
    width: 22%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mymarket {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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


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


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


/*Modal Point Tbale*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-hindi {
    /* font-family: 'Hind', sans-serif; */
}

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

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

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

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

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

.scorecard-2 .more-score-detail .nav-tabs .nav-link {
    min-width: 100px;
    text-align: center;
}

.scorecard-2 .more-score-detail-left {
    width: 65%;
}

.scorecard-2 .more-score-detail-title {
    background-color: #d2d2d2;
    padding: 6px;
    font-weight: bold;
    color: #222;
}

.scorecard-2 .more-score-detail-desc {
    padding: 6px 6px 0;
}

.scorecard-2 .more-score-detail-right {
    width: 34%;
}

.scorecard-2 .more-score-link {
    position: absolute;
    right: 8px;
    bottom: 7px;
    cursor: pointer;
    text-decoration: underline;
}

.scorecard-2 .bowling-desc {
    border-bottom: 1px solid #ddd;
}

.scorecard-2 .more-score-detail-center {
    width: 1px;
    background-color: #ddd;
}

.game-heading {
    position: relative;
}

.game-heading-score {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #222;
    padding: 10px;
}

.scorecard-2 .more-score-detail-desc [class*="col-"] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.scorecard-2 .bb-icon {
    max-height: 20px;
    max-width: 20px;
    margin-right: 5px;
}

.scorecard-2 .nav-tabs .nav-link.disabled {
    background-color: #ddd;
    color: #8c8c8c;
    border-color: #ddd;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .scorecard-2 .more-score-detail {
        font-size: 11px;
        padding: 5px;
    }
}

.text-bold {
    font-weight: bold;
}


/* Security auth login */

.loginInner1.authentication {
    width: 650px;
}

.loginInner1.authentication .featured-box-login {
    padding: 60px;
}


/* Security auth settings */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.setting-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting-box .badge {
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 10px;
}

.setting-box span {
    font-size: 24px;
}

.otp-input {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin: 0 10px;
    font-size: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid red !important;
}

.otp-input:focus {
    border: 3px solid var(--theme1-bg);
    outline: none;
    box-shadow: none;
    /*color: var(--theme1-bg);*/
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-download {
    background-color: #59A845;
    border: 2px solid #59A845;
    color: #fff;
    box-shadow: 2px 4px 4px #00000047;
    text-decoration: none !important;
}

.btn-download .fa-android {
    font-size: 45px
}

.btn-download h4 {
    line-height: 1;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.btn-download .dtext {
    font-size: 18px;
    line-height: 15px;
    text-decoration: none;
}

.btn-download:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #59A845;
    color: #59A845;
}

.base-timer {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 2px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__label.green,
.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__label.orange,
.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__label.red,
.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: var(--text-yellow);
}

.security-auth .verify-code {
    border: 1px solid #f2f2f2;
    width: auto;
    font-size: 45px;
    line-height: 1;
    color: #585858;
    background: #e4e4e4;
    padding: 10px;
}

.security-auth a.btn {
    text-decoration: none;
}

.security-auth .form-inline {
    justify-content: center;
}

.security-auth .small-box {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.security-auth .small-box p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
}


/* RACE START */


/*Latest Casino*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-casino .casino-odds-box {
    padding: 4px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-odds-box>div {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.new-casino .casino-odds-box span {
    display: block;
    font-size: 12px;
    width: 100%;
}

.new-casino .casino-odds-box .casino-odds-box-odd {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.new-casino .casino-odds-box-bhav {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.casino-odds-book {
    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.new-casino .range-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.new-casino .icon-range {
    position: absolute;
    top: 100%;
    background-color: #333;
    padding: 4px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 10;
    right: 0;
    transition: 0.1s;
    text-transform: capitalize;
    color: #fff;
}

.new-casino .video-overlay {
    top: 50%;
    transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
    width: 35px;
}


/*Race*/


/*Latest Casino*/

.new-casino .back-border {
    border: 2px solid #72bbef;
}

.new-casino .back-border:hover {
    border: 3px solid #72bbef;
}

.new-casino .lay-border {
    border: 2px solid #f994ba;
}

.new-casino .lay-border:hover {
    border: 3px solid #f994ba;
}

.new-casino .casino-video {
    position: relative;
    background-color: transparent;
}

.new-casino .casino-video-title {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 10;
    text-align: center;
    min-width: 220px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #FDCF13;
    line-height: 22px;
    padding: 0;
    background: transparent;
    position: unset;
    width: auto;
}

.new-casino .casino-video-rid {
    font-weight: bold;
    color: #ddd;
    margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
    max-width: 100%;
}

.new-casino .casino-video .video-box {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0;
}

.new-casino .casino-odds-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino .casino-odds-box-container {
    width: calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.new-casino .casino-odds-box {
    padding: 4px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-odds-box>div {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.new-casino .casino-odds-box span {
    display: block;
    font-size: 12px;
    width: 100%;
}

.new-casino .casino-odds-box .casino-odds-box-odd {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.new-casino .casino-odds-box-bhav {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.casino-odds-book {
    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.new-casino .range-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.new-casino .icon-range {
    position: absolute;
    top: 100%;
    background-color: #333;
    padding: 4px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 10;
    right: 0;
    transition: 0.1s;
    text-transform: capitalize;
    color: #fff;
}

.new-casino .video-overlay {
    top: 50%;
    transform: translateY(-50%);
}

.new-casino .redqueen .video-overlay img {
    width: 35px;
}


/*Race*/

.new-casino.race {}

.new-casino.race .card-content {
    background-color: #eee;
    padding: 10px;
}

.new-casino.race .casino-odds-box-container-extra {
    width: 100%;
}

.new-casino .video-winner-text {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    /*transform: rotate(90deg);*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 15px);
    font-size: 30px;
    /*letter-spacing: 22px;*/
    width: 25px;
    border: 1px solid yellow;
    padding: 18px;
    z-index: -1;
}

.new-casino.race .video-overlay {
    /*padding-right: 50px;*/
    width: 290.5px;
}

.new-casino.race .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: 50px;
    margin-left: 2px;
    margin-right: 2px;
}

.race-modal .video-winner-text {
    color: #000;
    position: absolute;
    right: -3px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
    font-size: 30px;
    width: 55px;
    border: 1px solid yellow;
    padding: 20px;
    z-index: -1;
    background-color: #efeded;
}

.race-modal .winner-icon {
    right: -110px;
    top: 0;
    bottom: unset;
}

.race-modal .result-image.k-image {
    position: absolute;
    right: -60px;
}

.race-modal .race-result-box {
    width: 386px;
    position: relative;
    z-index: 10;
}

.last-result.playersuit {
    background-color: #d5d5d5;
    border: 1px solid #626262;
    line-height: 27px;
}

.last-result.playersuit img {
    height: 26px;
}

.new-casino.race .card-icons {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    background-color: #f2f2f291;
    display: inline-block;
}

.new-casino.race .card-icons img {
    width: 26px;
}

.new-casino.race .video-overlay>div,
.race-result-box>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino .casino-video-rules-icon {
    border: 1px solid #999;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    right: 5px;
    top: 5px;
    z-index: 100;
    color: #fff;
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.new-casino .casino-video-rules-icon:hover,
.new-casino .casino-video-rules-icon:focus {
    background-color: rgba(115, 115, 115, 0.5);
    outline: 0;
}


/* RACE ED */

#rules-modal .modal-body,
#rulesList .modal-body {
    text-align: center;
    padding: 0;
    background: #333;
}

#rules-modal .modal-body img,
#rulesList .modal-body img {
    max-height: calc(100vh - 120px);
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all .3s ease;
    transform-style: preserve-3d;
}

.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0;
    transform: rotateY(90deg);
}


/*Horse Detail*/

.horse-detail .country-name label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: var(--font-body);
}

.horse-detail .country-name label img {
    height: 25px;
    margin-right: 5px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
}

.horse-detail .country-name label>div:last-child {
    width: calc(100% - 50px);
}

.horse-detail .country-name label div:last-child>span:first-child {
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.horse-detail .country-name label .jockey-detail {
    font-size: 14px;
    margin-top: 5px;
}

.horse-time-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 0 5px;
}

.horse-time-detail a {
    display: flex;
}

.horse-time-detail span {
    background: var(--theme2-bg);
    color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.horse-time-detail span.active {
    position: relative;
}

.horse-time-detail span.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid green;
}

.horse-detail .suspended:after {
    content: attr(data-title);
    font-size: 16px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 20%;
}

.horse-detail .horse-attr {
    background: #ebe7e7;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10px;
    margin-left: 2px;
    border-radius: 4px;
    color: #333;
}






/* custom ****************************/






.color-card{
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.4;
	z-index: 0;
}

.norecords{
	background-color: var(--grey-bg); 
    margin-bottom: 25px; 
    margin-top: 25px; 
	display: table; 
	width: 100%; 
	padding: 4px 15px;
}

.norecordsfound{
	background-color: var(--grey-bg); 
	color: #000 !important;
}

.norecords a{
	line-height: 24px; 
	color: #000 !important;
}

.lott-modal .modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: table;
	transition: opacity .3s ease;
}

.lott-modal .modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.lott-modal .modal-dialog{
	max-width: 90%;
	width: 90%;
}

.lott-modal .modal-body{
	padding: 0;
}

.winner-img{
	width: 50px;
	margin-top: 10px;
}
.br1{
	border-right: 1px solid #bfbfbf;
}
.rules-table td, .rules-table th{
	padding: 7px;
}
.sidebar-right-inner{
	height: 100%;
}

.winner-icon{
  position: absolute;
  right: 0;
  bottom: 15%;
}
.sixplayer-image img{
	width: 40px;
}

.b-table-sticky-header, .table-responsive, [class*="table-responsive-"]{
	margin-bottom: 0 !important;
}

.table{
	margin-bottom: 0 !important;
}
.grecaptcha-badge{
    display: none !important;
}
/*Latest Casino*/
.new-casino .back-border
{
    border: 1px solid #72bbef;
}
.new-casino .back-border:hover
{
    border: 2px solid #72bbef;
}
.new-casino .lay-border
{
    border: 1px solid #f994ba;
}
.new-casino .lay-border:hover
{
    border: 2px solid #f994ba;
}
.new-casino .casino-video {
    position: relative;
    background-color: transparent;
}
.new-casino .casino-video-title {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 10;
    text-align: center;
    min-width: 220px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new-casino .casino-video-title .casino-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #FDCF13;
    line-height: 22px;
    padding: 0;
    background: transparent;
    position: unset;
    width: auto;
}
.new-casino .casino-video-rid {
    font-weight: bold;
    color: #ddd;
    margin-top: 3px;
}
.new-casino .casino-video .video-box-container
{
    max-width: 100%;
}
.new-casino .casino-video .video-box
{
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
}
.new-casino .casino-video .video-box > img, .new-casino .casino-video .video-box > iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0;
}
.new-casino .casino-odds-box-wrapper
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.new-casino .casino-odds-box-container
{
    width: calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.new-casino .casino-odds-box
{
    padding: 4px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new-casino .casino-odds-box > div
{
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.new-casino .casino-odds-box span
{
    display: block;
    font-size: 12px;
    width: 100%;
}
.new-casino .casino-odds-box .casino-odds-box-odd
{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.new-casino .casino-odds-box-bhav
{
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
    width: 100%;
}
.casino-odds-book
{
    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}
.new-casino .range-icon
{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.new-casino .icon-range {
    position: absolute;
    top: 100%;
    background-color: #333;
    padding: 4px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 10;
    right: 0;
    transition: 0.1s;
    text-transform: capitalize;
    color: #fff;
}
.new-casino .video-overlay
{
    top: 50%;
    transform: translateY(-50%);
}
.new-casino .redqueen .video-overlay img
{
    width: 35px;
}

/*Redqueen*/
.new-casino .redqueen
{
    background-color: #eee;
    padding: 10px;
}
.new-casino .redqueen .casino-odds-box-container-extra
{
    width: calc(33.33% - 8px);
}

.new-launch-text{
    animation: new-launch 1s linear infinite;
}
@keyframes new-launch{50%{opacity:0}}


















.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block
}

* html .goog-inline-block {
    display: inline
}

*:first-child+html .goog-inline-block {
    display: inline
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1
}

.recaptcha-checkbox-borderAnimation {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABUAAADSAC4K4y8AAA4oElEQVR42u2dCZRV1ZX3q5iE4IQIiKQQCKBt0JLEIUZwCCk7pBNFiRMajZrIl9aOLZ8sY4CWdkDbT2McooaAEmNixFhpaYE2dCiLScWiQHCgoGQoGQuhGArKKl7V+c5/n33fO/V4w733nVuheXuv9V/rrnvP2Xud3zvTPee+ewsKxMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExP4OdtlT6ztAbRWvvLy8A3QkwxzH6tBGMMexIo+nCgraaf2E1U6A5g60o9a9rI7S5N1APQaSzl1MTExMTExMTExMTExMTExMTExMTExMTExMTExMTOwIsMueWl8EtVW88vLyIqit4qmCguOgtoT5AKuojWA+wCpqA5i9tP6d1UuA5g70K1oPsL4iTd4N1DMh6dzFxMTExMTExMTExMTExMTExMTExMTExMTExMTExMT+l9tlT63/stbtrC9HHa+8vPzLWrezIo+nCgq6a41hdW8LoAD5COv2NgAKkI+wbm8DoHhf0yOsnwjQ3IHeaQG9U5p87kAHa01kDZZOXkxMTExMTExMTExMTExMTExMTExMTExMTExMTEysLe2yp9afoTWWdUbU8crLy8/QGsuKPJ4qKOirdRWrb1vAfDJJZ0QM88kknREhTLwR5wmtJ1lPRPpmHK6VT/5q3g4SAx0bIVDUyidXr15NYqBjIwT6YwI5cqSRgfpjARoe6E8J4vjxRgboT6XJhwf6Dau5e/qGDEq5Qb3I+mriRTINERMTExMTExMTExMTExMTExMTExMTExMTEzss7LKn1neB2ipeeXl5F+hIBHma1mStF1g4Pi1CkKdpTdZ6gYXjyOKpgoLeWndoPcPCce8oYU63YHqaHgVUhjndgulpehRQNbgiree0XkgSzhVFAZRq5pQ3t7+w+0CMhGOvpkYAlGrmhx9++EJTUxMJx15NjQDozwngN7/5gnr/fSMcG6g/j6LPJHgAqZQi4diqqV0c95kEDyC9eDi2amoXhzCP0ppO8DZsiMejYwMU144SoP6BHk3gCgtfUHv2JIDiGOcM1KOlyQeD+giB++lPX1AHDxrh2MB8RAal4EDPjg9Exx1nlBiYzpZpUzio39R6ygKJ42/KxD43qO14CgW1k9s4MTExMTExMTExMTExMTExMTExMTGxw894C+Q2rQdZt7XBFshtWg+ybot4C6Sn1hX8xZo7+bhnFCA78NdpStMI1zo4BNmBv05Tmka41sEhyEJ+C85rWqVJeo2vFboESjBHPb2+9Om/fV66pHo/Ccc450F1CJRgLliwoLSqqqp0x44dJBzjnAfVIdAxcYDf/napevxxIxwnwI5x2cwJXMX6A6VKqVbCOQvqaY6aOYHbuXPnIfFwzoJ6mgOYeE/T6wTtN785JB6dM0Bfd/IeJ+4nqTYeEoyFawz0NgdA0U9SbUwXD9cY6G0OgN5MwK66Km08umag3uwCKAYfauLpAuIaA33QAVAMPtTE08XDNQb6oAOg9xOsV15JDxTXDND7BWh2oA8TrFmz0gPFNQP0YWny2YHeQbDuuis9UFwzQO+QQSk70KEEq0uXUlVRcShMnMM1A3SoTJv8QZ1AwI4+ulQ9+GCpWrbMCMc4Z2BOkIm9f6Bf0pqcYlLvCde+JLeewe+WhvP3PKeyJvK5wgIxMTExMTExMTExMTExMTExMbHD2y57an03rRKtG1g47hZVvPLy8m5aJVo3sHAcWTxVUNBB6wytb7Nw3CEKkD20JmjN1ypL0ny+1sMhyB5aE7Tma5UlaT5f6+EQJBaYb9V6U6ssSW/ytS+5gnkar8qXXa41fuaWsmfnf07C8eUJsE73lDyAy5cvL1uzZg0JxxZYV3tKJ2v9Lg6wd+8y9Z3vGOE4ARZpTnZRMwnmna9sLlu3o7FMKdVKOIdrFtQeOdZMgrls2bKy+vr6Q+LhHK5ZUHvkAPMYrd8TsKKiMjVrVplqaUnEwzHO4ZqBirTH5AJ0ggezoan5kMJ5wjUL6oQcgE7wYMZisbTxcM2COiEHoD8jUKecUqa2bEkbj64hjYH6s1wGoPlo0qlqZqqaenmiT+0WcgCiPjNVzUxVU60+tVsImHhxyzyCpP1ki0dpDNB5oV7owiM49ZNZg7GQlmtpSQigJV6f6Tee1aeWhAB6MQE680zf8SitgXpxGKCYFtHg4zcg0jLQ60MAxbSIBh+/8ZCWgV4fAugYgnPbbf6BIq0BOqatgd7QxkBvCAH0RoLzz//sHyjSGqA3SpM/FOhIgnPJJf6BIq0BOlIGpUOB9iI4HTqUqU8/zQ4TaZDWAO0l06bUUB8hQCNGlKmDB9PDxDWkMTDDv2UsDyb2p2jNIVC4M0o1F8U5XDMwkfYUufXMDPU8rf8mYF27lqlrry1TjzxihGOcMzCR5jxZHPEHFd9EfjrFwoinpyP5RnLS8t31bbx8d30bLN+dpvVDrbu1/i8fR/Z0oZiYmJiYmJiYmJiYmJhYVKbv1wu1LuD31s/Sepc1i8/hmrN/m+n79UKtC/i99bO03mXN4nO45vTfbfqefYDWWK3nrb8kPs/nBriEOVDrZa3KLEKagQ5gDtR6Wasyi5BmoAOQPbT+n1ZlFiFNj1xhnqf1DoBd/dyGyt+W76z84LOGys/3xUg4xjlcY6hIe14OMM/TegfAFi1aVFldXV1ZV1dX+cUXX5BwjHO4xlCR9rwcYA7W+h8CVlhYqS6/vFJNn16ptH8SjnEO1wxUpB2cS80kmL94fWvlrvpYpVIqpXANaSyoA0PWTIK5YsWKysbGxrTxcA1pLKgDQ8A8SWs+gTrttEql/aWLR9eQxkBFnpPC9JkvezAPxlrSB2MhjQX15SB9KveZL3swW1qyx0MaC+rLQftUDeVZAjRkSKXavTtrPEqDtAbqs0GBXuA180w1M1VNtZr/BQGAXuA180w1M1VNtZr/BQFgnkVgOnasVFVVvuNRWuQxUM8KAhQjN/WPvoOxkIeBTg4AFCM39Y9B4yEPA50cAOjPCcottwSOR3kM0J8HAYrpEA06QQMiDwOdFQAopkM06ASNhzwMdFYAoKUEZc6c4ECRxwAtDQIUc0wayYMGRB4G+m4AoJhj0kgeNB7yMNB3AwBdTFA2bAgOFHkM0MUCNAH0PYKydWtwoMhjgL4nTT4BdDZBwVwzKFDkMUBny6CUAPofBGXChOBAkccA/Q+ZNiWAlhCU7t0rVZBWgbTIY4CWBAF6RE/sNYz2Wv9JYK6+ulL5iEdpkNbARN72cuvZGurXtCoI0JgxlerAgfQwcQ1pDEzk+ZosjqSG+k9xqH36VKonnqhUn35qaiOEY5zDtQTMf5Llu8xQz9ea22qpDreXiVtMT0hzviww+4N6FL+4Gq9ne9+C+D6fu8rpx6bzyfgdeN1Z8s47MTExMTExMbHDxPQE/li+e4KOjTqensAfy3dP0LFtUUY9/+wCRQmxn/c3Ra2qJJXxtX4OIfbz/qaoVZWkMr7WzyHAY7V+xK/AWKZVxVrG53DtWBcgO2tN0vrEhjjmNxtJSWA/4bSdcwDZWWuS1ic2xMWLF5OSwH7CaTvnALKd1i1ayy2I6bSc07YLC/MErb94wO77z21VS6r3VzU0NVcppUg4xjlcs8AizwkhYJ6g9RcP2MqVK6t27NhRFYvF4vFwjHO4ZoFFnhNCNuupcWCnn16lHn+8Sq1aVaX27DHCMc7hWgLs1MDdAddMgnnDb2uqlm04EC9UOiEN0lpQOwesmQRzyZIlVTt37swaD2mQ1oLaOQBMLDBPJ0BdulSp556rUtYPd4hwDWmQ1kCdHmiBmZsuAdqyuylr4TwhrQV1UgCgkzyYBw4c8B0PaS2okwIAvT0OU+f3G4/SJqDeHmQAoj7TT81MVVOtPrWfzwGI+kw/NTNVTbX61H4+YOLFA6sIyu9/Hzge5TFAV/l6EQGP2NQvBg7GsvrUCT6ATvD6zLDxrD51gg+gdxGQ886rUi0tweMhD/IaqHf5AUpTIww2YQuIvN6UygdQmhphsAkbD3m9KZUPoHND185Da+lcP5N2gmGP5kGFvNaof2yWSTvBiGUaFLIIea1R/9gMMLvGR+sQ3UtcyJsY9btmAjrQm2eGDsay5qkDMwAd6M0zc41nzVMHZgA6gCAcc0zO8ciHATogn4EOIgg9euQOFD4M0EH53ORPiDfVhobwMJE30eRPyPdBaTGBmDs3PFDkNTAXy7SpoOAhgnHtteGBIq8B+pBM7AsKvhpvrkuXBoeJPInm/lW59TRQf0lA+vevUrW1/mEiLfIYmL+UxZEE0OP4/0ZVatAgs6qUDSbSIK2BibzHyfJda6in8EuuqlT79lVq7NgqtWzZoSBxDteQxsAsC/26tjxYYO7Of5BN9Ivdu1epoUONcNx6kRlpu8sWSHaweALvufgqVGut4mvnF0RhR/ImHT+Fd7rWRazT5ak7MTExMbH8Mf7W/ImsDlHH42/Nn8jqcKRAHKQ1UWue1nqtGtZ6PodrgxxCHKQ1UWue1nqtGtZ6PodrzuLpqVE3ftzmRa13tNay3uFzuNbNBcieWs9aAElXPLOBlHye0/bMAWRPrWctgKQFCxaQks9z2p45gMSHqe7VWqNVk0VrOO2XwsI8R2s5QF2uNeXN7TVvr66v2bU/VqPvcUk4xjlcuzwBFXnOCQHzHK3lHqwPP/ywZvv27TWNjY3xeDjGOVyzoCLPOSFgfoXvyw2ws86qUQ8+WKPeeadGbd5shGOcw7UE2LLAL7hmmGsA6M4/bq5ZV5soVDohDdIy1DVBoDLMNQBUUVFRs2/fvqzxkAZpGeqaIFA1kIFaKwhQnz416o03ssajNEhroCLvwCDNnGrmv7+xreaLgy3Zg7GQFnmsmtrTZzOnmrlq1aqa5uZm3/GQFnmsmtrTB0x85WsRgTn77Bqla7zfeJQWeQzURb6+/uX1mahtQWDaUK2a+qwPoM96NTMITBuqVVOf9QH0IQLSr1+Nqq0NHI/yIK+B+pCf0Zz6Qz/NPFPzt/rUQVlGc4Lhp5lnav5WnzooA8w+WusJxvz5oeNRXgMUvvpkAorpDw0yoYOx4IOBTswAdKI3AOUazxqoJmYAOo5AjBiRczzyYaCOywQUc0oauXMNCB8MdF4GoJhT0sidazz4YKDzMgB9kyBMnZo7UPgwQN/MdAdEk3Z7ahRW8GFN/jukuQOiSbs9NQor+LAm/x1SwMRDtusIwoYNuQOFDwN0XcqHb/lWkibsOQdjWZP/E1MAPdGbtLuKZ03+T0yz3VGj2rd3Fo98Gajd8xFoTyr8UUe5AwpfBmjPfGzynbQ2EoCdO3OHCR8GJnx2ytdBqZwglJbmDhQ+DNDyfJ42TSEIN9yQO1D4MECn5PPE/iyC0LFjjfr00/AwkRc+DNCz8v3W848E4pJLalQsxFiBPMhrYP5RFkfMY+GrCcgttwSDirTIY2Cu9v069jxYvsNXZzcQmO98x6x9ZoOJNEhrYG4I/PXZPFhg/ife5qhRXbvWqH/91xq1aFGNslsIjnEO15DGwFwb+u1iebAFcqrWG622Orp0qVGDBhnhuPU2CNKeKpt0maHixVeX8JN1H6fYS/qYr10SyYuxjuRtZP7/fJHWUFZR6P/Hi4mJiYlF9ihOJ63vak3xPo1ufQJ9Cl/r5HAg6qT1Xa0p9qfR+XgKX+vksox68DlD66daT2q9xHqSz53hCiT+tDCen6WvzaIqTpvrnxbG87P0tVlUxWlz+dMCpkzXaC3Qqs2iBZy2MCzMYq2lHrBbXvis9rflO2vLq+prV21qIOEY53DNAos8xSFgFmst9YC9++67tdXV1bX6zqi2rq6OhGOcwzULLPIUh4D5Zd60M8C6dKlVl19eqx56qFa9+KIRjnEO1xJgkefLQWF+iyfutTdrWADX0qJq9e1YSuEa0tycAIu83woA81s8cSdYAJculiekscAi77cCwCzmxY1adfTRtWrKlFq1Z0/6eLiGNEhroCJvcZCaSTAnv7Gtdt8XzVkL5wlpkceCWuyzZhLMVatW1R48eNB3PKRFHgtqsQ+Y/eIwhw6tVevW+Y5HaZEnAbWfnz5zqQfzYKzFfzCvkDqPBXVppj6V+8ylHsyWluDxkMeCujRTn6oBdNCaR0C+/vVatXt34HiUB3kNVPjqkAnoeK+ZB6mZqWqq1fzHZwA63mvmQWpmqppqNf/xGYD+mEB061arPvssdDzKCx8G6o8zTY1oNEd/GDoYCz6s0b9TmqkRjeZ++kw/fao1+ndK86DDCoLw61/nHI98GKAr0j3o8F1vNM80APlvisoe/b+bAuh3vdqZc+FYVi39bgqglxCAE0+sVY2NuceDD/gyUC9JBRQTdJoGuSogfDHQKSmAYoJO0yBX8eCLgU5JAXQyFf6225zFI18G6ORUQEtdNfcUzb40BdBSV809RbMvTQF0JhV+xgx3QOHLAJ2ZCihuJWnC7iogfDHQshRAcStJE3ZX8eCLgZalAFpGhZ8/3x1Q+DJAy/IXaFmZO6DwlQHokd7kZ1HhX3vNHVD4MkBn5eOg9BgV/p573AGFLwP0sXycNo2mwp96qjug8GWAjs7Hif3R/IBCrZo7N3eY8GFgwufR+Xrr+QBB+Id/qFUNOQy+yAsfBugD+bw4cjzvs9eqm26qVSHiUR7kNTDh6/h8X767WGsbAbn11mC3oUiLPAYmfFwsC8wG6nVxqFjfXLIkO0ykSayFIu91sgXSGuql/JdtA+mCC2rVE0/UqsWLa9X69UY4xjlcS2yBIM+lskmXGmoPrae0NvvYpNvMaXvINnJ2sHi3/f/hD6ngY6jVrAo+9398vbNeTExMLH0/is/5Dtb6vtaNrO/zOecPovLnfAdrfV/rRtb3+VwkX4TlDwcU81z1Yj7u6hrkAK1H+Y8IdWm0htMMcABygNaj/EeEujRaw2kGOICIt93eofU3rZ1adUnaydfuCPxW2ySQXbUe0/rcA3f1cxvq7nltS93Ds7eTcIxzFtjPOU/XECC7aj2m9bkHbtGiRXXLly+v++ijj0g4xjkL7Oecp2sIkNgF/Rn/VzMBsE+fOvW1rxnhuDXcjZynfZhaudQD9cCs7XWVGw/UxZpb6vRdQyvhHK4hjQV2aZDayrVyqQdK307W7dq1q07fpx8SD+dwDWkssEuD1FYN5ESt2XFQZ5xRp55/vk5t3XpIPDqHa0iTAIu8JwaBWQ0wN79QU7eipuHQIGmEtMjDUKv9QGWY1QCj74DqYH7jwZCHoVb7gcowKwjM0UfXqWnT6lSKH+4QIQ3SIo+BWpEVKjdzqpn/8ofNdXX7Y74LFy+kzoO8Vk3tmqWZU82sqKioa2xsDBwPeZDXqqldM8DsyI/PmOb8ySeB41GeRFcAXx0zAX3Mq5lhYNpQrZr6WAagj3k1MwxMG6pVUx/LAPReAnH88XWqqip0PMoLHwbqvZmaOg1AQZp5puZvDVQD0jR1GoCCNPNMzd8aqAakub3cRhBeeSXneOTDAN2W8raUpz00uOQcjGUNVI+mAPqoNwC5imcNVI+mAPpvBGDYMGfxyJeB+m+pJu00z8SI7SogfFnz1MKkSTvNMzFiu4oHX9Y8tTAJ6Coq/J//7A4ofBmgq5KBDvbmmammRmEFX9Y8dbAFdLA3z2xpcRcPvqx56uCkh2zr1FFH1amGBndA4Qs+DdR+NlDcQtJE3VkwFnwy0O9bQHELSRN11/Hgk4F+3wI6kgp9zjnO45FPA3SkDRT35XT34zogfDLQGy2guC+nux/X8eCTgd5oAb2BCj1qlHug8GmA3pBPQH9Ehf7BD9wDhU8D9Ef51OSvoEJfdJF7oPBpgF6RT4PSECp0t251qrnZHUz4gk8DdEjeTJt4ZcmsKmngzoDCV2IVqn2+Tex/TYW//np3QOHLAP11Pt56nkmFb9euTi1bljtM+IAvA/TMfF0cmU4ATj+9Tu3bFx4m8sKHgTk9n5fvevBfCuvUJZfUqf37g8NEHuQ1MFdnffAhDxaYv661lYCceWad+vhj/zCRFnkMTPj4umyBGKjn8Aut6lTHjnXqjjvq1OrV6UHiGtIgrYGJvOcE3Vc60jfpTuL/LiX2ik491Yzc48YZ4RjnWm/UIc9Jso2cHuwwrT9p7UixhexpB6cZJg86+Ad7rNa3tW7Xmsi6nc9F/nVIMbHD67mm7lo3aT2vNV/rA9Z8Podr3R029+5aN2k9rzVf6wPWfD6Ha90dNveO/CzTL7Rm8L/uZvHxL/haR1fPNU3T2q1Vn0W7Oe2AHEBiQJqmtVurPot2c9oBOYDEp9Mm8X+N6rNoA6ftFgYkBqBxWjs9YOP+tKX+j+/W1b/z6f761Vu/IOEY53DNAruT8xYGAIkBaJzWTg9YZWVl/YYNG+o///zz+j179pBwjHO4ZoHdyXkLA8Ic3Qpkr1716qab6tUTT9SrV14xwjHO4VprsKODwMTj3y95gP7tL9vqq2sb6/UEN6OQBmktsC/5eUycH/9+yQO0cuXK+n379mWNhzRIa4F9yc9j4vzyqwfjgE4/vV69/nq9isXSx8M1pEHaBNgHs74Ui2smwbzimQ31c1ftzVqwZCEP8lpQC7PUTIK5YMGC+i1btgSOhzzIa0EtzAL0kTiUe+6pV01N/uMhLfIkoD6SDeg4D2bF+gOBC+cJeS2o4zIAHefB3LlzZ+h4yGtBHZcB5vVxGFOnho5HeRNQr880AFGfGaZmpqqpVp+abj2U+swwNTNVTbX61HSP4mwlCPfdl3M88mGAbk33KM40r8/MORjL6lOnpQA6zeszXcWz+tRpKYD+kgCcfXbm/tKv4AO+DNRfpppn0tTIzwDkV/BlTam6J80zaWrkZwDyK/iyplTdLZhH8/14vZo/31k88mWA7mj1F2+emNP0x1kwljWluskCepM3NXIdz5pS3WQBvZoKftppzuORTwP1ahso7nZoTuk6IHwy0OctoLjboTml63jwyUCft4A+FR/VXQNNjPpP2UBxC0kTddcB4ZOBzreA4haSJuqu48EnA51vAZ1HhX7tNfdA4dMAnWcDxX053f24DgifDPQDCyjuy+nux3U8+GSgH1hAl1OhFy92DxQ+DdDl+QR0FRX6vffcA4VPA3RVPjX5cir0f/2Xe6DwaYCW59Og9AIV+uGH3QOFTwP0hXyaNo2lQl94oXug8GmAjs2niT0+Mr1PFRbWqzVr3MGEL/iE7+SPTufBredMqknXXusOKHyZ2jkzHxdH8MXEvQSgtDR3mPBhYO5N++XEPFi+e5ggHHtsvaqoCA8TeeHDAH04bxeY+XO+/x2HOmdOcJjIk4D532k/45tHWyB4oOGv8QXin/ykXvn5IZEGaRMLy3/1/QDEkb5Jp0F01vpVHE6nTvXqBz+oVy++WK+WL69XW7ca4RjncA1pEjCRN/j7ovJgG/mb8YUTf0Lab8qDDtnBnsF77nO1PrUeEvuUz01y9k0lsegexzmJXzB4YZJw7iTX8XQNPIlfMHhhknDOeTz+BCXeL3pKko539ilKDep8ralaG7Uasmgjpz0/B4jna03V2qjVkEUbOe35OUDsqzWBv+aFJt6QRnWcBmn7hgHZX2uWDUzPLRtueeGzhjv/uLmVcA7XkuAib/8AIPtrzbKB6bllw7vvvttQUVHRSjiHa0lwkbd/AJCodU/zQNMa3nHHtdahcOs57/F+YV6qtd2D+PT/7GhYtamh4WCspUHPx1IK15AGaS248HGpD5iXam33IFZVVTXs3r27oaUlfTxcQxqkteDCx6U+YBbzM/IG0IgRDWrGjAa1bl2Dam4+NB7O4RrSIG0C7NqsX/1imHsB5J7XtjRs2d2UtlDphDzIy1D3ZoLKMPcCyPLlyxsOHDgQOB7yIC9D3ZsJKn+edzsBGTiwQek8QeNRHuQ1UOFraKZmTjXz0bm1GWtkNiEvfFg1tX+aZk418+OPP85YI7MJeeHDqqn9U8DEf5TWE4iLLmpQuoaHjUd54cNAXZ/yv0pen4nalQtMG6pVU2elADrLq5m5wLShWjV1VgqgMwjA6afnBtOGCl8G6oxUozn1f2Gaeabmb/Wp5yeN5tT/hWnmmZq/1aeeb8EcQgUvLGxQemBzFY98waeB2urv3Zju0KDiLBgLPhnoVAsopjs0qLiOB58MdKoF9FdU6Kuuch6PfBqgv7KB0jwTI7XrgPDpzVMtoDTP3O2i6SUJPr15qgW0igo9Z457oPBpgFbZd0DUNF30nan6UqvZn8R3QNQ0XfSdqfpSq9nj33InUIHbtWtQ+/e7Bwqf8G2gnuC9r54m6M6DseCbgRbzrSNN0KOKB98MtJj/J9+g+vSJLB75NkDPLOD7cbrriSogfDNQ736c7nqiigffDPRCXcjhVNgzzogOKHwboMPzAeiFVNji4uiAwrcBeqEAFaCHP9AjfVAaSoXt3z86oPBtgA7Nh2lTERW2U6cGFYu5hwmf8G2AFh3xE3v+59xWKvB777kHCp8G5tb4P+vy4NbzD1Tou+5yDxQ+DdA/5NPiyD9Sobt2bVBbt7qDCV/waYD+Y94s33GzX0gFv/zyBuWi74YP+DIwFx7yR9o8WGDGiL8n3vRzgYq8iaa+J+1WSB5sgfwwvid09dUNaufO4DCRB3kTe0s/zPdNuh/xE8cNqnv3BvXAAw1qw4bsIJEGaZHHgNzX6q22eb6NfK7Wslbbw337Nqjhw02/aAvncK31VjLynisPOrSG2kHrWq23Uu7Pp96Pf4vzdJBHcTLDxb+Vz9O6jPtZW5fxtaNzBdhXawx/q3OST43nPH1DAOyrNYa/1TnJp8Zznr4hIHbRukDrKq0bfeoqztMlCMhhWm9rNeUo+BjmA+Qwrbe1mnIUfAzzAXKA1u94utMUUnvYx4BsTy0/5AHRA03Tz/+8temZv33e9Nvynb6EtMiDvBbYh1I9zcxPLT/kAdEDTdOKFSua1qxZ01RdXe1LSIs8yGuBfSjd08wawG3cFxowRUVNqqSkSQ8+/oS0yJMAC1+3pQMahwkwu/bHmvR0IZSQFz5sqCmAxmECTGNjY+h4yAsfNtQUMG+Pg7j00iZVURE6HuWFjwTY21M1cyr8nJV7wwdKEnxZUIclNXMq/ObNm53Fgy8L6rCkJ5QPUOHvuadJ3+nkHg8+4MsAPdDqCWevz0StclU4T1ZNfdsC+rZXM13Hs2rq2xbQN6jgo0a5gWlDhU8D9Q17NKd+L5dmnqn5W31qXx7Nqd/LpZlnav5Wn9qXXy/UqAoLm5Tud13HI5/wjRh43RBPc2gwcR6MBd8MdAxPc2gwiSoefDPQMTzVaVLnnhtZPPJtaulVBTx3jKS5p2j243nuGElzT9Hsx+tCjqPC3nxzdEDh2wAdV8ATcpr2RBUQvhmoNyGnaU9U8eCbgU7iv8Q0qTvvjA4ofBugkwSoABWgAlSAClABKkAFqAAVoEcI0CP91vMeKuzYsdEBhW8D9J58WBy5kQqL1faogMK3AXpjPizfnUaF7dy5Se3e7R4mfMK3AXpaviwwL6cC33uve6DwaWAuz6ctkO9Rodu1a1KzZrmDCV/waYB+L9826V6kgrdv36QeeqhJHTgQHiTywgd8GZgv5t02Mr+m7Q/xncoePZrUD39owDzxhD8hLfIgb2LH8w8ZX9eWBw86jOH3MTXlKPgYI4/iFMS/5n0hf83rGf7Erx89w3kuPORr3RmeHinRelxrplZpSM1kHyU+3s5YovW41kyt0pCayT5KfHz+51Stn2k9yt8HCaNH2cepmWAO0npPK+ZY8DkoBcxBWu9pxRwLPgelAHkiv+U25ljweWIqmNsA4NrnN8Z+8/bO2Fsf7o39z8f7Qgl54QO+GOo2GyrD3AYAixYtiq1duza2ZcuW2LZt20IJeeEDvhjqNhsq781XEYD27WPqe9+LqV/8Iqbuuy+ckBc+4MtArYp/AoibOdXMcX/aEtNTnpieGjgRfMGnVVMLuZlTzaysrIzpKY+zePAFn1ZNLWSgc6ngAwbE1MqVzuKRL/g0UOd6QEu8mukSpg3Vqqkl3M9RbXIJ04Zq1dQSXdBvUIGPOiqmqqqcxyOf8G2gfqOABw9qos6DseCbgT7Ogwc10ajiwTcDfZzfuxxTN98cWTzybYA+XMAjMvV7UQWEbwY6k0dk6veiigffDHQmfyQ6pp5/Pjqg8G2A/qmApzk0mEQVEL4ZqDfNocEkqnjwzUBLdSFLqbAvvhgdUPg2QEsFqAAVoAJUgApQASpABagAFaACVIAKUAEqQPMe6JG+fPdnKuy0adEBhW8D9M/5sMD8NBV2/PjogMK3Afp0PmyBjKLC9uoVU3sjaIXwCd8G6KgjfpOO337zCRV45MiY2r/fHUz4gk8D85P423LyYBv5HH5xVUz16xdTjz0WU3/9a0yVlYUT8sIHfBmY8H1Ovj3ocL7WhggedIDP8/PyURx+tdBPtF7XWqpVGVJL2cdP0r5ySBf8eK17+am5NVrrctQa9gWfx6eAebzWvfzU3BqtdTlqDfuCz+PTvEnsOn49ED4nOT9HzWNf1x3ypjFd4KFam7SaIxJ8D7VgDtXapNUckeB7qAWzn9YKreaIBN/97JpJMP/595ua//bxvuY1275oXlfbmJPgA77g04J6PNdMgvn+++8360Glee/evc379u3LSfABX/BpQT2em/lHVPAePZrV5MnNaubMZvWXv+Qm+IAv+DRQP6Lmz02SCr6/sblZTwecCj4tqPdyk6SCHzx40Hk8+LSg3qsLeQcVuE+fZvXZZ87jkU/4NlDv8P4BQrXJeTAWfDPQt7mfo9oUVTz4ZqBvc1/XrH7968jikW8DdF4BDx7URKMKCN8MdA0PHtREo4oH3wx0jS7kairsu+9GBxS+DdDVBTwiU78XVUD4ZqDeiEz9XlTx4JuBrtOFXEeFXb48OqDwbYCuE6ACVIAKUAEqQAWoABWgAlSAClABKkAFqAAVoAJUgB7WQI/0BeZqKmxFRXRA4dsArc6HLZBFVNhXX40OKHwboIvyYZNuChX2vPOaVWME3Rp8wrcBOiUftpF7a9VRgS+6qFm9/Xazqq1tVnV1uQk+4As+DUzE6J0vDzqU8EelonrQAb5L8u1RnK9o/YYf7mpyALGJfcHnV5JhdtC6S2uZ1i6tOkfaxT7hu4MFs4PWXVrLtHZp1TnSLvYJ3x2SgF7BD3hV8tsaXaiSfV6RDHO2VkvEQowODHO2VkvEQowO/F1k1KKWiPUb+j4y156Wq57d0PLXD/e2bN19sGX7HjeCL/iEb4Z6F9eeloULF7Zs3bq1paGhwangE74Z6l26kDdRgdu3b1ETJrSov/2tRZWVuRF8wSd8G6g3FXCTpILraUAkgm8GuoybJBU8qnjwzUDxhdglVNhHHoksHvk2QJcUcD9HtSmyAmrfDHQX93NUm6KKB98MdJcu5OdU2LVrowMK3wbo5wU8eFATjSogfDNQb/BoK6B1PD9sUevXRwcUvg3QOgEqQAWoABWgAlSAClABKkAFqAAVoAJUgApQASpABagAFaACNDTQI30LpM2BHumbdB9SYWfOjA4ofBugH+bDNvJ9VNgePVrUvHktqrnZHUj4gk/4NkDvy4cHHbpqVbTBgw6I0TUvHsXRBT1G61daOyMAuZN9H2M/jtOfX161V0s51l723d8C2p9fXrVXSznWXvbd3wLajb8jt5If8HKpley7mw1zRwQgk4UY/RnmjghAJgsx+uuC9tBaq6UiFmL08F7Iqu56ZbNau/0LVf9Fs1PBJ3wzVO+FrGrZsmVq79696uDBg04Fn/DNUPFC1mlU4P79lXrtNaWWL3cr+IRvA3VagdfMUfCoDL695u81cxQ8KoNvr/nzozhKlZVFFo98G6D0KA4Vtp7+BBKNwbcXx2uSqE1RGXx7ceJNcteu6IDCN8fJH6B1ddEBhW8BKkAFqAAVoAJUgApQASpABagAFaACVIAKUAEqQAWoABWgAlSAHmZAj/RNugNU2I8+ig4ofBugB/JhG3kuFfbSS5WqrXUPEz7h2wCdmw8POpwVr6XQcce5VeJBB8Q4K18exTmXvyMX1VMj8H2u/WzTWVpvaTVFALSJfZ9lAT1L6y2tpgiANrHvsyygRfwaoDURPNu0hn0X2TAPtEGTR4yzGOaBNmjyiIHmjma/vQ2ebUKM/gVce9QvXt+qPtvV5LzPhk/4Zqhvce1RK1asUPv373ceDz7hm6G+xR+bVmrIEKXmzlVq/Xq3gk/4NlDpY9PUzKOAaUP1mr/XzKOAaUP1mn98QKqoiG7aBN/WtIkKG6Xh+enkiX3UdsjEvjm6GxeFz0kn3ylFbX93oFGbABWgAlSAClABKkAFqAAVoAJUgApQASpABagAFaACVIAKUAEqQA8zoEf6Jl2MCrtxY3Qw4dsAjR2yjdwSAcy/8zbyEirsVVcptW+fe5jwCd8G6JJ8eNDhEv7kmVLt2yvVt69Sp5ziTvBpYCLGJfnyKM5IraoInxqB75HJ36Ur0XqVX1y1wpGWsc+SFB/5K9F6lV9ctcKRlrHPkhQf+cOXE1/VwvvwVjjSMvZ5yBcT72+DJn+/BfP+Nmjy91sw72+DZ5vut2smFXpq+U61ouaAWrWpwYngCz4tqCVcM6nQ1dXVateuXaqurs6J4As+LaglXDNNof/lX5SaN8+8FsiF4As+E1BLCrhJUsGjMgvqq9wkqeBRmQX1VW6SpuBRWQLqq977Q6k2RWXwzUC994dSbYrK4JuBLuN+ztSmqAy+DdBlBTx4UBONyuCbgXqDBzXRqAy+Gag3eLTVm8VWCFABKkAFqAAVoAJUgApQASpABagAFaACVIAKUAEqQAWoABWgoYHKFkiulrQFIpt0uVrSJp1sI7vcRpYHHRw/6CCP4kTwKE4S2HZag7WGa10cUsPZR7uCLKYL305rsNZwrYtDajj7yBpPF76d1mCt4VoXh9Rw9tEuE8j2WuO0tjhs5lvYZ/sUINtrjdPa4rCZb2Gf7VOAbK81TmuLw2a+hX22TwWz1ANx7fMb1R0vb1J3/nFzKCEvfFhgS22oDLPUA7Fo0SL1/vvvq4qKilBCXviwwJbaUBlmaRzEsccq9dWvKlVcHE7ICx8JsKWtoHItUj94doP660f7VKw59+eY4QO+4JOhjrOAohaphQsXqq1bt6qWltzjwQd8wSdDHWcBHUcF79JFqWnT8ILR3KdK8AFf8GmgjrP7TGrmAODa4NNq/u24z6RmDgCuDT6t5t+O+0zTzAHAtcFnovm3K+DBg5qoi5qZqqZazX8wDx7URF3UzFQ11Wr+g3nwME00irfqwmei+Q8u4BGZ+r2oDL4Z6HAekanfi8rgm4EO5xHZ9HtRGXwboMMLeJpDg0lUBt8M1Jvm0GASlcE3A/WmOWYwicrg2wC9WIAKUAEqQAWoABWgAlSAClABKkAFqAAVoAI074HK8p3j5TtZYM7FUiwwyxZILpa8BSKbdDnUzFSbdLKNXOx+G1kedHD8oIM8ihPBozhiEZuuXYVaQ7RGao3yqZGcpzBoPF27CrWGaI3UGuVTIzlP4Hi6dhVqDeG3jo3yqZGcpzAIyM5ad2ttyqHv3MQ+OvsA2Vnrbq1NOfSdm9hHZx8gO2vdrbUph75zE/vonA1mT62l9mh/98wt9HZFP0LapNEdvnpmgNlTa6k92ldWVtLbFf0IaZNGd/jqmQFmz1bf98RIfd55Sl10kT8hbevRHb56ZqqZBHPM1I1q/ifh5qPIg7zwYUHtnKZmEszFixerbdu2hZqPIg/ywocFtXOammlgnnCCUi+9pFRTiHemIg/ywkcCaudUQO/2YG7ZnfvLWeHDgnp3CqB3ezAPHMj9HyjwYUG9OwXQu+Mw167NfWIPHwmod6cagKjPRO1yZfBl9amFSQMQ9ZmoXa4Mvqw+tTBpADJ9JmqXK4OvRJ9aaAMdEsUCSdLCyBAL6JAoFkiSFkaGWECHxPvMJoevRoavRJ86xAaK6Q4NKq4NPhnoSAsopjs0qLg2+GSgI5NeyGoGFdcGnwboSBvoKO89zK7Nev/yKAvoKO89zK7Nev/yKAvoKCo0RmrXBp8G6CgBKkAFqAAVoAJUgApQASpABegRBlRuPR3fesriiOPFEVm+c7l8JwvMjheYZQskYDP3swUim3QXud2kk23kCLaR5UGHCB50EBMTE0s8P1qk1S9JRame/8zV+PnRIq1+SSpK9fxnrsbPjxZp9UtSUcbnPwNC7KR1q1aZVmOGUb2R0yBtpxwgdtK6VatMqzHDqN7IaZC2Uw4QO2ndqlWm1ZhhVG/kNEjbKSzMYVrVNrhRT5u5qS2cS4KLPMNCwBymVW2DW7BgAU3YbeFcElzkGRYC5jCt6lbg8BXZ445rrcSXZT0hz7CgMK/zvkJ7w29r1Gvv71ab8N3kllR3KoquIQ3SWl+bvS4AzOu8r9AuWbJE1dTUZLwdxTWkQVrra7PXBYB5nVYTATrxRKWmTFFq9WqlmpsPDYZzuIY0SGugIu91QWomwXzoze1qf2Oz77sypEUeC+ownzWTYH744YcqFov5v83VaZHHgjrMZ800MC+/XKk9e/zfdiIt8iSgDvPTZ1Z7MMMsrCGPBbU6U5/KfWa1BzOsWVCrM/Wp3GdWx2GGWTpEngTU6ox9Kg8q1HSD1MxUNdVq/rdmAHqr18yD1MxUNdVq/rdmAHprvJkHqZmpamqi+d+aCShGauoPczX4YKBlGYBipKb+MFeDDwZalgFoGUFAf5irwYcBWpZpnklTIwwyuRp8WFOqdP9ToqmRq/VQa0qV7n9KZmqEQSZXg4/ElKp9KqBF3tTIxa4EfFhTqqIUQIu8qZErs6ZURSmAFsWnRs3NuQeDj8SUqigV0H7eGqgrs9ZG+6UA2s9bXHZl1iJzvxRA+1HhMbd0ZfBlgPYToAJUgOY9UBmUHA9KMm1yOW2Sib3jib3cekZz6+lkceTB/zrCF0cuu8zf4kjy8h3ABF2+s2Ae/st3ABN0+S4Bs8n3QrMsMDtcYJYtkAi2QGSTLoJNOtlGjmAbWUxMTExMTCwfTE+NemuN1ZquNZs1nc/1jmDa1FtrrNZ0rdms6XzOeTw9NeqtNVZrutZs1nQ+19slyJO1ZmjFMkzsY5zmZAcgT9aaoRXLMLGPcZqTHYA8WWuGVizDxD7GaU7OFSY+77vLAzfuT1vUH96pU/M+2kfCMc5ZYHel+mxvAJj4vO8uDxz+5bF+/Xp6cy2EY+uvh4rTluQAE5/33RUHd/bZSk2apNT06UY4xrkE2F0ZP9vrAyYtkPzrK5vVx1u+SLtYgWtIYy2MlISESQsky5YtU3syrALhGtJYCyMlIWGaBZKhQ5VatCj9KhOuIU1iYaQkTDOnmjnlze3qi4PZ1w2RZkriIbFdQZo/N/Nd3hJes489H6Sxlu52BWn+3MxNzRw1Sqn9+32sTe43aRM19eQgQGd4NdMPTBuqVVNnBAA6w6uZzQE20JDWqqkzAgCdEa+ZfmDaUBM1dUaQ0ZwGoEzNPFPztwaq3j5HcxqA9oTYlkAea6Dq7XM0NwNQpmaeqfknBqrefoCO9QagsGYNVGN9AB2b63/nrYFqrA+gY+MDUFhLDFRj/QDF3JJG8LCGvAx0ug+gmFvSCB7WkJeBTvcBdDrBwAge1pDXAJ3uBygm7DQtCmvzEl9XmO0D6Oxcv7pgfV1htg+gswkGpkVhDXkN0NkC9O8AVJq84yYvg5LjQUmmTS6nTTKxdzyxl1vPCG49ZXHE8eKILN9FsHwnC8wRLDDLFkgEWyBiYmJiYmJiYmJiYkeg8Wswe7Eif+0jvwazFyvyePwazF6swighjtaak/RvkEY+N9olXIY4WmtO0r9BGvncaJdwGeJorTlJ/wZp5HOjncHVoPpoLbQXQ654ZgMpaYEEafo4gNlHa2Hy/5VS/D8Jafo4gNlHa2GrxZCOHY1aL5AgTR8XMOnVwVc/t4GW6z6z/vqNY5zDNetVwX1yhLnJex8zluv2W4u/OMY5673Lm3KByjDNq4O7djXLdZ98klgHxTHO4VriVcF9cmnmVDPH/m6T2lyX/j/0uIY0Vk0N+8pgqplLly7N+tdEpLFqathXBpuaOXCgUmvWpF9gxjWkSdTUwjBAR3s1MxNMG6pVU0eHADraq5l+XkiANFZNHR0C6Oh4zcwE04aaqKmjwwCdE3R/3tqPnxMC6Jyg+/PWfvycEEDnBN6fT+zHzwnT3Gk0/yzA6zI+a/1ajMKAzZ1G8/0BdiGR1hr9CwM2dzOa231mNkPaxOgf6JPovbzRPKhZo3+vAEB7hX2hizX69woAtFd8NA9qidG/lwD9OwKVJu+yycug5HhQkmlTNNMmmdi7nNjLrafjW09ZHIlgcUSW7yJYvpMFZjExMTExMTExMTExMTExMTE2Xhgp1rqGVRzlAgkvjBRrXcMqjnKBhBdGirWuYRVHucp0pdbaFP+iw7krI4B5pdbaFP+iw7krI4B5pdbaFP+iw7krXcOc7AG85vmNatJftpKuSXyNBprsEOZkDyBW5z/44AOStVIPTXYIc3Ic4DHHKDVihBGOE2Anu6yZBO13i3epRuuv3jjGOQvqlY5qJkFbt25dq7964xjnLKhXOqqZBtrPf44NK3vzypxLQL3SRZ+51oOZziyoa3PpU7nPXOvBTGcW1LW59KncZ66Nw0xnCahrc+pTedChpt2Y4SUEuGY1/+IcgBZ7zTzTSwhwzWr+xTkALY4380xb17iWaP7FuQDFSE79ZdZnAHQaBnpNDkAxklN/mc2QhoFekwPQawgS+stshjQG6DUC9DACKk3ecZOXQcnloCTTJsfTJpnYRzCxl1vPCG49ZXFETExMTExMTExMTExMTExMTExMTEwsJ+MF5hFaE1kj2mCBeYTWRNaINlhgHqE1kTUiyqfveiT/K9n6F3KPCGD2SP5XsvUv5B4RwOxxyL+SE/9C7hFFzVzobdI9OW8HydqkWxjBv5EXept0VVVVJGuTbmEE/0ZeGN+ku/lmo8Qm3UKnNZWbNgG03+yAYwvqCIdAR6R6XUbSazFGOAQ6Ig5T/3Bxw3EC6giXQNFfUq1MNpxjoBMdAkV/SbUy2XCOgU50CHQiQUOtTDacM0AnCtDDGKg0ecdNXgYl19MnmTbJxP7wntiLiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJifm1y55af67WVNa5UccrLy8/V2sqK/J4qqDgXK2prHPbAmaTtYXcFCVUhtlkbSE3RQmVYTZZW8hNkULlWqnu+89tJIY6NUKgqJVq5cqVJIY6NUKgUwnkpZcaGahTBej/IqDS5GVQOowHJTExMTExMTExMTExMTGx4Pb/Ab7rit24eUF+AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    outline: 0;
    position: absolute;
    width: 28px
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkbox_sprite.png)
}

.recaptcha-checkbox-spinner-gif {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-size: 24px;
    border: 2px solid #c1c1c1;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.recaptcha-checkbox-spinner {
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    left: -4px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 36px;
    box-sizing: border-box;
    opacity: 0;
    animation: spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
    transition-duration: 1s
}

@keyframes spinner-spin {
    0% {
        transform: rotateZ(0deg)
    }

    10% {
        transform: rotateZ(135deg)
    }

    25% {
        transform: rotateZ(245deg)
    }

    60% {
        transform: rotateZ(700deg)
    }

    75% {
        transform: rotateZ(810deg)
    }

    100% {
        transform: rotateZ(1080deg)
    }
}

.recaptcha-checkbox-spinner-overlay {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    background-color: #f9f9f9;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    transform-origin: bottom center;
    border-radius: 38px 38px 0 0;
    transform: rotateZ(45deg);
    opacity: 0
}

@keyframes overlay-spin {
    0% {
        opacity: 1;
        transform: rotateZ(45deg)
    }

    100% {
        opacity: 1;
        transform: rotateZ(225deg)
    }
}

.recaptcha-checkbox-checkmark {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    border: none;
    height: 30px;
    left: -5px;
    outline: 0;
    position: absolute;
    width: 38px
}

.rc-anchor-dark .recaptcha-checkbox-spinner {
    background-color: #222
}

.rc-anchor-dark .recaptcha-checkbox-spinner-overlay {
    background-color: #222
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkmark_sprite.png)
}

.recaptcha-checkbox-hover .recaptcha-checkbox-border,.recaptcha-checkbox-hover .recaptcha-checkbox-spinner-gif {
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
    border: 2px solid #b2b2b2
}

.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #4d90fe
}

.recaptcha-checkbox-active .recaptcha-checkbox-border,.recaptcha-checkbox-active .recaptcha-checkbox-spinner-gif {
    background-color: #ebebeb
}

.recaptcha-checkbox-disabled .recaptcha-checkbox-border,.recaptcha-checkbox-disabled .recaptcha-checkbox-spinner-gif {
    background-color: #f1f1f1
}

.recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif {
    background-image: url('https://www.gstatic.com/recaptcha/api2/loading.gif')
}

.recaptcha-checkbox-checked .recaptcha-checkbox-border,.recaptcha-checkbox-checked .recaptcha-checkbox-spinner-gif {
    visibility: hidden
}

.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
    background-position: 0 -600px
}

.recaptcha-checkbox-expired .recaptcha-checkbox-border,.recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #ff0000
}

.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #c1c1c1
}

body {
    margin: 0
}

.rc-anchor {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08)
}

.rc-anchor-normal {
    height: 74px;
    width: 300px
}

.rc-anchor-compact {
    height: 136px;
    width: 156px
}

.rc-anchor-dark {
    background: #222;
    color: #fff
}

.rc-anchor-dark.rc-anchor-normal {
    border: 1px solid #525252
}

.rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #525252
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3
}

.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3
}

.rc-inline-block {
    display: inline-block;
    height: 100%
}

.rc-anchor-center-container {
    display: table;
    height: 100%
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle
}

.rc-anchor-content {
    display: inline-block;
    position: relative
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px
}

.rc-anchor-compact .rc-anchor-content {
    height: 85px
}

.rc-anchor-error-message {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px
}

.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px
}

.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 240px
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px
}

.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px
}

.rc-anchor-compact-footer {
    margin: 0 12px;
    text-align: center;
    width: 136px
}

.rc-anchor-logo-img {
    background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png');
    background-repeat: no-repeat
}

.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.gstatic.com/recaptcha/api2/logo_48.png',sizingMethod='scale')
}

.rc-anchor-logo-text {
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.rc-anchor-light .rc-anchor-logo-text,.rc-anchor-light div a:link,.rc-anchor-light div a:visited {
    color: #555
}

.rc-anchor-dark .rc-anchor-logo-text,.rc-anchor-dark div a:link,.rc-anchor-dark div a:visited {
    color: #f5f5f5
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-portrait {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px
}

.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-landscape {
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px
}

.rc-anchor-normal .rc-anchor-pt,.rc-anchor-invisible .rc-anchor-pt,.rc-anchor-compact .rc-anchor-pt {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400
}

.rc-anchor-pt {
    background-image: url('data:image/png;base64,iVBORw0KGgBRG4Rb2FMT3YcbXR9tWExjQBkXZ0SmVvbQkIJnQzBTGlvEmmiBckPzM1ddZZIBdFRxCG0kbWACY0ABec1NTbNuBMSVyV8uoZWE3EJ9uBKL3oUEokpB9df4xzrnzB9X98U9BN9HACAecjK0kwW3MuuZ0pP3yDHx1fQN1fK18lKQHiFp3NcANsxxVUQEUWBRc1L9mFRUmkslLykbWl0BNKYbUHx6LEEBY2V1lgTKMZhlcELQx6FwlwBOfubZnH62q1laHIBo150N2yuwJTPAQ1BMy0yjvgsBaq4IS2V0BZMY7YmvWTaLLb3Vy2m5mBS29xBYXfknG1LSmnyK3UBOK2imGUIiTnGqgBdCt7WENidi1TTYRGbW0BrRkglkpAj2XZCWw/eDUBrGRotZ2sBe1vdYnXsyWUBdGt1bGkBQpCloopu5WRWcABPLOuJXQ4b24B/ipvpBthBEEGy0HPhcmW5UgBZ9/eOtV+kfiNNJEvukDIlDiydsTjIbevSm7JdAtsywBdG9YDzSO5Rl/XsiN0alKBH3qyXW5nBsm5ufSmUAYJnbOdW+mcBQH/d/zZ+B+xx233NJKmmxtoUBMgV0N2ZWvtL8BZWtpQNqZeQBYVQk9ZSQRd1kEtS6JABsOvDQQLzbflMcJl2ZQBHo/9XC5dn1qNjMdfKs7ysjpic1z4DQA13yt6ze5OXV+2cv86XS3qXfPv3ypetYahDmpAfPU+Ui+MPWy/6Txl4E3g3ltfXNNd/o2KBboLdimj6Zbpv1GUxyC4j+2sBbz/xQAB98Nvf2jETmx9toXZUixicmIBQGNh0w8fVABdmtkDagBbmVsbwl7BbUbk8XJXgBInB8cc30dGXhVVyBwBZ6W0PjcFrQ1YHWY24V')
}

.rc-anchor-pt a {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none
}

.rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px
}

.rc-anchor-compact .rc-anchor-pt {
    margin: 0 0 2px 0;
    width: 132px
}

.rc-anchor-aria-status {
    display: none
}

#rc-anchor-alert,.rc-anchor-alert {
    color: red;
    font-size: 9px;
    margin: 2px;
    position: absolute;
    top: 0
}

#rc-anchor-over-quota {
    bottom: 0;
    color: #555;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    width: 170px;
    display: flex;
    align-items: center;
    height: 20px
}

.rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 148px
}

.rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 130px
}

.rc-anchor-logo-portrait.rc-anchor-over-quota-logo {
    margin-top: 6px
}

#rc-anchor-invisible-over-quota {
    font-size: 9px;
    line-height: initial
}

#rc-anchor-invisible-over-quota a {
    color: white
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: flex
}

.rc-anchor-invisible-text {
    background: #1a73e8;
    color: white;
    display: flex;
    flex-basis: 166px;
    flex-direction: column;
    flex-grow: 1;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 20px;
    padding: 0 16px;
    white-space: nowrap
}

.rc-anchor-invisible-text.smalltext {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt {
    line-height: 12px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px
}

.rc-anchor-normal-footer.smalltext .rc-anchor-pt {
    font-size: 5px;
    line-height: 6px
}

.rc-anchor-invisible-text strong {
    font-weight: 500
}

.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    transition: opacity 0.3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px
}

.rc-anchor-logo-img-large {
    transition: all 0.3s ease;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px
}

.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,.rc-anchor-invisible-hover:hover .rc-anchor-logo-img-large {
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,.rc-anchor-invisible-hover:hover .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,.rc-anchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1
}

.rc-anchor-invisible-text .rc-anchor-pt {
    transition: opacity 0.3s ease
}

.rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: white;
    font-size: 10px
}

.rc-anchor-invisible-hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: none
}

.rc-anchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: inline
}

.rc-button-default {
    background: #1a73e8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease
}

.rc-button-default:focus {
    outline: 0;
    box-shadow: 0 0 0 2pt #185abc
}

.rc-button-default-hover {
}

.rc-button-default-disabled {
    background: rgba(73,143,225,0.50);
    cursor: default
}

.rc-button-red {
    background: #e24a4a
}

.rc-button-default-disabled.rc-button-red {
    background: rgba(226,74,74,0.49)
}

body {
    margin: 0
}

.rc-imageselect-instructions strong {
    font-weight: 900;
    display: block;
    font-size: 28px
}

.rc-footer {
    font-family: Roboto,helvetica,arial,sans-serif;
    position: relative;
    width: 100%
}

.rc-separator {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px
}

.rc-controls {
    width: 100%
}

.primary-controls {
    height: 60px
}

.rc-buttons {
    float: left;
    height: 48px;
    margin: 6px 0 6px 6px;
    background-repeat: no-repeat
}

.fake-focus {
    height: 0;
    opacity: 0;
    width: 0
}

.button-holder {
    float: left;
    height: 48px
}

.rc-button-reload {
    background: url('https://www.gstatic.com/recaptcha/api2/refresh_2x.png')
}

.rc-button-reload:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-reload {
        background:url('https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png')
    }
}

.rc-button-reload-on-dark {
    background: url('https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png')
}

.rc-button-reload-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-audio {
    background: url('https://www.gstatic.com/recaptcha/api2/audio_2x.png')
}

.rc-button-audio:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-audio {
        background:url('https://www.gstatic.com/recaptcha/api2/audio_white_2x.png')
    }
}

.rc-button-audio-on-dark {
    background: url('https://www.gstatic.com/recaptcha/api2/audio_white_2x.png')
}

.rc-button-audio-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-image {
    background: url('https://www.gstatic.com/recaptcha/api2/image_2x.png')
}

.rc-button-image:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-image {
        background:url('https://www.gstatic.com/recaptcha/api2/image_white_2x.png')
    }
}

.rc-button-image-on-dark {
    background: url('https://www.gstatic.com/recaptcha/api2/image_white_2x.png')
}

.rc-button-image-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-help {
    background: url('https://www.gstatic.com/recaptcha/api2/info_2x.png')
}

.rc-button-help:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-help {
        background:url('https://www.gstatic.com/recaptcha/api2/info_white_2x.png')
    }
}

.rc-button-help-on-dark {
    background: url('https://www.gstatic.com/recaptcha/api2/info_white_2x.png')
}

.rc-button-help-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-undo {
    background: url('https://www.gstatic.com/recaptcha/api2/undo_2x.png')
}

.rc-button-undo:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-undo {
        background:url('https://www.gstatic.com/recaptcha/api2/undo_white_2x.png')
    }
}

.rc-button-undo-on-dark {
    background: url('https://www.gstatic.com/recaptcha/api2/undo_white_2x.png')
}

.rc-button-undo-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button {
    background-size: 32px 32px;
    cursor: pointer;
    height: 48px;
    opacity: .55;
    width: 48px;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center
}

.rc-button:focus,.rc-button:hover {
    opacity: .8;
    outline: none
}

.verify-button-holder {
    float: right;
    margin: 8px 8px 9px 0
}

.rc-challenge-help {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: scroll;
    padding: 5px 20px 5px 20px
}

.reload-icon {
    height: 16px;
    width: 16px
}

.apps-toast {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101
}

.apps-toast-content {
    background: #323232;
    border-radius: 2px;
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
    box-shadow: 0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
    color: #eee;
    display: inline-block;
    font: 12px/20px Roboto,helvetica,arial,sans-serif;
    padding: 14px;
    text-align: center
}

.rc-audiochallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-audiochallenge-response-field .rc-response-input-field {
    width: 220px
}

.rc-audiochallenge-error-message {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0px 20px
}

.rc-audiochallenge-instructions {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-play-button {
    margin: 0px 20px 0px 20px
}

.rc-audiochallenge-play-button .rc-button-default {
    background: #d8d8d8;
    color: #000;
    font-weight: 500;
    width: 100%
}

.rc-audiochallenge-input-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-control audio {
    height: 30px;
    width: 240px
}

.rc-audiochallenge-tdownload {
    margin: 5px 20px 5px 20px;
    text-align: center
}

.rc-audiochallenge-tdownload-link {
    background-image: url('https://www.gstatic.com/recaptcha/api2/download.png');
    background-repeat: no-repeat;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-audiochallenge-tdownload-link {
        background-image:url('https://www.gstatic.com/recaptcha/api2/download_white.png');
        background-repeat: no-repeat;
        background-size: 36px;
        color: transparent;
        display: inline-block;
        height: 36px;
        opacity: .55;
        overflow: hidden;
        width: 36px
    }
}

.rc-audiochallenge-tdownload-link-on-dark {
    background-image: url('https://www.gstatic.com/recaptcha/api2/download_white.png');
    background-repeat: no-repeat;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-audiochallenge-tdownload-link:focus,.rc-audiochallenge-tdownload-link:hover {
    opacity: .8;
    outline: none
}

.rc-audiochallenge-tdownload-link-on-dark:focus,.rc-audiochallenge-tdownload-link-on-dark:hover {
    opacity: .8;
    outline: none
}

.fake-focus-audio {
    height: 0;
    opacity: 0;
    width: 0
}

.rc-canvas-image {
    display: none
}

.rc-canvas-canvas {
    cursor: pointer
}

.goog-container:focus {
    outline: none
}

.rc-defaultchallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-defaultchallenge-response-field .rc-response-input-field {
    width: 230px
}

.rc-defaultchallenge-payload {
    border: none;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 61px;
    text-align: center
}

.rc-defaultchallenge-incorrect-response {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 20px
}

.rc-doscaptcha-header {
    padding: 10px;
    margin: 10px;
    height: 20%;
    background-color: #1a73e8
}

.rc-doscaptcha-header-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: white
}

.rc-doscaptcha-body {
    height: 80%
}

.rc-doscaptcha-body-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px
}

.rc-doscaptcha-footer {
    pointer-events: none
}

.goog-container:focus {
    outline: none
}

#rc-imageselect {
    min-width: 240px;
    font-family: Roboto,helvetica,arial,sans-serif;
    background-color: #fff
}

#rc-imageselect .rc-button:focus {
    outline: none
}

.rc-imageselect-desc {
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 100px;
    position: relative
}

.rc-imageselect-instructions .rc-imageselect-desc strong {
    font-size: 22px
}

.rc-imageselect-desc span {
    display: block
}

.rc-imageselect-desc-no-canonical {
    position: relative
}

.rc-imageselect-desc-no-canonical span {
    display: block
}

.rc-imageselect-payload {
    min-width: 240px;
    margin: 0 7px;
    padding: 7px 0
}

.rc-imageselect-challenge {
    position: relative;
    width: 100%;
    height: 100%
}

.rc-footer {
    min-width: 240px
}

.rc-imageselect-incorrect-response,.rc-imageselect-error-dynamic-more,.rc-imageselect-error-select-more,.rc-imageselect-error-select-something {
    color: #d14836;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background-color: white
}

.rc-imageselect-desc-wrapper {
    margin-bottom: 6px
}

.rc-imageselect-checkbox {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTExLTA0VDIzOjE2OjI2LTA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM3Y2M2MTEtMjg5Mi00MmFkLWEyYmYtMjk1MzA4NGYxNjA1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjEwZGYyNmItNGU5Mi0wNTQxLThjMDYtMTJjNWQ5ZDFmMjcxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZjE0YzAyYmQtNDJhOC00ODkxLWIxMjMtMWZhYjg2NzZlNzJmIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMTRjMDJiZC00MmE4LTQ4OTEtYjEyMy0xZmFiODY3NmU3MmYiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTY6MjYtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMDJkMDg2Zi1mNmZjLTRjMzItYWU2Zi0wOWMxZmU4MzFhNzciIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MDktMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzdjYzYxMS0yODkyLTQyYWQtYTJiZi0yOTUzMDg0ZjE2MDUiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MzUtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlXsutAAAASdSURBVFiFtZdbbBRVGIC/mdnZdndr2+0l0BYsaEJ4ABGkUhHjlT6oT7QRbcHaqGkhvFBjBU3AKy9aTYwaQ9pI6wMxEClQiLcmKomtYikCkZsILbYGWuh2aXfLtrvHh53ZPTvdbbdtPMnJzOzMme87/392zjkKyRdFOipx7gupJlWEENiSBCuACij3bfgmx5G+dGUQez4h3S1CwQGh+PoGvcd+u7C3fAgITUcmXk/igbVVNdcrbJqr6nLqrTWJGiz03/FDaHxwd/vueYeAoEVmQhFCJBSIgIuqLxT3pqX/NFVPYkVc7UHl/JaOT1eesYgkJaAAGmArfvnqxp50ffd04HJZMDJS9svnd7cC4/EkhBCoieAP1HRXzgYOcMXl2l+8+exTgI4xhqzPKJZzFdDvf6lz9T8ZBW2zgcsl33N6xe+Na//EEglrBMK9z8qyzxZecY+bLytzIte6fdVHhKOgYYmCKWD23lZUdrxiNvANy9y8W67z2FKNPRvDEt1O38PF1Z0lhkBMKmQBDdB1LadqpvCNy9y885yO3aYwMio4+Ot45J6iFlYRZyyYFyqgLSjZlXfF6S+aCfz5e928bcCHRwV1zQEOXPBE7nc7x592Fj7kwpIGVTpqcwufKJ4p/K1no/DXmgK0SHCzLH70jWVY0mCehFNgc+TLDdbkZtCxLZeaVe6E8MrlUfgtv6CuKUDLxYlwAJuWMY9oBGIEVEBDOHPkBjvK7czPUXm9VGdTHIkXlrt5c30s/GACeNjAkS1FAOQTQEH1euXn61vGuDks0FSF7aU6m4qjElUr3Ow04F4DfuivSeCACHq9Uu8VIDIbKoAyFhi6hiMv0uDbbg+iMZP6F+1kpSlsX6ej4MYfgJ3rdXQtCj88BRzgtvff69bf5AiI/vNHTlkf+O6qh9rGADduhSOxbZ0ehfsEdXuSgwP83fHJ2UQCAhA9x97vi9fw+6setjYEGDAkTPirTQEOX0oOXjgifh7uOebDMj2rxkXIqMF5Q5d2xXtBW6+HWkNiyCd45YsArUnCAfy+E18TOxcIiA4GHUgF0uxpc7Jyqv84nehFjxdkkmKHo5eThwP01c9dDHiBYWAUGBdCCDMFIcNuLDB8zZfV07Y50Yvaej3ThrvO7i0HAsAYlhlRTkHQeCBwZl/FjwVDlz6eFiVBmdN/YsfFo1u7gNvG+2MWJvIgNAVGAf/xhgcb5nsvfzYb+NyBk+91NT95APBLAkFZQJ6bVcLfhVTACbgA15Ky5rU3C0s+mC48/dz+6nNHtrQDI4TzbkqYKZiwJoysiIAUQ8IJOFPdCzOXlDaV92UsqpkKnHfj5Ienvnpm35jfOwz4jCpHIGZFZF2jRdYFhkQq4DCOqYB+5+raRdl3PbJET8nO1VRH+nhoZHBsdGCg/1xrV29nYzfhwXbbgPoJp9TseUz4E62KVaLpsBsiZrUTXVrJX9HIv0gSMKs58mPgpkC8nZF1ZxP5dxhSkwmYEnJNuC+AqXdGZjS0ONX8iMmiZjV7POOdUTwRWUieUuVomZ90wSS9nq6ALCLvkM2jCZGPSe2QhRAoQiS9m/5fyn/lu/UIgBExrQAAAABJRU5ErkJggg==);
    display: none;
    position: absolute
}

.rc-imageselect-report-image {
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.rc-imageselect-table-42,.rc-imageselect-table-33,.rc-imageselect-table-44 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease
}

.rc-imageselect-table-42 {
    margin: -2px
}

.rc-imageselect-table-33 {
    margin: -2px
}

.rc-imageselect-table-44 {
    margin: -1px
}

.rc-imageselect-table-42 td {
    padding: 2px
}

.rc-imageselect-table-33 td {
    padding: 2px
}

.rc-imageselect-table-44 td {
    padding: 1px
}

.rc-image-tile-target tr,td {
    margin: 0
}

.rc-imageselect-keyboard {
    outline: solid orange!important;
    position: relative;
    z-index: 100
}

td:focus {
    outline: none
}

.rc-image-tile-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #1a73e8;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 1s cubic-bezier(0.49,0.78,0.46,1.34);
    filter: alpha(opacity=0)
}

.rc-image-followup-tile {
    display: block
}

.rc-imageselect-dynamic-selected {
    position: relative;
    transition: all 2s ease;
    opacity: 0.01
}

.rc-imageselect-dynamic-selected .rc-image-tile-target {
    opacity: 1
}

.rc-imageselect-dynamic-selected .rc-imageselect-checkbox {
    display: block;
    opacity: 1;
    background-size: cover;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.rc-image-tile-target {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative
}

.rc-imageselect-tileselected {
    position: relative
}

.rc-imageselect-tileselected .rc-image-tile-wrapper {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.rc-image-tile-wrapper {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

.rc-imageselect-tileselected .rc-imageselect-checkbox {
    display: block;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.rc-imageselect-candidates {
    border: 2px solid white;
    box-sizing: border-box;
    height: 94px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 112px
}

.rc-imageselect-candidates>div {
    background-size: 112px 94px;
    display: inline-block;
    height: 94px;
    margin: 2px;
    position: relative;
    width: 112px
}

.rc-imageselect-challenge {
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-imageselect-target>div:hover {
}

.rc-imageselect-response-field-error {
    border-bottom: 1px solid #ff0000
}
 
.rc-imageselect-desc {
    font-size: 16px
}

.rc-imageselect-desc-wrapper span {
    font-size: 14px
}

.rc-imageselect-clear {
    clear: both
}

.rc-image-tile-wrapper {
    overflow: hidden;
    position: relative;
    transition: 0.1s ease
}

.rc-image-tile-wrapper img {
    position: relative;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.rc-image-tile-11 {
    width: 100%;
    height: 100%
}

.rc-image-tile-42 {
    width: 200%;
    height: 400%
}

.rc-image-tile-33 {
    width: 300%;
    height: 300%
}

.rc-image-tile-44 {
    width: 400%;
    height: 400%
}

.rc-imageselect-instructions {
    height: 113px;
    width: 100%;
    margin-bottom: 7px;
    position: relative
}

.rc-imageselect-desc-wrapper {
    background-color: #1a73e8;
    position: relative;
    padding: 24px;
    color: white;
    height: 66px;
    font-size: 16px
}

.rc-imageselect-progress {
    background-color: #417cc1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 15px;
    transition: all 1s ease
}

.rc-imageselect-carousel-offscreen-right {
    left: 105%;
    position: absolute;
    transition: 0.5s ease
}

.rc-imageselect-carousel-entering-right {
    left: 0%;
    position: absolute;
    transition: 0.5s ease
}

.rc-imageselect-carousel-mock-margin-1 {
    top: 1px
}

.rc-imageselect-carousel-mock-margin-2 {
    top: 2px
}

.rc-imageselect-carousel-leaving-left {
    left: 0%;
    opacity: 0.5;
    position: relative;
    transition: 0.5s ease
}

.rc-imageselect-carousel-offscreen-left {
    left: -105%;
    opacity: 0.5;
    position: relative;
    transition: 0.5s ease
}

.rc-imageselect-carousel-instructions {
    transition: 0.2s ease;
    opacity: 1
}

.rc-imageselect-carousel-instructions-hidden {
    opacity: 0.5
}

.rc-canonical-stop-sign {
    background: url('https://www.gstatic.com/recaptcha/api2/stop_sign.jpg');
    background-repeat: no-repeat
}

.rc-canonical-speed-limit {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_speed_limit.png');
    background-repeat: no-repeat
}

.rc-canonical-street-name {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_street_name.png');
    background-repeat: no-repeat
}

.rc-canonical-other {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_other.png');
    background-repeat: no-repeat
}

.rc-canonical-bounding-box {
    background: url('https://www.gstatic.com/recaptcha/api2/boundingbox2.gif');
    background-repeat: no-repeat
}

.rc-canonical-car {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_car.png');
    background-repeat: no-repeat
}

.rc-canonical-road {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_road.png');
    background-repeat: no-repeat
}

.rc-canonical-bridge {
    background: url('https://www.gstatic.com/recaptcha/api2/canonical_bridge.png');
    background-repeat: no-repeat
}

.rc-prepositional-payload {
    padding: 20px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.rc-prepositional-select-more,.rc-prepositional-verify-failed {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0px 20px
}

.rc-prepositional-target label {
    margin: 5px;
    float: right
}

.rc-prepositional-instructions {
    margin-bottom: 20px
}

.rc-prepositional-table {
    width: 100%
}

.rc-prepositional-table td {
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    padding: 15px
}

.rc-prepositional-table td.rc-prepositional-selected {
    background: #efefef;
    border: 1px solid #656565
}

.rc-2fa-payload {
    font-family: Roboto,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #202124;
    text-align: center
}

.rc-2fa-background {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    overflow: auto
}

.rc-2fa-container {
    background-color: #fff;
    width: 328px;
    overflow: auto;
    margin: 100px auto
}

.rc-2fa-header {
    margin: 36px 0 24px 0;
    font-size: 16px
}

.rc-2fa-instructions {
    margin: 24px 40px;
    line-height: 17.5px
}

.rc-2fa-response-field {
    text-align: center
}

.rc-2fa-response-field input {
    width: 11.2ch;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px #979797 solid;
    font-size: 20px;
    letter-spacing: 0.8ch;
    padding-left: 1.2ch;
    padding-right: 0
}

.rc-2fa-response-field input:focus {
    border: 1px #185abc solid
}

.rc-2fa-response-field-error input {
    border: 1px #d93025 solid
}

.rc-2fa-response-field-error input:focus {
    border: 1px #d93025 solid
}

.rc-2fa-error-message {
    height: 36px;
    font-size: 12px;
    color: #d93025;
    margin: 2px 40px
}

.rc-2fa-submit-button-holder button {
    margin: 0 auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background-color: #185abc;
    border: 1px solid #185abc;
    color: #fff
}

.rc-2fa-submit-button-holder button:disabled {
    background-color: white;
    border: 1px solid #979797;
    color: rgba(0,0,0,0.38)
}

.rc-2fa-cancel-button-holder button {
    margin: 20px auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background: none;
    border: none;
    color: #185abc
}

.rc-2fa-cancel-button-holder button:active {
    border: none
}

.rc-response-input-field {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 9px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 270px
}

.rc-response-input-field:focus {
    border: 1px solid #1a73e8
}

.rc-response-input-field-error,.rc-response-input-field-error:focus {
    border: 1px solid #ff0000
}


.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}


.d-inline-block {
    display: inline-block!important;
}

.navbar {
    position: relative;
    min-height: 28px !important;
    margin-bottom: 0px!important;
}
.collapse{ overflow: hidden;}
.game-name .text-dark {color: #343a40!important; padding: 0 15px; cursor: pointer;}
.coupon-table tr td:first-child {
    padding-left: 15px;
    vertical-align: middle;
    padding-right: 15px;
}

.pb-4{ padding-bottom: 40px;}

.d-block {
    display: block!important;
}


.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: #fff;
    margin-right: 20px;
    font-size: 15px;
    background-color: red;
    padding: 2px 10px;
    border-radius: 5px;
  }

  .d-block {
    display: block!important;
}
.mtb-2{ margin: 20px 0;}
.h6, h6 {
    font-size: 1rem; margin: 0;}
h1,h2,h3,h4,h5,h6{ margin: 0; }
.mainplayarm {
    margin: 3px 4px; display: flex;
}

.mainplayarm li {
    padding: 1px 2px;
    font-size: 10px;
    border-radius: 5px;
    background: #b1b1b1;
    margin-right: 5px;
    color: #313131;
}
.nav-tabs>li>a{ padding: 3px 15px}
.d-flex{ display: flex;}
.nav-link{ cursor: pointer;}
.fBox{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}




.suspendedtext {
	position: relative;
	pointer-events: none
}




.suspendedtext:after {
	content: attr(data-title);
	text-transform: uppercase;
	background-color: #131313c2;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0px;
	top: 0px;
	color: var(--red-color);
	font-size: 10px;
	font-weight: var(--font-bold);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	cursor: not-allowed;
	pointer-events: none
}

/* .suspendedsingle:after{
	font-size: 7px !important;
} */

.table-header .box-6{ width: 54%; min-width: 54%; max-width: 54%;}
.table-header .box-1a{ width: 13%; min-width: 13%; max-width: 13%;}
.custom-btn{ width: auto!important; max-width: inherit!important; padding: 0 10px!important; color: #fff!important; font-weight: 400!important;}
.betslip-error{ background: red; padding: 5px; color: #fff;}


.negative{
    color: red!important;
}
.positive{
    color:green !important;
}

.text-green{
    color: green !important;
}

.text-red{
    color: red !important;
}

.tgreen{
    color: green !important;
    font-weight: bold;
  }
  
  .tred{
    color: red !important;
    font-weight: bold;
  }

.bet-table {
	background-color: var(--bg-table);
	border-radius: 8px 8px 0 0;
	margin-top: 0;
	position: relative;
	transform: translateZ(0)
}

.bet-table-header {
	height: 40px;
	padding: 8px;
	border-radius: 0;
	display: flex;
	display: -webkit-flex;
	width: 100%
}

.bet-table-header.nodata {
	background-color: var(--bg-sidebar);
	color: var(--text-sidebar);
	justify-content: center
}

.player_book {
    width: auto !important;
    margin: auto;
    text-align: center;
}
.scoreboard-2{padding: 20px 0 2px!important; position: relative; z-index:0;}
.scoreboard-2 .score-header .top-header{ background: var(--theme2-bg)!important;}
.scoreboard-2 .score-header .detail-score .small-score-details{ background: var(--theme2-bg)!important;}
.scoreboard-2 .score-header .detail-score .small-score-details .more-tab .more-arrow{ background-color:var(--theme2-bg)!important;}
.scoreboard-2 .score-header .more-tab .more-arrow{ background-color:var(--theme2-bg)!important;}
.scoreboard-2 .score-header .detail-score .score-details{ background-color:var(--theme2-bg)!important;}
.scoreboard-2 .tName{ top:-24px!important; background: #476079!important;}
.dropdown{margin: 20px 0 5px!important;}
.team-score{ background: none!important; left: inherit;}
.grayBox{background: #476079!important;}
.scoreboard-2 .score-header .detail-score .score-details .header{background: var(--maindark)!important;}
.scoreboard-2 .score-header .detail-score .score-details .details-center .over-details{background: var(--maindark)!important;}
.scoreboard-2 .score-header .left-team .team-name .team-img, .scoreboard-2 .score-header .right-team .team-name .team-img{border: 4px solid var(--theme2-bg)!important;}
.card-body{margin: 0 0 15px;}
.card-body h6{padding: 8px 18px; font-size: 14px;}
#sr-widget{width: 100%!important}
/* .tab-content{margin: 20px 0 0;} */
.visible{ margin: 10px 0 0;}
.home_page{ margin: 15px 5px 0;}
/* .tab-content{margin: 20px 0 0;} */
.visible{ margin: 10px 0 0;}
.home_page{ margin: 0 5px; background: #ccc;}
.home_page .dashboard{ overflow: hidden;}
.date-btn-main{ overflow:inherit!important; margin-left: 10px!important;}
.date-btn-main div{ background: none!important;}
.date-btn-main .document_button{ background: none!important;}
.usercontan .filters{ margin-top: 0!important; overflow: hidden; padding:0 0 0px}
.usercontan{overflow: auto; border: 1px solid #dee2e6; margin: 2px 0 0; padding: 10px; height: calc(100vh - 205px);}
.usercontan::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.usercontan .balance-status{ margin: 0!important;}
.btnpdf, .btnexc{ background: none!important;}
.filter-type{margin-left: 0!important;}
.filter-type span{ font-size: 16px!important;}
.date-btn-main div{ font-size: 16px; padding: 0 7px 0 0!important;}
.filter-type select{ background: none!important; border: 1px solid #dee2e6!important; font-size: 14px!important; height: 37px; margin-top: 0!important;}
#dateRange{ border: 1px solid #dee2e6!important; background: none!important; width: 260px!important; font-size: 14px!important; color:#000!important; opacity: inherit!important; margin: 0 15px 0 0;}
.balance-status{}
/* .usercontan .datatable-header-inner{border-bottom: 2px solid #dee2e6!important;} */
.datatable-scroll .datatable-row-even{ background: #f1f1f1;}
.datatable-scroll .datatable-row-wrapper{ border-bottom: 1px solid #dee2e6;}
.usercontan .datatable-header-cell{ border: 1px solid #dee2e6; border-left: none;  padding:4px 5px; font-weight: bold; font-size: 14px;}
.usercontan .datatable-header-cell:nth-child(1){ border-left: 1px solid #dee2e6;}
.usercontan .datatable-body-cell { border: 1px solid #dee2e6; border-left: none; border-top: none; padding:5px; font-size: 14px;}
.usercontan .datatable-body-cell:nth-child(1){ border-left: 1px solid #dee2e6;}
.balance-custom-btn{ background: var(--theme1-bg)!important; padding: 7px 12px!important;}
.date-btn-main{ background: none!important;}
.container-main-profit-loss .filters{ padding: 0!important;}
.empty-row{ padding: 10px;}
/* .ngx-datatable .datatable-footer .datatable-footer-inner{ justify-content: center;} */

.ngx-datatable .datatable-footer .datatable-pager .pager, .ngx-datatable .datatable-footer .datatable-pager .pager{ display: flex!important;}
.pager li > a{ border-radius: 0; height: 40px;}
.ngx-datatable .datatable-footer .datatable-pager .pager, .ngx-datatable .datatable-footer .datatable-pager .pager li{ vertical-align: middle;}
.pager li{ border: 1px solid #dee2e6; margin-left: -1px!important;}
.pager li > a, .pager li > span{ padding: 12px 12px 10px 12px;}
.filter_by_page{ display: none!important;}
.games-section{ display: flex; margin: 10px 0 15px;}
.container-main-profit-loss .games-section .games-text a{ text-decoration: none!important; color: #000; padding: 0.5rem 1rem!important; box-shadow: none!important; background: var(--grey-bg)!important; border-right: 1px solid var(--theme2-bg)!important; border-bottom:2px solid transparent!important;}
.container-main-profit-loss .games-section .games-text:last-child a{ border-right: none!important;}
.container-main-profit-loss .games-section .games-text .custom-active-games{border-bottom:2px solid var(--theme2-bg)!important;}
.date-btn-main{height: 62px;}
.games-text select, .select_filter select{ background: none!important; border: 1px solid #dee2e6!important; font-size: 14px!important; height: 37px; margin-top: 0!important; width: auto!important; color: #000;}
.filters .form-control-d3{border: 1px solid #dee2e6!important; height: 37px; box-shadow: none!important; background: none!important; width: 260px!important; font-size: 14px!important; color:#000!important; opacity: inherit!important; margin: 0 15px 0 0;}
.ourBook{ background: var(--theme2-bg); width: 30px; height: 30px; line-height: 30px; border-radius: 30px; color: #fff; padding: 8px 0 0;}
.date-btn-main div{ margin: 0!important;}
/* .ngx-datatable .datatable-body{ height: auto!important;}
.virtualized .datatable-header{ height: auto!important;} */
.balance-status{ position: relative;}
.d3-footer{ position:absolute; bottom: -50px; left: 0;}
.balance-status .scroll-horz { height: calc(100vh - 350px)!important; }
.ngx-datatable .datatable-footer .datatable-footer-inner{ margin: 15px 0 0;}
.tab-content thead{ border-top: 1px solid #dee2e6;}
.table-transferred .table-header{ display: revert!important;}
.table-transferred .table-header tr th{ color: #000!important;}
app-player-book-detail .table-transferred .table-header tr th{ color: #fff!important;}
/* #updatePassword .modal-dialog .modal-content{ width: auto!important; background:#fff!important; overflow: hidden;} */
.changePasswordModal .modal-dialog {width:480px;}
.changePasswordModal .modal-dialog .modal-content .modal-header{background: var(--theme2-bg)!important;}
.changePasswordModal .modal-footer .btn-primary{ padding:8px 15px!important;}
.changePasswordModal .modal-content br{ display: none;}
.changePasswordModal input {padding: 18px 15px;}
/* #updatePassword .toggelPass{bottom: 20px !important; right: 5px;} */
.changePasswordModal button.close {margin-top: 5px;}
.changePasswordModal .modal-footer {border-top: 0; padding-top: 0;}
.validation-message {font-size: 12px; color: #f00;}
.changePasswordModal span.errorMa {color: red; font-size: 11px;}
.changePasswordModal span.eyeIcon {position: absolute; right: 13px;  top: 11px; font-size: 14px;}
.changePasswordModal .form-group {position: relative;}
.header-top .completer-holder input{ width: 300px; height: 38px; box-shadow: 0 0 5px rgba(0,0,0,0.7); padding: 0 10px; border: none; outline: none; color: #000; }
/* .completer-holder .completer-dropdown-holder{ width: 300px!important; height: 500px!important;} */
.ballance .t-underline{ cursor: pointer;}
.select_filter a{ text-decoration: none;}
.select_filter span{ color: #000;}
.modal-content .modal-footer .btn-secondary{ background: var(--theme1-bg)!important; color: var(--primary-color);}
.featured-box-login h4{margin: 0 0 10px; font-size: 24px;}
.login .form-group .form-control{ height: 38px!important; font-size: 14px; background: none!important;}
app-playerinfo-forgot .formdd2 .classOtp {  margin-top: 0px !important;}
.login .form-group .btn-submit{height: 38px!important;}
.login .recaptchaTerms{ text-align: center; display: block;}
.profile-container .changepassprof, .change-password-head-text{ display: none;}
.profile-container .change-password-box{ width: 65%;}
.profile-container .password-text{font-weight: normal; margin: 0 0 3px;}
.profile-container .form-group .form-control{ height: 40px; background: none;}
.profile-container .submit-payment{ margin-left: 0!important;}
.profile-container .submit-payment .btn-submit-payment{ background:var(--theme1-bg)!important; color: #fff; border: none; border-radius: 5px;}
.navbar .nav-item{ cursor: pointer;}
.navbar .router-link-active{ position: relative;}
.navbar .router-link-active::before{content: "";
    position: absolute;
    z-index: -1;
    left:0;right:0;
    bottom: 0;
    background: #fff!important;
    height: 2px!important;}
.account li{ cursor: pointer;}
.mtree-main .mtree li{ cursor: pointer;}
.completer-dropdown {
    overflow: hidden;
    overflow-y: auto; width: 298px!important; top:39px; right: 0;
    max-height: 450px;
  }
.completer-dropdown-holder{ color: #000!important;}

.maindroppa{ background-color: var(--theme2-bg85)!important; color: #fff!important; border-radius: 0;}
.sports-wrapper .dropdown .btn-default{background-color: var(--theme2-bg85)!important; text-align: right; color: #fff!important; border-radius: 0; width: 100%; }
.sports-wrapper .dropdown .btn-default i{margin-right: 5px;}
#sidebar-right{ position: sticky; top: 5px; background: #fff;}
/* .sidebar-right-inner{ height: 82vh;} */
.sidebar-right-inner{ overflow-x:hidden; overflow-y: auto; height: 82vh; position: relative;
	scrollbar-width: thin;
	scrollbar-color: #fff #ccc; mask-image: linear-gradient(to top, transparent, black),
linear-gradient(to left, transparent 3px, black 3px);
	mask-size: 100% 20000px;
	mask-position: left bottom;
	-webkit-mask-image: linear-gradient(to top, transparent, black),
	linear-gradient(to left, transparent 3px, black 3px);
	-webkit-mask-size: 100% 20000px;
	-webkit-mask-position: left bottom;
	transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
/*.hSroll:hover{-webkit-mask-position: left top;}*/
.sidebar-right-inner::-webkit-scrollbar {
	width: 4px;
}
.sidebar-right-inner::-webkit-scrollbar-track {
	background: #fff;
}
.sidebar-right-inner::-webkit-scrollbar-thumb {
	background-color: #ccc ;
	border-radius: 4px;
}
.sidebar-right-inner:hover{-webkit-mask-position: left top;}
/* .fancy-market .table-body p{ display: none;}
.fancy-market .table-body .ourBook{display: none;}
.fancy-market .table-body .min-max{display: none;}
.fancy-market .table-body:first-child p{ display: block;}
.fancy-market .table-body:first-child .ourBook{ display: block;}
.fancy-market .table-body:first-child .min-max{ display: block;} */
.luckyNo{ float: left; width: 60%; padding: 0 !important;}
.luckyNo ul{ display: flex; flex-wrap: wrap; justify-content: center; position: relative;}
.luckyNo ul li{ width: 20%; display: block; border: 1px solid #fff; margin: 0 -1px -1px 0; background:#72BBEF; color: #000; text-align: center; padding:8px 10px; font-size: 16px; font-weight: bold;cursor: pointer;}
.luckyNo ul li span{ font-size: 12px; font-weight: normal; display: block; margin: 3px 0 0;}
.luckyNo .suspended:after{ content:'Suspended'!important; font-size: 18px!important;}
.luckyNo .ballrunning:after{ content:'Ballrunning'!important; font-size: 14px!important;}

.profit-loss-status .ngx-datatable .datatable-header{ height:auto!important;}
.profit-loss-status .virtualized{float: right;}
.datatable-footer-inner h4{ margin-top: 10px;}
.mt-2{ margin-top: 20px;}
ngx-datatable datatable-body .empty-row {
	background-image: none!important; font-size: 0px; display: flex; justify-content: center; align-items: center;
}
ngx-datatable datatable-body .empty-row::after{ content: 'No Record found'!important; font-size: 18px; padding: 10% 0 0;}
@media(max-width:1299px){
    .scoreboard-2 .score-header .detail-score .score-details .runs-need .title{bottom: 3px!important;}
}


.nav-tabs > li > a {
    margin-right: 0px !important;
    
}

app-bet-history .balance-status > ngx-datatable, app-player-profit-loss .balance-status > ngx-datatable {
    height: calc(100vh - 200px) !important;
}

app-player-profit-loss .balance-status > ngx-datatable {
    height: calc(100vh - 200px) !important;
}


.popimgcoin .modal-header .modal-title{ font-size: 18px;}
.popimgcoin .modal-header .modal-title .close{ border: none!important; opacity:inherit!important;}
.popimgcoin .modal-header .modal-title .close span{ font-size:20px; color: #000;}
.ch-theme{ display: flex; justify-content: center; flex-wrap: wrap;}
.ch-theme li{display: flex; align-items: center; width: 25%; background: #000; border: 1px solid #fff; padding: 10px;  margin: 10px; cursor: pointer; border-radius: 10px; transition: all 0.5s ease 0s ;}
.ch-theme img{ max-width: 100%; border-radius: 10px;}
.ch-theme li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
.ch-theme li:focus{ box-shadow: none;}
.sports-wrapper .dropdown .btn-default i{ margin: 0!important;}
.sidebar-right-inner .coupon-table thead th:first-child{ white-space: nowrap;
    overflow: hidden; display: block;
    text-overflow: ellipsis; width: 100px!important;}
app-force-to-change-password .modal-body{ padding: 15px 20px!important;}
app-force-to-change-password .close{text-shadow: none;}
.refressh{ margin: 0 auto; text-align: center;}
.casinocard .nav-tabs .nav-item img{ height: 40px;}
app-d5-casino-banner .nav-tabs .nav-item img{ height: 40px;}
app-low-bal-currency-info .ranged3, .welcoinModal .ranged3{top: 10%!important;}
.slider{ position: relative;}
.slider::before{ display: none;}
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: var(--theme1-bg)!important;
    cursor: pointer;
    margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }
  
  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: var(--theme1-bg)!important;
    cursor: pointer;
  }
  
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: var(--theme1-bg)!important;
    cursor: pointer;
  }
  .footermm button{ color: #fff!important;}


  .hidecasinotab app-d5-casino-banner .nav-tabs{
    display: none ;
}
.popimgcoin {
    width: 100% !important;
}
.popimgcoin .modal-header .close{
    right: 6px !important; top:0px;
}
.popimgcoin .footermm button{ box-shadow: none!important; border: none!important; outline: none!important; width: 100%!important;}
.casinoCol{ width: 100%!important; max-width: 100%!important; flex:0 0 100%!important}
app-casino-event-detail div.container-livescore.casino.for-d4{height: 100% !important; overflow: hidden!important;}
app-casino-animation div.container-livescore.casino.for-d4{height: 100% !important; overflow: hidden!important;}

app-casino-event-detail div.container-livescore.casino.for-d4 .container-nav-text{ font-weight: 600; margin: 0 0 10px;}
.uldata{ list-style: none; align-items: center;}
.uldata .suspended{ display: flex; justify-content: center; align-items: center;}
.uldata .suspended p{ display: none;}
.event_card .wrapper_card .card_event:hover{border-left: solid 5px var(--theme1-bg)!important;}
.table-card-header-bg{display: flex; justify-content: space-between;}
.inputboxmain input[type=text]{border: solid 1px #ccc!important;}
.bet_popUp .customBetFooter{ justify-content: center!important;}
.bet_popUp .customBetFooter .saveedit1{background: var(--theme1-bg)!important; margin: 5px 5px 5px 0;}
.bet_popUp .customBetFooter .saveedit{background: var(--theme2-bg);}
/* .mmaingamem{ height: 240px!important; top: 0 !important;} */
.mmaingamem .main{ min-height: auto!important;}
.for-d4{ margin-top: -5px;}
.for-d4 .container-nav-text{ display: none;}
.table-responsive thead{ margin: 0 0 2px;}
.marketone .table-card-header-bg .unmatch-text{ background:#636060; color: #fff; width: 100%; padding: 5px 8px 5px; display: block;}
/* .marketone .faded-text{margin: 5px 0 0; display: block;} */
/* .inputboxmain1{ width:80%!important} */
.close-modal .btn-warning{background-color: var(--theme1-bg)!important; border-color: var(--theme1-bg)!important;}
.studio2Main, .studio2box { width: 100%!important; max-width: 100% !important; flex: 0 0 100% !important; margin-top: -5px;}
.popimgcoin .boxMain{ margin-top: 20px!important;}
.popimgcoin .bodypabal h5{ margin-bottom: 0!important;}
.popimgcoin .bodypabal h4{ margin-bottom: 50px!important;}
.change-password-head-text{ display: none;}

.scard-change{ background: #000; padding: 5px 0 10px;}
  .grayBox{ background: var(--maindark)!important; border-radius: 0 0 10px 10px!important; width: 98%!important; }
  .scoreboard-2 .tName{ background: var(--maindark)!important;}
  .scoreboard-2 .score-header .detail-score .small-score-details{ background: var(--maindark)!important; width: 98%!important;}
  .scoreboard-2 .score-header .detail-score .small-score-details .more-tab .more-arrow{bottom: -46px!important;}
  .scoreboard-2 .score-header .top-header{ border:2px solid var(--maindark)!important; border-radius: 0!important;}
  .scoreboard-2 .score-header .left-team .team-name .team-img, .scoreboard-2 .score-header .right-team .team-name .team-img{border: 2px solid var(--maindark)!important; box-shadow: none!important; background: var(--theme2-bg)!important; width: 88px!important; height: 88px!important; bottom: -5px!important; border-radius: 0!important;}
  .scoreboard-2 .score-header .right-team .team-name .team-img{right: -2px!important; border-left: 0!important; border-radius: 0 10px 0 0!important;}
  .scoreboard-2 .score-header .left-team .team-name .team-img{left: -2px!important; border-right: 0!important; border-radius: 10px 0 0 0!important; }
  .scoreboard-2 .score-header .detail-score .small-score-details{border-radius: 0 0 5px 5px!important; top: 0!important;}
  .scoreboard-2 .score-header .left-score .overs span, .scoreboard-2 .score-header .right-score .overs span{ color: #fff!important;}
  .rules-modal .tab-content{ padding: 15px 0 0;}
  .completer-holder{ position: relative!important;}
  .completer-dropdown-holder{ position: absolute; top:5px; right: 0;}
  .fancy-market .table-body .country-name { visibility: hidden;}
  .fancy-market .table-body .country-name.country-name1 p:nth-child(1){ visibility: visible;}
  .fancy-market .table-body .country-name.country-name1 p:nth-child(2){ display: none;}
  .fancy-market .table-body .country-name.country-name1 p:nth-child(2){     display: block;
    visibility: visible;}
 
    .tab-content.fancy-tab marquee{margin-left: 15px !important;}
  .fancy-market .table-body .country-name.country-name1 marquee{ display: inline-block;
    font-size: 14px;
    font-style: inherit;
    position: inherit;
    bottom: 0;
    right: 0;
    color: inherit;
    width: 100%;
    visibility: visible;
}
  .fancy-market .table-body:nth-child(1) .country-name{ visibility: visible;}
  .sliderbrnHeight  {min-height: 341px;}
  .tamil .header-bottom li a {padding: 3px 8px;}

ul.d5-landing-event-tab {display: flex;flex-wrap: nowrap; overflow-y: hidden; overflow-x: auto; white-space: nowrap;} 

  @media(max-width:1680px){.sliderbrnHeight {min-height: 298px;}}
  @media (max-width:1600px) {
    .sliderbrnHeight {min-height: 272px;}
	.scoreboard-2 .score-header .left-team .team-name .team-img, .scoreboard-2 .score-header .right-team .team-name .team-img{ width: 85px!important; height: 85px!important; bottom: -9px!important;}
	.scoreboard-2 .score-header .top-header{ width: 100%!important;}
	.scoreboard-2 .score-header .detail-score .small-score-details{ width: 100%!important;}
	.scoreboard-2 .score-header .detail-score .small-score-details .more-tab .more-arrow{ bottom: -36px!important;}
	.grayBox{width: 100%!important;}
    .tamil .header-bottom li a {font-size: 13px;}
    .tamil .games-section.tamilTextReduce.container-nav-bg .games-text .primary-color {
        font-size: 13.5px; padding-left: .8rem !important;   padding-right: .8rem !important;
    }
    
  }

  @media(max-width:1440px){
    .tamil .header-bottom li a {font-size: 12.5px;   padding: 3px 6px;}
    ul.d5-landing-event-tab li a {padding: 3px 13px;}
  }

  @media(max-width:1360px){
    .tamil .header-bottom li a {font-size: 12px;   padding: 3px 5px;}
  }
  @media(max-width:1499px){
    .date-btn-main div{ font-size: 14px;}
	.befoclass .dropdown-text{ margin-left: 0!important; margin-right: 5px!important;}
    .filters .form-control-d3{ width:150px!important; margin: 0 5px 0 0!important;}
	.sliderbrnHeight {min-height: 255px;}
    
  }
  @media(max-width:1299px){
    .casinocard .nav-tabs .nav-item img{ height: 30px;}
    .tamil .header-bottom li a {
        font-size: 12px;
        padding: 3px 5px;
    }
  }
  @media(max-width:1099px){
    .casinocard .nav-tabs .nav-item img{ height: 25px;}
  }
  app-loader section{background: transparent!important; box-shadow: none!important;}
    .grayBox {width: 98%!important;}
    
    .videoWrapper {
        position: relative;
        padding-bottom: 56.35%; /* 16:9 */
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0; border: none!important;
        width: 100%;
        height: 100%;
    }
.dropdown .maindroppa *{ font-family: 'Roboto Condensed'!important;}
.othertheme .modal-dialog{ max-width: 700px;}
.othertheme .modal-header{ border-bottom: 1px solid #f0f0f0;}
.icetheme .modal-header{ border-bottom: 1px solid #fff;}
.othertheme .modal-title{ color:#000; font-weight: bold;}
.othertheme .ch-theme li{ width: inherit; border: none; padding: 0; background: none; }
.disclick { position: relative; pointer-events: none;}
.disclick::after {
    width: 100%;  height: 100%; position: absolute; top: 0; left: 0; content: ""; background: #fff; opacity: 0.8;  z-index: 2; cursor: not-allowed;	pointer-events: none;
}
app-player-book-detail .modal-title img{ display: none;} 
span.fancyIcon-daimond img, span.bookmarket-daimond img { width: 18px;  height: 12px;}
.game-icons { padding-right: 15px;    }
.spinner-buttons.input-group-btn.btn-group-vertical button.custom-btn-spinner {border-radius: 0px !important; background: #eee !important; }  
.accept-text {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px 8px !important;
}  
.spinner-buttons.input-group-btn.btn-group-vertical button.custom-btn-spinner:focus {
    outline: 0px !important;
}
 table.table.button-value tr .form-control { color: #000;}


/*** Sugnup ***/


.singpopup .modal-content {
    width: 600px;
    background: var(--maindark) !important;
    padding: 40px 40px;
    float: left;
}


.showphoneexa{
    width: 100%;
    text-align: center;
    margin: 10px 0 24px 0;
    float: left;

}


.singpopup{ width:578px!important;}
.singpopup .modal-content{background: var(--maindark) !important; padding:40px 40px;     float: left;} 
.singpopup .downline-heading{ text-align: center; margin: 0 0 30px; position: relative;}
.singpopup .downline-heading img{height: 80px;}
.singpopup .close{ background: #fff ; width: 35px; height: 35px; border-radius:35px; text-align: center; line-height: 30px; -webkit-border-radius:35px; -moz-border-radius:35px; -ms-border-radius:35px; -o-border-radius:35px; color: #000 !important; opacity: 1; }

.singpopup .back{ background: var(--borderCR); position: absolute; left: 0!important; width: 35px; height: 35px; border-radius:35px; text-align: center; line-height: 30px; -webkit-border-radius:35px; -moz-border-radius:35px; -ms-border-radius:35px; -o-border-radius:35px;}
.singpopup .back .fa{ color:#fff; line-height: 35px;}
.singpopup .downline-form .form-control{
	float: left !important;
    position: relative !important;
    width: 100%; 
	height: 60px!important; color:#fff; -webkit-appearance: none; background:#00000040 !important; border:1px solid rgba(255,255,255,0.1)!important; border-radius:10px; padding: 0 25px; }
.singpopup .ptext{ color:#fff; text-align: left; margin-bottom: 10px ;}

.singpopup .downline-form .col-sm-12.username .form-group{
	width: 100% !important;
	float: left !important;
	margin-bottom: 15px !important;
}


.singpopup .downline-form .col-sm-12.username  .toggelPass {
    color: #fff;
    position: absolute;
    top: 20px !important;
    right: 31px;
    float: right;
}

.singpopup .box-text.resendotp .otptext{
    color: #000 !important;
}
.signUpNew_whattsUp_button-number.blinking i.fa.fa-whatsapp {
    font-size: 24px !important;
}

.singpopup .box-text.resendotp p{
    float: left;
    color: white;
    text-align: left;
}

.box-text.resendotp{
    margin-top: 10px;width: 100%;float: left;text-align: end;
}

.singpopup .btn-primary{cursor: pointer; background: #1d1f20 !important; color:#fff!important; font-size:16px; padding:20px 0; width:100%; border-radius:10px; font-weight: 600;}
/* .singpopup .countrycode{ width: 50px; position: absolute; top:0; left: 0;} */
.singpopup .otptext{background: none; border: none; color:var(--navText)!important}
.datetime{ font-weight:400!important}
.dropdown .active{background: linear-gradient(16deg, #df9c0d 0%, #ffde00 100%) !important;}


.btn-login.singuppoop{
	background: transparent !important;
    border: solid 1px #ffffff !important;
    line-height: 22px !important;
} 



/*** Sugnup End ***/

/* ///forget start ////// */

.header.full-wrap .account-wrap .a-wallet.ewallet-box{
	padding: 4px 10px !important;
    height: auto;
    border: 0;
	background-color: #ffc21d !important;
    box-shadow: none;
    border: solid 1px #7e5e0a;
    border-radius: 4px;
	color: #333;
	font-weight: 700;
}

.profileWrap .col-center {
    overflow: auto !important;
}




.profileWrap .col-center::-webkit-scrollbar {
	width: 0px;
  }
  




.backgrounheader {
	position: fixed !important;
    top: 138px  !important;
    height: 350px !important;
    width: 100% !important;
    background-color: #252525 !important; 
    display: none ;
}

.balheader span{color: #000 !important;}

.footLogo img {
    width: 50px !important;
}


app-d2-footer footer{
	background-color: #222121 !important;
}

.nav-pills>li {
    padding: 10px 0;
}


.nav.nav-pills.radiotext input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
}


.usercontan{

}

.usercontan input[type=radio]{

    border: solid 1px #00b983;
}

.usercontan .activeee input[type=radio] {
    border: 2px solid #00b983 !important;
}

.usercontan input[type=radio]:checked {
    background-color: #00b983 !important;
}

.usercontan .radiotext li label {
    padding: 17px 20px !important;
}




.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

app-d5-player-login-auto .btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
}


app-d5-player-login .btn.btn-submit.btn-login{
    background-color:  var(--theme1-bg) !important;
    border-color: var(--theme1-bg) !important;
    color: var(--primary-color) !important;
}

.usercontan .form-control {
    display: block;
    width: 100%;
    padding: 0;
    padding: 18px 20px;
}

.usercontan ngx-datatable {
    padding-left: 0px !important;}


	.list-group-item *{
		font-weight: normal !important;
	}



.list-group li.list-group-item * h5:last-child{
	font-weight: bold !important;
}


.codeCol li{
	list-style: none !important;
}


.btn-warning {
    background-color: #fbd502 !important;
    border-color: #fbd502 !important;
}


.btn-warning:hover {
    color: #fff;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}



.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
    float: left;
    height: 50px;
}




.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    right: 100px;
    float: left;
}



/* .col-sm-12.username + .col-sm-12.text-center button{
	background-color: var(--theme2-bg) !important;
	color: #fff !important;
} */


/* .login-wrap li p{
    top: -18px;
    position: absolute;
} */


.forgetpassss{

cursor: pointer;
color: #c9c9c9 !important;
width: 100%;
text-align: end;
margin-top: 10px;
float: left;
position: absolute;
top: 25px;
right: 7px;
font-size: 12px;
}





.forgettext{
	color: #000 ;
    cursor: pointer !important;
    margin-top: 10px;
    text-decoration: underline !important;
    text-align: left;
    
}


.forgettext span{
    width: 100% !important;
    float: left; margin-top: 10px !important;
    font-size: 12px;
}

.singpopup.downline-heading{
    margin: 0 0 38px !important;
}


.forgetInfopass{
    padding: 40px 30px;
    background-color: #ffe000;
    display: flex;
    flex-direction: column;
	border-radius: 10px !important;
	width: 480px;
}


.forgetInfopass .col-sm-5.pl-0, .forgetInfopass .col-sm-7.pr-0{
	padding: 0 !important;
}


.forgetInfopass .col-sm-5.pl-0{
	width: 120px;
    margin-right: 30px;
}


.forgetInfopass .col-sm-7.pr-0{
	width: 270px !important;
}

.forgetInfopass .col-sm-7.pr-0 input{width: 100% !important; }


.forgetInfopass input, .forgetInfopass select{

	height: 60px !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
	font-size: 18px !important;

}

.forgetInfopass button.btn.btn-primary.ripple{
	width: 100% !important;
    background-color: #212121;
    padding: 20px 30px;
    color: #fff;
    border-radius: 8px;
    margin-top: 20px !important;
    float: left;
	font-size: 18px;
	margin-bottom: 0;
}

.forgetPassHeadin{
	background: none !important
}


.forgetPassHeadin *{
	white-space: pre;
    font-size: 22px !important;
	padding: 0;
    margin: 0;
}

.forgetPassHeadin h2 { white-space: normal; }

.forgetPassHeadin::placeholder{
	font-size: 18px !important;
	color: #000000;
}


.classOtp{
	width: 100% !important;
	margin-top: 70px !important;
}

.icon-login.forgetPassHeadin{
	text-align: center;
	width: 100%;
}

.formmconform {
	display: flex;
    flex-direction: column;
    width: 100%;

}

.conformpppp{
	width: 100% !important;

}


.forget-password.text-center{
 margin-top: 0px !important;
}

.chngpps{
	position: relative !important;
}

.chngpps .toggelPass{
	top: 20px !important;
    right: 19px !important;
}


.rules-link{
    cursor: pointer;
    text-decoration: underline;
}


app-playerinfo-forgot .main.login {
    flex-direction: column;
    min-height: 350px !important;
    max-height: 350px;
    background: transparent;
}



app-playerinfo-forgot .modal-dialog {
    width: 440px;
    background: transparent !important;
}


app-playerinfo-forgot .forgetInfopass {
    background-color: var(--maindark) !important;
    color: #fff !important;
}


app-playerinfo-forgot .forgetInfopass * select,  app-playerinfo-forgot .forgetInfopass * input, app-playerinfo-forgot .forgetInfopass * ::placeholder{
    color: #fff;
}

app-playerinfo-forgot .forgetInfopass button.btn.btn-primary.ripple{
    margin-top: 0px !important;
    padding: 18px 30px;
}

app-playerinfo-forgot  .formdd2 {
    margin-top: 40px !important;
}


app-playerinfo-forgot   button.close {
    top: 20px;
    right: 0;
    position: absolute;
    color: #000 !important;
    background: #fff;
    opacity: 1;
    padding: 0 10px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
}

app-d2-footer .container {
    float: left;
    width: 100%;
    max-width: inherit;
    background: #222121;
    padding: 0 15%;
}

.chngpps .toggelPass {
    top: 10px !important;
    right: 0 !important;
    position: absolute;
}


app-live-score .dropdown {
    margin: 0 !important;
}


.apl-btn.apl-btn-large.btn-login{
    padding: 20px 0;
    width: 100%;
    background-color: var(--theme2-bg) !important; border: none!important;
    color: #fff !important;
    border-radius: 6px;
}

/*************************  Durgesh End ************************/ 
.ford6{ display: none;}

/* ===== DAIMOND DROPDOWN ARROW CSS ===== */
.daimond-dropdown-arrow {position: relative;}
.daimond-dropdown-arrow .btn-group-vertical {right: 5px; flex-wrap: wrap;  top: 0;}
.daimond-dropdown-arrow .btn-group-vertical .custom-btn-spinner {color: #000 !important;  background: #eee !important;   opacity: 1 !important;}
/* ===== DAIMOND DROPDOWN ARROW CSS ===== */

/* =================== */
.rules-text-style p {
    padding-bottom: 10px; line-height: 20px;
  }
  .rules-text-style ol {
    padding: 0 0 0 23px;
  }
  
  .rules-text-style ol li {
    list-style-type: auto !important; padding-bottom: 10px; line-height: 20px;
  }
  

  .whatsappBar {
    width: 50px;
    height: 50px;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 55%;
    margin: auto 0;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
  }
  .whatsappBar a {
    font-size: 32px;
    color: #25d366;
  }
  app-bet-history .usercontan .filters .befoclass{ overflow: auto!important;}

/* ====== SCAN CODE CSS START =======  */
.qr-code-title {
    font-size: 18px;  text-transform: uppercase;   color: #0a365b;    border-bottom: solid 1px #ccc !important; font-weight: 600;  padding-bottom: 14px;
}
.qr-code li button:hover {
    background: #ec971f;
}
ul.qr-code li .accountName {
    background: #011931;  color: #fff;  padding: 14px 12px;  border-radius: 4px;  margin: 10px 0px 16px; text-transform: uppercase;
}
ul.qr-code li > .scan-code {
	width: 210px;;   
}
ul.qr-code li label { display: none !important; }

ul.qr-code li > button {
    background: #fbd502;  border: 0;padding: 14px 10px; width: 100%; border-radius: 4px; font-weight: bold;
}
.qr-code {
    display: flex; flex-wrap: wrap;  align-items: center; justify-content: center;   margin: 20px 0px 20px;
}
ul.qr-code li { flex-basis: 100%;}
ul.qr-code li label, span.accountName {
    display: block; font-weight: 400;
}
app-balance-overview .depositRow  .form-control-lg{ padding: 14px 20px!important;}
app-balance-overview .text-link{ margin-top: 10px;}
app-balance-overview .nav.nav-tabs.manualinstant{padding: 0 0 0 50px!important;}
.rolling-text { padding-left: 5% !important;}
.singpopup .downline-form .form-control::placeholder { color: #fff;}


.or-text {
	font-size: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
	
	margin-bottom: 6px;
	padding-bottom: 4px;
	position: relative;
	z-index: 1;
	padding: 1px 7px;
	color: #fff;
	
	}
	
	.or-text::after {
	  position: absolute; width: 44%; height: 1px; content: "";  left: 0; background: linear-gradient(45deg,transparent,#fff);  top: 50%;
	}
	
	.or-text::before {
	  position: absolute;  width: 44%;  height: 1px;  content: ""; right: 0; background: linear-gradient(45deg,#fff,transparent);  top: 50%;
	}


    .signup-arrow::after {
        position: absolute; width: 44%; height: 1px; content: "";  left: 0; background: linear-gradient(45deg,transparent,#fff);  top: 95%;
      }
      
      .signup-arrow::before {
        position: absolute;  width: 44%;  height: 1px;  content: ""; right: 0; background: linear-gradient(45deg,#fff,transparent);  top: 95%;
      }
    .signUpNew_icons img {
        height: 55px; 
        width: 55px;
        margin: 0 4px;
      }
input#picture { width: 70%;}
.filefile:before {top: 6px !important;}
.header-top .account ul {
    min-width: 225px !important; right: 8px
}
.transction-modal .footer-modal {
    background: #0088cc !important;
}
button.view_bet {
    background: #fbd502 !important;
}

.signUpNew_whattsUp {
    margin: 15px 0;
}
.featured-box-login span.or-text {
    color: #000;
} 
.featured-box-login span.or-text::before {
    background: linear-gradient(45deg,#000,transparent); top: 8px;
}
.featured-box-login span.or-text::after {
    background: linear-gradient(45deg,transparent,#000); top: 8px;
}


.signUpNew_whattsUp_title {
    margin: 0 10%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}

.signUpNew_icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    margin-top: 12px;
    font-size: 13px; text-align: left;
}
.signUpNew_whattsUp a {
    text-decoration: none;
}
.signUpNew_whattsUp_button .signUpNew_whattsUp_button-number {
    padding: 15px 0px;
}
.signUpNew_whattsUp_button {
    padding-top: 0px !important; background: #009834 !important; margin-top: 15px !important;  border-radius: 6px;
}
.whatsapp-second {
    text-decoration: none !important;
}
.whatsapp-second .signUpNew_whattsUp_button-number {
    padding: 24px 0 !important;
}
.whatsapp-second .signUpNew_whattsUp_button {
    display: flex;
    justify-content: center;
    align-items: center;
   
    max-width: 93%;
    margin: 20px auto 0 !important;
}
.whatsapp-second .signUpNew_whattsUp_button i {
    margin-right: 9px; color: #fff;
}

@keyframes blink{
	0%, 100% {
    opacity: 1;
}
50% {
    opacity: .1;
}
}

/* .signUpNew_whattsUp_button-number {
    font-weight: 600; color: #fff !important;    font-size: 16px;
} */

.signUpNew_whattsUp_button-icon{
font-size: 32px;
color: #25d366;
padding-left: 15px;
}

.blinking {
    animation: blink 1s infinite !important;
}



.maindrop{
    width: 54px;
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 15px;
    margin: 0 !important;
    padding: 0;
  }
  .maindrop .fa{color: #fff;}

  .btn.btn-secondary.dropdown-toggle.dropdownaaa{
	background: transparent;
    border: none;
    height: 34px;
    margin: 0;
    color: #000 !important;
}
.btn.btn-secondary.dropdown-toggle.dropdownaaa:hover{
    color: #000 !important;
}
.btn.btn-secondary.dropdown-toggle.dropdownaaa:active{
    box-shadow: none;
}
 


  .dropdownlogion{
	top: 30px;
    padding: 0;
    margin: 0;
    border: solid 1px var(--theme2-bg);
    background-color: var(--maindark);
    box-shadow: 1px 6px 13px 3px #ababab;
  }
  .dropdownlogion a{
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #ffffff;
  }

  .dropdownlogion a i{
	font-size: 16px;
	width: 22px;
	text-align: left;
  }

  
  

  .dropdownlogion a:nth-child(1){
	border-bottom: solid 1px var(--theme2-bg);
  }
  .login .form-group i.fas.fa-key {
    margin-right: 20px;
}
app-loyalty-points .container-main-history.container-bg {margin-top: 40px !important;}
 @media(max-width:1366px){
    .sliderbrnHeight {min-height: 242px;}
    app-loyalty-points .container-main-history.container-bg {margin-top: 25px !important;}
    .signUpNew_whattsUp_button-number.blinking i.fa.fa-whatsapp {
        font-size: 20px !important;
    }
    .signUpNew_whattsUp_button .signUpNew_whattsUp_button-number {
        padding: 9px 0px; font-size: 16px;
    }
    .whatsapp-second .signUpNew_whattsUp_button-number.blinking {  padding: 20px 0px;}
    .singpopup .downline-heading img {
        height: 60px;
    }
   
    .signUpNew_whattsUp_button-number {
      
        font-size: 12px;
    }
    .signUpNew_icons img {
        height: 48px;
        width: 48px;
       
    }
    .fa-whatsapp.signUpNew_whattsUp_button-icon {
        font-size: 20px;
    }
    .singpopup .ptext {
        font-size: 13px;
    }
    #player-signup .btn-login {
        padding: 13px 0;
    }
    /* .singpopup .modal-content {
        padding: 30px 40px 8px;
    } */
    .signUpNew_whattsUp {
        margin: 7px 0;
    }
    .singpopup .downline-form .col-sm-12.username .toggelPass {
        top: 10px !important;
    }
    .singpopup .downline-form .col-sm-12.username .form-group {
        margin-bottom: 10px !important;
    }
    app-player-sigunp-login div#player-loginSignup .singpopup .toggelPass {
        top: 20px !important;
    }
    #player-signup .singpopup.modal-dialog-centered {
        margin: 0px auto; height: auto !important;
    }
    div#player-signup {
        overflow-y: auto;
    }
    app-player-sigunp-login .singpopup .downline-form .form-control {height: 60px !important;}
    app-player-sigunp-login .singpopup .modal-content { padding-bottom: 25px;}
} 

.stepper .nav-tabs [data-toggle=tab]{
    margin: 20px auto 0 auto !important;
}

@media(max-width:1280px){
    .sliderbrnHeight {min-height: 226px;}
app-bet-history .usercontan .filters .befoclass .document_button {
    margin-right: 11px !important;
}
}
/* =====NEW SCORE CARD PAGE CSS START ====== */
.casinocard ul.nav.nav-tabs {
    white-space: nowrap; display: flex;  overflow-x: auto;  overflow-y: hidden; box-shadow: none;
}


.scorecardd5 .row {
    padding: 0 8px;
    color: var(--primary-color);
  }
  
  .scorebody{
    background-image: url(/assets/images/web-live-score.png);
    background-size: 100% 100%;
      padding: 10px 0 7px;
      background-repeat: no-repeat;
      position: relative; margin-bottom: 8px;
      font-size: 16px !important;
      font-weight: 500 !important;
  
  }
  
  .scorebody .row.mt-1 {
    margin-top: 15px;
  }
  
  
  .scorebody .match_status_list li{
  
    display: inline-block;
      height: 25px;
      line-height: 27px;
      width: 25px;
      border-radius: 50%;
      background-color:#0088cc;
      color: #fff;
      text-align: center;
      margin-right: 4px;
      font-size: 14px;
  
    
  }
  .scorebody .row.mt-1 {
    margin-top: 11px !important;
  }
  
  .scorecardd5 .market-title {
    width: 100%;
    padding: 10px 0 !important;
    font-size: 16px;  border: 0;
  }
  .scorebody span.curent_rate {
    padding-left: 20px;
}
  .scorebody .nav{display: flex; justify-content: end;}
  .scorebody span {
    font-size: 16px;
      font-weight: 500;
      vertical-align: top;
  }
  .scorebody > .row {
    position: relative;
    z-index: 1;
  }
  .scorebody::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .scorebody .dis-flex {
    margin-top: 15px !important;
    display: flex;
    align-items: center;
  }
  @media(max-width:1370px){
  .scorebody .col-sm-6.col-md-2.text-left{
    width: 12%;
  }

  .scorebody .col-sm-12.col-md-6.text-right{
    width: 54%;
  }

  .scorebody .row.mt-1.dis-flex  .col-sm-6.col-md-2{
    width: 12%;
  }

  .scorebody .row.mt-1.dis-flex  .col-sm-6.text-right{
    width: 54%;
  }

}

@media(min-width:1440px){
    .scorebody .col-sm-6.col-md-2.text-left{
     width: 19%;
    }
  
    .scorebody .col-sm-12.col-md-6.text-right{
        width: 47.3%;
    }
  
    .scorebody .row.mt-1.dis-flex  .col-sm-6.col-md-2{
        width: 19%;
    }
  
    .scorebody .row.mt-1.dis-flex  .col-sm-6.text-right{
        width: 47.3%;
    }
  
  }
  
  @media(max-width:1440px){
    .scorebody {
      font-size: 16px;
  }
  .scorecardd5 .market-title {
    font-size: 16px;
  }
  .scorebody span {font-size: 14px;
  }
  
  .ballrun {
    width: 29px;
    height: 29px;
    margin-left: 5px;
    font-size: 14px;
  }
  .header-bottom li a { padding: 3px 10px;}
  }
  
  .d247newTheme li.nav-item.show.active a {
    background: var(--theme2-bg) !important;
    color: #fff !important;
  }
  .casinocard .d247newTheme li a:before{display: none;}
  /* .nav.nav-tabs.m-b-30.d247newTheme li a.nav-link {
    border-right: 0px !important
  } */
  .header-top .balance-custom-btn {
    color: #fff;
  }
  
  .login {
    background-image: linear-gradient(var(--theme2-bg), var(--theme1-bg)) !important;
  }
  
  
  
  app-d5-player-login .col-sm-12.username + .col-sm-12.text-center button.btn-login {
   background-color: #000 !important;
    font-size: 18px !important;
  }
  app-playerinfo-forgot .main.login {
    background: var(--maindark) !important;
  }
  app-playerinfo-forgot .login .form-group .form-control {
    color: #fff !important; border-color: #fff !important;
  }
  app-playerinfo-forgot .login .form-group .form-control::placeholder {
    color: #fff;
  }
  app-playerinfo-forgot .forget-password.text-center .apl-btn.apl-btn-large.btn-login {
    background: #000 !important;
  }
  
  .signUpNew_whattsUp .signUpNew_whattsUp_button {
    background: #000 !important;
  }


  .ball.INFIELDBOUNDARY_0, .ball.INFIELDBOUNDARY_1, .ball.INFIELDBOUNDARY_2, .ball.INFIELDBOUNDARY_3, .ball.WIDE .ball.ByBALL .ball.NOBALL{background-color: #08c;} 

  .ball.INFIELDBOUNDARY_6 {
    background-color: #883997 !important;
}
 
.ball.INFIELDBOUNDARY_4 {
    background-color: #087f23 !important;
}
.ball.WICKET {background-color: #ff0000 !important;}
/* .ball.NOBALL{ background-color: #a90024!important;} */
/* .ball.ByBALL{background-color: #08c!important;} */
.norun{ background-color: #1b1b1b!important;}
  /* ===== SCORE CARD PAGE CSS END ====== */


  .scorebody span.score-flex {
    display: inline-flex;
    justify-content: end;
    min-width: 100px;
}   

.profit-loss-status .d3-footer .mobilevv .col-lg-12 {
    padding: 0px;
}
ul.pager {
    display: flex;
    justify-content: end;
}
.profit-loss-status .d3-footer {
    width: 100%;
    padding: 0px 10px !important;
}
.mobilevv {padding: 5px 0px !important;
}
.ngx-datatable .datatable-footer .datatable-pager {
    flex: 1 1 70% !important;
}
/* .ngx-datatable .datatable-footer .datatable-pager{text-align: center!important; flex:inherit!important;} */

    app-bet-history .usercontan .filters .befoclass .document_button {
        margin-right: 11px !important;
    }



.cashout-button {
    border: 0px;
    font-size: 12px;
    padding: 6px 8px;
    cursor: pointer;
    line-height: normal !important;
    border-radius: 3px;
    background: #fff !important;
    color: #000 !important;
}
.cashout-button[disabled] {
    cursor: no-drop !important;
    opacity: .7;
}
app-d5-player-event-detail .markets .market-title i.fa.fa-info-circle.float-right, app-d5-player-event-detail .markets .market-title span.float-right {
    margin-top: 4px;
}

.text-odds-control {
    margin-left: 3px;
}
.notificationCol{ margin: 10px 0 0;}
.notificationCol .bellIcon{ padding: 0 0 0 8px!important; margin-left: 5px;}
.notificationCol .viewAll{ background: var(--theme1-bg)!important; color: #fff!important;}
#notification-details .table-header{ background: var(--theme1-bg); display: revert;}
#notification-details .table span{ color: #000;}
#notification-details .table th{ color: #000;}

app-show-notification .modal-body{
    color: #000;
    }


    .notificationCol a.bellIcon sup {
        top: -10px !important;}


        app-notification-log  .table-header{ background: var(--theme1-bg)!important; display: inherit !important; width: 100% !important;}







:root{
    --eventbg: var(--theme1-bg) !important;
    --red-color: #d2145a;
    --light-greey: #eeeeee;
    --light-green: #39b14a;
    --text-red: #d03231;
	--maindark: #0088cc;
	--side-bg : ;
    --navText:var(--theme2-bg) !important;
	--main-color-white :  #fff;
}

/* ====== PLAYER EVENTS START ======= */
.evetn-main-wrapper { position: relative; margin-top: 20px;}
.events-header-bg { background: var(--side-bg); width: 100%; float: left; position: absolute; min-height: 360px;}
.card-container {margin: 0 auto; position: relative; z-index: 1; width: 1000px;  padding-top: 0px;}
.evetn-main-wrapper .card-box {background-color: #fff; overflow: hidden; border-radius: 10px; box-shadow: 0 0 20px 6px #0000001f; padding: 20px; height: calc(100vh - 150px);}
.evetns-tab ul { display: flex;}
.evetns-tab ul li { flex-grow: 1; margin: 0px 10px;}
.evetns-tab ul li::marker{content: " ";}
.evetns-tab .tab-button.active{pointer-events: none}
.evetns-tab .tab-button.active, .evetns-tab .tab-button:hover {background: var(--eventbg);  color: var(--main-color-white);}
.evetns-tab .tab-button {border: 0px; background: var(--light-greey); padding: 18px 20px; border-radius: 4px; font-weight: bold; color: var(--side-bg); font-size: 16px;
  text-align: left; display: flex; align-items: center; justify-content: space-between; width: 100%;
}

button.back-button {
    border: 0px;  margin-right: 15px; color: var(--navText);  background: transparent; 
}
.no-data { 
	background: #eeeeee59;
	min-height: calc(100vh - 135px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.no-data p {
	font-size: 28px !important;
	color: #000 !important;
	padding-top: 7px;
} 
.contextTab > ul.match-listing {   justify-content: space-around;}
.evetns-tab .tab-button.active i.fa, .evetns-tab .tab-button:hover i.fa { color: var(--main-color-white);}
ul.match-listing {display: flex; flex-wrap: wrap;}
.match-listing .match_box { position: relative;}
.single-card ul.match-listing > li.match_box, .gusses_wrap li.match_box, .contextTab ul.match-listing ul.input-listing li {cursor: default;}
.match-listing .round label:after{background: #ecb365 !important; border-color: #ecb365 !important;}
ul.match-listing .match_box .img-fluid { width: 100%; height: auto !important;}
ul.match-listing { display: flex; flex-wrap: wrap;}
ul.match-listing li { width: 48%; margin: 0px 1%;   overflow: hidden; cursor: pointer; margin-bottom: 20px;}
ul.match-listing .match_box .img-fluid, ul.match-listing li{border-radius:10px;}
.match-listing .match_box h5 {background: var(--red-color); text-align: center; color: #fff; font-size: 14px; padding: 3px 0px; text-transform: uppercase; font-weight: 800 !important;}
.match-listing .match_box p { background: var(--eventbg) !important; color: var(--main-color-white); padding: 2px 20px;
  font-size: 14px; text-align: center;  line-height: 18px; display: flex; justify-content: center; align-items: center; height: 40px;
}
.match-listing .match_box .match-overlay {
    position: absolute; left: 0; height: 42%; display: flex; justify-content: center; align-items: flex-end;
    width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 46%);
    bottom: 50px;  padding-bottom: 14px !important;  color: #fff !important;    border: 0 !important;   margin: 0 !important;
}
.match-listing-wrapper.single-card h4.match-overlay {
    bottom: 0;
}
.match-listing .match_box  .match-overlay span {
    color: #ff0000 !important;  padding: 0 2px !important;
}
.match-listing .match_box p, .match-listing .match_box h5 { font-weight: bold; margin: 0;}
.match-listing .match_box .image-caption { position: absolute; bottom: 0;  width: 100%;}
/* ====== SINGLE CARD CSS ====== */
.match-listing-wrapper.single-card ul.match-listing { justify-content: space-evenly;}
.match-listing-wrapper.single-card ul.match-listing .highest-score {margin: 7px 0px 7px;   border-radius: 6px;   border-bottom: 4px solid var(--maindark);}
.match-listing-wrapper .inner-card {border-radius: 6px; background: #fff; box-shadow:0 0 6px 4px #0000001f;  margin: 9px 6px; overflow: hidden;}
.evetns-tab .tab-button .fa-exchange { transform: rotate(90deg);}
.match-listing-wrapper.single-card ul.match-listing .input-listing li:last-child { border: 0;}
ul.match-listing .input-listing li { width: 100%; padding: 10px 10px 10px 15px;  display: flex; justify-content: space-between; align-items: flex-start; font-weight: bold; text-transform: uppercase; font-size: 18px; background: #fff;  margin-bottom: 6px; color: var(--eventbg);}
ul.match-listing .input-listing li .text-center{ width: 100%; text-align: center;}
/* ul.match-listing .input-listing li { width: 100%; font-weight: bold; display: flex; justify-content: space-between; height: 60px; font-size: 18px; background: #fff;  margin-bottom: 6px;} */
ul.match-listing .input-listing li input[type='radio']{width: 18px!important; height: 18px!important; position: relative; }
ul.match-listing .input-listing li input[type='radio']::before{content: ""; display: block; position: absolute; top: 0; left: 0; width: 18px!important; height: 18px!important; border-radius: 50%;
    transform: scale(0); box-shadow: 0 0 0 2px #ecb365; border: 4px solid #fff; background:#ecb365;}
ul.match-listing .input-listing li input[type='radio']:checked::before {transform: scale(1); display: block;}
/* ul.match-listing .input-listing li .radioStyle{  accent-color:var(--navText)}  */
.gusses_wrap ul.input-listing li {   color: var(--eventbg) !important;  box-shadow: none;  margin: 0; border-radius: 0px;}
.gusses_wrap h6 { text-align: center; font-weight: bold !important; font-size: 19px; color: var(--eventbg) !important;  padding: 24px 0px 0;}
.contextTab h4 {  color: var(--eventbg) !important; border: 0px !important;  padding: 25px 0px !important; }
.single-card ul.match-listing .input-listing li.active input{ background: var(--navText); border: 2px solid var(--eventbg);}
.match-listing-wrapper.single-card .input-listing li label {display: flex; align-items: center; justify-content: space-between; color: var(--eventbg) !important; font-weight: bold; font-size: 14px; text-transform: uppercase;  margin: 0px;}
.single-card picture {position: relative; height: 120px; overflow: hidden; display: block;  margin: 0 6px;}
.match-listing-wrapper.single-card ul.match-listing .img-fluid {top: 0; position: absolute;  max-width: 100%; height: auto!important;  width: 100%;}

.match-listing-wrapper.single-card .radio-btn {width: 16px; height: 16px;  border-radius: 50%;}
.single-card ul.input-listing { padding: 20px 20px 10px 20px;}
.single-card .prize { border-radius: 0px 0px 6px 6px;}
.match-listing-wrapper .submit {/* maindark background: var(--navText);  */  background: var(--maindark); color: #fff;  width: 59%;}
.match-listing-wrapper .btn {text-transform: uppercase; font-weight: bold; font-size: 16px; border-radius: 30px; margin: 0px 0 20px 16px;}
.single-card figure, .single-card .highest-score { margin-left: 6px !important;  margin-right: 6px !important;}
.match-listing-wrapper .cancel {background: var( --eventbg); color: #fff;   width: 30%;}
.single-card .match_box figure { height: 120px;  overflow: hidden;}
.single-card figure > .img-fluid { max-height: 100%; border-radius: 8px 8px 0px 0px !important;}
.gusses_wrap h4 { min-height: 120px; display: flex; align-items: center; flex-direction: column; justify-content: center; font-weight: bold; color: var(--light-green); margin: 0;  border-bottom: 25px solid var(--light-green);  padding: 14px 10px 14px;  font-size: 18px;}
.gusses_wrap li.match_box { padding-top: 0px; box-shadow: 0 7px 20px 0 #0000001f; margin-top: 20px;}
.gusses_wrap h4 strong { display: block; font-size: 36px;}
.gusses_wrap .lost h4 { color: var(--text-red); border-color: var(--text-red);}
.contextTab h4 strong {color: var( --red-color);}
.image_wrap{position: relative;}
/* ====== SINGLE CARD CSS END ====== */
.match-listing-wrapper.gusses_wrap img.img-fluid { border-radius: 8px 8px 0 0!important; }
.gusses_wrap li > p { border-bottom: 4px solid var(--maindark);}
.match-listing-wrapper > ul.match-listing {  overflow-y: auto; margin-top: 20px; height: calc(100vh - 230px);}
/* ul.match-listing .input-listing {   overflow-y: auto;   max-height: 340px;   overflow-x: hidden;} */
.gusses_wrap li.match_box { margin-top: 0;  align-self: flex-start}
.match-listing-wrapper.gusses_wrap > ul.match-listing {justify-content: space-around;}
.no_event {text-align: center;  font-weight: bold;  font-size: 28px;  margin: 30% 0 0;}
.contextTab .image-caption p, .gusses_wrap  .image-caption p {  border-bottom: 4px solid var(--maindark);}
.red-box { display: flex; justify-content: space-between; border-radius: 0 0 10px 10px; padding: 6px 10px 11px; background: #d2145a;}
.red-box h6 {  font-size: 15px; color: #fff !important;   margin: 7px 0 0 !important;   font-weight: 600 !important;   padding: 0px !important;   text-align: left;
}
.match_box .red-box h6 i.fa.fa-inr {
    margin-right: 4px; font-size: 14px;
}
.gusses_wrap ul.input-listing li .bg-yellow {
    background: var(--maindark);
    padding: 10px 0px;
    border-radius: 4px; color: #fff;
}
.gusses_wrap h4 strong i.fa.fa-inr {
    font-size: 38px; margin-right: 2px;
}
.totalRow{ text-align: center;}
.totalRow span{ margin:5px 0 25px!important; border-radius: 3px; background: var(--eventbg); padding: 8px 20px!important; display: inline-block; font-size: 14px; color: #fff!important;}


.contextTab .red-box {  margin-top: -6px;}
.logo_image a{ width: 170px; display:flex; align-items: center; height: 40px;}
.logo_image a img{max-width: 100%; max-height: 100%; }
.logoo{ height: auto !important;}
.dynamic-player-select ul.player-card-list h6 {
    margin-top: 0px;
}
/* ===== MEDIA QUERY CSS ====== */
@media(max-width:1600px){
    .card-container { padding-top: 45px; }
    .evetns-tab .tab-button {  padding: 14px 20px; }
    ul.match-listing .input-listing li {padding: 10px;}
    /* ul.match-listing .input-listing {    max-height: 275px;  } */

    .gusses_wrap h6 {  font-size: 16px; }
    .evetn-main-wrapper .card-box {
      
        height: calc(100vh - 130px);
    } 
    app-d2-casino-header div[header] div[headerBg] nav.navbar .container-fluid.navmain .sport nav ul li {
        font-size: 14px; margin: 0 12px !important;
    }
    .start-evetns .shadow-box > .display-flex.text-center {
        padding: 10px 0px 18px;
    }
   
}

@media(max-width:1400px){
    .card-container { padding-top: 35px; }
    .evetns-tab .tab-button { padding: 14px 20px; }
    .match-listing-wrapper > ul.match-listing {margin-top: 16px; }
    ul.match-listing .input-listing li { padding: 6px; font-size: 16px;}
    .match-listing-wrapper.single-card ul.match-listing .input-listing li {font-size: 14px;  margin-bottom: 2px;}
    .match-listing-wrapper .btn { font-size: 14px;     padding: 2px 25px !important; }
   
    .gusses_wrap h4 {padding: 16px 10px 12px;   font-size: 16px; }
    .gusses_wrap h4 strong {font-size: 28px; }
    .contextTab h4 { padding: 16px 0px !important;    }
    .match-listing-wrapper .btn {margin: 5px 0 20px 16px;}
    .match-listing .match_box .match-overlay { bottom: 38px;}
    .gusses_wrap h4 strong i.fa.fa-inr {
        font-size: 28px;
    }

    .left-side.start-evetns ul.player-card-list p {
        font-size: 13px !important;
    }
    .events-card-main .left-side .text-container .flex-items h6 {
        font-size: 13px !important;
      
        padding: 9px 8px 0 !important;
       
    }
}


@media(max-width:1367px){
    app-d2-casino-header div[header] div[headerBg] nav.navbar .container-fluid.navmain .sport nav ul li {font-size: 13px; margin: 0 13px !important; }
    .start-evetns .shadow-box > .display-flex.text-center {
        padding: 8px 0px 18px !important;
    }
    
}


@media(max-width:1024px){ 
  .card-container { width: 950px;}
}



@media(max-width:767px){
    .ice-mobile-flex-direction-column{flex-direction: column;}
  .ice-mobile-ml-0{margin-left: 0 !important;}
  .ice-mobile-m-0{margin: 0 !important;}
  .evetn-main-wrapper .events-header-bg { display: none;} 
  ul.match-listing li {width: 100%; padding-top: 12px;}
  .match-listing .match_box p {font-size: 14px;  line-height: 18px;}
  .card-container {max-width: 100%;}
  .evetn-main-wrapper { margin-top: 40px;}
  .match-listing .match_box h5 { font-size: 11px;}
  .evetns-tab .tab-button { padding: 10px 7px; font-size: 11px;}
  .evetn-main-wrapper .card-box {box-shadow: none; border-radius: 0px; padding: 10px 10px; height: auto !important;}
  .evetns-tab ul li {flex-grow: 1; margin: 0px 3px;}
  
  .match-listing-wrapper.single-card .input-listing li label { font-size: 14px;}
  .match-listing-wrapper.single-card ul.match-listing .input-listing li {padding: 8px 10px;   font-size: 14px;}
  .match-listing-wrapper .btn {font-size: 14px; padding: 4px 13px !important;}
  .gusses_wrap h4 {font-size: 16px; border-width: 15px;}
  .gusses_wrap h4 strong {font-size: 36px;}
  .contextTab h4 {padding: 16px 0px !important;}
  .match-listing-wrapper > ul.match-listing {max-height: auto !important;}
  ul.match-listing .match_box .img-fluid {height: auto !important;}
  .evetns-tab ul li i.fa {font-size: 10px !important;}
  app-sidebar-profile .admin{ top:95px}
  .container-main-balance{ width: 100%; margin: 0;}
  app-admin-signup-code .container-main-balance{ position: relative; top:120px}
  .completer-dropdown { max-height: 230px !important;  overflow-y: auto !important;   overflow-x: hidden !important;}
  .dashboard.dashboard-bg {margin-top: 92px !important;}
 
}

.wrapper_dashboardrisk .maincardss {
    margin-top: 40px;
}



/* ====== PLAYERs EVENTS END ======= */    
    .validation-message, app-player-signup .errorMa {
        font-size: 11px!important;  color: red !important;
    }    
.livescro img{ height: auto;}

app-fantasy-gamelist .imagwitex img{ height: auto; border-radius: 10px;}


/* =========== PLAYER BATTLE CSS START =========== */
.events-card-main .container-main {
    padding: 20px 20px;
}
.evetn-main-wrapper.events-card-main .evetns-tab li {
    margin: 0 15px 0 0px;   flex-grow: inherit;
}
.evetn-main-wrapper.events-card-main .evetns-tab .tab-button {
    width: 180px; padding: 16px 14px;
}
.event-box {
    background: var(--eventbg);border-bottom: 7px solid var(--navText); margin-top: 10px;  height: 60px; border-radius: 4px;
    color: var(--primary-color, var(--navText));  display: flex;  align-items: center; padding: 0 20px;   font-size: 22px;  font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.status-box i.fa {
    margin-right: 9px;   font-size: 22px;  vertical-align: middle;
}
.status-box::after {
    position: absolute;   width: 0 !important;  height: 0;  content: "";  bottom: -12px;  right: 1px !important;
    border-top: 13px solid #086825;  border-right: 9px solid transparent;    z-index: 1;
    width: 130px;
}
.status-box {
    background: #0a8830;
    opacity: 1; color: #fff; display: inline-block;padding: 5px 11px;
    position: absolute; top: 0;  right: -10px;  z-index: 2;  font-weight: 400;
    font-size: 14px;  border-top-right-radius: 4px;  border-bottom-right-radius: 4px;
    width: 134px; text-align: center;
}
.status-box.status-red {
    background: #f9ab1b;
}
span.status-box.status-red::after {
    border-top: 13px solid #b87d10;
    border-right: 9px solid transparent;
}
.small-card-box h5 {
    color: #b1b1b1;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding: 8px 0 0px 14px;
}
.small-card-box h5.text-center {
    text-align: center;
}
.left-side.start-evetns .flex-container-box .fixed-logo > img {
    width: auto;   height: 110px;
}
.left-side.start-evetns .shadow-box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 16px 16px 0 0; margin-top: 14px;
    background: #fff;
}
.left-side.start-evetns .flex-container-box .fixed-logo:last-child {
    text-align: right;
}.small-card-box img {
    height: 100% !important;
}
.left-side.start-evetns.w-100{
    width: 100%;
}


.left-side.start-evetns .flex-container-box .fixed-logo {
    height: auto;
}
.left-side.start-evetns .flex-container-box {
    border-radius: 16px 16px 0 0; 
    box-shadow: none;
}
.left-side.start-evetns .display-flex {
    margin: 0;  border-radius: 0;  box-shadow: none;  background: #fff;  padding: 3px 50px 10px;
}
.left-side.start-evetns .display-flex p:last-child {
    text-align: right;
}
.left-side.start-evetns .display-flex p {
    font-size: 17px; font-weight: 500;  line-height: 22px;
}

.left-side.start-evetns .display-flex p strong {
    display: block; font-weight: 600;
}
.start-evetns .shadow-box > .display-flex {
    justify-content: space-between;
}
.card-btn strong {
    font-weight: 600;
}

.start-evetns .display-flex.text-center strong span {
    color: #d2145a !important;
}
.start-evetns .display-flex.text-center span:first-child {
    color: #0071ba;
}
.pbplayer, .start-evetns .display-flex.text-center strong span.pbplayer{
    color: #0071ba !important;
}
.pbcomp{
    color: #d2145a !important;
}
.start-evetns .shadow-box > .display-flex.text-center {
    justify-content: center;
    /* padding: 30px 0px 18px;  */  padding: 10px 0px 18px;
}
.start-evetns .display-flex.text-center p strong {
    display: inline-block !important;
}
.start-evetns .display-flex.text-center p {
    color: #000;
    font-size: 18px;
}
.card-btn { background: #0071ba; border: 0; color: #fff;    font-size: 30px;  text-transform: uppercase;  padding: 32px 0;  width: 50%;  border-radius: 0 0 1px 16px;}
.right-card-box h4 span {
    font-weight: 400;
}
.card-listing-box { display: flex;  flex-wrap: wrap; justify-content: space-between;}
.card-listing-box li { flex-basis: 48.5%; margin: 20px 2px 0px;}
.fixed-logo {  height: 60px;}
.fixed-logo > img {  height: 100%; width: 100%;}
.events-card-main .text-container h4 { font-size: 28px;   font-weight: bold;   margin: 0;    line-height: 18px; text-transform: uppercase;}
.events-card-main .left-side .flex-container-box strong { font-size: 48px;  margin: 0 16px;}
.events-card-main .left-side .flex-container-box h4 span {  font-size: 13px;}
.events-card-main .left-side .text-container {   flex-wrap: wrap; position: relative;   top: 16px; }
.events-card-main .left-side .text-container .flex-items {
    width: 100%;   display: flex;   justify-content: center; flex-wrap: wrap;
}
.events-card-main .left-side .text-container .flex-items h6 {
    font-size: 14px;
    text-align: center;
    padding: 9px 10px 0;
    font-weight: 600;
    margin-bottom: 0;
}
.events-card-main .left-side .text-container .flex-items h6 span {
    display: block;  color: #ff0000;   font-weight: bold;   font-size: 24px;
}
.right-card-box.stake-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.events-card-main .left-side .text-container .flex-items p span:first-child {  color: #0071ba;}
.events-card-main .left-side .text-container .flex-items p span { font-weight: bold;  color: #d2145a;}
.events-card-main .left-side .text-container .flex-items p {
    width: 100%;   text-align: center;  font-size: 18px;   font-weight: bold !important;  padding-top: 20px; margin-bottom: 0;
}
.events-card-main .left-side .flex-container-box h4{font-size: 48px; line-height: 30px;}

.events-card-main .text-container h4 span {
    display: block;  color: #b1b1b1; font-size: 10px; font-weight: 600; line-height: 12px; padding-top: 6px;
}
.events-card-main .text-container {
    display: flex;  align-items: baseline;  justify-content:center;   width: calc(100% - 140px);   padding: 0 8px;
}
/* .card-listing-box {  height: calc(100vh - 300px);  overflow-y: auto;} */
.flex-container-box {
    display: flex;  align-items: center; padding-left: 16px; padding: 19px 10px 6px 10px; justify-content: space-between;
}
.text-container strong{color: #ff0000; font-size: 24px; margin: 0px 8px;}
.text-container h4:first-child {  text-align: right;}
.small-card-footer {
    display: flex;  align-items: center; justify-content: space-between;  background: #f0f0f0;  margin-top: 8px;  height: 31px;
}
.small-card-footer h6 {
    background: #e9e9e9; margin: 0;  height: 100%; font-weight: 600;  color: #000;  font-size: 12px; padding-top: 9px; position: relative;   text-align: center; width: 33.33%;
}
.small-card-footer h6::after {
    width: 10%; height: 100%; background: #e9e9e9;  position: absolute;  right: -7px;  content: "";  top: 0;  transform: skew(20deg, 1deg);   z-index: 5;
}
.small-card-footer h6:last-child::after {
    background: #e9e9e9;  right: auto;   left: -7px;  transform: skew(-20deg, 1deg);
}
.small-card-footer h6 span {font-weight: 600;}
.small-card-box {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);  width: 100%;   border-radius: 10px; background: #fff; cursor: pointer;
}

.small-card-box h5::after, .right-card-box.stake-box::after {
    width: 96%;  height: 6px;  background: url(../../assets/images/player-border.png);
    position: absolute;  left: 50%;  bottom: -11px;  content: "";  transform: translateX(-50%);  background-size: 100% 100%;
}
.right-card-box.stake-box::after {
    bottom: -30px;  width: 100%; 
}
.right-card-box.bg-red { 
    position: relative;
}
.evetn-main-wrapper.events-card-main .card-container {
    width: 1180px;
}
.small-card-footer strong {color: #ff0000; font-size: 13px; }
.events-card-main {background: #fff;  padding: 20px 0px; min-height: calc(100vh - 66px);}
.back-btn {color: var(--eventbg) !important;  font-weight: bold !important; display: inline-block; margin: 20px 20px 4px 0;}
.player-card-list {display: flex;   flex-wrap: wrap;  width: 100%;     position: relative;}
.dynamic-player-select .player-card-list {
    width: 49.7%;
    justify-content: space-between;
}
.dynamic-player-select .player-card-list li {
    width: 48.5%;
}
.dynamic-player-select {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.player-card-list:last-child .small-card {  text-align: left;}
.display-flex{display: flex;}
ul.player-card-list li {
    margin: 1% 0.5%;  background: #fff;  display: flex;   align-items: center;  
    border-radius: 10px;   padding: 12px 12px 0; text-align: right; width: 24%;   overflow: hidden;  position: relative; min-height: 110px;
}
.player-card-list li:hover::after {
    opacity: 1;
    transition: 0.3s ease;
}
.player-card-list li::after {
    width: 100%; height: 100%;  position: absolute;  top: 0;  left: 0;  content: ""; background: rgba(0, 113, 186, .5);
    border-left: 10px solid #0071ba; opacity: 0;
}
/* .player-card-list:last-child li::after {background: rgba(210, 20, 90, .6); border-right: 10px solid #d2145a; border-left: 0;} */
.player-card-list li.computer-slt::after {opacity: 1;background: rgba(210, 20, 90, .5); border-left: 10px solid #d2145a; border-right: 0;}
.player-card-list li.selected-player::after {
    opacity: 1;  transition: 0.3s ease;  border-color:#0071ba
}
.player-card-list .lock-player{
    pointer-events: none;
  }
.player-card-list .lock-player::after {
    background: rgba(51, 51, 51, .8) !important;  border: 0 !important;  content: "\f023";  font-family: FontAwesome;  display: flex;
    justify-content: center;  align-items: center;  font-size: 58px;   color: #979797;   opacity: 1;
}

.right-card-box.stake-box h4 { padding-bottom: 12px;}
.back-btn:hover {  color: var(--navText) !important;}
.right-card-box.active-stake-box button.cancel-btn {  background: #ff0000;}
.right-card-box.active-stake-box button.submit-btn {  background: #39b34a;}
.player-card-list:last-child li { text-align: left;}
ul.player-card-list li > img {
    height: 90px;
    position: absolute;
    bottom: 0; width: auto !important;
}
.events-card-main .right-side {  float: right;  width: 30%;   padding: 0px 0px 0 20px; }
.right-card-box h4 {
       text-align: center;  color: #fff;  padding: 21px;  text-transform: uppercase;   font-weight: bold;  font-size: 22px;  border-radius: 8px;margin: 10px 0;
}
.right-card-box.blue-bg h4 {
    background: #0071ba;
}

.right-card-box.bg-red h4 {
    background: var(--red-color);
}
.right-card-box.bg-red ul li.select-player i {
    color: var(--red-color);
}
.bg-black-div {
    background: #333333 !important;
    /* margin: -11px 0 !important; */
    padding: 0 20px !important;
    justify-content: space-between !important;
    border-radius: 0 0 10px 10px !important;
}
 .left-side {
    width: 70%; float: left;
} 

.right-card-box ul {
    display: flex;   flex-wrap: wrap; justify-content: space-between;
}
.right-card-box ul li.select-player {
    color: #000;
}
.right-card-box ul li {
    width: 50%;   padding: 0 16px;   font-size: 12px;   text-transform: uppercase;  font-weight: bold;  color: #b1b1b1;   margin-bottom: 8px; white-space: nowrap;
    text-overflow: ellipsis;  overflow: hidden;
}
.right-card-box ul li.select-player i {
    color: #0071ba;
}
.right-card-box ul li i {
    margin-right: 6px;   font-size: 20px;   vertical-align: middle;
}
.right-card-box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);   border-radius: 8px;   padding-bottom: 10px; margin-bottom: 35px;
}
ul.player-card-list li h6 span {
    display: block;
    font-size: 12px;
    text-transform: none;
    margin-top: 25px;
    font-weight: 600;
}


.player-card-list:last-child li {
    text-align: left;
}
.events-card-main .container-fluid {
    padding: 0 5%;
}
.left-side .flex-container-box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);   border-radius: 16px;   padding: 10px 50px; position: relative;   z-index: 1;  background: #fff;
}
ul.player-card-list li h6 {
    font-size: 18px;
    text-transform: uppercase;
    max-width: 127px;
    cursor: pointer;
    margin-left: auto;
    text-align: right;
    font-weight: bold; margin-bottom: 16px;
}
button.red-card-bg {  background: #d2145a; border-radius: 0 0 16px 0px;}


.evetn-main-wrapper.events-card-main .evetns-tab .tab-button >  svg {
    width: 16px;
}
.evetn-main-wrapper.tab-button > svg .cls-2, .cls-3 {
    stroke: #564f4f;
}
.evetn-main-wrapper .tab-button.active .cls-1, .evetn-main-wrapper .tab-button.active .cls-2, .evetn-main-wrapper .tab-button:hover .cls-1, .evetn-main-wrapper .tab-button:hover .cls-2 {
    fill: #fff !important; stroke: #564f4f !important;
}
.evetns-tab .cls-2, .evetns-tab .cls-3{stroke: #fff !important;}


.evetns-tab .tab-button circle {
    stroke: #333;
}
.left-side .flex-container-box .fixed-logo {
    height: 220px;
}
.left-side .flex-container-box .fixed-logo img {
     width: auto;
}
.left-div-w-70{width: 70%; float: left;}

.right-card-box.stake-box {
    background: #333333;   padding: 0px 28px;   display: block;  position: relative;  margin-bottom: 60px;
}

.stake-input-wrap {
    position: relative;
    margin-bottom: 10px;
}
.stake-input-wrap .clear_btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #08365b;
    border-radius: 4px;
    cursor: pointer;
}

.stake-input::placeholder{
    color: #b1b1b1;
}
.right-card-box.stake-box .stake-input {
    width: 100%;   text-align: center;  padding: 11px 10px; color: #000;  border-radius: 30px;  border: 0;  font-size: 20px; font-weight: bold;  -webkit-appearance: none;    -moz-appearance: textfield;
}

.stake-input::-webkit-outer-spin-button, .stake-input::-webkit-inner-spin-button{-webkit-appearance: none;  -webkit-appearance: none;
    -moz-appearance: none;   appearance: none;}

.right-card-box.stake-box li {
    width: 18%; padding: 3px 0;  background: #fff;  margin: 14px 0px;  color: #000;   text-align: center;  border-radius: 30px; font-size: 17px;  cursor: pointer;
}

.stake-box button.cancel-btn {
    background: #712424;   width: 35%;
}
.stake-box button.submit-btn {
    width: 61%;  background: #355a3a;
}
.events-card-main .right-card-box.stake-box .display-flex {
    margin: 0; padding: 0;  border-radius: 0; justify-content: space-between;
}
.events-card-main .right-card-box.stake-box .display-flex button {
    text-transform: uppercase; border: 0;  font-weight: bold;  cursor: pointer;  color: #fff;  padding: 16px 0px;   border-radius: 38px;  font-size: 18px;   display: inline-block;
}
.right-card-box.stake-box p {
    color: #fff;  text-align: center;   margin: 0;  padding: 13px 0; text-transform: uppercase; font-weight: bold; font-size: 13px;
}
/* .hindi app-bonus-terms .modal-body p{ line-height: 22px;} */
/* .hindi app-bonus-terms #bonus-terms .modal-body p {line-height: 25px;}  */

@media(max-width:1600px){
    /* .hindi app-bonus-terms #bonus-terms .modal-body p {line-height: 19.5px;}   */
    ul.player-card-list li{min-height: auto !important;}
    .small-card-footer strong {font-size: 11px;}
    .left-side .flex-container-box .fixed-logo { height: 130px; }
    .events-card-main .left-side .flex-container-box h4 {font-size: 40px;  }
    ul.player-card-list li h6 {font-size: 15px; }
    ul.player-card-list li > img { height: 65px; }
    .events-card-main .left-side .flex-container-box strong {
        font-size: 40px;
    }
    .events-card-main .left-side .text-container .flex-items p { font-size: 16px; }
    .right-card-box h4 {padding: 17px; }
    .right-card-box.stake-box li {font-size: 15px;}
    .events-card-main .right-card-box.stake-box .display-flex button{font-size: 14px;}
    .right-card-box.stake-box .stake-input { padding: 7px 10px; font-size: 18px; }
    .right-card-box.stake-box p {font-size: 11px;}
    /* .events-card-main .display-flex {max-height: 338px;} */

    .event-box { font-size: 19px; }
    .left-side.start-evetns .display-flex p {font-size: 16px; line-height: 18px; }
    .events-card-main .left-side .text-container {  top: 0px;  }
    .card-btn {font-size: 25px;   padding: 21px 0; }
    .player-card-list { 
        padding: 10px 0px 10px;
    }
    ul.player-card-list li h6 {
        max-width: 120px; padding-left: 10px;
    }
    ul.player-card-list li h6 span {
      
        margin-top: 15px;
        
    }
    .right-card-box {
        margin-bottom: 25px;
    }
    .left-side .flex-container-box {
        padding: 10px 30px;
      
    }
    .events-card-main .left-side .flex-container-box h4 span {
        font-size: 12px;
    }
    .right-card-box.stake-box h4 {
        font-size: 18px;
    }
}




@media(max-width:1366px){
    .hindi app-bonus-terms #bonus-terms .modal-body p {
        line-height: 16.5px;
    }
    .left-side .flex-container-box .fixed-logo { height: 100px;}
    .header-bottom li a { padding: 3px 8px;}
    .status-box {
        padding: 6px 8px !important;
        font-size: 12px !important;
        width: 118px !important;
    }
    
    .events-card-main .left-side .flex-container-box h4 span {font-size: 11px;}
    .card-btn {font-size: 21px;  padding: 21px 0; }
    .events-card-main .left-side .text-container .flex-items h6 span {font-size: 18px;}
    .events-card-main .left-side .text-container .flex-items h6 {
        font-size: 14px;
        padding: 10px 6px 0;
    }
    ul.player-card-list li h6 { font-size: 13px;}
    .small-card-footer strong {font-size: 12px; }
    .right-card-box.stake-box li, .events-card-main .right-card-box.stake-box .display-flex button {font-size: 13px;}
    .right-card-box.stake-box p { font-size: 10px;}
    .right-card-box.stake-box {padding: 0px 14px; }
    .right-card-box ul li i {font-size: 18px;}
    .events-card-main .container-fluid { padding: 0 4.5%; }
    
    .event-box {font-size: 17px; height: 60px; }
    .events-card-main .text-container h4 span {
        font-size: 9px; padding-top: 4px;
    }
    .right-card-box h4 {
       
        font-size: 18px;
    }
    .right-card-box.stake-box h4 {
        font-size: 16px;
    }
    .right-card-box.stake-box {
        margin-bottom: 50px;
    }
    .events-card-main .left-side .flex-container-box strong {
        font-size: 34px; margin: 0 10px;
    }
    ul.player-card-list li h6 {
        font-size: 13px;
    }
    ul.player-card-list li h6 span {
        font-size: 11px;
    }
    .dynamic-player-select ul.player-card-list h6 span {
        font-size: 10px;
    }
    .dynamic-player-select ul.player-card-list h6 p {
        font-size: 13px !important;
    }

    .dynamic-player-select ul.player-card-list h6 {
        margin-top: 0px;
    }
    
    .small-card-footer strong {
        font-size: 11px;
    }
    ul.player-card-list li h6 {
        max-width: 100px; margin-top: 0;
        
    }
    .bg-black-div {
        padding: 0 16px !important;
    }
    .small-card-box h5::after, .right-card-box.stake-box::after {
        background-size: 100% 96%;
    }
    .small-card-footer h6 {
        font-size: 11px;
    }
    
    .left-side.start-evetns .display-flex p {
        font-size: 15px;
        
    }
    .left-side.start-evetns .flex-container-box .fixed-logo > img {
      
        height: 100px;
    }
    .events-card-main .left-side .flex-container-box h4 {
        font-size: 34px; line-height: 24px;
    }
    .card-listing-box li {
        flex-basis: 49%;
        margin: 20px 0px;
    }
    .events-card-main .text-container h4 span {
        font-size: 9px;
    }
    span.status-box i.fa {
        font-size: 20px !important;
    margin-right: 6px !important;
        
    }
}

@media(max-width:1300px){
    .small-card-footer strong {
        font-size: 10px;
    }
    app-d2-casino-header div[header] div[headerBg] nav.navbar .container-fluid.navmain .sport nav ul li {
        font-size: 12px;
        margin: 0 10px !important;
    }
    .events-card-main .text-container h4 span {
        font-size: 8px;
    }
    .header-bottom li a {font-size: 13px;}
}


@media(max-width:1300px){
    .events-card-main .left-side .text-container .flex-items h6 {
        font-size: 13px;
        padding: 10px 6px 0;
    }
}



@media(max-width:1200px){
    ul.player-card-list li > img { height: 75px; }
    .left-side.start-evetns .flex-container-box .fixed-logo > img {height: 70px;}
    ul.player-card-list li {padding: 12px 10px 0;}
    .left-side .flex-container-box .fixed-logo {height: 86px; }
    .left-side .flex-container-box {padding: 10px 21px; }
    .events-card-main .left-side .flex-container-box h4,  .events-card-main .left-side .flex-container-box strong  { font-size: 32px; }
    .evetn-main-wrapper.events-card-main .card-container {  width: 1000px; }
    .small-card-box h4 span {font-size: 10px; line-height: normal; }
    .fixed-logo { height: 50px;  }
    .text-container {  width: calc(100% - 120px);  padding: 0 16px;  }
    .small-card-footer strong, .left-side.start-evetns .display-flex p { font-size: 12px; }
    .small-card-footer h6 {
        font-size: 10px;
    }
    
}
@media(max-width:992px){
    .evetn-main-wrapper.events-card-main .card-container {
        width: 100%;
    }
    .card-listing-box li {flex-basis: 100%; }
    .event-box { height: 52px;   }
}
@media(max-width:767px){
    .evetn-main-wrapper.events-card-main .card-box {padding: 20px 12px;}
    .small-card-box h4 {font-size: 24px; }
    .text-container strong {font-size: 18px;}
    .small-card-box h5, .small-card-footer strong {font-size: 13px;}
    .event-box { height: 46px;  border-bottom: 4px solid var(--navText);}
    .card-listing-box {height: auto;}
    .left-div-w-70 { width: 100%;}
    .evetn-main-wrapper.events-card-main .evetns-tab .tab-button > svg {width: 14px;}
  .evetn-main-wrapper.events-card-main .evetns-tab .tab-button {width: 100%; text-transform: uppercase; font-size: 12px;}
  .evetns-tab ul { justify-content: space-between;}
  .evetns-tab ul li {flex-grow: inherit !important; margin: 14px 0px 7px !important; width: 31%;}
}





@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
  }

  .notification-box {
    overflow: hidden;
    padding: 0 10px;
    background: #eeeeee9e;
    width: 100%;
}
.notification-box ul {
    overflow: hidden;
    margin: 0;
    align-items: center;
    display: inline-block;
    width: 100%; max-height: 30px;
}
.notification-box .marquee {
    -webkit-animation: marquee 18s linear infinite;
    animation: marquee 18s linear infinite;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: 26px;
}
.notification-box  li {
    width: auto !important;
    color: #000;
    font-size: 14px;
    font-weight: 500; 
}


.stake-box ul.stake-list {
    justify-content: center;
  }
  ul.stake-list li {
    width: auto !important;
    height: auto !important;
    border-radius: inherit !important;
    background: transparent !important;
    padding: 10px 12px 10px !important;
    color: #fff !important;
    margin: 0 !important;
}
  ul.stake-list li h6 { margin: 0;  font-size: 12px;}
  /* ul.stake-list li span { color: #ff0000;} */
  @media(max-width:1366px){
    ul.stake-list li {
        padding: 10px 10px 10px !important;
    }
    ul.stake-list li span {
        font-size: 15px;
    }
    ul.stake-list li h6 {
        font-size: 11px;
    }
  }


  ul.banking-listing-top li input, ul.banking-listing-top li select, ul.banking-listing-top input.completer-input {
    padding: 8px !important;  border-radius: 4px !important;   width: auto !important; height: auto !important;  max-height: 37px;  
    border: 1px solid #d3d3d3 !important; font-size: 14px !important; max-width: 173px;
}  
ul.banking-listing-top li .fa-times-circle.cross {
    top: 11px;
}

.search input::placeholder {
    padding-left: 0px !important;
}      
ul.banking-listing-top {
    display: flex;   align-items: center;
}
ul.banking-listing-top li {
    display: flex; align-items: center
}
ul.banking-listing-top form {
    margin-right: 12px;
}
ul.banking-listing-top .btn-primary {
    border-radius: 4px;   font-weight: 600;   font-size: 14px;   line-height: 19px;   color: #fff;   padding: 9px 30px; border: none;
}

li.or-text {
    margin-right: 15px !important;
}
li.or-text span {
    background: #ebeff0;   display: inline-block;   padding: 10px 10px;    border-radius: 4px;
}
ul.banking-listing-top li .search i.fa.fa-times-circle.cross {
    right: 20px;
}
ul.banking-listing-top li .search input {
    width: 144px !important;
}
ul.banking-listing-top li label {
    margin-bottom: 0px;
}
.payment-confirmation .payment .input-password.display-ib input {
    background: #fff; width: auto !important;  border-radius: 2px;  padding: 10px 14px !important;  margin: 0px 0 0 !important;  height: auto !important;
  }
  .payment-confirmation .payment .input-password.display-ib input::placeholder {
    padding: 0px;
  }
@media(max-width:767px){
    ul.banking-listing-top {
        overflow-x: scroll;  white-space: nowrap;
    }
    ul.banking-listing-top li {
        display: flex !important;
    }
    ul.banking-listing-top li.or-text {
        margin-top: 10px;
        margin-right: 13px !important;
    }
    ul.banking-listing-top li .search {
        margin-left: 10px;
    }
     
}
    

.table-report ngx-datatable .deposit-withdraw-container .input-dw form input, .table-report ngx-datatable .remark-input {
    background: #fff !important;
  }
  
  .table-report ngx-datatable .remark-input::placeholder {
    padding-left: 0px !important;
  }

  @keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
  }

  .notification-box {
    overflow: hidden;
    padding: 0 10px;
    background: #eeeeee9e;
    width: 100%;
}
.notification-box ul {
    overflow: hidden;
    margin: 0;
    align-items: center;
    display: inline-block;
    width: 100%; max-height: 30px;
}
.notification-box .marquee {
    -webkit-animation: marquee 18s linear infinite;
    animation: marquee 18s linear infinite;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: 26px; display: inline-block;
}
.notification-box  li {
    width: auto !important;
    color: #000;
    font-size: 14px;
    font-weight: 500; 
}

ul.match-listing  .image_wrap {
    height: 284px;
}
.gusses_wrap li.match_box .notification-box {
    width: 95%;
    margin: 2px auto 15px;
    border-radius: 4px;
}
/* app-balance-overview .usercontan .stepper select {
    height: auto !important;
    max-height: 44px;
} */

.main-banking-container .admin_balance ul .select_box_column select.dropdown-text {
    border: 1px solid #d3d3d3 !important; font-weight: 400 !important; pointer-events: none;
}
.main-banking-container .admin_balance ul .select_box_column {
    margin-right: 20px; 
}
.select_box_column div#checkBoxes {
    width: auto;
}
select.dropdown-text.form-control.calfilter {
    padding-top: 5px !important;
    font-size: 11px;
}
.new-black-button {
    font-weight: 500;
    color: #000 !important;
}
.mobile-text-fs-10 .minmas {
    background: transparent;
    padding: 0px;
    font-size: 11px !important;
}
button.new-black-button {
    color: #000 !important;
    font-weight: 500;
}

@media(max-width:767px){
    .ptRate {
        left: 15px !important;   top: 0px !important;
    }
    .maincardss.player-detail-mt {
        margin-top: 34px;
    }
    app-player-event-detail .fancy_bets .heading .left span.minmax {
        margin-left: 0px !important;
    }
    .downline_action {
        margin-right: 5px;
    }

}

@media(max-width:400px){
    span.minmax.mobile-text-fs-10 span.minmas {
        font-size: 10px !important;
    }
}

.downline_action svg {
    fill: #fff;
}
span.text-no-wrap {
    display: flex;  align-items: center;
}

 .downline_action {
    position: relative;  top: 5px;
}

.dynamic-player-select{
    width: 100%;
    padding: 10px 0;
}


.fa-exchange:before {
    /* content: "⇅" !important; */
	font-family: "FontAwesome";
}
app-bonus-terms.ng-tns-c11-0 .modal-body p {
    line-height: normal !important;
}

/* ====== PLAYER EVENTS END ======= */





.modal-dialog.anncoumentimg.anncmulti{
	height: 100vh;
    width: 70%;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-dialog.anncoumentimg.anncmulti .modal-content{
    width: 100% !important;
}

button.close{
    opacity: 1 !important;
}

/* / d5 PROFIT ,MODAL CSS START / */
.btn.balance-custom-btn.table-small-btn {
    font-size: 13px;
    padding: 3px 8px !important;
    line-height: initial !important;
}
.footer_text_center {
    display: flex; justify-content: center; width: 100%;
  }
div#detail-marketPNL .modal-content {
  width: 745px; 
}
/* / PROFIT ,MODAL CSS START / */
#domainAlert .modal-dialog { top: 15% !important;}
app-balance-overview .usercontan .form-control, .amountfeild { padding: 7px 15px !important;  height: 40px; }

#sr-widget {
    background: #000 !important;
}


/* Preloader Css */
.preLoader{background: var(--theme1-bg); display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%; position: fixed; top:0; left: 0; z-index: 999999999999!important; flex-direction: column;}
.preLoader .prelogo {width: 280px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; background: var(--theme1-bg);}
.preLoader .prelogo .lodImg{ width: 100%; text-align: center; margin-top: 20px;}
.preLoader .loaderAni{ width: 100%; height: 50px; text-align: center; margin-top: 20px;}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  /* End Preloader css */
  .signup-arrow{ height: 15px; overflow: hidden;}
  .signup-arrow::before, .signup-arrow::after{ top: 50%;}
app-player-sigunp-login .tab-content{background: none !important;} 


app-player-sigunp-login  .tab-content{
    background: none !important; ;
  }

  .casinoBox .topBarHide{width: 1080px!important; left: 12%!important;}
  .casinoBox .leftBarHide{ left: 12.4%!important;}

  @media (max-width:1899px) {
    .casinoBox .topBarHide{left: 11%!important;}
    .casinoBox .leftBarHide{ left: 11.1%!important;}
  }
  @media (max-width:1799px) {
    .casinoBox .topBarHide{left: 9.4%!important;}
    .casinoBox .leftBarHide{ left: 9.4%!important;}
  }
  @media (max-width:1730px) {
    .casinoBox .topBarHide{left: 8.4%!important;}
    .casinoBox .leftBarHide{ left: 8.4%!important;}
  }
  @media (max-width:1699px) {
    .casinoBox .topBarHide{left: 8%!important;}
    .casinoBox .leftBarHide{ left: 8%!important;}
  }
  @media (max-width:1650px) {
    .casinoBox .topBarHide{left: 5%!important;}
    .casinoBox .leftBarHide{ left:5%!important;}
  }
  @media (max-width:1565px) {
    .casinoBox .topBarHide{left: 3%!important;}
    .casinoBox .leftBarHide{ left:3%!important;}
  }
  @media (max-width:1499px) {
    .casinoBox .topBarHide{left: 0!important; width: 73%!important;}
    .casinoBox .leftBarHide{ left:0!important;}
  }

  /* .wearecasin{ margin-top: 0!important;} */
  .dropdown.maindrop .dropdownlogion.dropdown-menu-right {box-shadow: none !important;}
  .login .loginInner1 .dropdown.maindrop {top: 5px;  right: 0;}
  .login .loginInner1 .dropdown.maindrop .dropdownaaa i {color: #000;}

  .start-evetns .eventTime strong {
    padding-top: 21px !important; 
  }
.singpopup .modal-content .username .form-control{transition: none !important;}
.singpopup .modal-content .username .form-control:-webkit-autofill { -webkit-box-shadow: 0 0 0px 60px #006699 inset;  -webkit-text-fill-color: #fff; border: 0px !important;}
.d5-btn-secondary { background: var(--theme1-bg)!important; color: var(--primary-color);  border-color: transparent !important;}

.deposit-modal-ui .d5-btn-secondary { color: #000 !important; }
.deposit-modal-ui button.btn.btn-secondary.d5-btn-secondary { color: #fff !important; }
  
.tabactive:after { background-color: var(--theme1-bg) !important; }
  app-balance-overview .usercontan ul.nav.marchnet li .activemerchant { box-shadow: 0 0 0 2px var(--theme1-bg) !important; }
  app-balance-overview .usercontan .col-md-12 .inputbos, app-balance-overview .amountfeild { background-color: var(--theme2-bg) !important; }
.deposit-btn { line-height: 1; background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg)) !important; color: var(--primary-color) !important; border: 0 !important; }
.deposit-btn:hover { color: var(--primary-color) !important; background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg)) !important; opacity: 0.8; }
.table.table-bordered thead { background: var(--theme2-bg)!important; }
.activeee input[type=radio]:checked { border-color: var(--theme2-bg) !important; background-color: var(--theme2-bg) !important; }
.activeee input[type=radio]:focus:checked { border-color: var(--theme2-bg) !important; background-color: var(--theme2-bg) !important; outline: none; }
.usercontan input[type=radio] { border-color: var(--theme2-bg) !important;; }
.col-md-12 .btn-greenn.addbankbtn { background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg)) !important; border: 0 !important; }

.couponRow li p { color: var(--primary-color) !important; background-color: var(--theme1-bg) !important;  }
.backgrounheader { background-color: var(--theme1-bg) !important; }
.deposit-modal-ui button.btn.btn-secondary.d5-btn-secondary {  background: var(--theme2-bg)!important;}
button.saveedit.saveedit1 { background: var(--theme1-bg);}
ul.qr-code li > button { color: var(--primary-color) !important; background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg)) !important; }
ul.qr-code li > button:hover { box-shadow: inherit !important; opacity: 0.8; }
 .betmsz  .msga{ margin-left: 12px;}
.betmsz span > strong { display: block; font-size: 15px; padding-bottom: 3px;}
.toast .close.tosclose {  margin: 0;}
.toast.betmsz { right: -380px !important;}
.toast.on.betmsz { transform: translateX(-380px) !important;}
.toast.betmsz { width: 380px !important;}
.betmsz i.fa { padding: 20px 20px;}
.round.win label:after {
    border: 2px solid #66bb6a !important;   background-color: #66bb6a !important;
  }
  .couponRow .active{border: 5px solid var(--theme2-bg) !important;}
  .mobile .skin-1 {  position: absolute;  width: 100%;}
  .rollingRow {   padding-left:50px !important;}
  ul.codeCol { margin-left: 49px !important;}
  .bonusRow .couponRow div h3 {background: var(--theme2-bg) !important;   color: #fff !important;}
  .couponRow button.iBtn { color: #fff !important;}
  .couponRow h4 { color: var(--theme2-bg) !important;}
  .mobile .skin-1 {  position: absolute;  width: 100%;}
  .qrcodeImage button, .deposit-amounts-container .btn-warning {background-color: var(--theme1-bg) !important; color: var(--primary-color);}

  .getUser{pointer-events: none;}
  .card-header.newCardHeader {  padding: 0.75rem 1.25rem;}
  .bonus-export-btn {position: absolute;   top: 8px;  right: 10px;}
  .inputbos.amountStyle { color: #fff;}

  .d-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'dfont' !important; speak: never;font-style: normal;
	font-weight: normal;font-variant: normal;text-transform: none;	line-height: 1;
	/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'dfont';
    src: url(./fonts/d-font/dfont.eot);
	src: url('./fonts/d-font/dfont.eot?x4borr#iefix') format('embedded-opentype'), url('./fonts/d-font/dfont.ttf?x4borr') format('truetype'), url('./fonts/d-font/dfont.woff?x4borr') format('woff'), url('./fonts/d-font/dfont.svg?x4borr#dfont') format('svg');
	font-weight: normal;font-style: normal;	font-display: block;
}

  /* .filters.depositRow .div11 { padding: 0.7% 4.5% 2% !important;} */
  .filters.depositRow .nav-pills.newnav-pills.marchnet > li > a{margin-left: 0px !important;}
 

  .befoclass{ margin: 0!important; padding: 0;}
  .whatsapp-CTA{position: fixed; right: 0; top: 76%; z-index: 101;  display: flex; justify-content: space-between; align-items: center;}
  .whatsapp-CTA .wt-text{ padding: 12px 48px 8px 15px;  white-space: nowrap; font-size: 19px; height: 40px; line-height: 16.5px; background: #009834; border-radius: 30px; width: auto; font-weight: 700; color: #fff; transition: all 0.8s; right: 0; position: absolute; z-index: 9;}
  .whatsapp-CTA a{color: #fff; z-index: 99;}
  .whatsapp-CTA .fa{background: #009834; border-radius: 30px; height: 36px; line-height: 38px!important; font-size: 40px!important; font-family:'FontAwesome'}
  .whatsapp-CTA .hideTextwt{opacity: 0; padding-left: 15px; }

.main-card button.btn-loyalty, .loyaltyConfirm .modal-footer button.btn.btn-primary {background: var(--theme1-bg) !important; color: var(--primary-color) !important;}
.main-card button.btn-loyalty.redeem, .loyaltyConfirm .modal-footer button.btn.btn-secondary {background: var(--theme2-bg) !important;}
.heading-stripe {background: var(--theme1-bg) !important;}
.main-card .card-box {
    box-shadow: 0 0 20px 6px #0000001f;  border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
}
.heading-stripe {padding: 12px 20px !important;  border-top-left-radius: 10px; border-top-right-radius: 10px;}
.loyaltyHistory .ngx-datatable .datatable-footer .datatable-footer-inner { margin: 0px 0 0 !important;}
div#loyaltyPrograme .flex-row.loyalty-flex-row label span { width: 44% !important;} 
.amount_text_wrap span{line-height: 22px;}
.signUpNew_whattsUp_button .signUpNew_whattsUp_button-number.blinking span,
.signUpNew_whattsUp_button .signUpNew_whattsUp_button-number.blinking:hover span {animation: inherit !important;}
app-d5-player-login-auto .signUpNew_whattsUp_button-icon {animation: blink 1s infinite !important; font-size: 24px;}
app-balance-overview .usercontan .filefile.filedisables:before { content: attr(title) !important; }
.hidecalanderOnNavigate{
	display: none !important;
  }

.whatsapp-CTA.d3-new-whatsappBtn a {text-decoration: none;}
.whatsapp-CTA.d3-new-whatsappBtn .wt-text {
    padding: 4px 35px 3px 15px;  font-size: 12px;  width: 194px;   white-space: normal;
}
.over-wrap  .slide .item > img{cursor: pointer;}
app-low-bal-currency-info #curencyInfo-banner .modal-footer {  overflow: initial;  margin-top: 10px;}
#edit-stack .modal-content .btn.btn-primary {background: var(--theme1-bg) !important;color: #fff !important; border-color: var(--theme1-bg);}
/* Deposit & Withdraw css */
.designdeposit .couponRow h4.appliedBonusDiv span { font-size: 13px !important;}
.designdeposit .couponRow .appliedBonusDiv i {color: #fff; margin-right: 5px;}
.designdeposit .couponRow .appliedBonusDiv {background:var(--theme2-bg) !important;}
.details .top .filePreview {color: #fff !important; right: 38px; font-size: 19px; position: absolute; cursor: pointer;}
.withdraw-section .withdrawal-amount h4 > span {font-size: 14px;}
.withdraw-section h2 { margin-bottom: 18px; margin-top: 35px; font-weight: 700; font-size: 20px; text-align: center; }
.withdraw-section .add-bank .column { margin-bottom: 15px; min-height: 160px; display: flex; align-items: center; justify-content: center; border: 1px dashed #B8B8B8; border-radius: 5px; background: #fcfcfc; }
.withdraw-section .add-bank .column .link { padding: 0 23px; min-height: 44px; color: #08182F; cursor: pointer; font-weight: 700; text-transform: uppercase; border-radius: 5px; font-size: 16px; line-height: 1; display: flex; align-items: center; justify-content: center; background: #CDCDCD; }
.withdraw-section .add-bank .column .link:hover { text-decoration: none; }
.filters .withdraw-section  .btn.btn-primary { padding: 12px 16px; width: 100%; font-weight: 700; }
.withdraw-section .list-inline > li { width: 100%; }
.withdraw-section .tab-content { width: 100%; }
.withdraw-section .tab-content > .tab-pane { padding: 18px; width: 100%; border: 1px dashed #B8B8B8; border-radius: 5px;  overflow: hidden; }
.withdraw-section .list-inline.pull-right { padding: 0 !important; }
.withdraw-section .top-heading { margin-top: 6px; padding: 20px 0; width: 100%; display: flex; align-items: center; justify-content: center; position: relative; text-transform: uppercase; color: #08182F; font-weight: 700; font-size: 20px; }
.withdraw-section .top-heading a { position: absolute; left: 0; cursor: pointer; }
.withdraw-section label { font-weight: 600; color: #08182F !important; }
.withdraw-section .form-control { border-color: #CDCDCD !important; box-shadow: inherit; color: #08182F; font-weight: 500; background: #fff; }
.withdraw-section .form-control:focus { border-color: #08182F !important; }
.withdraw-section .add-bank .column.edit-account .link { display: none; }
.withdraw-section .add-bank .column.edit-account { align-items: flex-start; border: 5px solid var(--theme2-bg); }
.withdraw-section .add-bank .column.edit-account .top { position: relative; text-transform: uppercase; background: var(--theme2-bg) !important; }
.withdraw-section .add-bank .column.edit-account .details { width: 100%; text-align: center; line-height: 1.42857; background: var(--theme1-bg); }
.withdraw-section .add-bank .column.edit-account .top .edit-icon { position: absolute; right: 10px; top: 5px; cursor: pointer; }
.withdraw-section .add-bank .column.edit-account .top .edit-icon svg path { fill: #fff; }
.withdraw-section .add-bank .column.edit-account .top span { font-size: 22px; font-weight: 600; color: #fff; }
.withdraw-section .add-bank .column.edit-account .list li { padding: 5px 10px; width: 100%; display: block; border-bottom: 1px solid #CDCDCD33; }
.withdraw-section .add-bank .edit-account .list li span {word-wrap: break-word; color: #fff; display: block; font-weight: 600; font-size: 110%; }
.withdraw-section .add-bank .edit-account .list li small { color: #fff; display: block; font-size: 100%; }
.withdraw-section .list-inline.pull-right { flex-wrap: wrap; }
.withdraw-section .edit-bank .list-inline > li { margin-bottom: 15px; text-align: center; }
.filters .withdraw-section .pull-right .btn.delete-btn svg { margin-left: 6px; height: 16px; width: 18px; }
.designdeposit .withdraw-section .withdrawal-amount .amountStyle { height: 40px !important; background: transparent !important; color: #08182F !important; border: 1px solid var(--side-bg) !important; }
.withdraw-section .withdrawal-amount .amountStyle::placeholder, .withdraw-section .withdrawal-amount .amountStyle::-webkit-input-placeholder { opacity: 1; color: #B8B8B8 !important; }
.withdraw-section .withdrawal-amount h4 {margin-bottom: 3px;  padding-left: 10px; font-weight: 600; }
.withdraw-section .withdrawal-amount .amoutvalue li a { margin-right: 3px !important; padding: 8px 11px !important; color: #08182F !important; }
.withdraw-section .withdrawal-amount { padding-top: 10px; }
.designdeposit .depositRow .newnav-pills, .designdeposit .div11 { padding: 0 5% !important; }
.designdeposit .div11 .tittt { display: none; }
.container-main-balance .designdeposit .depositRow ul.newnav-pills { margin-bottom: 15px !important; }
.designdeposit .filters .list-group {  margin-bottom: 0; padding: 16px 5% !important; background-color: transparent !important; }
.designdeposit .deposit-amounts-container .amoutvalue { margin-bottom: 10px; }
.designdeposit .dropdown-text { border-color: #CDCDCD !important; box-shadow: inherit; appearance: none; color: #08182F; background-image: url(../assets/images/select-arrow1.svg) !important; background-repeat: no-repeat !important; background-position: 98.5% center !important; }
.designdeposit .nav-pills > li > a { box-shadow: 0 0 0 2px #CDCDCD; border-radius: 6px; }
.designdeposit .nav-pills > li > .activemerchant { box-shadow: 0 0 0 2px var(--maindark); }
.designdeposit .filters .btn.btn-primary { padding: 13px 16px; width: 100%; height: auto; font-size: 16px; line-height: 1.33333; font-weight: 700; color: #fff !important; background: var(--theme1-bg) !important; }
.designdeposit .filters .btn.btn-primary:hover { opacity: 0.9; }
.designdeposit .filters .btn.btn-primary:focus { border: 0; box-shadow: inherit; outline: none; }
.deposit-amounts-container { flex-wrap: wrap; }
.designdeposit .notification { padding-top: 15px; text-align: center; color: #08182F; font-size: 14px; font-weight: 600; line-height: 1.7; }
.designdeposit .notification span { position: relative; }
.designdeposit .notification span:before { content: ''; position: absolute; left: -15px; top: 2px; width: 11px; height: 11px; background: url(../assets/images/notification-icon.png) no-repeat; background-size: cover; }
.depositRow { overflow: hidden; }
.designdeposit .text-link { margin-top: 30px; text-align: center; color: #08182F; }
.designdeposit .qr-codes {  margin: 15px 0; border: 1px solid #CDCDCD; border-radius: 5px; border-top: 0; }
.designdeposit .qr-codes .qrcodeImage { padding-bottom: 22px; text-align: center; }
.designdeposit .qr-codes .qr-heading { padding: 0 15px; height: 48px; border: 1px solid #CDCDCD; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; text-transform: uppercase; }
.designdeposit .qr-codes .qr-heading .ShowQR { margin-right: 0; }
.designdeposit .qr-codes .qrcodeImage button { padding: 6px 13px !important; color: #fff; font-size: 13px; background: var(--theme1-bg) !important; }
.designdeposit .filefile { width: 100%; min-height: 56px; }
.designdeposit .filefile .input-group-btn { position: absolute; min-height: 56px; display: flex; align-items: center; padding: 0; right: 0; margin: 0; width: auto; }
.designdeposit .qr-codes .qrcodeImage h5 { margin-top: 30px; margin-bottom: 2px; }
.designdeposit .qr-codes .qrcodeImage .qrdoenload, .designdeposit .qr-codes .qrcodeImage button i { padding-left: 10px; }



.designdeposit .bonusRow .couponRow { max-height: 258px; display: block; -webkit-columns: 2; columns: 2; overflow: hidden; scroll-behavior: smooth;
	position: relative; counter-reset: decimal-counter; }
.designdeposit .bonusRow .couponRow li { width: 100% !important; border-color: transparent !important; min-width: inherit !important;
    flex: inherit !important; background: transparent !important; box-shadow: none !important; }
.designdeposit .bonusRow .couponRow li .bonusCard { width: 100% !important; border: 5px solid transparent !important; border-radius: 15px !important; counter-increment: decimal-counter; position: relative; }
.designdeposit .bonusRow .couponRow li .bonusCard:before { display: none !important; content: counter(decimal-counter); width: 15px; height: 15px; border-radius: 50%; font-size: 12px; position: absolute; right: -4px; top: -10px; color: #08182F; font-weight: 500; display: flex; align-items: center; justify-content: center; background: var(--primary-color); }
.designdeposit .bonusRow .couponRow  li.active .bonusCard { border: 5px solid var(--theme2-bg); border-radius: 15px; box-shadow: none; border-color: var(--theme2-bg) !important; }
.designdeposit .filters.depositRow .couponRow li .bonusCard { background: var(--theme1-bg) !important }
.designdeposit .bonusRow .couponRow li { border-width: 3px !important; }

.otpMainWrap .box-text.resendotp .otptext {color: #ddd !important;}
.otpMainWrap  .box-text.resendotp {padding-top: 5px;}


.designdeposit .bank-detail { text-align: center; color: #08182F; font-size: 15px !important; }
.designdeposit .couponRow h4 { padding: 5px 0; border-radius: 4px; color: #08182F !important; font-weight: 700 !important; background: var(--primary-color) !important; }
.designdeposit .couponRow .moreDetail strong { font-size: 18px !important; }
.designdeposit .bonusRow { margin: 0 auto !important; position: relative; overflow: inherit !important; border: 0; background-size: cover; }
.designdeposit .bonusRow .left-arrow, .designdeposit .bonusRow .right-arrow { position: absolute; top: 41%; position: absolute; width: 16px; height: 27px; cursor: pointer; }
.designdeposit .bonusRow .left-arrow { left: -3%; background-image: url(../assets/images/left-arrow1.png); background-size: cover; }
.designdeposit .bonusRow .right-arrow { right: -3%; background-image: url(../assets/images/right-arrow1.png); background-size: cover; }
.designdeposit .rolling-note { margin-bottom: 15px; padding: 0 5%; line-height: 1.3; }
.designdeposit .rolling-space { padding-left: 5% !important; }
.designdeposit .rolling-note strong { position: relative; }
.designdeposit .rolling-note span { color: #08182F; }
.designdeposit .rolling-note strong:before { content: ''; position: absolute; right: -15px; top: 4px; width: 11px; height: 11px; background: url(../assets/images/notification-icon.png) no-repeat; background-size: cover; }
.designdeposit .utr-number { margin: 0; border-color: #CDCDCD !important; border-radius: 5px !important; }
.designdeposit .filefile:before { margin: 15px 0 !important; width: 100%; text-align: center; font-size: 16px !important; font-weight: 700 !important; text-transform: uppercase; }
.designdeposit .space { margin-bottom: 15px; }
.designdeposit .utr-number::-webkit-input-placeholder {  color: #08182F; opacity: 1; }
.designdeposit .utr-number::-moz-placeholder {  color: #08182F; opacity: 1; }
.designdeposit .utr-number:-ms-input-placeholder {  color: #08182F; opacity: 1; }
.designdeposit .utr-number:-moz-placeholder { color: #08182F; opacity: 1; }
.designdeposit .AmountDiv { padding: 1.5% 4.5% 0 !important; }
.designdeposit .amountStyle { background-color: var(--side-bg) !important; }
.designdeposit .withdraw-section .inputbos.amountStyle.form-control::-webkit-input-placeholder {  color: #B8B8B8; opacity: 1; }
.designdeposit .withdraw-section .inputbos.amountStyle.form-control::-moz-placeholder {  color: #B8B8B8; opacity: 1; }
.designdeposit .withdraw-section .inputbos.amountStyle.form-control:-ms-input-placeholder {  color: #B8B8B8; opacity: 1; }
.designdeposit .withdraw-section .inputbos.amountStyle.form-control:-moz-placeholder { color: #B8B8B8; opacity: 1; }
.designdeposit .input-group-btn { width: auto; right: 0; }
.designdeposit .codeCol { width: 274px !important; font-size: 14px; }

.usercontan .designdeposit  .filters .nav-tabs li a:hover { color: inherit !important; background-color: inherit !important; }


/* ====== SCAN CODE CSS START =======  */
.qr-code-title {  margin-top: 32px;
    font-size: 18px;  text-transform: uppercase;   color: #0a365b;    border-bottom: solid 1px #ccc !important; font-weight: 600;  padding-bottom: 14px;
}
.qr-code li button:hover {
    background: #ec971f;
}
ul.qr-code li .accountName {
    background: #011931;  color: #fff;  padding: 14px 12px;  border-radius: 4px;  margin: 10px 0px 16px; text-transform: uppercase;
}
ul.qr-code li > .scan-code {
    width: 100%;   padding: 25px;  box-shadow: 0 0 17px rgb(0 0 0 / 10%);  border-radius: 8px;  border: 1px solid #e9e9e9;   
}
ul.qr-code li:last-child {
    padding-left: 40px;
}
ul.qr-code li > button {
    background: var(--theme1-bg) !important; color: #fff;  border: 0;padding: 14px 10px; width: 100%; border-radius: 4px; font-weight: 600;
}

ul.qr-code li > button i { padding-right: 5px; }
.qr-code {
    display: flex;  align-items: center; justify-content: center;   margin: 30px 0px 20px;
}
ul.qr-code li { flex-basis: 50%;}
ul.qr-code li label, span.accountName {
	color: #333333;
    display: block !important; font-weight: 400;
}
.text-link {
    color: #0a5da3; font-size: 14px;
}
/* ====== SCAN CODE CSS END =======  */  
.apkDownload img.apk_download_Img {height: 27px; position: relative; top: -4px;}



/* ===== LISTING PAGE START ====== */
@keyframes placeHolderShimmer {
	0% {background-position: -468px 0}
	100% {background-position: 468px 0}
}
.dummyHeading, .dummyEventBox .dotsD, .sliderbrnHeight, .dummyEventBox .dummyLine, ul.dmOddsBox li{
	animation: placeHolderShimmer 1.25s infinite linear;background: #ced5da linear-gradient(to right, #ced5da 8%, #d8dfe4 18%, #ced5da 33%);
    background-size: 800px 104px;
}
.dummyEventRow .dummyEventNames {width: 25%; display: flex;}
.dummyHeading { height: 34px; width: 100%;}
ul.dmOddsBox li {height: 25px;width: 99px; margin: 1px;}
ul.dmOddsBox { list-style-type: none;   display: flex;}
.dummyeventDtl .dummyEventBox {justify-content: space-between;}
.dummyEventBox {height: 27px;padding: 6px;  display: flex; align-items: center; gap: 0 10px;border-bottom: 1px solid #ced5da;}
.dummyEventBox .dotsD { width: 11px; height: 11px; border-radius: 11px; margin-right: 6px;}
.dummyEventBox .dummyText {display: flex; flex-direction: column;  width: 100%; gap: 5px;}
.dummyEventBox .dummyLine.smallD {width: 40%;}
.dummyEventBox .dummyLine {height: 10px;border-radius: 5px;  width: 100%;}

/* ===== LISTING PAGE END ====== */ 
.sportsbookOpen .centerWrap.sportifream {  padding-top: 126px; ;}
.sportsbookOpen header.header {  min-height: 126px; position: fixed;width: 100%;z-index: 1111;}
.playernow{
    position: absolute;  left: 115px; font-size: 12px; width: auto !important;  color: #3bc996;  font-weight: 700; margin-top: -18px;     
}
.playernow i.fa {margin-left: 2px;}

#theme-modal.modal{
	z-index: 10500!important;
}
.header .singpopup .downline-heading button.close {position: absolute;  right: 0;  top: 0;}
app-player-sigunp-login #player-loginSignup{overflow-y: auto;}
app-player-sigunp-login #player-loginSignup::-webkit-scrollbar{width: 0;}

/* ====== VERTICAL IMAGES CSS START ====== */
.gameListRow{display: flex; flex-wrap: wrap;}
.casinoicons, .casinoicons img {width:119px;}
.casinoicons{min-height: 158px; margin-right:15px; margin-bottom: 30px;}
.landingPgVertical .casinoicons, .landingPgVertical .casinoicons img {width: 135px!important; height: auto!important; }
.landingPgVertical .casinoicons{min-height: 175px;}
@media(max-width:1600px){
    .landingPgVertical .casinoicons, .landingPgVertical .casinoicons img {width: 117px;}
    .landingPgVertical .casinoicons{min-height: 155px;}
}
/* ====== VERTICAL IMAGES CSS END ====== */
.games-section.tamilTextReduce.container-nav-bg .games-text .primary-color {display: inline-block;}
app-player-sigunp-login .forgotText{text-align: right; width: 100%; text-align: right; display: inline-block; text-decoration: underline;}
.demodeposit button {background: var(--theme1-bg) !important;}


.flexContainerss button {background: var(--theme1-bg);  padding: 10px 14px;  border-radius: 4px; margin-top: 10px; border: 0;color: #fff;}
.qrcodeImage.qrcodeCrypto button.download-btn.statusBtn {
    background: var(--theme2-bg) !important;
}
div#edit-stack, div#exposure-details, #bonus-terms {z-index: 9991;}
.barcode-verificationMdl .verfication-btn:hover, .barcode-verificationMdl .modal-body {color: #333 !important;}
.barcode-verificationMdl .modal-footer {border-top: 0;}

.barcode-verificationMdl .modal-footer .btn-group .btn.verfication-btn.btn-warning {
    background: var(--theme1-bg) !important; color: var(--primary-color) !important;
}
.barcode-verificationMdl .modal-header {background: var(--theme1-bg) !important;   color: var(--primary-color) !important;}
.barcode-verificationMdl .modal-dialog {width: 400px;}
.iceModalCentered {margin: 0 auto; display: flex;  align-items: center;justify-content: center;  min-height: 100vh;}
.ice-display-flex{display: flex;}
  .ice-column-12{width: 100%;}
  .ice-column-6{width: 50%;}
  .ice-column-3{width: 25%;}
  .ice-column-9{width: 75%;}
  .ice-image-fluid{max-width: 100%;}
  .text-user-selectAuto { user-select: text !important;  -webkit-user-select: text !important;}
  .ice-justify-content-between{justify-content:space-between;}
  .ice-align-items-center{align-items: center;}
  .ice-mt-10{margin-top: 10px;}
  .ice-ml-auto{margin-left: auto;}
  .ice-m-0{margin: 0 !important;}
  .ice-ml-10{margin-left: 10px;}
  .ice-flex-wrap{flex-wrap: wrap;}
  .resenOtpdBtn {background-color: var(--theme2-bg); color: var(--secondary-color);}
  .edit-bank .refreshBtn {font-size: 16px !important;}
  .edit-bank .otpRow h6 {font-size: 14px;}

.setAmountVal span.pull-right {margin-bottom: 4px;}


  .acceptChange {text-align: right;margin: 3px 0 0;}
   .acceptChange .acText{ background: #ffed95; width: 100%; display: block; padding: 5px 0; text-align: center; margin: 5px 0;}
   .acceptChange .accBtn{background:#00c231; color: #fff; margin-bottom: 5px; width: auto; float: right; padding:0 5px;}
   .disabledbtn{opacity: 0.3!important;}
   .disabledbtn:hover{opacity: 0.3!important;}


.dummyPM-Row{position: relative;}
.dummyPM-Row .lockRow{position: absolute; display: flex; justify-content: center; gap: 5px 0; align-items: center; flex-direction: column; top: 0; left: 0; right: 0; width: 100%; height: 100%;}
.dummyPM-Row .lockRow .toPlay{padding: 8px 15px; border-radius: 5px; background: var(--theme1-bg); color:var(--primary-color); border: none; display: inline-block;}
.dummyPM-Row .lockRow .fa{font-size: 24px; margin-right: 5px;}
.premiumDummy{margin: 10px 0 0; filter: blur(3.5px);}
.premiumDummy h3{font-size:16px; color: #000; margin:5px; font-weight: 800;}
.premiumDummy ul{box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7); border-radius: 5px; margin: 0 3px 15px}
.premiumDummy li{border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 1px 5px; display: flex; align-items: center;}
.premiumDummy li h6{width: 67.2%;}
.premiumDummy li h6 span{display: block;}
.premiumDummy li:last-child{border-bottom: none;}
.premiumDummy li .mthOdd{width: 248px; height: 43px; border-radius: 4px; background: #a4d6fd; display: flex; justify-items: center; justify-content: center;}
.premiumDummy li .mthOdd span{margin: 12px 0;}
.setAmountVal span.pull-right {margin-bottom: 4px;}
.game-icon.fancyIcon-daimond.pIcon img { width: auto; height: 10px; margin-left: 1px;}

.premiumRow .fancy-market{margin: 0 0 15px;}
.premiumRow .fancy-market .box-6{width: 60.2%; min-width: 60.2%; max-width: 60.2%;}
.premiumRow .fancy-market .box-1{width: 20%; min-width: 20%; max-width: 20%; display: flex; align-items: center; justify-content: center;}
.premiumRow .fancy-market h6{margin:0 0 5px 8px;}
.premiumRow .fancy-market .table-body .country-name{visibility: inherit;}

@media (max-width: 1399px) {
    .pokerVirtual{width: 420px!important;}
}
@media (max-width: 1024px) {
    .pokerVirtual{width: 100%!important;}
}
.d5-bettingvilla-c10 .btn-submit {
    background-color: #FEC500;
}
.d5-tbb-Bee .btn-submit {
    background-color: #FEC500;
}

.No1exch_20230910 .singpopup .downline-heading img {
    height: 61px;
}
.d5-bettingvilla-c10 .btn-submit {
    background-color: #FEC500 !important;
}
 
/* ======== BALL BY BALL CSS START ========= */
.ballByBallMain {  display: flex;   margin-left: -5px;   margin-right: -5px;}
.ballByBallMain .eventMain {max-width: 70% !important; -ms-flex: 0 0 70% !important;  flex: 0 0 70% !important;  min-height: 70vh;}
.ballByBallMain .sidebar-right{position: sticky; top: 0px;  right: 0px;   width: 30.5%;}
.ballByBallMain .announcebar {display: none;}
#ballbyball .modal-footer { text-align: center;}
.streamingRow{margin:0px 5px 25px;}
.embed-responsive{border-radius: 5px 5px 0 0;}
.info-icon{position: absolute; z-index: 11; right: 18px; top: 12px; cursor: pointer; font-size: 18px;}
.info-icon .fa.fa-info-circle {color: #000;}
.ballBanner{position: relative; border-radius: 5px 5px 0 0; overflow: hidden; border: 1px solid rgb(0, 0, 0, .2); border-bottom: 0;}
.ballBanner img{width: 100%;}
.ballBanner .scoreBall{position: absolute; z-index: 999; width: 100px; height: 100px; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ballBanner .scoreBall img{max-width: 100%;}
.ballBanner .scoreBall .scoreRes{color: #fff; position: absolute; text-align: center; font-size: 26px; font-weight: 600; width: 100px; height: 100px; display: flex; justify-content: center;  align-items: center;}
.roundId{width: 100%; background: var(--theme2-bg85); padding: 8px 10px; margin: 0; color: var(--secondary-color); border-radius:0 0 5px 5px;}
.lastResult{width: 100%;}
.lastResult .headingText{background: var(--theme2-bg85); color: var(--secondary-color); text-transform: uppercase; border-radius: 5px 5px 0 0; padding: 12px 10px; font-size: 14px; font-weight: 600; margin: 0 0 12px;}
.lastResult ul{display: flex; flex-wrap: wrap; gap: 7px;}
.lastResult li{width:calc(10% - 6.75px); height: 35px; background: #000; cursor: pointer; color: #fff; font-weight: 600; font-size: 14px; border-radius: 5px; padding: 5px; display: flex; justify-content: center; align-items: center;}

.ballByRow{margin: 10px 5px 0;}
.ballByRow ul{display: flex; flex-wrap: wrap; gap:10px;     margin-top: 10px;}
.ballByRow li { width: calc(33.33% - 8px);   display: flex;   justify-content: space-between;   align-items: center;   border-radius: 5px;   background: #f2f2f2;
    position: relative;  padding: 6px 8px;   border: 1px solid #fff;}

.ballByRow h4 { margin: 0; font-size: 14px;   font-weight: 700;}

.ballByRow h4 > span {display: flex;   gap: 0 3px;   font-weight: 400;}
.ballByRow .oddsBox{display: flex; align-items: center; gap:0 10px; position: relative; width: 50%;}
.ballByRow .ballOdds {
    background: #72BBEF;  cursor: pointer;   padding: 3px;   border-radius: 4px;   height: 41px;   width: 50%;   font-weight: bold;   color: #000;   display: flex;   justify-content: center;   align-items: center;   font-size: 16px;}
.ballByRow .suspended::after { display: none;}
.ballByRow .minMaxCell{width: 45%;height: 35px; display: flex; justify-content: center; flex-direction: column; }
.ballByRow .minMaxCell > span { display: block;   font-size: 12px;    text-align: right;}
.ballByRow .suspended {
    display: flex;   justify-content: center; align-items: center;   height: 100%;   font-weight: 900;
    position: absolute;   width: 100%;   z-index: 5;   left: 0;    background-color: rgba(0, 0, 0, 0.6);    font-size: 16px;   color: #ff0000; text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif; border-radius: 4px;
}
.timerBox {position: absolute; width: 100px; height: 100px; left: 20px; top:20px}  
.timerBox .circle {width: 100%; height: 100%; background: #fff; border: 10px solid #ddd; border-top: 10px solid #4caf50; border-radius: 50%; animation: countdown 15s linear infinite;}
.timerBox .half-time {border-top: 10px solid #ff5722; /* Change the color after half time */}  
.timerBox .countdown {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 2em; font-weight: bold; color: #333;}
.no-animation {animation: none;}
#ballbyball .modal-header{display: flex; justify-content: space-between;}
#ballbyball .modal-body{padding: 0; background: #000;}
#ballbyball .embed-responsive{border-radius:0;}
#ballbyball .modal-header h4{width: 100%; text-align: center; font-weight: 600;}
.ballByBall .modal-body h4:first-child {margin-top: 0;}
#ballbyball .modal-footer p{margin: 0;     font-weight: bold;}
.ballByBall ul {margin: 0 0 10px;  padding: 0;   list-style-type: none;}
.ballByBall .modal-body li {margin-bottom: 4px;}
.english .ballByBall .modal-body li, .english #pb-term .modal-body, .english .bonus-terms .modal-body{line-height: 15px;}
#pb-term .modal-body, .ballByBall .modal-body li, .bonus-terms .modal-body {line-height: normal;}
.ballByBall .modal-body h4 { margin-bottom: 12px;  font-weight: bold;}
@keyframes countdown {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.ballVideoBox{position: relative;}
#videoFrame{position: absolute; z-index: 8;}
video#videoFrame{width: 100%!important; height: 100%!important; background: #000;}
.dummyEventMain .ballBanner{padding-bottom: 61%; background:rgba(0,0,0,0.2); border-radius: 5px; border-color:transparent;}
.dummyEventMain .lastResult{margin: 2px 0 0;}
.dummyEventMain .lastResult li{animation: gradient 2s linear infinite;
    background-image: linear-gradient(120deg,rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.6),rgba(255,255,255,0.8));
    background-size: 300% 100%;}
    @keyframes gradient {
        0% { background-position: 100% 0%;}
        100% { background-position: 0% 0%;}
      }
      

@media (max-width:1680px) {
    .ballByRow .oddsBox {width: 54%;}
    .timerBox{width: 82px; height: 82px;}
	.timerBox .circle {	border: 8.5px solid #ddd;border-top: 8.5px solid #4caf50;}
    .timerBox .countdown{font-size: 1.75rem;}
    .ballByRow li{padding: 4px 8px;}
}
/* @media(max-width:1440px){
    .lastResult li {width: calc(12% - 7px);}

} */
@media (max-width:1399px) {
    /* .ballByRow li{width: 32.2%;}
	.ballByRow .oddsBox {width: 62%;} */
    .ballByRow .minMaxCell > span {font-size: 11px}
   
}
@media (max-width:1359px) {
    .lastResult li {width: calc(14.5% - 6.75px);}
}


@media (max-width: 1399px) {
	.pokerVirtual{width: 420px!important;}
}
@media (max-width: 1024px) {
	.pokerVirtual{width: 100%!important;}
}
/* ======== BALL BY BALL CSS END ========= */
.Ssb100_20230920 .singpopup .downline-heading img {
    height: 49px;
}
.d5-tbb-Bee .sidebar-title {
    background-color: var(--side-bg) !important;
}

.headgameNav{clear: both; width: 100%; margin-top: -4px;}
.headgameNav ul{display: flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; overflow-y: hidden; margin: 0;}
.headgameNav ul li{margin: 0 0 0 3px;}
.headgameNav ul li:first-child{margin: 0;}
.headgameNav ul li a{display: flex; align-items: center; gap: 0 8px; padding:3px 30px; cursor: pointer; background: var(--theme1-bg);}
.headgameNav ul li a:hover{text-decoration: none;}
.headgameNav .gmIcon{width: 15px; height: 22px;}
.headgameNav .gmIcon img{max-width: 100%;}
.headgameNav .gmIcon svg{fill:#fff; }
.headgameNav .gmText{color:#fff; font-size: 14px; font-weight: bold;}

.dummyGameNav{display: flex; justify-content: center; gap: 0 15px;}
.dummyGameNav .dummyText{ margin: 4px 0; height: 15px; width: 65px;}
.dummyText{width: 60px; height: 10px; animation: gradient 1s linear infinite; background-image: linear-gradient(120deg,rgba(255,255,255,0.1),rgba(255,255,255,0.3),rgba(255,255,255,0.1),rgba(255,255,255,0.3)); background-size: 300% 100%;  border-radius: 10px; display: block; margin: 0 0 15px 15px;}
.d5-op-c9 .singpopup .btn-primary {
    border-color: #FFA526;
    background: #FFA526 !important;
}





.ball-bookMaker{margin: 20px 5px 20px;}
.bookmakerheading1, .ball-bookMaker .bookHead{ background: var(--theme2-bg85); display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 12px 10px;}
.ball-bookMaker .bookHead h3{flex: 0 0 40%; font-size: 14px; font-weight: bold; color: var(--secondary-color); margin: 0;}
.bookmakerheading1 {font-size: 14px; font-weight: bold; color: var(--secondary-color); margin: 0 0 10px;}
.ball-bookMaker .bookHead ul.backlayText{flex: 0 0 60%; display: flex; justify-content: center; margin: 0;}
.ball-bookMaker .bookHead ul.backlayText li{width: 16.5%; text-align: center; font-size: 14px; font-weight: 600; color: var(--secondary-color);}
.ball-bookMaker .bookmarBox{background: #f2f2f2; margin:0 0 5px;}
.ball-bookMaker .bookEvent{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #fff;}
.ball-bookMaker .bookEvent:last-child{border-bottom: none;}
.ball-bookMaker .bookeventName{padding: 0 10px; flex: 0 0 40%;}
.ball-bookMaker .bookeventName span{display:flex; gap:0 2px; font-weight: 700; font-size: 14px;}
.ball-bookMaker .bookeventName .bm-minText span{font-weight: 400;}
.ball-bookMaker .bookOddvalue{flex: 0 0 60%; display: flex; justify-content: center; align-items:center; gap:1px; position: relative;}
.ball-bookMaker .bookOddvalue li{flex: 0 0 16.5%; cursor: pointer;  height: 40px; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 700; color: #000;}
.ball-bookMaker .back{background: #72BBEF;}
.ball-bookMaker .lay{background: #FAA9BA;}
.ball-bookMaker .back-light, .ball-bookMaker .lay-light{opacity: 0.5;}
.ball-bookMaker .back-light2, .ball-bookMaker .lay-light2{opacity: 0.4;}
.ball-bookMaker .suspended-BM{background: rgba(0, 0, 0, 0.6); color: #ff0000; margin: 0; height: 40px; font-weight: 600; font-size: 16px; text-transform: uppercase; width:100%; position: absolute; z-index: 9; display: flex; justify-content:center; align-items: center;}

/* BOOKMARKER PROLOADER CSS START */
.dummyEventMain .bookHead {min-height: 39px; background: var(--theme2-bg85); padding: 12px 10px;}
.dummyEventMain .ball-bookMaker .bookOddvalue li, .dummyEventMain .eventTextLabelPre {
    animation: placeHolderShimmer 1.25s infinite linear;
    background: #ced5da linear-gradient(to right, #ced5da 8%, #d8dfe4 18%, #ced5da 33%);
    background-size: auto;   background-size: 800px 104px;
}
.dummyEventMain .eventTextLabelPre{height: 12px;  border-radius: 8px; width: 33%; display: inline-block;}
.dummyEventMain .bookHead .eventTextLabelPre{width: 180px;}
/* BOOKMARKER PROLOADER CSS END */  
.noGameAvailable > .fa {font-size: 44px;}

.noGameAvailable {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: calc(100dvh - 180px);
}
 
app-virtual-sports .noGameAvailable, app-d5-acecasino-events .noGameAvailable {height: calc(100dvh - 260px);  position: absolute;  left: 50%;}
.hasFreespinText {display: flex; justify-content: space-between;  padding: 0 10px;}
.actionBonusBtnStyling .btn-sm {font-size: 12px; padding: 3px 8px !important;}
.actionBonusBtnStyling .freeSpinBtn {color: var(--secondary-color);  background: var(--theme2-bg);}
app-virtual-sports .noGameAvailable, app-d5-acecasino-events .noGameAvailable {
    height: calc(100dvh - 260px);  position: absolute;  left: 50%;
}


.d5-purple-c8 .header{background: var(--headerBG)!important;}
.d5-purple-c8 .sidebar-title{background: var(--theme1-bg)!important;}
.d5-purple-c8 .login{background: var(--theme1-bg)!important;}
.d5-purple-c8 app-d5-player-login .btn.btn-submit.btn-login{background: var(--theme1-bg)!important;}
.d5-purple-c8 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: var(--theme1-bg)!important;}
.d5-purple-c8 .headgameNav ul li a{background: #283a4d!important;}
.d5-purple-c8 .casino-name{background: var(--theme1-bg)!important;}
.Venbook_20230971 .singpopup .downline-heading img {
    height: 49px;
}
.d5-purple-c8 .casino-name{background: var(--theme1-bg)!important;}
@keyframes smooth-blink {0%, 100% {opacity: 1;}  50% {opacity: 0;}}  
.blink-animate {animation: smooth-blink 1s infinite;}
.Kric555_20230976 .logo img {
    max-height: 72%;
}
.d5-bettingvilla-c10 .languageLi.withoutLogin select {
    text-align: left;
    color: #000 !important;
}
.d5-bettingvilla-c10 .btn-submit {
    background-color: #FEC500 !important;
    color: #000 !important;
}
.rolling-modal#rollingDetail .modal-content {width: 100% !important;}
.rolling-modal .modal-body {overflow-y: auto;  max-height: calc(100dvh - 75px) !important;}
.d5-purple-c8 .btn-login{background:var(--theme1-bg); border: none;}
/* LOGIN FORGOT PASSWORD CSS */
.d5-purple-c8 .login-panel.forgetInfopass, .dropdown.maindrop .dropdownlogion.dropdown-menu-right { background: var(--theme1-bg) !important;}
.d5-purple-c8 .login-panel.forgetInfopass .main.login {background: none !important;}
.Funterexch9_20230980 .singpopup .downline-heading img {
    height: 42px;
}
#freespin-reload-modal .modal-dialog{width: 420px!important;}