:root {
    --theme1-bg: #ae4600;
    --theme1-bg90: #ae4600E6;
    --theme2-bg: #b97242;
    --theme2-bg70: #b97242B3;
    --theme2-bg85: #b97242D9;
    --primary-color: #fff;
    --secondary-color: #fff;
    --bg-secondary: #B97242;
}

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: 1.5;
    background-color: var(--primary-bg);
}

footer {
    height: auto;
    line-height: 24px;
}
li.mtree-node.mtree-open > .text-dark > span > .fa-plus-square::before{
    content: "\f146";
}
.new-launch-text{
    animation: new-launch 1s linear infinite;
}
@keyframes new-launch{50%{opacity:0}}

.match-odds-head .odds-head{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    color: #000000;
}
.match-odds-head {
    width: 100%;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
}
.odd-data-row{
    width: 100%;
    border-top: 1px solid #c7c8ca;
}
.odd-data-row:first-child{
    border-top: none;
}
.odd-data-row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.odd-data-row .game-name{
    max-width: calc(100% - 210px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    width: 100%;
    float: inherit;
}
.odd-data-row .game-name>a{
    display: inline-block;
    color: #333;
}
.odd-data-row .game-name>a:hover{
    text-decoration: none;
}
.odd-data-row .game-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 210px;
    float: inherit;
}
.odd-data-row .game-icons .game-icon{
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.padding-15{
    padding: 0px 15px;
}
.button {
    min-width: 40px;
    height: 25px;
    margin: 0;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #273a47;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.game-name{
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    word-wrap: break-word;
}
.w-63{
    width: 63%;
}
.w-37{
    width: 37%;
}
.w-33{
    width: 33.33%;
}
.w-64{
    width: 64%;
}
.w-36{
    width: 36%;
}
.padding-5{
    padding-left: 5px;
    padding-right: 5px;
}
.odd-data-row .w-36 .button{
    height: auto;
    padding: 1px;
}
div#sidebar-right > .ps{
    position: sticky;
    top: 0;
}
.header a.logo i.fas {
    display: none;
}
.mobile-show {
    display: none;
}
.sports .nav-link .game-icon {
    display: none;
}
.featured-box .nav-tabs{
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    /*.header-bottom {
        display: none;
    }*/
    .casino-list>a{
        width: calc(16.66% - 1.6px);
    }
    .casino-list>a:nth-child(6n){
        margin-right: 0;
    }
    .casino-list>a:nth-child(10n){
        margin-right: 2px;
    }
    .hidden-mobile{
        display: block;
    }
}
@media screen and (max-width: 1199px){
    body {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        color: var(--site-color);
    }
    .featured-box .nav-tabs{
        overflow-x: auto;
    }
    .logo img {
        width: auto;
        height: auto;
        max-height: 35px;
        max-width: 120px;
    }
    .sidebar.col-md-2{
        display: none;
    }
    .col-md-10.featured-box {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0px !important;
    }
    .header a.logo i.fas {
        display: inline-block;
        font-size: 20px;
    }
   /* .header-bottom {
        display: none;
    }*/

    .navbar-expand-md .navbar-collapse.desktop-nave {
        display: none !important;
    }

    li.float-left.download-apklink,
    li.search.float-left{
        display: none;
    }
    /*li.search.float-left {
        position: absolute;
        left: 0;
        bottom: 0;
    }*/
    /*.balance-inner {
        position: absolute;
        top: -3px;
        right: 16px;
        font-size: 14px;
    }*/
    .header-top>ul{
        display: flex;
        flex-wrap: wrap;
/*        flex-direction: column;*/
        justify-content: flex-end;
        align-items: flex-end;
    }
    /*.header-top>ul li.account{
        display: none;
    }
    .header-top>ul li .account{
        display: inline-block;
        margin-left: 5px;
    }*/
    .header-top ul li.account{
        margin-left: 10px;
    }
    .header-top ul li.ballance{
        margin-left: 0;
    }
    .header-top ul li.ballance .balance-inner{
        position: absolute;
        top: 2px;
        right: 0;
    }
    .mobile-nave{
        box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
        position: relative;
        width: 100%;
        flex-wrap: nowrap;
        display: flex;
    }
    .mobile-nave .navbar-nav{
        width: 100%;
    }
    .header-bottom nav{
        padding-right: 0;
    }
    .mobile-nave li.nav-item.active {
        border-top: 2px solid #fff;
    }
    .mobile-nave li.nav-item{
        padding: 10px 0px;
        display: flex;
        flex: auto;
    }
    .mobile-nave li.nav-item>a{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        justify-content: center;
        padding: 0 8px;
        font-weight: bold;
        margin-bottom: -1px;
        font-size: 16px;
    }
    .sports ul.nav-tabs li a .game-icon i{
        font-size: 15px !important;
        margin-bottom: 5px;
        display: block;
    }
    .main{
        margin-top: 0;
    }
    marquee {
        width: calc(100% - 30px);
        font-style: normal;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        background: #ffffff45;
        padding: 4px;
        min-height: 26px;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .main .row.row5 {
        margin: 0 !important;
    }
    .main .container-fluid.container-fluid-5 {
        padding: 0 !important;
    }
    .header-b-menu .election {
        padding: 12px;
    }
    .header-b-menu a {
        color: #fff;
        font-weight: bold;
    }
    .header-b-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        margin-bottom: 0;
        white-space: nowrap;
        background-color: var(--theme1-bg);
        padding: 0 5px 5px;
        width: 100%;
    }
    .header-b-menu .col{
        min-width: 50%;
        width: auto;
        max-width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 4px;
        background: var(--theme2-bg);
        margin-right: 4px;
        border-radius: 0;
        color: var(--primary-color);
        margin-bottom: 0;
    }
    .header-b-menu .col>a{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        white-space: nowrap;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }
    .header-b-menu .col>a span{
        margin-left: 5px;
        white-space: nowrap;
        height: auto;
        max-width: calc(100% - 42px);
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }
    span.divider {
        display: none;
    }
    span.date-time {
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        margin: 0 0 0;
    }
    .w-63,
    .w-37,
    .w-64,
    .w-36{
        width: 100%;
    }
    .game-name {
        font-weight: bold;
    }
    .odd-data-row {
        padding: 0px 4px 4px;
        position: relative;
    }
    .odd-data-row .game-name > a.text-dark:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .odd-data-row .w-36 .mobile-show{
        font-size: 14px;
    }
    .match-odds-head {
        display: none !important;
    }
    .w-63.padding-15 {
        padding: 0 0 4px;
    }
    .mobile-show {
        display: block;
    }
    .game-name {
        width: 66%;
    }
    .game-icons {
        width: 34%;
    }
    .game-icon {
        width: auto;
    }
    .header-top>div .logo{
        display: flex;
        align-items: center;
    }
    .header-top ul {
        font-size: 14px;
        margin-top: 0;
    }
    .header-top>ul{
        padding-top: 24px;
        position: relative;
    }
    .nav-tabs .nav-link {
        color: var(--primary-color);
        white-space: nowrap;
        text-transform: uppercase;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 1px solid var(--primary-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--theme2-bg);
    }
    .sports .nav-link {
        padding: .5rem 1rem;
        font-size: 12px;
        font-weight: bold;
    }
    .sports .nav-tabs {
        background-color: var(--theme2-bg);
    }
    .sports .nav-tabs .nav-link.active {
        background-color: var(--theme1-bg);
    }
    .coupon-card.coupon-card-first {
        max-height: calc((100vh - 184px) / 2);
        overflow-x: auto;
    }
    .sports .nav-tabs li img {
        height: 15px;
        margin-bottom: 5px;
    }
    .sports .nav-link .game-icon {
        display: block;
        margin: auto;
    }
    .col-md-9.featured-box-detail {
        width: 100%;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .scorecard .row {
        margin: 0;
    }
    .scorecard {
        margin: 0;
        width: 100%;
    }
    .fancy-market .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .bookmaker-market .bm1.col-xl-12 {
        padding: 0;
    }
    .featured-box-detail > ul.nav.nav-tabs,
    .featured-box-detail > .fancy-tab{
        display: none;
    }
    .col-md-3.sidebar-right {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .col-md-12.sports-wrapper.m-b-10 {
        padding: 0;
    }
    .odd-data-row .game-icons{
        width: 120px;
    }
    .odd-data-row .game-name{
        max-width: calc(100% - 120px);
    }
    .odd-data-row .game-icons .game-icon{
        width: 20px;
    }
    .game-icon .active{
        width: 10px;
        height: 10px;
    }
    .icon-tv{
        font-size: 10px;
    }
    .bookmaker-icon, .fancy-icon{
        height: 10px;
    }
    .game-name .divider{
        display: inline-block;
        font-weight: 400;
        margin-left: 5px;
    }
    footer{
        font-size: 16px;
    }
    .header-top{
        padding: 5px 5px 10px;
        align-items: center;
        height: 82px;
        position: relative;
    }
    .search-box-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 4px;
    }
    .search-box-container .search{
        height: 26px;
        margin-top: 4px;
        margin-right: 4px;
        flex-wrap: nowrap;
        z-index: 0;
    }
    .search-box-container .search .fa-search-plus{
        font-size: 22px;
        margin-left: 0;
    }
    .featured-box .mobilenav li{
        line-height: 18px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .mobilenav .addtvlink{
        border-left: 1px solid;
        text-align: center !important;
    }
    .mobilenav .addtvlink i{
        font-size: 15px;
    }
    .game-page .featured-box-detail.sports-wrapper .game-heading{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .featured-box.game-page .mobilenav{
        /*padding-top: 36px;*/
    }
    .featured-box.game-page .game_details .game-heading{
        position: absolute;
        top: 0;
        width: 100%;
    }
    
}
@media screen and (max-width: 767px){
    /*.casino-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }
    .casinoicons {
        position: relative;
        width: 100%;
        margin: 0 0 12px;
    }
    .casinoicons img {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
*/   

    .hidden-mobile{
        display: none;
    }
    span.date-time,
    .odd-data-row .game-name>a{
        line-height: normal;
    }
    .casino-list>a{
        width: calc(25% - 1.5px);
    }
    .casino-list>a:nth-child(4n){
        margin-right: 0;
    }
    .casino-list>a:nth-child(10n){
        margin-right: 2px;
    }
    .casino-name{
        font-size: 8px;
        padding: 2px;
    }
    .mobile-nave li.nav-item>a{
        font-size: 12px;
    }
    span.date-time{
        display: block;
    }
    .game-name .divider{
        display: none;
    }
    .footer-links{
        width: 100%;
        text-align: center;
    }
    .footer-links, 
    .support-detail, 
    .social-icons-box {
        flex: unset;
    }
    .footer-links ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-links ul li {
        width: 50%;
    }
    .footer-links .nav-link {
        padding: 3px;
        text-decoration: underline;
        font-size: 12px;
    }
    .support-detail {
        width: 100%;
        margin-top: 15px;
    }
    .support-detail h2{
        font-size: 20px;
    }
    .social-icons-box {
        width: 100%;
        justify-content: center;
        position: unset;
        margin-top: 15px;
    }
    footer{
        line-height: 1.5;
        margin-top: 4px;
        font-size: 12px;
    }
    .secure-logo{
        width: 100%;
    }
    .secure-logo ~ div {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .footer-text {
        margin-top: 5px;
    }
    .header-top ul li.ballance{
        font-size: 12px;
    }
}

@media screen and (max-width: 359px){
    .logo img {
       max-width: 90px;
       height: auto;
       max-height: 35px;
    }
    .hidden-mobile{
        display: none;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}
.modal{
    background: rgba(0,0,0,0.5) !important;
}

.custom-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.custom-table td, th {
  border: 1px solid #dddddd;
  font-size: 12px;
  padding: 5px;
}

.custom-table tr:nth-child(even) {
  background-color: #dddddd;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
#modelbody{
    padding: 1px;
}