@font-face {
    font-family: 'Museo Sans';
    src: url('/fonts/museosans_500-webfont.woff2') format('woff2'),
        url('/fonts/museosans_500-webfont.woff') format('woff'),
        url('/fonts/MuseoSans_700.otf') format('otf'),
        url('/fonts/MuseoSans_500.otf') format('otf'),
        url('/fonts/MuseoSans_700.otf') format('otf'),
        url('/fonts/MuseoSans-900.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

:root {
    --checkbox-green: #6a9137;
}

body {
    font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
    background-color: #16202C;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.top-matches button {
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    background: #26c6da;
    border: 1px solid #26c6da;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 0;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .9rem;
    line-height: 1.25;
    border-radius: .25rem;
    color: rgba(255, 255, 255, 0.87);
}

.top-matches button:focus {
    outline: none !important;
}


.top-matches a {
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 0;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: .9rem;
    line-height: 1.25;
    border-radius: .25rem;
    color: rgba(255, 255, 255, 0.87);
}

.top-matches a:focus {
    outline: none !important;
}


.top-matches .pad {
    padding: 8px 0 5px;
    text-align: center;
}

.top-matches .col-sm-2 {
    width: 12.666667%;
}

.top-matches .col-sm-3 {
    width: 29%;
}

.top-matches button .col-sm-3 {
    width: 25%;
}

.top-matches a .col-sm-3 {
    width: 25%;
}

.picked .theteam {
    color: #000;
}

.picked .theodds {
    color: #000;
}

.theteam {

    padding: 0;
    text-align: left;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.87);
    padding: 2px;
}

.theodds {
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.87);
    font-weight: normal;
}

.compt {
    color: #5f5d5f;

}

.pv-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.picked .compt {
    color: #040706;
}

/*.web-element {
    display: block;
}*/

header {
    /* background: #003F2D; */
    color: rgba(255, 255, 255, 0.87);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    margin-bottom: 0;
}

.top_header_logo {
    /* background: #003F2D; */
}

.menu_header {
    background-color: #003F2D;
    background: linear-gradient(to right, rgba(22, 32, 44, 0.7), transparent 5%, transparent 95%, rgba(22, 32, 44, 0.7)), #003F2D;

}

.menu_nav_li {
    color: rgba(255, 255, 255, 0.87);
}

.navbar-header {
    padding: 0px 15px 0 0;
    text-align: left;
    width: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.navbar {
    padding: 0em 1em 0em 1em;
}

.inner {
    margin: 0 auto;
    line-height: 1.9em;
}

#navigation {
    right: 40px;
}

.login .row {
    margin: 0 !important;
    place-content: end;
}

.r-me {
    color: rgba(255, 255, 255, 0.87);
}

.r-me2 {
    color: rgba(255, 255, 255, 0.87);
}

.r-me input {
    margin: 0px;
    text-align: center;
}

.login-btn {
    border: 0;
    border-radius: 2px;
    line-height: 27px;
    background-color: #FDC217;
    border-color: #FDC217;
    float: left;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 25px;
    padding-right: 25px;
    height: 32px;
    width: 100%;
}

.login-btn-container {}

a.reg {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    float: left;
    border-radius: 0px;
    font-size: 14px;
}

span.below {
    display: block;

}

span.below:hover {
    color: rgba(255, 255, 255, 0.57) !important;
    text-decoration: none;
}

.jp-banner {
    background: url('/images/jackpot.jpg') no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
}


a:hover {
    text-decoration: none;
}

.main-menu {
    float: right;
    font-size: 0;
    margin: 0px 0 0px 0px;
}

.main-menu li {
    position: relative;
}

.main-menu>li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    padding: 2px 0;
    height: 48px;
}

.main-menu>li:hover>a,
.main-menu>li.current-menu-item>a {
    color: #23dbdb;
}


.main-menu>li>a {
    color: #eee;
    font-size: 12px;
    line-height: 14px;
    padding-top: 15px !important;
    text-decoration: none;
    padding-left: 8px;
    vertical-align: middle;
    display: inline-block;
}

.main-menu>li>a:hover {
    color: rgba(255, 255, 255, 0.57) !important;
}

.navbar-header b {
    line-height: 48px;
    display: inline-block;
}

img {
    vertical-align: middle;
}

.navbar-theme .navbar-nav .nav-link:hover,
.navbar-theme .navbar-nav .show>.nav-link,
.navbar-theme .navbar-nav .active>.nav-link {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: rgba(2, 11, 20, 0.6);
}

ul.navbar-nav li.nav-item a.hom {
    color: rgba(255, 255, 255, 0.87);
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px 10px 15px;
    text-transform: uppercase;
}

ul.navbar-nav li.nav-item a.hom .hover {
    background-color: yellow;
}

.header-holder {
    clear: both;
    overflow: auto;
    background: rgba(39, 65, 83, 1);
    padding: 5px 3px 10px 13px;
    border-bottom: 1px solid silver;
    color: rgba(255, 255, 255, 0.87);
    text-transform: uppercase;
}

.lmenu.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.gn.sidebar {
    width: 100%;
}

.header-login {
    background-color: rgba(255, 255, 255, 0.87);
}

.header-login .hover {
    background-color: rgba(255, 255, 255, 0.87);
}

.header-signup {
    background-color: rgba(255, 255, 255, 0.87);
}

.header-signup .hover {
    background-color: rgba(255, 255, 255, 0.87);
}

.match-list {
    float: left;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    color: #535353;
}

.match-list {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .9rem;
}

.match-list .title {
    margin: 6px 2px 5px 2px;
    padding-left: 5px;
    padding-top: 5px;
}

.match-list .title span {
    border-bottom: none;
}

.match-list button.pick {
    padding: 12px 5px 12px 5px;
    width: 33.0%;
    font-size: 12px;
    margin-bottom: 0px;
}

