@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
typeahead-container {
    transform: translate3d(0px, 30px, 0px) !important;
    width: 100%;
    margin-top: 12px !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 8px !important;
    border-radius: 4px !important;
    height: 20em !important;
}
typeahead-container button.dropdown-item:nth-child(odd) {
    background: #fff;
}
typeahead-container button.dropdown-item:nth-child(even) {
    background: rgb(242, 242, 242);
}
typeahead-container button.dropdown-item {
    border-bottom: none;
    padding: 5px;
    font-size: 12px;
    white-space: pre-line;
    color: #000;
    position: relative;
}
typeahead-container button.dropdown-item:hover {
    background: rgb(230, 230, 230);
}
typeahead-container button.dropdown-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 2px;
    background-color: #b21318;
    opacity: 0;
}
typeahead-container button.dropdown-item:hover::before {
    opacity: 1;
}
/*dark theme*/


/*#myInnerTab ul.nav::-webkit-scrollbar-track {
    background: #fff; 
    border-radius: 0;
}
#myInnerTab ul.nav::-webkit-scrollbar-thumb {
    background: #b21318;
    border-radius: 0;
    -webkit-box-shadow: none !important; 
}*/

body.dark-theme,
.dark-theme .odds-even-sec .odds-bl-head .bl-btns {
    background: #000;
}
.dark-theme typeahead-container button.dropdown-item:nth-child(odd) {
    background: #212121;
}
.dark-theme typeahead-container button.dropdown-item:nth-child(even) {
    background: #292929;
}
.dark-theme typeahead-container button.dropdown-item a{
    color: #ddd;
}
.dark-theme .odds-even-sec .odds-bl-head .bl-btns {
    color: #ddd;
}
/*.dark-theme::-webkit-scrollbar-thumb,
.dark-theme .betting-section::-webkit-scrollbar-thumb,
.dark-theme #sidebar-mobilemenu::-webkit-scrollbar-thumb{
    border-radius: 0;
    background: #eeb139;
}
.dark-theme::-webkit-scrollbar-track,
.dark-theme .betting-section::-webkit-scrollbar-track,
.dark-theme #sidebar-mobilemenu::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 0;
}*/

.dark-theme .top-user-menus .dropdown-menu {
    background: #000000;
    border: 1px solid #212121;
}

.dark-theme .top-user-menus p,
.dark-theme .no-event{
    background: #212121;
    color: #fff;
    border-bottom: 1px solid #090909;
}

.dark-theme .top-user-menus .dropdown-menu a {
    background: #090909;
    color: #fff;
    border-bottom: 1px solid #212121;
}

.dark-theme .innertabs {
    background: #212121;
    border-bottom: 2px solid #303030;
}

.dark-theme .nav-item .nav-item.show .nav-link,
.dark-theme .nav-item .nav-link.active {
    background: #303030;
    color: #fff;
}

.dark-theme .innertabs li a,
.dark-theme .innertabs li a:hover,
.dark-theme .odds-even-sec .two-teams p,
.dark-theme .odds-even-sec .date-timer,
.dark-theme #sidebar-mobilemenu .panel-group h2,
.dark-theme #sidebar-mobilemenu .panel-default > .panel-heading a,
.dark-theme #sidebar-mobilemenu .panel-body ul li a,
.dark-theme .info-box,
.dark-theme .odds-even-sec .col-md-5.col-7,
.dark-theme #Bet_Slip table th,
.dark-theme .odds-even-sec .row:first-child,
.dark-theme .matched-unmatched-ui h4,
.dark-theme #sidebar-mobilemenu .input-group .input-group-text,
.dark-theme #sidebar-mobilemenu .input-group input,
.dark-theme .mb-mm span{
    color: #fff;
    font-weight: 400;
}

.dark-theme .searchbar .input-group-text img {
    filter: invert();
}

.dark-theme #Bet_Slip table td {
    border-color: #fff;
}

.dark-theme .detail-content p.team-name i {
    color: #f5b942 !important;
}

.dark-theme .odds-even-sec {
    background: none;
    box-shadow: rgb(255 255 255 / 8%) 2px 5px 8px, rgb(255 255 255 / 12%) -2px -1px 6px;
    color: #fff;
}

.dark-theme .odds-even-sec .row.mx-sm-0:first-child {
    background: linear-gradient(to right, #006c7d, #f5b942, #006c7d) !important;
    color: #fff;
}

.dark-theme .detail-content .odds-even-sec div:nth-child(odd) .row,
.dark-theme .odds-even-sec a:nth-child(odd) .row {
    background: #212121;
}

.dark-theme .detail-content .odds-even-sec div:nth-child(even) .row,
.dark-theme .odds-even-sec a:nth-child(even) .row {
    background: #191919;
}

.dark-theme .odds-even-sec .fil:nth-child(odd),
.dark-theme .bms-tabs a {
    background: #212121;
}
.dark-theme .betting-section,
.dark-theme .value-stakes{
    background: #212121;
}
.dark-theme .odds-even-sec .row:nth-child(even),
.dark-theme .odds-even-sec .fil:nth-child(even) {
    background: #292929;
}

.dark-theme .odds-even-sec .row:hover::before,
.dark-theme .odds-even-sec .fil:hover::before {
    box-shadow: #3e3d3d 0px 0px 5px;
}

.dark-theme .inner-title img,
.dark-theme #sidebar-mobilemenu .panel-default > .panel-heading a img {
    filter: sepia(1);
}

.dark-theme #sidebar-mobilemenu,
body.dark-theme.mobileMegaMenu #sidebar-mobilemenu {
    background: #090909 !important;
}

.dark-theme #sidebar-mobilemenu .panel-body ul li {
    background: #292929;
}

.dark-theme #sidebar-mobilemenu .panel-default > .panel-heading {
    border-bottom: 1px solid #000;
}

.dark-theme #sidebar-mobilemenu .panel-default > .panel-heading a:hover {
    background: linear-gradient(to right, rgb(41 41 41 / 75%), transparent);
}

.dark-theme #sidebar-mobilemenu .input-group,
.dark-theme .right-bar .click-bet-slip h4 {
    background: #212121;
}

.dark-theme .click-bet-slip .panel-body,
.dark-theme .info-box {
    background: #292929;
}

.dark-theme #SPECIAL h4,
.dark-theme .bms-tabs a {
    color: #fff;
}
.dark-theme .suspended{
    background: rgb(0 0 0 / 78%);
}
.dark-theme .cb-bet button{
    color: #fff;
}
@media (max-width: 767px) {
    .dark-theme .bet-table .card,
    .dark-theme .mobile-bottom-nav{
        background: #212121;
    }
    .dark-theme .bet-table .card .btn-co,
    .dark-theme .bet-table .card-body .btn-group button,
    .dark-theme .bet-table .card .card-header p,
    .dark-theme .mobile-bottom-nav span {
        color: #fff;
    }

}
/*dark theme*/

body {
    font-family: 'Montserrat', sans-serif;
    background: #f4f6f9;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    color: #212529;
}