.play-time {
    font-weight: bold;
    padding-left: 5px;
    letter-spacing: 2px;
    padding: 9px 20px 1px;
    font-size: 1.1em;
}

.match-list .head {
    padding-left: 5px;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    color: #F6d900;
    margin-bottom: 10px;
    padding-top: 10px;
}

.today_tomo {
    background: #606060;
    margin: 6px 2px 5px 2px;
}

.game-info {
    float: left;
    padding: 3px;
    color: #000;
}

.slip-games {
    font-size: 12px;
    -webkit-appearance: unset;
    color: rgba(255, 255, 255, 0.87);
}

.slip-games-header {
    font-size: 100%;
    color: rgba(255, 255, 255, 0.87) !important;
}

.site-header {
    clear: both;
}

.head-logo {

    height: 75px;
    width: 192px;
    margin: 15px;
    border-radius: 10px;

}

.breadcrumb-container {
    background-color: transparent;
}

.np {
    padding: 0 !important;
}

.npp {
    padding: 0 1px !important;
}

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

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


/** left menu **/

.jp-banner .profile-text {
    position: relative;
    text-align: center;
    color: #f7d800 !important;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 50);
    font-weight: bold;
    display: block;
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

nav {
    background: #272c33;
}

/** side bar menu nav **/

/*******************
sidebar navigation
******************/

.scroll-sidebar {
    padding-bottom: 0px;
    background: #23313D;
}

.collapse.in {
    display: block;
}

.sidebar-nav {
    background: rgba(255, 255, 255, 0.87);
    /**padding: 15px; **/
}

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-nav ul li {
    list-style: none;
    /* background-color: #292735;
    border-bottom-color: #292735;
    border-top: 0 solid #292735;
    border-bottom: 1px solid #292735; */
}

.sidebar-nav ul li ul li {
    /* background: #372A28; */
    border: 1px solid transparent;
    /* border-bottom-color: #23313D; */
    color: rgba(255, 255, 255, 0.87);
    position: relative;
}

.sidebar-nav ul li a {
    color: #607d8b;
    padding: 5px 15px 2px 5px;
    display: block;
    font-size: 13px;
    border-radius: 1px;
    white-space: nowrap;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    color: #003F2D;
}

.sidebar-nav ul li a.active {
    font-weight: 500;
    color: #081f36;
}

.sidebar-nav ul li ul {
    padding-left: 0px;
    padding-top: 0px;
}

.sidebar-nav ul li ul li a {
    padding: 5px 4px 7px 5px;
    font-size: 14px;
}

.sidebar-nav ul li ul ul {
    padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 14px 14px 14px 20px;
    color: #99abb4;
    font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
    height: 1px;
    /* background: #292735; */
    display: block;
    margin: 0px 0;
}

.sidebar-nav>ul>li {
    margin-bottom: 0px;
    padding: 2px 0px;
    line-height: 1.9;
    border-bottom: 1px solid #23313D;
}

.sidebar-nav>ul>li.active>a {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 500;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar-nav>ul>li.active>a i {
    color: #26c6da;
}

.sidebar-nav>ul>li>a.active i,
.sidebar-nav>ul>li>a:hover i {
    color: #26c6da;
}

.sidebar-nav>ul>li>a i {
    width: 27px;
    height: 27px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #99abb4;
}

.sidebar-nav>ul>li>a .label {
    float: right;
    margin-top: 6px;
}

.sidebar-nav>ul>li>a.active {
    font-weight: 400;
    background: rgba(255, 255, 255, 0.87);
    color: #26c6da;
}

.sidebar-nav ul li ul li:last-child {
    border: none;
}

.sidebar-nav .has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: .55em;
    height: .55em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.87);
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 47%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-nav .active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 45%;
    width: .58em;
    transform: rotate(-135deg) translate(0, -50%);
}

/****************
When click on sidebar toggler and also for tablet
*****************/
.search-button button {
    width: 100%;
    border: none;
    padding: 2px;
    background: #003F2D !important;
    text-transform: none;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-weight: normal;
    height: 100%;
}

@media (min-width: 768px) {
    .search-button button {
        width: 100%;
        border: none;
        padding: 2px;
        background: #FDC217 !important;
        text-transform: none;
        color: rgba(0, 0, 0, 0.87);
        font-size: 14px;
        font-weight: normal;
        height: 100%;
    }

    .mini-sidebar .sidebar-nav #sidebarnav li {
        position: relative;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        position: absolute;
        left: 60px;
        top: 45px;
        width: 200px;
        z-index: 1001;
        background: #f2f6f8;
        display: none;
        padding-left: 1px;
    }

    .mini-sidebar .sidebar-nav {
        padding: 5px;
    }

    .mini-sidebar.fix-sidebar .left-sidebar {
        position: absolute;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
        height: auto !important;
        overflow: auto;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
        display: block;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
        display: none;
    }

    .mini-sidebar .left-sidebar {
        width: 60px;
    }

    .mini-sidebar .user-profile {
        padding-bottom: 15px;
        width: 60px;
        margin-bottom: 7px;
    }

    .mini-sidebar .user-profile .profile-img {
        padding: 15px 0 0 0;
        margin: 0px 0 0 6px;
    }

    .mini-sidebar .user-profile .profile-img:before {
        top: 15px;
    }

    .mini-sidebar .scroll-sidebar {
        padding-bottom: 0px;
        position: absolute;
    }

    .mini-sidebar .hide-menu,
    .mini-sidebar .nav-small-cap,
    .mini-sidebar .sidebar-footer,
    .mini-sidebar .user-profile .profile-text {
        display: none;
    }

    .mini-sidebar .nav-devider {
        width: 50px;
    }

    .mini-sidebar .sidebar-nav {
        background: transparent;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        padding: 9px 15px;
        width: 50px;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        width: 260px;
        background: #26c6da;
        color: rgba(255, 255, 255, 0.87);
        border-color: #009efb;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a i {
        color: rgba(255, 255, 255, 0.87);
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
        display: inline;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li.active>a {
        border-color: transparent;
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li.active>a.active {
        border-color: #009efb;
    }

    .mini-sidebar .left-sidebar {
        position: fixed;
    }

    .mini-sidebar .left-sidebar,
    .mini-sidebar .sidebar-footer {
        left: -240px;
    }

    .mini-sidebar.show-sidebar .left-sidebar,
    .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px;
    }



}

/*******************
/*sidebar navigation
*******************/

.card-no-border .left-sidebar,
.card-no-border .sidebar-nav {
    background: transparent;
}

.card.card-no-border {
    border: none !important;
}

.mini-sidebar .sidebar-nav {
    background: transparent;
}


.sidebar-nav {
    /***background: #272c33;**/
}

.sidebar-nav ul li a {
    color: rgba(255, 255, 255, 0.87);
}

.sidebar-nav ul li ul li a {
    color: rgba(255, 255, 255, 0.87);
}

.sidebar-nav ul li ul li a span.label {
    display: inline;
    background: #232323;
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
    position: absolute;
    right: 26px;
    top: 8px;
    min-width: 22px;
    text-align: right;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    color: #003F2D;
}

.sidebar-nav ul li a.active {
    color: rgba(255, 255, 255, 0.87);
}

.sidebar-nav ul li.nav-small-cap {
    color: #99abb4;
}

img.side-icon {
    width: 18px;
}

.sidebar-nav>ul>li.active>a,
.sidebar-nav>ul>li.active:hover>a {
    color: rgba(255, 255, 255, 0.87) !important;
}

.sidebar-nav>ul>li.active>a i,
.sidebar-nav>ul>li.active:hover>a i {
    color: #f6d900;
}

.sidebar-nav>ul>li.active>a:after,
.sidebar-nav>ul>li.active:hover>a:after {
    border-color: rgba(255, 255, 255, 0.87);
}

.sidebar-nav>ul>li>a.active i,
.sidebar-nav>ul>li>a:hover i {
    color: #f6d900;
}

.sidebar-nav>ul>li>a i {
    color: #f6d900
}

.sidebar-nav>ul>li>a.active {
    font-weight: 400;
    background: rgba(255, 255, 255, 0.87);
    color: #26c6da;
}

.fix-sidebar .left-sidebar {
    position: sticky;
    top: 110px;
}

.left-sidebar {}

aside.left-sidebar {
    float: left;
    width: calc(19% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.left-sidebar {
    height: 100%;
    top: 0px;
    z-index: 1;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.topbar {
    position: sticky;
    z-index: 1000;
    top: 0;
    background: #16202C;
}

.page-wrapper {
    margin: auto;
    padding: 0px 0;
}

.container-fluid {
    margin-right: 0;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

.carousel-inner {
    height: 200px;
    overflow: hidden !important;
}

.home-scroll {
    margin-bottom: 5px;

}

.row.home-scroll,
.row {
    margin-left: 0;
    margin-right: 0;

}



/**end side bar nav **/

/**Middle content **/

.card-header {
    padding: 4px 8px;
    margin-bottom: 0;

}

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

.card-header,
.card-footer,
.jsgrid-header-row>.jsgrid-header-cell,
.featured-plan .pricing-body {
    background-color: #16202C;
    border-top: 0 solid #16202C;
    border-bottom: 1px solid #16202C;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.87);
}

h4 {
    line-height: 22px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
}

.card-header h4 {
    color: rgba(255, 255, 255, 0.87) !important;
    font-size: 100%;
    font-weight: 700;
}


.color-bordered-table.purple-bordered-table {
    color: rgba(255, 255, 255, 0.87);
    opacity: 0.8;
}

.color-bordered-table.purple-bordered-table thead {
    border-top: none !important;
    border-bottom: 1px solid #eee;
    color: #c0c0c0;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    margin-top: 10px;
}

table {
    border-collapse: collapse;
}

table tr {}

.font-14 {
    font-size: 13px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.collapse.show {
    display: block;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem;
}

.table td,
.table th {
    border-top: auto;
    border-color: rgba(120, 130, 140, 0.13);
    padding: .35rem;
    vertical-align: top;
}

.my-bets .table td,
.table th {
    padding: .55rem 0.2em;
}

.col-md-4.bs {
    max-width: 28%;
    margin-left: 10px;
}

.card-outline-info .card-header {}

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

.text-white {
    color: rgba(255, 255, 255, 0.87) !important;
}

.card-no-border .card {

    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);

}

.place_bet_btn {
    width: 100%;
    padding: 3px 10px;
    border: none;
    background-color: #FDC218;
    color: rgba(0, 0, 0, 0.87) !important;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 8px !important;
}

.share-btn {
    width: 100%;
    margin: 8px 0px;
    border-radius: 4px;
    background: #2D4458;
    color: #FFF !important;
}

.btn-theme.place-bet-btn.remove {

    border-radius: 5px;
    padding: 3px 5px;
    padding: 3px 10px;
    width: 100%;
    border-color: #032012;
    background-color: #032012;
    color: rgba(255, 255, 255, 0.87);
    margin-top: 8px !important;
}



.card {
    background: #16202C;
    border: none;
    margin-bottom: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #16202C;
    background-clip: border-box;
    border-radius: .25rem;
}

.feeds li>div {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.bg-info {
    background-color: #23313D !important;
}

.feeds {
    margin: 0px;
    padding: 0px;
}

.feeds li {
    list-style: none;
    padding: 10px;
    display: block;
}

.markets .side {
    background-color: #f58c00;
    display: inline-block;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.87);
    text-align: center;
    line-height: 1.6;
    padding: 0px 10px;
    margin-top: 5px;
}

/**end middle content **/

/** login page **/

.errorMessage {
    display: block;
    color: red;
    padding: 5px 3px;
}

.bal-box {
    float: right;
}

.bal-box {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.87);
}

.bal-box .bal {
    color: rgba(255, 255, 255, 0.87);
    text-align: right;
    font-weight: 500;
}

.bal-box .quick-links {
    margin: 5px;
    display: block;
    float: right;
    text-align: right;
    margin: 0px 0 0 0;
}


.bal-box .quick-links a {
    text-decoration: none;
    color: #e1820e;
    margin: 0 0 0 10px;
}

.bal-box a.btn-outline-theme {
    color: rgba(255, 255, 255, 0.87);
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
}

table td a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.87);
}

.my-bets table td a,
.my-bets table td a:hover {
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
}

table td a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.87);
}