a:hover {
    color: #212529;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

::selection {
    color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15em;
    background: rgb(204, 204, 204);
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-track-piece {}

button:focus,
input:focus {
    box-shadow: none !important;
    outline: none;
}


/*colors css*/

::selection,
.back-to-top i,
.top-user-menus button.dropdown-toggle,
.top-user-menus a.logout,
.fds-img h3:before,
.nbe-content .fo-btn,
.search-datewie button,
.search-datewie button:hover,
.search-datewie button:focus,
.cp-form .btn-submit,
.login-modal .modal-body form .btn-login,
#sidebar-mobilemenu .menu-active .more-less,
.bet-table .card .input-group-text,
.btn-edit,
.slider-div .carousel-indicators li.active,
.team-info span,
.bms-tabs a.active,
.bms-tabs a:hover {
    /*background-color: #ff9400 !important;*/
    background-color: #b21318 !important;
}

.nav-menu li a:hover,
.section-title,
.nbe-content h2,
.nbe-content h3,
.nbe-content h4,
.search-datewie label,
.login-modal .modal-body h2,
.login-modal .modal-body form label,
.inner-title,
.odds-even-sec .two-teams b,
.odds-even-sec .marketname,
.odds-even-sec .in-play,
.right-bar .click-bet-slip h4,
.right-bar .click-bet-slip h4 a,
.pl-tabs ul li a.active,
.pl-tabs ul li a:hover {
    /*color: #ff9400 !important;*/
    color: #b21318 !important;
}

.team-info span,
.login-modal .modal-body,
.bet-table .card-body .btn-group button {
    /*border:1px solid #ff9400;*/
    border: 1px solid #b21318;
}

.innertabs li a.active {
    /*box-shadow: 0px 3px 0px 0px #ff9400;*/
    box-shadow: 0px 3px 0px 0px #b21318;
}

.odds-even-sec .row:hover::before {
    /*box-shadow: #ff9400 0px 0px 5px;*/
    box-shadow: rgb(224 24 30) 0px 0px 5px;
}

.matched-unmatched-ui table tbody tr:hover {
    /*box-shadow: inset #ff9400 0px 0px 5px;*/
    box-shadow: inset #b21318 0px 0px 5px;
}

/*marquee*/
.commentary{
    padding:10px 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.commentary img{
    width: 26px;
}
.commentary .marquee_text{
    font-size: 15px;
    padding: 0px 1em 0px 2em;
    color: #242629;
}
/*marquee*/
.no-event {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 0px;
    height: 100px;
    color: rgb(191, 191, 191);
    background: rgb(235, 235, 235);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: linear-gradient(to left, rgb(224, 142, 11), rgb(244, 175, 85), rgb(224, 142, 11));
    color: #fff;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    font-size: 14px;
    background: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4));
    z-index: 33;
    transition: all 0.3s ease-in-out 0s;
    height: 75px;
}

#topbar .logo {
    text-align: center;
}

@media (max-width: 500px) {
    #topbar .logo img {
        width: 75px;
    }
}

#topbar .logo img {
    width: 130px;
}

.device-time,
.device-time p {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.device-time p small {
    display: block;
}

.login-time {
    text-align: right;
    text-transform: capitalize;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

@media (max-width: 500px) {
    .login {
        text-transform: uppercase;
        padding: 0 15px;
        height: 25px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.4));
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
        color: #fff;
        transition: all 0.3s ease-in-out 0s;
        border: none;
        display: inline-flex;
        font-size: 10px;
    }
    .login>img {
        width: 15px !important;
    }
}