.col-md-8.np {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.inslip {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

tr.mobile-view {
    display: table-row;
}



.btn-theme.place-bet-btn {
    border-color: none !important;
}


.betslip-error {
    margin: 8px 8px 0px 9px;
    border-radius: 0;
    font-size: 12px;
    padding: 5px;
}

.betslip-success {
    border-radius: 0;
    font-size: 12px;
    padding: 5px;
}

.sport-on-match-list .side-icon {
    width: 1.3em;
    height: 1.3em;
}

i.fa,
i.fas {
    color: rgba(255, 255, 255, 0.87) !important;
}

i.fas.fa-phone-volume {
    font-size: 18px;
    margin: 9px 12px;
}

ul.paybill {
    padding: 10px;
}

ul li.safaricom {
    padding: 0;
    list-style: none;
}

.safaricom img {
    width: 53px;
    height: 52px;
    padding: 0;
}

.safaricom .paybill {
    font-size: 2.8em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
}

/** End left **/


.web-view {}

.navbar-nav {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 0px 0px;
}

.casino-header {
    background: #1f2f38;
    width: 100%;
    color: #FFF;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px;
}

.casino-header span {
    display: inline-block;
    text-align: center;
    width: 70%;
    line-height: 21px;
    font-size: 14px;
}

.mobile-view {
    visibility: hidden;
    display: none;
}

.top-matches button {
    background: #23313D;
    color: rgba(255, 255, 255, 0.87);
    box-shadow: none;
    padding: 12px 5px;
    width: 100%;
    font-size: 12px;
    border-radius: 8px;
}

.top-matches a {
    background: none;
    color: #4A8014 !important;
    box-shadow: none;
    padding: 12px 5px;
    width: 100%;
    font-size: 12px;
    border-radius: 8px;
}

.more-markets a {
    color: rgba(255, 255, 255, 0.87) !important;
    display: block;
    padding: 5px 5px;
    font-weight: 550;
}

#markets {
    font-size: 75%;
}

.tab-content-header-text.detail-page {
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    width: 100%;
    font-size: 132%;
    line-height: 177%;
    /* background: #292735; */
}

.tab-content-header-text.detail-page small {
    font-size: 70%;
}

.c-header {
    color: #ffeea8;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 65%;

}

.team-details {
    color: rgba(255, 255, 255, 0.87) !important;
    text-transform: capitalize;
    line-height: 2.4;

}


.tab-pane {
    /* padding: 0px 10px 10px 10px; */
}

.m1x2h,
.movu,
.mdc {
    color: rgba(255, 255, 255, 0.87);
    font-size: 81%;
    font-weight: 400;
    text-align: left;

}

.markets-desc .oddk.m1x2h {
    /* max-width: 24%; */
}

.markets-desc .col-md-1.movu {
    text-align: center;
    padding: 0px 5px !important;
}

.movu {}

.mdc {}

.markets-desc {
    margin-top: 10px;
    opacity: 0.7;
    font-size: 95%;
}

.mg-column {
    font-size: 70%;
    text-align: left;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.7;
}

.stp-history {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 8px;
}

.country {
    background: #FFF;
    padding: 0px 5px;
    border-radius: 5px;
}

.country div {
    display: inline-block;
}

.country select {
    display: inline-block;
    width: 99%;
    border: none;
    padding-left: 2px;
    vertical-align: middle;
    height: 32px !important;
}

@media screen and (max-width: 360px) {
    .country select {
        display: inline-block;
        width: 98%;
        border: none;
        padding-left: 2px;
        vertical-align: middle;
    }

    .carousel-height {
        height: 80px !important;
    }

    .carousel-item img {
        max-height: 80px !important;
    }
}

.new-product {
    display: inline-block;
    background: #F80001;
    color: #FFF;
    padding: 2px 4px;
    position: absolute;
    top: 40px;
    left: 80%;
}

.empty-stp-history {
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
}

.stp-img {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 16px;
}

.casino-container {
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.demo-games {
    position: absolute;
    top: 38%;
    left: 45px;
    display: none;
}

.demo-games div {
    display: flex;
    justify-content: center;
}

.demo-games .play-game {
    width: 100px;
    background: #004D00;
    color: rgba(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    border: none;
    cursor: pointer;
}

.demo-games .demo-game {
    width: 100px;
    background: #1F2F38;
    color: rgba(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width : 400px) {
    .stp-img {
        font-size: 11px;
        margin-bottom: 4px;
        padding-left: 16px;
    }

    .casino-container {
        margin-bottom: 12px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.pragmatic-img {
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 4px;
    color: rgba(255, 255, 255, 0.57);
}

.prag-bet-limits {
    background: #182621;
    padding: 4px;
    max-width: 80px;
    border-radius: 4px;
    color: #FFF;
    position: absolute;
    top: 18%;
    left: 12px;
    display: none;
}

.table-prag {
    display: none;
}

.prag-bet-table {
    background: green;
    padding: 4px;
    width: 28px;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 12px;
}

.prag-bet-players {
    background: #182621;
    padding: 4px;
    min-width: 35px;
    border-radius: 4px;
    color: #FFF;
    position: absolute;
    top: 18%;
    right: 12px;
    text-align: center;
    display: none;
}

.prag-bet-players img {
    width: 12px;
    vertical-align: text-bottom;
    float: left;
    margin-right: 4px;
}

.prag-bet-result-holder {
    position: absolute;
    top: 84%;
    display: none;
}

.prag-bet-result {
    display: inline-block;
    background: #D70035;
    padding: 2px 4px;
    width: 36px;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    margin-left: 4px;
    font-weight: 700;
}

@media screen and (max-width : 400px) {
    .pragmatic-img {
        font-size: 11px;
        margin-bottom: 4px;
        padding-left: 16px;
    }

    .prag-bet-limits {
        background: #182621;
        padding: 4px;
        max-width: 80px;
        border-radius: 4px;
        color: #FFF;
        position: absolute;
        top: 22%;
        left: 12px;
        display: none;
    }

    .prag-bet-players {
        background: #182621;
        padding: 4px;
        min-width: 35px;
        border-radius: 4px;
        color: #FFF;
        position: absolute;
        top: 22%;
        right: 12px;
        text-align: center;
        display: none;
    }

    .prag-bet-players img {
        width: 12px;
        vertical-align: text-bottom;
        float: left;
        margin-right: 4px;
    }

    .prag-bet-result-holder {
        position: absolute;
        top: 78%;
        left: 8px;
        display: none;
    }

    .prag-bet-result {
        display: inline-block;
        background: #D70035;
        padding: 2px 4px;
        width: 36px;
        border-radius: 2px;
        color: #FFF;
        text-align: center;
        margin-left: 4px;
        font-weight: 700;
    }
}

.game-img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 8px;
}

.mmkts {}

@media screen and (max-width : 768px) {
    .hide-mobi {
        display: none !important;
        visibility: hidden !important;
    }

    .hrow {
        border-bottom: 1px solid #23313D;
        font-size: 15px;
        padding: 5px 8px;
        margin-bottom: 3px;
    }

    .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;


    }

    #markets {
        padding: 0px !important;
    }

    .stp-img {
        padding-left: 24px !important;
    }

    .game-img {
        width: 90%;
    }

}

@media screen and (min-width : 768px) {
    .hrow {
        font-size: 17px;
        border-bottom: 1px solid #23313D;
        padding: 10px 8px;
        text-transform: uppercase !important;
    }
}

.btsps {
    float: right;
    padding: 0;
    margin-right: 0px;
    text-align: right;
    width: 100%;
}


@media screen and (max-width : 768px) {
    .topbar {
        position: sticky;
        z-index: 150;
        top: 0px;
    }

    .payment-details {
        margin-top: 10px;
    }

    .web-view {
        visibility: hidden;
        clear: both;
        display: none !important;
    }

    .web-view-nav {
        display: none;
    }

    .mobi {
        display: block !important;
    }

    .odds-btn-label {
        color: rgba(255, 255, 255, 0.57);
        font-size: 10px;
        font-weight: normal;
    }

    .show-sidebar .web-view.showonmobile {
        display: block !important;
        visibility: visible;
        left: -10px;
        width: 70%;
        z-index: 1000;
    }

    a.nav-toggler {}

    .c-header {
        color: #F29B30;
    }


    .fix-sidebar .left-sidebar {
        position: absolute;
        left: -10px;
        top: 45px;
    }

    .tab-content-header-text.detail-page {
        font-size: 100%;
    }

    .match-list .head {
        font-size: 1em;
    }

    .mobile-view {
        visibility: visible;
        display: block;
        width: 100%;
        margin-top: 0px;
    }

    .mobi {
        visibility: visible;
        display: block;
    }

    .betmobile {
        /* margin: 0px 5px 0px 5px !important; */
        max-width: 100% !important;
    }

    .top-login {
        visibility: hidden;
        display: none;
    }

    .navbar.top-navbar {
        padding: 0;
    }

    .carousel-item img {
        width: 99.7%;
        max-height: 80px;
    }

    .navbar-header {
        text-align: left;
        line-height: 25px;
        padding: 0px 0 0 0;
        display: inline-block;
        position: relative;
        float: left;
        width: 50%;
    }

    .navbar-header .navbar-brand {}

    .navbar-header b {
        line-height: 25px;
    }

    .navbar-brand span {
        display: block;
    }

    .betslip-counter {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        text-align: right;
    }

    .betslip-counter p {
        text-align: right;
        margin-top: 5px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .betslip-counter p a {
        color: #101721;
        text-decoration: none;
    }

    .navbar-header .navbar-brand img {
        vertical-align: top;
        margin: 8px 4px;
    }

    .site-header {
        height: all;
        clear: both;
    }

    .bal-box .bal {
        text-align: left;
        font-size: small;
        margin-left: 3px;
    }

    .bal-box .quick-links {
        text-align: left;
        font-size: small;
    }

    .bal-box .quick-links a {
        margin: 0 0 0 3px;
    }

    .navbar-nav {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        overflow-x: auto;
        white-space: nowrap;
    }

    .main-menu>li {
        display: inline-block;
        margin-left: 3px;
        padding: 0;
        margin-right: 16px;

    }

    .main-menu>li.web-view {
        display: none;
    }

    .main-menu>li>a.login-mobile {
        border: 1px solid #cccc;
        padding: 6px 10px;
        background: #9e9e9e;
        border-radius: 4px;
        color: rgba(255, 255, 255, 0.87);
        font-weight: bold;
        opacity: 0.8;
    }

    .main-menu>li>a {
        color: #eee;
        font-size: 14px;
        padding-top: 16px !important;
        line-height: 14px;
        padding: 10px 0;
        text-decoration: none;
    }

    .page-wrapper {
        margin-left: 0px !important;
    }

    .container-fluid {
        margin-top: 0;
    }


    .carousel-inner {
        height: 120px !important;
    }

    .col-md-8,
    col-md-8.np {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .nav-tabs .nav-item a {
        padding: 5px 8px;
    }

    .col-sm-4.mg-column {
        width: 25%;
        font-size: 82%;
    }

    .mobile-mkts {
        color: #7b7b7b;
    }

    .mg-column {
        font-size: 85%;
    }

    .col-12,
    .col-2,
    .col-8,
    .col-11,
    .col-3,
    .col-4,
    .col-6,
    .col-1 {
        display: block;
        position: relative;
        float: left;
    }

    .m1x2h div {
        text-align: center;
        color: #9E9E9E;
        opacity: 1;
        font-size: 84%;
    }

    .more-markets a {
        padding: 0;
        font-size: 72%;
        display: table-cell;
        vertical-align: middle;
        padding-top: 5px;
    }

    .m1x2h,
    .movu,
    .mdc {
        font-size: 72%;
    }

    #markets {
        margin-bottom: 5px;
    }

    .top-matches a {
        color: rgba(255, 255, 255, 0.87);
        box-shadow: none;
        padding: 5px;
        width: 40px;
        font-size: 90%;
        font-weight: bold;
        border-radius: 3px;
        margin: 1px;
    }

    .col-sm-8.mg-column {
        width: 75%;
        font-size: 82%;
    }

    .card-header h4 {
        font-size: 100%;
    }

    .team-details {
        padding: 0;
    }

    .hrow .col-11 {
        width: 88%;
    }

    h4 {
        line-height: 12px;
        font-size: 12px;
    }

    .match-list {
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }

    .top-matches button {
        background: #23313D;
        color: rgba(255, 255, 255, 0.87);
        box-shadow: none;
        padding: 12px 5px;
        width: 100%;
        font-size: 12px;
        border-radius: 8px;
    }

    .top-matches a {
        padding: .15rem .15rem;
        font-size: .7rem;
        line-height: 1.35;
    }

    .top-matches a {
        float: right;
        color: rgba(255, 255, 255, 0.87);
        box-shadow: none;
        padding-left: 12px;
        padding-top: 10px;
        font-size: 12px;
    }

    .theteam.mobile-view {
        width: 60%;
    }

    .col-md-4.bs {
        max-width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 3px;
    }

    .match-list button.pick {
        width: 48.5%;
    }

    .match-list button.pick.col-12 {
        width: 100%;
    }

    .card-header {
        padding: .45rem .35rem
    }

    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        /* background: #181c22; */
    }

    .tab-pane {
        padding: 0px 0px 0px 0px;
    }

    .new-item {
        left: 42px !important;
    }

    .new-item-live-cs {
        left: 70px !important;
    }

}

.carousel-height {
    height: 160px;
}

.new-item {
    background: linear-gradient(180deg, #f13232, #c10606);
    text-transform: uppercase;
    padding: 1px 4px 1px 2px;
    color: #fff;
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    line-height: 11px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    border-radius: 3px;
    position: absolute;
    left: 45px;
    top: 5px;
}

.new-item-live-cs {
    background: linear-gradient(180deg, #f13232, #c10606);
    text-transform: uppercase;
    padding: 1px 4px 1px 2px;
    color: #fff;
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    line-height: 11px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    border-radius: 3px;
    position: absolute;
    left: 76px;
    top: 4px;
}

#mobi-list {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

#mobi-list td,
#mobi-list th {

    padding: 0.7px 6px 13px 6px;
    font-size: 14px;
}

#mobi-list tr:nth-child(even) {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 10px;
}

#mobi-list tr:hover {}

#mobi-list th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #000080;
    color: white;
}

.logo-cls {
    margin: 4px 0px;
}

/**tabs **/
.nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs .nav-link a:hover {
    background: transparent;
}

.nav-tabs .nav-item a {
    color: rgba(255, 255, 255, 0.87);
    text-transform: uppercase;
    font-size: 84%;
    padding: 3px 8px;
    line-height: 1.7;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    color: rgba(255, 255, 255, 0.87);
    border-color: transparent;
    border-bottom: 2px solid #F29B30;
    display: block;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    background: transparent;

}

.tab-content-header {
    width: 100%;
    border-radius: 5px;
}

.tab-content-header-text {
    color: rgba(255, 255, 255, 0.87);
    float: left;
    padding: 5px 8px !important;
    font-size: 110%;
}

.contacts-header {
    background-color: #23313D;
    border-bottom: 0px;
    color: rgba(255, 255, 255, 0.87) !important;
}

.header-1x2,
.header-over-under {
    float: left;
    color: rgba(255, 255, 255, 0.87);
    padding-top: 5px;
    width: 60%;
    text-align: center;
    opacity: 0.8;
}

.header-over-under {
    width: 40%;
}

.odds-pick {
    width: 75%;
    float: right;
}

/** End tabs **/
/** highlights display css **/

.more-markets {
    color: #c1c16d;
}


.market-haeders {
    color: #c1c16d;
    background: #434343;
    font-size: 92%;
}

.market-haeders div {
    text-align: left;
}


.market-label {
    display: block;
    padding: 6px 0px;
    text-align: center;
    width: 90%;
}


/** end highlights **/
.bs-1 {}

.payment-details {
    background: #16202C;
}

.contacts {
    color: rgba(255, 255, 255, 0.87);
}

.gateway {
    padding: 0;
    padding-left: 4px;
    background: #2D1F19;
    border-radius: 4px;
    margin-bottom: 8px;
}

.account-summaries {
    margin-bottom: 8px;
    padding: 8px 0px;
    background: #23313D;
}

.player-acct {
    background: #1E1E1E;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px;
}

/** login box **/
.top-login {
    width: auto;
}

.msisdn {}

.form-control.msisdn {
    border-color: rgba(255, 255, 255, 0.1);
    height: 32px;
}

.form-control.password {
    border-radius: 3px;
    font-size: 12px;
    height: 32px;
}

.signup label,
.login-form label,
.forgot-pass label {
    color: rgba(255, 255, 255, 0.87);
    font-weight: normal;
    opacity: 0.8;
}

.signup input[type="text"],
.signup input[type="number"],
.signup input[type="password"],
.login-form input[type="password"],
.login-form input[type="number"],
.forgot-pass input[type="number"] {
    border: 0;
    border-radius: 3px;
    margin: 3px 0px 3px 0px;
}

input[type="checkbox"],
p.check-boxes {
    color: rgba(255, 255, 255, 0.87);
    margin-top: 2px;
}

.terms {
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    line-height: 174%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    max-height: 160px;
}

.highlight-h {
    max-width: 40% !important;
    flex: 40%;
}

#highlight-tabs {
    margin-top: 5px;
}


.container {
    max-width: 100% !important;
}

.topjpimg {
    border-radius: 0px;
    align-items: center;
    align-content: center;
    text-align: center;
}

.topjpimg .imgjp img {
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
    v vertical-align: middle;
    width: 66.66%;
}

.mobi-btn-mkt {
    text-align: left;
    padding: 0;
    padding-left: 5px;
}

.match-list.terms section.panel {
    color: rgba(255, 255, 255, 0.87);
    padding: 10px;
}

#team-details .col-md-2 {
    font-size: 79%;
}

.successMessage {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px;
    margin-bottom: 10px;
}

.light-logo {

    height: 70px;
}

.bg-green {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #01BE6E;
}

.navbar {
    padding: 0px;
}

@media (min-width: 768px) .navbar {
    border-radius: 0px !important;
}

@media (min-width: 992px) .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 5px;
}

.forgot {
    color: rgba(255, 255, 255, 0.87) !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #334155;
    border-radius: 8px;
}

.login-form label {
    font-size: 14px !important;
}

.footer-cs {

    color: white;
    margin-top: 30px;
    background-color: #131e28;
    line-height: 1.5;
    padding: 0px 0px;
}

.foot-links a {

    color: rgba(255, 255, 255, 0.87);
}

.web-element {
    display: block;
}

.hidden-xs {
    display: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.6;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.nopadding {
    padding: 0;
}

.bigger-list {
    color: rgba(255, 255, 255, 0.87) !important;
}

.odd-value {
    float: right;
}

.odd-name {
    float: left;
}

.market-header {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 550;
    font-size: 12px;
    padding: 5px;
}

.navbar-theme {
    box-shadow: none;
    margin-bottom: 5px;
}

.collapse a {
    background-color: #182621;
}

.no-pad {
    padding: 0;
}

.no-ra {
    border-radius: 1px;
    width: 100%;
    font-size: 1rem;
    padding: 15px;
}

.np-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.place_bet_btn:hover {
    background-color: #003F2D;
}

.dk-bj {}

.amount-sec {
    padding: 10px;
}

.my-inp {
    border-radius: 5px;
    border: 0px;
    padding: 10px;
}

.slip-code {
    background: #3A4A5A !important;
    border: none;
    color: #FFF !important;
}

.match-time-txt {
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.57);
    font-size: 11px;
}