@media (min-width: 200px) {
    #nav-MyBets nav {
        background: none !important;
    }
    .top-user-menus button.dropdown-toggle {
        border: none;
        color: #fff;
        height: 35px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .login {
        display: inline-flex;
        margin: 0px 5px;
        height: 35px;
        border-radius: 5px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border: none;
        text-transform: uppercase;
        background: radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.4));
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
        color: rgb(230, 230, 230);
        transition: all 0.3s ease-in-out 0s;
        font-size: 12px;
        padding: 0px 15px;
    }
    .login:focus {
        outline: none !important;
    }
    .login img {
        width: 20px;
        margin-right: 5px;
    }
    .login i{
        font-style: normal;
    }
    .login-time .mo_login_text{
        display: none;
    }
    #header {
        background: #fff;
        transition: all 0.5s;
        z-index: 9;
        padding: 0;
        top: 75px;
        border: none;
        box-shadow: none;
    }
    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.8px;
    }
    #header .logo a {
        color: #222222;
    }
    #header .logo a span {
        color: #106eea;
    }
    #header .logo img {
        max-height: 40px;
    }
    .dw-div {
        margin-bottom: 5px;
    }
    .dw-div img {
        width: 30px;
    }
    .dps-div {
        background-color: #007C00;
        color: #FFF;
        cursor: pointer;
    }
    .wh-div {
        background-color: #C20000;
        color: #FFF;
        cursor: pointer;
    }
    .top-user-menus .dropdown-menu {
        padding: 0;
    }
    .top-user-menus p {
        float: right;
    }
    .top-user-menus p {
        background: #f3f3f3;
        border-bottom: 1px solid #fff;
    }
    .top-user-menus p em {
        float: right;
    }
    .top-user-menus a,
    .top-user-menus p {
        padding: 5px 7px;
        text-transform: capitalize;
        font-size: 12px;
        margin: 0;
        display: block;
        width: 100%;
        line-height: 2;
        font-weight: 600;
    }
    .top-user-menus a.dropdown-toggle {
        color: #fff;
    }
    .top-user-menus a {
        border-bottom: 1px solid #f5f5f5;
    }
    .top-user-menus a:last-child {
        border-bottom: none;
    }
    .top-user-menus a.logout {
        color: white;
        text-align: center;
        text-transform: uppercase;
    }
    .credit {
        color: darkgreen;
    }
    .debit {
        color: darkred;
    }
    .home-tv p {
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
        margin: 0;
        cursor: pointer;
    }
    .home-tv p i {
        color: #fff;
        font-size: 25px;
        padding: 0;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }
    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .nav-menu {
        border: none;
    }
    .nav-menu li {
        padding: 15px 24px;
    }
    .nav-menu li a {
        font-size: 16px;
        white-space: nowrap;
        text-transform: uppercase;
        color: rgb(36, 38, 41);
        padding: 0 !important;
    }
    .megamenu {
        background-color: rgba(255, 255, 255, 0.95);
        transition: all 0.3s ease-in-out 0s;
        border: none;
        box-shadow: none;
        top: auto;
    }
    .megamenu .media h5 {
        font-size: 24px;
        color: rgb(72, 76, 82);
        font-weight: bold;
    }
    /****/
    /*switch*/
    .toggleSwitch {
    overflow: visible;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    font-size: 11px;
    width: 4em;
    height: 2.1em;
    margin: 0;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 2.1em;
    height: 2.1em;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .toggleSwitch a {
    top: 2px;
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 15px;
    padding: 0;
    left: 2px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch > span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    border: none;
    box-shadow: rgb(0 0 0 / 35%) 0px 0px 4px inset;
    background-color: rgb(155, 155, 155);
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -12px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #b21318;
    box-shadow: inset 0 0 0 30px #b21318;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
    /*switch*/
    .cb-bet button {
        background: transparent;
        border: 1px solid rgb(178, 19, 24);
        border-radius: 50px;
        width: 60px;
        margin-right: 2px;
        font-size: 13px;
        padding: 0.5em;
    }
    .cb-bet .cb-bet-active2 {
        background-image: linear-gradient(to right, rgb(178, 19, 24) 40%, rgb(228, 42, 37));
        color: #fff;
    }
    .cb-bet .cb-bet-icon {
        background-image: linear-gradient(to right, rgb(178, 19, 24) 40%, rgb(228, 42, 37));
        width: 22px;
        height: 22px;
        border-radius: 25px;
        display: inline-block;
        margin-right: 5px;
    }
    .cb-bet .cb-bet-icon2 {
        width: 22px;
        height: 22px;
        border-radius: 25px;
        display: inline-block;
        margin-right: 5px;
    }
    .editstakes-inputs input {
        width: 60px;
        height: 34px;
        border-radius: 100px;
        margin-right: 2px;
        border: none;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 3px inset;
        font-size: 13px;
        text-align: center;
    }
    .cb-bet button img {
        padding: 5px;
    }
    .cb-bet button.cb-bet-active {
        width: auto;
        border: none !important;
    }
    .cb-bet button.cb-bet-active small {
        font-style: italic;
    }
    .click-bet-title {
        padding: 10px;
        padding-bottom: 0 !important;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        align-items: center;
    }
    .click-bet-title a {
        color: #bd1419;
    }
    .click-bet {
        margin-top: 3px;
        margin-bottom: 8px;
    }
    .editstakes-inputs {}
    .editstakes-inputs input {}
    /* Rounded sliders */
    .slider1.round1 {
        border-radius: 34px;
    }
    .slider1.round1:before {
        border-radius: 50%;
    }
    .bl-btns {
        color: #3c3232;
    }
    #overlay {
        position: fixed;
        display: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('//mangoexch.com/images/MangoLogoAnimation.gif') 50% 50% no-repeat rgb(249, 249, 249, 0.5);
        background-size: 220px;
    }
    .spinner {
        position: absolute;
        left: 40%;
        top: 50%;
        height: 60px;
        width: 60px;
        margin: 0px auto;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left: 6px solid rgb(238, 177, 57, .15);
        border-right: 6px solid rgba(238, 177, 57, .15);
        border-bottom: 6px solid rgba(238, 177, 57, .15);
        border-top: 6px solid rgba(238, 177, 57, .8);
        border-radius: 100%;
    }
    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(359deg);
        }
    }
    @-moz-keyframes rotation {
        from {
            -moz-transform: rotate(0deg);
        }
        to {
            -moz-transform: rotate(359deg);
        }
    }
    @-o-keyframes rotation {
        from {
            -o-transform: rotate(0deg);
        }
        to {
            -o-transform: rotate(359deg);
        }
    }
    @keyframes rotation {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(359deg);
        }
    }
    .textLimit {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .textLimit1 {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .btn-do {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 2px;
        border: 0px;
        cursor: pointer;
        background: linear-gradient(to top, rgb(244, 184, 65), rgb(244, 184, 65));
        color: rgb(255, 255, 255);
        padding: 0.5em;
        width: 50%;
        font-size: 12px;
        margin-right: 0.2em;
    }
    .blink {
        background-color: red;
        -webkit-animation: blink .75s linear infinite;
        -moz-animation: blink .75s linear infinite;
        -ms-animation: blink .75s linear infinite;
        -o-animation: blink .75s linear infinite;
        animation: blink .75s linear infinite;
    }
    @-webkit-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 1;
        }
        50.01% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @-moz-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 1;
        }
        50.01% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @-ms-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 1;
        }
        50.01% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @-o-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 1;
        }
        50.01% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 1;
        }
        50.01% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    .font-2 {
        font-weight: bold !important;
        font-size: 0.8rem !important;
    }
    /* Firefox old*/
    @-moz-keyframes blinks {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes blinks {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* IE */
    @-ms-keyframes blinks {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Opera and prob css3 final iteration */
    @keyframes blinks {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .blinks-image {
        -webkit-animation: blink 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation: blink 1s;
        -moz-animation-iteration-count: infinite;
        -o-animation: blink 1s;
        -o-animation-iteration-count: infinite;
    }
    /*slider*/
    #slider {
        margin-top: 130px;
    }
    .slider-div .carousel-inner img {
        height: 280px;
        object-fit: cover;
    }
    .slider-div .carousel-indicators li {
        height: 8px;
        width: 100px;
        z-index: 1;
    }
    .slider-div .carousel-indicators li.active {
        /*background-color: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4)) !important;*/
    }
    .slider-div .carousel-indicators {
        z-index: 1;
    }
    /*slider*/
    /*.main-content*/
    .main-content {
        background: url('platform_bg.jpg');
        background-size: cover;
    }
    .section-title {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bolder;
        letter-spacing: 1px;
    }
    .section-title small {
        font-size: 18px;
        display: block;
        text-transform: inherit;
        font-weight: 300;
        color: #000;
    }
    /*.main-content*/
    /*portfolio*/
    .portfolio {}
    .portfolio .nav-pills {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .portfolio .nav-pills li {}
    .portfolio .nav-pills li a {
        background: #fff;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        margin-right: 5px;
        align-items: center;
        display: inline-flex;
        padding: 0;
        justify-content: center;
    }
    .portfolio .nav-pills li a.active,
    .portfolio .nav-pills li a:hover {
        background: #fff;
        box-shadow: rgb(224 24 30) 0px 0px 5px;
    }
    .portfolio .nav-pills li a img {
        width: 30px;
    }
    .portfolio .tab-content .row .col-md-2 {
        padding: 0 3px;
    }
    .portfolio-boxes {
        transition: all 0.2s linear 0s;
        border-radius: 5px;
    }
    .portfolio-boxes .pb-img img {
        border-radius: 5px;
    }
    .portfolio-boxes .pb-img {
        background: rgb(0, 0, 0);
        position: relative;
        border-radius: 5px;
    }
    .portfolio-boxes .pb-img:before {
        content: '';
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, #010101, #090909);
        opacity: .7;
    }
    .portfolio-boxes .pb-btns {
        position: absolute;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
    }
    .portfolio-boxes .pb-btns a {
        background: linear-gradient(rgb(178, 19, 24), rgb(228, 42, 37));
        color: #fff;
        text-transform: uppercase;
        width: 100px;
        display: block;
        text-align: center;
        border-radius: 50px;
        margin: 10px 0;
        padding: 5px 0;
    }
    .portfolio-boxes:hover .pb-btns {
        opacity: 1;
    }
    .portfolio-boxes:hover .pb-img {
        transform: scale(1.05);
        opacity: 0.7;
        filter: blur(2px);
    }
    /*portfolio*/
    /*fastest odds*/
    #fastest-oods .row .col-4:nth-child(1) .fds-div {
        background-image: linear-gradient(to right, rgb(231, 207, 113), rgb(143, 76, 4));
        padding: 4px;
    }
    #fastest-oods .row .col-4:nth-child(2) .fds-div,
    #fastest-oods .row .col-4:nth-child(3) .fds-div {
        background-image: linear-gradient(to right, rgb(228, 42, 37), rgb(86, 9, 12));
        padding: 4px;
    }
    .fds-div {
        background-image: linear-gradient(to right bottom, rgb(178, 19, 24), rgb(86, 9, 12));
        box-shadow: rgb(0 0 0 / 40%) 3px 3px 7px;
        padding: 4px;
    }
    .fds-img {
        position: relative;
    }
    .fds-img h3 {
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .fds-img h3:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 65px;
        height: 1px;
        z-index: 6;
        opacity: 0.8;
    }
    .fds-content {
        background: #fff;
        padding: 5px 0;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }
    .fds-content:hover {
        background-color: #f1f1f1;
    }
    .fds-content img {
        width: 18px;
    }
    .fds-content span {
        color: #000;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 600;
    }
    .team-info {
        text-align: center;
    }
    .team-info span {
        color: #fff;
        font-size: 11px;
        padding: 1px 5px;
        border-radius: 0px;
        font-weight: 500;
    }
    .team-info p {
        font-size: 11px;
        font-weight: 700;
        color: 300;
        padding: 0;
        margin: 0;
    }
    /*fastest odds*/
    /*betting experience*/
    .nbe-content {}
    .nbe-content h2 {
        font-size: 35px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .nbe-content h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .nbe-content .exch-btn {
        background: #000;
        border-radius: 50px;
        border: none;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 30px;
        font-size: 15px;
    }
    .nbe-content .fo-btn {
        border-radius: 50px;
        border: none;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 30px;
        font-size: 15px;
    }
    .nbe-content p {
        color: #000;
    }
    .nbe-content h4 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .nbe-content h4 small {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        display: block;
        text-transform: capitalize;
    }
    /*betting experience*/
    /*casino*/
    .casino-div {
        position: relative;
        display: flex;
    }
    .casino-div .casino-img {
        transform: scaleX(1);
        opacity: 1;
        transition: all 0.25s ease-in 0s;
    }
    .casino-div:hover .casino-img {
        transform: scaleX(0.2);
        opacity: 0;
    }
    .casino-div .casino-content {
        visibility: hidden;
    }
    .casino-div:hover .casino-content {
        visibility: visible;
    }
    .casino-div .casino-img p {
        position: absolute;
        bottom: 20%;
        margin: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .casino-div .casino-img p img {
        display: block;
        margin: 0 auto;
        width: 30px;
    }
    .casino-div .casino-content {
        transform: scaleX(0.2);
        opacity: 0;
        position: absolute;
        left: 0;
        transition: all 0.25s ease-in 0s;
    }
    .casino-div:hover .casino-content {
        transform: scaleX(1);
        opacity: 1;
    }
    .casino-div .casino-content a {
        text-transform: capitalize;
        display: block;
        border: 1px solid #fff;
        margin-bottom: 10px;
        border-radius: 50px;
        padding: 5px 15px;
        color: #000;
        background: #fff;
        font-size: 14px;
        box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
    }
    .casino-div .casino-content a:hover {
        background-image: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4));
    }
    .casino-div .casino-content p {
        position: absolute;
        left: auto;
        right: auto;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        top: 25px;
        justify-content: center;
        display: grid;
        width: 100%;
    }
    /*casino*/
    /*user pages*/
    #filter.collapse:not(.show) {
        display: block;
    }
    a.btn-filter {
        color: #fff;
    }
    .search-datewie {
        margin-top: 25px;
    }
    .search-datewie .form-group {
        position: relative;
    }
    .search-datewie label {
        top: -20px;
        text-transform: capitalize;
        position: absolute;
        font-size: 13px;
        font-weight: 700;
    }
    .search-datewie input,
    .search-datewie select {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
    }
    .search-datewie button {
        text-transform: uppercase;
        font-variant: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border: none;
    }
    .search-datewie button:hover,
    .search-datewie button:focus {
        border: none;
        outline: none;
    }
    .ttlpl {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
    }
    .user-pages {
        margin-top: 2vh;
    }
    .user-pages h2 {
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 700;
        padding: 10px;
        background: #94090d;
        color: #fff;
    }
    .user-pages .card-body {
        background: #fff;
        border: 1px solid #dedcdb;
    }
    .user-pages .form-row {
        margin-bottom: 25px;
    }
    .user-pages .form-row input,
    .user-pages .form-row select {
        height: 40px;
        font-size: 12px;
        text-transform: capitalize;
        background: #ddd;
        border-radius: 5px !important;
    }
    .user-pages .form-row button {
        text-transform: uppercase;
        font-size: 12px;
        height: 40px;
        background: #a50f13;
        color: #fff;
        border: 1px solid #94090d;
    }
    .user-pages table th,
    .user-pages table td {
        padding: 5px;
    }
    .user-pages table th {
        text-transform: uppercase;
        font-size: 15px;
        background: #9d9a99;
        color: #fff
    }
    .user-pages .form-row table tbody td {
        color: #000;
        font-size: 13px;
    }
    .user-pages .form-row table td a,
    .user-pages .form-row table td a:hover {
        color: #000;
    }
    .debit {
        color: red;
    }
    .credit {
        color: green;
    }
    .plTabsUl {
        width: 100%;
        overflow-x: scroll;
    }
    .pl-tabs ul {
        display: inline-block;
        width: max-content;
        margin-bottom: 2px;
    }
    .pl-tabs ul li {
        display: inline-block;
        box-shadow: inset 0 0 0 1px #ddd;
    }
    .pl-tabs ul li:nth-child(odd) {
        background: #f1f1f1;
    }
    .pl-tabs ul li:nth-child(even) {
        background: #f9f9f9;
    }
    .pl-tabs ul li a {
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        font-weight: 500;
        border-radius: 0 !important;
    }
    .pl-tabs ul li a span {
        display: block;
        font-size: 11px;
    }
    .pl-tabs ul li a.active,
    .pl-tabs ul li a:hover {
        background: #fff !important;
    }
    .cp-light {
        background: linear-gradient(rgb(230, 226, 222), rgb(208, 210, 212));
        border-radius: 5px;
        margin: 10px 0;
    }
    .cp-form {
        margin: 30px;
        border-radius: 6px;
        padding: 15px;
        background: #f5f5f5;
    }
    .cp-form label {
        text-transform: capitalize;
        font-size: 15px;
    }
    .cp-form input {
        font-size: 13px;
    }
    .cp-form input::placeholder {
        font-size: 13px;
        text-transform: uppercase;
    }
    .cp-form i {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .cp-form .btn-submit {
        color: #fff;
        text-transform: uppercase;
        width: 100%;
    }
    /*user pages*/
    /*footer*/
    .footer {
        background: #373b3f;
    }
    .footer p {
        color: #aaa;
        margin: 0;
        font-size: 13px;
        padding: 15px 0;
        border-bottom: 1px solid #aaa;
    }
    .copyright {}
    .copyright span img {
        width: 25px;
    }
    .copyright img {
        width: 120px;
        opacity: 0.7;
        margin-right: 5px;
    }
    .copyright img:hover {
        opacity: 1;
    }
    .copyright span {
        color: rgb(128, 128, 128);
        font-size: 14px;
    }
    .footer-menu {}
    .footer-menu ul {
        margin: 0;
        padding: 0;
    }
    .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
    }
    .footer-menu ul li:after {
        content: '';
        position: absolute;
        width: 1px;
        background: #aaa;
        height: 80%;
        top: 5px;
    }
    .footer-menu ul li:last-child:after {
        display: none;
    }
    .footer-menu ul li a {
        color: #aaa;
        margin: 0;
        font-size: 13px;
        text-transform: capitalize;
        padding: 0 9px;
    }
    /*footer*/
    /*login modal*/
    .login-modal {}
    .login-modal .modal-content {
        background: none;
        border: none;
    }
    .login-modal .modal-body {
        padding: 60px 40px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
    }
    .login-modal .modal-body h2 {
        text-align: center;
        text-transform: uppercase;
    }
    .login-modal .modal-body p {
        text-align: center;
        color: #808080;
        font-style: italic;
        text-transform: capitalize;
    }
    .login-modal .modal-body form input {
        background: #fff;
        font-size: 16px;
        border: 0px;
        padding: 1.5em 1.25em;
        text-transform: none;
        border-radius: 5px;
        color: rgb(36, 38, 41);
        margin-top: 0.3em;
    }
    .login-modal .modal-body form .form-check label {
        color: #303337;
        font-size: 14px;
        vertical-align: top;
        text-transform: capitalize;
    }
    .login-modal .modal-body form label {
        margin: 0;
        text-transform: uppercase;
    }
    .login-modal .modal-body form .btn-login {
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
    }
    .login-modal .modal-footer {
        border: none;
        justify-content: center;
    }
    .login-modal .modal-footer {}
    .login-whatsapp,
    .login-mail,
    .login-whatsapp:hover,
    .login-mail:hover {
        text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px;
        color: #fff;
        font-size: 15px;
    }
    .login-whatsapp img,
    .login-mail img {
        width: 35px;
    }
    /*login modal*/
    /*sidemenu*/
    .searchbar {
        border-radius: 3px;
    }
    .searchbar input {
        padding: 3px !important;
        font-size: 13px;
    }
    .searchbar input::placeholder {
        font-size: 11px;
        color: rgb(36, 38, 41);
        font-style: italic;
        /*color: #ddd;*/
    }
    .searchbar .input-group-text img {
        width: 15px;
    }
    #sidebar-mobilemenu {
        width: 16%;
        padding: 5px 0;
        box-shadow: rgba(0, 0, 0, 0.18) -2px -1px 6px;
        position: fixed;
        overflow-y: auto;
        top: 75px;
        bottom: 0;
        background: linear-gradient(rgb(230, 226, 222), rgb(208, 210, 212));
        box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px, rgba(0, 0, 0, 0.08) -1px 0px 4px;
    }
    #sidebar-mobilemenu .panel-group h2 {
        color: #3c3232;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px;
        margin: 0;
        font-weight: 700;
        margin-top: 15px;
    }
    #sidebar-mobilemenu .input-group {
        color: rgb(36, 38, 41);
        background-color: rgba(247, 247, 247, 0.8);
    }
    #sidebar-mobilemenu .input-group .input-group-text,
    #sidebar-mobilemenu .input-group input {
        background: none;
        border: none !important;
        box-shadow: none !important;
    }
    /*#sidebar-mobilemenu .input-group input::placeholder{font-style: italic; color: #ddd;}*/
    #sidebar-mobilemenu .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading {
        padding: 0;
        border-bottom: 1px solid #FAFAFA;
    }
    #sidebar-mobilemenu ul.third-level-menu li {
        border-bottom: 1px solid #FAFAFA;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a {
        text-transform: capitalize;
        display: block;
        color: #545454;
        text-decoration: none;
        font-size: 13px;
        padding: 8px 7px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a:hover {
        background: linear-gradient(to right, rgb(255, 255, 255), transparent);
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a img {
        width: 20px;
        vertical-align: text-top;
        margin-right: 3px;
        filter: grayscale(1);
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a.disabled {
        opacity: 0.55;
        cursor: auto;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a.disabled:hover {
        background: none;
    }
    #sidebar-mobilemenu .more-less {
        float: right;
        color: #fff;
        border-radius: 50px;
        padding: 0 3px;
        background: rgba(128, 128, 128, 0.5);
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        /*width: 22px;*/
        height: 22px;
        flex-shrink: 0;
        line-height: 22px;
        text-align: center;
    }
    #sidebar-mobilemenu .more-less small {
        width: 33px;
        text-align: left;
        padding-left: 5px;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    #sidebar-mobilemenu .panel-body ul {
        margin: 0;
        padding: 0;
    }
    #sidebar-mobilemenu .panel-body ul li {
        list-style: none;
        padding: 10px 0px 10px 10px;
        background: rgba(255, 255, 255, 0.3);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sidebar-mobilemenu .panel-body ul li img {
        width: 20px;
    }
    #sidebar-mobilemenu .panel-body ul li a {
        color: #545454;
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize;
    }
    #sidebar-mobilemenu .collapse.show {
        height: auto !important;
    }
    .icofont-curved-right:before,
    .icofont-curved-up:before {
        display: none;
    }
    .icofont-curved-up:after {
        content: "\ea76";
    }
    .icofont-curved-right:after {
        content: "\ea75";
        margin-left: 2px;
    }
    #sidebar-mobilemenu a.menu-active:hover .icofont-curved-right:after{
        content: "\ea76" !important;
    }
    #sidebar-mobilemenu .menu-active .icofont-curved-right:after,
    #sidebar-mobilemenu .panel-default > .panel-heading a:hover .icofont-curved-right:after {
        content: "\ea73";
        margin-left: 2px;
    }
    #sidebar-mobilemenu .panel-default > .panel-heading a.disabled:hover .icofont-curved-right:after {
        content: "\ea75";
    }
    /*sidemenu*/
    /*inner content*/
    .middle-scroll {
        overflow: scroll;
        height: 100vh;
    }
    .inner-content {
        margin-top: 75px;
    }
    .betslip_mobile {
        display: none;
    }
    .inner-title {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 5px;
    }
    .inner-title img {
        width: 25px;
        vertical-align: bottom;
/*        filter: grayscale(1);*/
    }
    .inner-title span {
        display: block;
        font-size: 14px;
        color: #aaa;
        margin-left: 30px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .innertabs {
        box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px, rgba(0, 0, 0, 0.08) -1px 0px 4px;
        background: #fff;
        background-image: linear-gradient(rgb(255, 255, 255), rgb(237, 237, 237));
    }
    #myInnerTab ul.nav {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        white-space: nowrap;
        white-space: -moz-nowrap !important;
        white-space: -hp-nowrap;
        white-space: -o-nowrap;
        margin-bottom: 0;
        padding-bottom: 4px;
        display: inline-block;
    }
    #myInnerTab ul.nav li {
        /*display: inline-flex;*/
        width: 20%;
        text-align: center;
        margin: 0 auto;
        display: inherit;
        position: relative;
    }
    .innertabs li {
        position: relative;
    }
    .innertabs li a,
    .innertabs li a:hover {
        color: #242629;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        border-radius: 0;
        transition: all 0.2s ease-in-out 0s;
        padding: 5px 0;
    }
    .innertabs li a.active {
        border: none;
    }
    .innertabs li a img {
        width: 22px;
        display: block;
        margin: 0 auto;
    }
    .innertabs li a:hover img {
        transform: scale(1.2);
    }
    .innertabs li::before {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        bottom: 7px;
        right: 0px;
        width: 1px;
        background-color: rgba(128, 128, 128, 0.6);
        opacity: 0.35;
    }
    .innertabs li::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0));
        border-radius: 2px;
        opacity: 0;
    }
    .innertabs li:hover::after {
        opacity: 1;
    }
    .all-spors-innerTabs li a {
        color: #242629;
        text-transform: uppercase;
        font-size: 13px;
        border-radius: 50px !important;
        background: #fff;
        margin-bottom: 10px;
        margin-right: 10px;
        width: auto;
        border: none !important;
    }
    .all-spors-innerTabs li a.active,
    .all-spors-innerTabs li a:hover {
        background: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4));
        border: none;
        color: #fff !important;
    }
    .livescore-sec .container-main{
        background: #fff !important;
        color: #000;
    }
    .livescore-sec {
        text-align: center;
        background: none !important;
    }
    .livescore-sec .row{
        padding: 0 !important;
    }
    .livescore-sec .row:first-child{
        font-size: 14px !important;
    }
    .livescore-sec .row:hover::before {
        box-shadow: none !important;
    }
    .livescore-sec:before {
        display: none;
    }
    .livescore-sec img {
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 1px 1px 3px);
    }
    .odds-even-sec {
        box-shadow: rgb(0 0 0 / 8%) 4px 8px 14px, rgb(0 0 0 / 14%) -2px 3px 8px;
        background: #fff;
        border-radius: 5px;
    }
    .sport-list-tabs li a {}
    .sport-list-tabs li a.active {}
    .odds-even-sec .row:hover::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 99;
        pointer-events: none;
    }
    .odds-even-sec .head-ms,
    .odds-even-sec .head-ms .bl-btns {
        padding: 0.3em 0 !important;
        font-weight: 600 !important;
    }
    .odds-even-sec .head-ms::before {
        box-shadow: none !important;
    }
    .odds-even-sec a:nth-child(even) .row,
    .detail-content .odds-even-sec div:nth-child(even) .row {
        background: #f6f6f6;
    }
    .odds-even-sec {
        position: relative;
    }
    .detail-content .odds-even-sec:before {
        content: '';
        background: rgba(128, 128, 128, 0.2);
        width: 1px;
        position: absolute;
        left: 40%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    .detail-content .odds-even-sec.oes-two-odds:before {
        left: 59% !important;
    }
    .detail-content .odds-even-sec.oes-two-odds:after{
        content: '';
        background: rgba(128, 128, 128, 0.2);
        width: 1px;
        position: absolute;
        right: 18%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;   
    }
    .oes-noEvent:before{
        display: none !important;
    }
    .inner-event .odds-even-sec:before {
        content: '';
        background: rgba(128, 128, 128, 0.2);
        width: 1px;
        position: absolute;
        left: 46%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    .odds-even-sec .head-ms .blue:hover,
    .odds-even-sec .head-ms .red:hover {
        box-shadow: none !important;
    }
    .head-ms {
        box-shadow: rgb(0 0 0 / 10%) 0px 3px 5px;
        z-index: 2;
    }
    .odds-even-sec .row {
        padding: 5px;
        border-bottom: 1px solid rgba(128, 128, 128, 0.2);
        position: relative;
        cursor: pointer;
    }
    .odds-even-sec .row:first-child {
        /*box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;*/
        font-size: 11px;
        color: #3c3232;
        text-transform: uppercase;
    }
    .odds-even-sec .fav-sports {
        display: flex;
        margin-right: 10px;
    }
    .odds-even-sec .fav-sports img {
        width: 18px;
    }
    .odds-even-sec .fav-sports img:first-child {
        margin-right: 10px;
        margin-left: 10px;
    }
    .odds-even-sec .two-teams {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50%;
    }
    .odds-even-sec .two-teams p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #606060;
        text-transform: capitalize;
        line-height: 1.5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .odds-even-sec .two-teams b {
        margin-right: 5px;
    }
    .odds-even-sec .marketname {
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        position: absolute;
        right: 0;
    }
   
    .odds-even-sec .in-play {
        font-size: 11px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .odds-even-sec .date-timer {
        color: #606060;
        font-size: 11px;
        font-weight: 400;
    }
    .odds-even-sec .odds-bl {
        display: inline-flex;
        position: relative;
        width: 100%;
    }
    .odds-even-sec .odds-bl-head .bl-btns {
        width: 100%;
        border: none;
        font-weight: 600;
        padding: 0;
        margin: 0 1px;
        background: none !important;
    }
    .odds-even-sec .odds-bl .bl-btns {
        font-size: 12px;
        border: none;
        width: 50%;
        height: 40px;
        border-radius: 2px;
        margin: 0 1px;
        font-weight: 700;
        padding: 0;
        transition: 0.9s;
    }
    .odds-even-sec .odds-bl .bl-btns span {
        font-weight: 400;
        font-size: 10px;
        display: block;
    }
    .odds-even-sec .btn-group {
        margin: 0;
        width: 33.3333%;
    }
    .oes-two-odds .ex-bl-btnd {
        background: none;
    }
    .oes-two-odds .btn-group:last-child .ex-bl-btnd {
        width: 100% !important;
        margin-left: 1.5em;
    }
    .odds-even-sec .row:first-child .col-md-7.col-12::before {
        display: none;
    }
    .odds-even-sec .col-md-7.col-12::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        width: 1px;
        background-color: rgba(128, 128, 128, 0.5);
        opacity: 0.35;
    }
    .no-text,
    .yes-text {
        font-size: 10px !important;
    }
    .back-text {
        color: #15b9ff !important;
        font-size: 10px !important;
    }
    .blue {
        background: #94dfff;
    }
    .blue:hover {
        box-shadow: inset rgb(21, 185, 255) 0px 0px 0px 2px;
    }
    .lay-text {
        color: #ef6c89 !important;
        font-size: 10px !important;
    }
    .red {
        background: #f9c8d3;
    }
    .red:hover {
        box-shadow: inset rgb(236, 85, 119) 0px 0px 0px 2px;
    }
    .blue1 {
        background: #C7EEFF;
    }
    .blue1:hover {
        box-shadow: inset rgb(21, 185, 255) 0px 0px 0px 2px;
    }
    .red1 {
        background: #FEF6F8;
    }
    .red1:hover {
        box-shadow: inset rgb(236, 85, 119) 0px 0px 0px 2px;
    }
    .back {
        background: #94dfff !important;
    }
    .lay {
        background: #f9c8d3 !important;
    }
    /*inner content*/
    /*detail*/
    .detail-content p.team-name {
        text-transform: capitalize;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
    .detail-content p.team-name span{
        font-weight: 600 !important;
    }
    .detail-content .odds-even-sec img {
        width: 17px;
        vertical-align: bottom;
    }
    .detail-content .odds-even-sec .odds-bl-head .bl-btns {
        width: 50% !important;
        height: auto !important;
        text-transform: uppercase;
        font-size: 12px;
    }
    .detail-content .odds-even-sec {
        margin-bottom: 15px;
    }
    .mb-mm {
        padding: 0;
        margin: 0;
    }
    .mb-mm span {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 11px !important;
        text-transform: capitalize !important;
        font-weight: 500 !important;
    }
    .suspended {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        color: #b21318;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .all-btnsPC {
        display: flex;
        justify-content: center;
    }
    .all-btnsPC button {
        text-transform: uppercase;
        font-size: 14px;
        border: none;
        box-shadow: none;
        padding: 5px 15px;
        width: 49%;
        margin: 0 1px;
    }
    .all-btnsPC .place-all {
        background: #50d000;
        color: #fff;
        font-weight: 500;
    }
    .all-btnsPC .cancel-all {
        background: #ad1116;
        color: #fff;
        font-weight: 500;
    }
    .bms-tabs {
        margin-bottom: 5px;
    }
    .bms-tabs a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        color: #000;
        border: none !important;
        border-radius: 0 !important;
    }
    .bms-tabs a.active,
    .bms-tabs a:hover {
        color: #fff !important;
    }
    .matched-unmatched-ui table thead th {
        text-transform: uppercase;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        background: #eee;
        border: none;
    }
    .matched-unmatched-ui table {
        background: #fff;
    }
    .matched-unmatched-ui table tbody td {
        text-transform: capitalize;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 600;
        border: none;
        vertical-align: middle;
    }
    .matched-unmatched-ui table tbody tr:hover {
        cursor: pointer;
    }
    .matched-unmatched-ui table tbody tr:nth-child(odd) {
        background: #fff;
    }
    .matched-unmatched-ui table tbody tr:nth-child(even) {
        background: #f1f1f1;
    }
    .matched-unmatched-ui table tbody tr td {
        white-space: nowrap;
    }
    .value-stakes {
        border-radius: 4px;
        color: rgb(36, 38, 41);
        overflow: hidden;
        box-shadow: rgb(0 0 0 / 12%) -1px 2px 6px, rgb(0 0 0 / 8%) 1px 5px 10px;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 1em;
        padding: 0.8em;
        border: 1px solid rgba(128, 128, 128, 0.2);
        background-color: rgb(255, 255, 255);
    }
    .btn-edit,
    .btn-edit:hover {
        width: 100%;
        margin-top: 5px;
        color: #fff;
    }
    .btn-edit img {
        width: 17px;
        margin-right: 2px;
    }
    .value-stakes .input-group .input-group-text {
        background: #ddd;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        cursor: pointer;
    }
    .value-stakes .input-group {
        width: 100%;
    }
    .value-stakes input {
        border-radius: 100px;
        width: 23.5%;
        padding: 0.5em;
        text-align: center;
        border: none;
        box-shadow: rgb(0 0 0 / 24%) 0px 0px 3px inset;
        background-color: rgb(237, 238, 240);
        font-size: 13px;
        margin: 2px;
    }
    .text-blue {
        color: #15b9ff;
    }
    .text-red {
        color: #ec5577;
    }
    .matched-unmatched-ui table tbody td span {
        display: block;
    }
    .value-stakes .input-group input::placeholder {
        font-size: 12px;
        text-transform: uppercase;
    }
    .value-stakes .btn-group {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .value-stakes .btn-group button.btn-stakes {
        font-size: 11px;
        padding: 6px;
        width: 30%;
        margin-bottom: 5px;
        border-radius: 20px;
        background: rgb(237, 238, 240);
        box-shadow: rgb(0 0 0 / 24%) 0px 0px 3px inset;
    }
    .stk-save {
        background: rgb(178, 19, 24);
        display: block;
        width: 100%;
        padding: 5px;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }
    .click-bet-slip .panel-body {
        box-shadow: rgb(0 0 0 / 12%) -1px 2px 6px, rgb(0 0 0 / 8%) 1px 5px 10px;
        background: #fff;
        padding: 10px 5px;
        margin-bottom: 10px;
        border-top: 1px solid #f5f5f5;
    }
    /*detail*/
    /*betting table*/
    .betting-section {
        padding: 5px 10px;
        box-shadow: rgba(0, 0, 0, 0.18) -2px -1px 6px;
        background: #fff;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        top: 75px;
        bottom: 0;
        width: 28%;
        right: 0;
    }
    .red-bet {
        background: #f9c8d3 !important;
    }
    .red-bet .eventname {
        color: #ec5577;
        font-size: 13px;
        font-weight: 600;
        font-style: italic;
        text-transform: capitalize;
    }
    .blue-bet {
        background: #94dfff !important;
    }
    .blue-bet .eventname {
        color: #0081b8;
        font-size: 13px;
        font-weight: 600;
        font-style: italic;
        text-transform: capitalize;
    }
    .bet-table {
        border-radius: 5px;
        padding: 5px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.12) -1px 2px 6px, rgba(0, 0, 0, 0.08) 1px 5px 10px;
        margin-bottom: 15px;
    }
    .bet-table .teamname {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .bet-table .bet-close {
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .bet-table .bet-close img {
        width: 25px;
    }
    .bet-table .card .card-header {
        justify-content: center;
        display: flex;
        background: rgb(204, 204, 204);
        padding: 0;
    }
    .bet-table .card .card-body{
        padding: 0.25rem;
    }
    .bet-table .card .input-group-text {
        color: #fff;
        border: none;
        width: 23px;
        padding: 0;
        text-align: center;
        display: grid;
        border-radius: 0;
        cursor: pointer;
    }
    .bet-table .card .card-body input {
        background: rgb(230, 230, 230);
        height: 30px;
        border: none;
        color: #000;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }
    .bet-table .card .card-body label {
        font-size: 12px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .bet-table .card .card-body p {
        font-size: 12px;
        height: 30px;
        align-items: center;
        display: flex;
        font-weight: 600;
        font-style: italic;
    }
    .bet-table .card .card-header p {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 12px;
        width: 50%;
        text-transform: capitalize;
        padding: 5px;
        text-align: center;
    }
    .bet-table .card .card-header p:first-child {
        border-right: 1px solid #fff;
    }
    .bet-table .card .pb-co {
        justify-content: center;
        display: flex;
    }
    .bet-table .card .pb-co .btn-po {
        box-shadow: none;
        text-transform: capitalize;
        width: 50%;
        font-size: 13px;
        border-color: transparent;
        margin: 0 2px;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
    }
    .bet-table .card .pb-co button img {
        width: 15px;
        margin-right: 0.5em;
    }
    .bet-table .card button.btn-po[disabled] {
        background: #bebec1;
        color: #fff;
    }
    .bet-table .card button.btn-po{
        background: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4));
        color: #fff;
    }
    .bet-table .card .btn-co {
        background-color: transparent;
        border: 1px solid rgb(100, 100, 104);
        color: rgb(101, 101, 103);
        opacity: 0.75;
        text-shadow: rgb(0 0 0 / 0%) 0px 1px 0px;
        text-transform: capitalize;
        width: 50%;
        font-size: 13px;
        margin: 0 2px;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
    }
    .bet-table .card-body .btn-group {
        display: block;
    }
    .bet-table .card-body .btn-group button {
        font-size: 13px;
        padding: 0.2em;
        text-align: center;
        background-color: transparent;
        border-radius: 99em;
        width: 24%;
        color: rgb(36, 38, 41);
        cursor: pointer;
        margin-bottom: 5px;
        margin-right: 2px;
    }
    /*betting table*/
    /*right-bar*/
    .right-bar .click-bet-slip .panel {
        margin-bottom: 8px;
    }
    .right-bar .click-bet-slip h4 {
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 10px;
        background: #fff;
        position: relative;
        margin-bottom: 0;
    }
    .right-bar .click-bet-slip h4 a i {
        position: absolute;
        right: 10px;
    }
    .right-bar .click-bet-slip h4 a.collapsed i:before {
        content: "\efc2";
        font-family: IcoFont;
        font-weight: 400;
        font-style: normal;
    }
    .right-bar .click-bet-slip h4 a i:before {
        content: "\ef9a";
        font-family: IcoFont;
        font-weight: 400;
        font-style: normal;
    }
    /*right-bar*/
    #tabs-mobile,
    .mobile-menu,
    #mobile-slider,
    #me-slider {
        display: none;
    }
    .mobileOdds_1X1 {
        display: none;
    }
    .mo_market-head,
    .mo_back-lay-pl{
        display: none;
    }
    
}
@media (max-width: 767px) {
    .toggleSwitch{
        margin-top: 8px;
    }
    .detail-content p.team-name span {
        display: block;
    }
    .login-time{
        display: block;
    }
    .inner-login-time{
        display: inherit;
    }
    .login-time .mo_login_text{
        display:block;
        font-size: 13px;
    }
    .login-time .login{
        margin: 0;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        padding: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }
    .login i{
        display: none;
    }
    .mo_cm8_px{
        padding: 0 10px;
    }
    /*bottom menubar*/
    .mobile-bottom-nav .mbn-col-3 img{
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }
    .mobile-bottom-nav .mbn-col-3 .mbn-active {
        display: none;
    }
    .mobile-bottom-nav .active-menu .mbn-active{
        display: block;
        margin: 0 auto;
    }
    .mobile-bottom-nav .active-menu .mbn-inactive{
        display: none;
    }
    .mobileMegaMenu .sidebarMenuIcons .mbn-active{
        display: block !important;
        margin: 0 auto;
    }
    .mobileMegaMenu .sidebarMenuIcons .mbn-inactive{
        display: none;
    }
    .mobileMegaMenu .sidebarMenuIcons .mbn-active{
        display: none;
    }
    /*bottom menubar*/

    #topbar{
        z-index: 99;
    }
    .odds-even-sec .row {
        border-top: 1px solid rgba(128, 128, 128, 0.2);
    }
    .mo_back-lay-pl{
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .mo_back-lay-pl span{
        font-size: 12px;
        text-transform: capitalize;
    }
    .mo_back-lay-pl span b{
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 10px;
        width: 35px;
        display: inline-block;
        text-align: center;
        padding: 2px;
    }
    .head-ms{
        display: none;
    }
    .mo_market-head{
        display: block;
    }
    .mo_market-head{
        font-weight: 600;
        font-size: 12px;
        color: #b21318 !important;
        text-transform: capitalize;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .mo_market-head img{
        width: 18px;
        vertical-align: bottom;
    }
    .detail-content .odds-even-sec .mo_bo_before{
        position: relative;
    }
    .detail-content .odds-even-sec .mo_bo_before:before {
        content: '';
        background: rgba(128, 128, 128, 0.2);
        width: 1px;
        position: absolute;
        left: inherit;
        right: 45%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
        box-shadow: none !important;
    }
    .bet-table .card-body .btn-group button:nth-child(5),
    .bet-table .card-body .btn-group button:nth-child(6),
    .bet-table .card-body .btn-group button:nth-child(7),
    .bet-table .card-body .btn-group button:nth-child(8){
        margin-bottom: 0;
    }
    .bet-table .card{
        margin-top: 0 !important;
        padding: 10px;
        border-radius: 0;
    }
    .bet-table .card .card-header{
        background: none;
        border:none;
        margin-bottom: 5px;
    }
    .bet-table .card .card-header p{
        border:1px solid rgb(204, 204, 204);
    }
    .bet-table .card .card-body .row{
        background: none !important;
        border:none;
        padding: 0;
    }
    .bet-table .card .card-body .row .col-6:nth-child(1){
        padding-right: 3px !important;
    }
    .bet-table .card .card-body .row .col-6:nth-child(2){
        padding-right: 0 !important;
        padding-left: 3px !important;
    }
    .bet-table .card .pb-co button img{
        display: none;
    }
    .bet-table .card .card-body{
        padding: 0;
    }
    .bet-table .mo_stakenm .col-12{
        padding: 0 3px;
        text-align: center;
    }
    .betslip_mobile{
        z-index: 1;
    }
    .bet-table.blue-bet,
    .bet-table.red-bet,
    .betslip_mobile{
        background: none !important;
        box-shadow: none;
    }
    .detail-content .odds-even-sec.oes-two-odds:after,
    .betslip_mobile.row:hover::before{
        display: none;
    }
    .bet-table .eventname,
    .bet-table .teamname,
    .bet-table .bet-close{
        display: none;
    }
    .bet-table{
        margin: 2px 0;
    }
    .bet-table .card .card-body input{
        border-radius: 2px;
    }
    .bet-table .card .pb-co .btn-po{order: 2;}
    .bet-table .card .pb-co .btn-co{order: 1;}
    .bet-table .card-body label,
    .mobile_loss{
        display: none;
    }
    .mo_stakenm{
        margin: 0;
    }
    .bet-table .mo_stakenm{}
    .livescore-sec .team_name,
    .livescore-sec .curr_inn{
        font-size: 12px !important;
    }
    .detail-content .odds-even-sec:before {
        left: inherit;
        right: 45%;
        display: none;
    }
    .inner-event .odds-even-sec:before {
        display: none;
    }
    .odds-even-sec .odds-bl .bl-btns {
        height: 42px;
    }
    .odds-even-sec .btn-group {
        width: 31%;
        margin: 0 auto;
    }
    .detail-content .odds-even-sec .btn-group {
        width: 100%;
    }
    #myInnerTab ul.nav {
        padding-bottom: 0;
    }
    .innertabs li a,
    .innertabs li a:hover {
        padding: 10px 0;
    }
    .mobileOdds_1X1 {
        display: block;
        width: 100%;
    }
    .mobileOdds_1X1 button {
        width: 33.333333%;
        border: none;
        background: none;
        box-shadow: none;
        text-align: center;
        color: #b21318;
        font-size: 13px;
    }
    .inner-content {
        padding-bottom: 60px;
    }
    .odds-even-sec .fav-sports img:first-child {
        margin-right: 8px;
    }
    .odds-even-sec .fav-sports {
        margin-left: 5px;
    }
    .odds-even-sec .fav-sports img {
        width: 18px;
    }
    #myInnerTab ul.nav li {
        width: 22% !important;
    }
    #sidebar-mobilemenu {
        display: none;
    }
    .betslip_mobile {
        display: block;
    }
    /*#myInnerTab ul.nav{
padding-bottom: 0;
}*/
    .dw-div {
        display: none;
    }
    .col-12.middle-scroll {
        padding: 0 8px;
        overflow: auto;
    }
    .betting-section {
        width: 100%;
        display: none;
    }
    /*.odds-even-sec .btn-group {
  margin: 0;
  width: 100%;
}*/
    /*userpages*/
    #filter.collapse:not(.show) {
        display: none;
    }
    .user-pages .card-body {
        padding: 1rem;
    }
    .user-pages .form-row input,
    .user-pages .form-row select {
        margin-bottom: 8px;
    }
    .user-pages table th,
    .user-pages table td {
        white-space: nowrap;
    }
    /*end*/
    .detail-content .odds-even-sec .odds-bl-head .bl-btns {
        width: 50% !important;
    }
    /*.odds-even-sec .odds-bl .bl-btns{height: 40px;}*/
    .innertabs li a span {
        display: none;
    }
    .odds-even-sec .col-md-7.col-12::before {
        display: none;
    }
    .back-to-top {
        display: none !important;
    }
    #tabs-mobile,
    .mobile-menu,
    #mobile-slider,
    #me-slider {
        display: block;
    }
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
    #header.header-scrolled {
        top: 0;
        padding: 0;
    }
    .login-time span {
        display: none;
    }
    .login {
        padding: 0 16px;
    }
    .login img {
        margin-right: 0 !important;
        width: 20px !important;
    }
    #slider {
        margin-top: 75px;
    }
    .slider-div .carousel-inner img {
        height: 90px;
        object-fit: cover;
    }
    #portfolio,
    #fastest-oods,
    #betting-experience,
    #casino,
    #footer {
        display: none;
    }
    .m-custom-tabs .row {
        margin: 0 8px;
    }
    .m-custom-tabs .row .col-4 {
        padding: 0;
    }
    .m-custom-tabs .row .col-8 {
        padding-right: 0;
    }
    .m-custom-tabs .nav-pills a {
        background: #ffffff80;
        color: #484c52;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 5px;
        margin-bottom: 5px;
        padding: 18px 0;
    }
    .m-custom-tabs .nav-pills a img {
        width: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .m-custom-tabs .nav-pills a.active {
        color: #fff;
        background: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4));
    }
    .m-custom-tabs .nav-pills a.active img {
        filter: invert(1);
    }
    .m-custom-tabs .tab-content img {
        margin-bottom: 10px;
        border-radius: 5px;
        height: 150px;
        object-fit: cover;
        display: block;
        width: 100%;
    }
    .tab-img-div {
        position: relative;
    }
    .tab-img-div p {
        position: absolute;
        bottom: 0;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        background: rgb(0 0 0 / 50%);
    }
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        will-change: transform;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: none;
        width: 100%;
        display: inline-flex;
        align-items: center;
        z-index: 999;
        justify-content: center;
        background: #fff;
        height: auto;
    }
    .mobile-bottom-nav .mbn-col-3 {
        width: 25%;
        display: grid;
        position: relative;
        z-index: 999;
        color: #fff;
        font-weight: 100;
        height: 60px;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        transition: 0.9s;
    }
    .mobile-bottom-nav .mbn-col-3.active-menu span,
    .mobile-bottom-nav .mbn-col-3.active-menu i {
        color: #b21318;
    }
    .mobile-bottom-nav i {
/*        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        display: block;
        color: #bfbfbf;*/
    }
    .mobile-bottom-nav span {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 400;
        display: block;
        color: #242629;
    }
    /*mobile menubar*/
    .me-slider .row.bg-danger {
        background: linear-gradient(to right, rgb(125, 2, 4), rgb(178, 19, 24), rgb(125, 2, 4));
        text-transform: capitalize;
        color: #fff;
        font-size: 12px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .me-slider .row.bg-white {
        padding: 5px 0;
        background: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .me-slider .row img {
        width: 22px;
        margin: 0 2px;
    }
    .me-slider .row h5 {
        color: #000;
        font-size: 13px;
        text-transform: capitalize;
        align-content: center;
        align-self: center;
        margin: 0;
    }
    .me-slider .me-info {
        background-color: #f0f0f0;
        color: #000;
        border: 1px solid rgba(0, 0, 0, .12);
        font-size: 11px;
        padding: 1px 5px;
        border-radius: 0px;
        font-weight: 500;
    }
    .main-content {
        padding-bottom: 4em;
    }
    body.mobileMegaMenu #sidebar-mobilemenu {
        left: 0;
        margin-left: 0;
        height: 100%;
        position: fixed;
        z-index: 66;
        top: 75px;
        width: 100%;
        background: #dddbda !important;
        padding: 0 5px;
        display: block !important;
    }
    body.mobileMegaMenu .mobile-bottom-nav i.icofont-menuclose {
        color: #b21318;
    }
    #sidebar-mobilemenu.d-sm-none {
        display: none !important;
    }
    .icofont-menuclose:before {
        content: "\efa2";
    }
    .mobileMegaMenu .icofont-menuclose:before {
        content: "\eee4";
    }
}