.betslip2 {
    background-color: #23313D;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 5px;
}

.select-odd {
    padding: 10px;
}

.match-list.card-header {
    background-color: #182621 !important;
}

.dark-bg {
    border-bottom: 1px solid #182621;
    padding-left: 0;
    font-size: 18px;
}

.login-form input {
    border: 0px;
    border-radius: 5px;
}

.login-form .btn-theme {
    background-color: #335121 !important;
    color: #FFF;
    width: 100% !important;
}

.forgot-pass .btn-theme {
    background-color: #335121 !important;
    color: #FFF;
}

.signup .btn-theme {
    background-color: #335121 !important;
    width: 100% !important;
    color: #FFF;
}

.fg-pwd-txt {
    font-size: 14px !important;
    text-align: center;
}

.reg-account-txt {
    font-size: 14px !important
}

.match-list.terms section.panel {
    color: rgba(255, 255, 255, 0.87);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.orange-txt {
    color: rgba(255, 255, 255, 0.57) !important;
}

.grey-txt {
    color: #adb5bd;
}

.match-list .card-header {
    background-color: #23313D !important;
    border-bottom: 0px;
}

.bal i.fa {
    color: rgba(255, 255, 255, 0.87) !important;
}

.nav-item .fa {
    color: rgba(255, 255, 255, 0.87) !important;
}

.paginate-btns {
    background-color: #182621 !important;
    border-color: #04341D;
}

.more-card-header {
    background-color: #182621 !important;
}

.more-content-header {
    background-color: transparent;
}

.more-market-header {
    background-color: #372A28;
    font-size: 16px;
}

.more-card-body {
    padding: 0px;
}

.more-card-body .odds {
    background-color: #23313D;
    border-radius: 0px;
    margin-bottom: 2px !important;
}

a {
    color: rgba(255, 255, 255, 0.87) !important;
    text-decoration: none;
    background-color: transparent;
}

.more-card-body .odd-value {
    color: rgba(255, 255, 255, 0.57) !important;
}

.collapse a {
    background-color: transparent !important;
}

.titles .web-view {
    text-align: center;
}

@media screen and (min-width : 768px) {
    .mobile-view2 {
        display: none !important;
    }

    .left-sidebar {
        position: sticky;
        top: 5px;
        max-height: 100vh;
    }


}

.sticky-slip {
    position: sticky;
    top: 5px;
    z-index: 99;
    max-height: 130vh;
    overflow-y: auto;
}

.sticky-slip .card-header {
    min-height: 40px !important;
}

.my-account-btn {
    display: none !important;
}

@media screen and (max-width : 768px) {
    .search-button {
        width: 25% !important;
    }

    .submit-input {
        width: 75% !important;
    }

    .my-account-btn {
        display: block;
    }

    .bal-box {
        display: none !important;
    }

    .mi-ac .quick-links a {
        color: #ED890F !important;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #182621;
    padding: 3px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.57);

    border-radius: 999px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.57);

}

.other-games .side-icon {
    margin-right: 10px;
}

.table-responsive .title span {
    color: #ED890F;
}

.list-math-sec {
    font-size: 12px;
}

.txt-right {
    text-align: right;
}

.mobi-label {
    display: inline;
    background: #23313D;
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
    position: absolute;
    right: 26px;
    top: 8px;
    min-width: 22px;
    text-align: center;
    border-radius: 5px;
}

.hide-lost {
    color: #c00;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.blink-bg {
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    padding: 7px;
}

@keyframes blinkingBackground {
    0% {
        background-color: rgba(255, 255, 255, 0.57);
    }

    25% {
        background-color: #1056c0;
    }

    50% {
        background-color: #ef0a1a;
    }

    75% {
        background-color: #254878;
    }

    100% {
        background-color: #101721;
    }
}

b,
strong {
    font-weight: 700;
}

.casino-butt {
    background: #23313D;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    border: none;
    padding: 2px 16px;
    margin-top: 4px;
    color: #FFF;
    cursor: pointer;
}

::-webkit-scrollbar {
    display: none;
}

.ml-8 {
    margin-left: 8px !important;
}

button:focus {
    outline: none !important;
}

.casino-bar {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mobile-casino-wrapper {

    width: 100%;
}

.mobile-container {
    margin-bottom: var(--margin-bottom);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
}

.banner-call-to-action {
    background: #0218C2;
    width: auto;
    max-width: 150px;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
    position: absolute;
    top: 18px;
    left: 20px;
    color: #FFF;
    font-size: 12px;
}

.text-white {
    color: rgba(255, 255, 255, 0.87) !important;
}

* {
    box-sizing: border-box;
}

.sports-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 40px;
    padding-bottom: 2px;
    z-index: 99;
    background: #16202C;
}

.sports-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
}

.sports-container::-webkit-scrollbar {
    display: none;
}

.sport-item {
    flex: 0 0 auto;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.sport-item img {
    height: 25px;
    min-width: 25px;
    max-width: 40px;
    margin-bottom: 6px;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    background: #23313D;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.scroll-left {
    left: 10px;
}

.scroll-right {
    right: 10px;
}

.new-login-butt {
    padding: 8px 12px;
    border-radius: 6px;
    color: #4A8014 !important;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}

.new-register-butt {
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #003F2D !important;
    color: rgba(255, 255, 255, 0.87);
    font-weight: bold;
    font-size: 12px;
}

.slip-mobile-count {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87) !important;
    /* background-color: rgba(250, 204, 21) !important;
    margin-left: 5px;
    padding: 5px 8px;
    border-radius: 12px !important; */
    font-weight: 600;
}

.search-icon {
    border-bottom-left-radius: 16px !important;
    margin-left: 4px !important;
    border-top-left-radius: 16px;
    background: #16202C !important;
    border: 1px solid #23313D !important;
    padding: 8px !important;
    height: 28px !important;
    border-right-color: #16202c !important;
    margin-right: -4px;
}

.search-txt-field {
    border-bottom-right-radius: 16px !important;
    margin-right: 4px !important;
    border-top-right-radius: 16px;
    background: #16202C !important;
    border: 1px solid #23313D !important;
    padding: 8px !important;
    height: 28px !important;
    border-left-color: #16202c !important;
    padding-left: 2px !important;
}

.bottom-nav {
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.slip-bg-mobile {
    background-color: rgba(250, 204, 21) !important;
}

.footer-odds {
    bottom: 46px;
    background-color: rgba(250, 204, 21, 1);
    z-index: 1049;
    color: rgba(0, 0, 0, 0.87);
}

.footer-odds-txt {
    background-color: #16202C;
    color: #fff;
    padding: 2px 12px;
    border-radius: 999px;
}

.sticky-full-header {
    position: sticky;
    top: 96px;
    z-index: 99;
    background: #16202C;
}

.hide-div {
    display: none !important;
}

@media (min-width: 576px) {
    .login-wrapper {
        min-height: calc(100vh - 80px);
    }
}

.login-card {
    width: 100%;
    max-width: 480px;
    border-radius: 12px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
    color: #F1F5F9 !important;
}

@media (max-width: 576px) {
    .login-wrapper {
        padding-top: 40px !important;
    }

    .login-card {
        padding: 1.5rem 1rem;
    }
}

.dark-input {
    background-color: #1E293B !important;
    border: 1px solid #334155 !important;
    color: #FFF !important;
}

.dark-input::placeholder {
    color: #94A3B8 !important;
}

.dark-input:focus {
    background-color: #1E293B !important;
    border-color: #60A5FA !important;
    box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.25) !important;
}

input.dark-input:-webkit-autofill,
input.dark-input:-webkit-autofill:hover,
input.dark-input:-webkit-autofill:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff;
    transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
    background-color: #1f2937 !important;
    color: #fff !important;
}

input.form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    -webkit-appearance: none;
    /* Remove default styling */
    appearance: none;
    background-color: transparent;
    border: 2px solid var(--checkbox-green);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

input.form-check-input:checked {
    background-color: var(--checkbox-green);
    border-color: var(--checkbox-green);
}

input.form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}