@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: 'PT Sans', sans-serif;
    background: var(--bg-color);
    overflow-x: hidden;
}

a {
    color: #106eea;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
}
.page-item.active .page-link {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}
::selection {
    color: rgb(255, 255, 255);
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 6px #ddd;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 6px #afafaf;
}

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

/*colors css*/

::selection,
.inner-title,
.back-to-top i,
.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,
.slider-div .carousel-indicators li.active,
.team-info span,
.innertabs li::before,
.bms-tabs a.active,
.bms-tabs a:hover,
.value-stakes .btn-group button.btn-stakes{
    background-color: var(--theme-primary) !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,
.odds-even-sec .two-teams b,
.odds-even-sec .marketname,
.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: var(--theme-primary) !important;
}

.team-info span,
.login-modal .modal-body{
    border: 1px solid var(--theme-primary);
}

.innertabs li a.active {
    background: var(--theme-primary) !important;
    color: #fff !important;
    font-weight: 900;
    border-radius: 0;
}
.top-user-menus button{
    background: none;
    border: none;
    color: #fff;
}
.top-user-menus button img{
    width: 18px;
}
.deposit_withdrawal a {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 8px;
    color: #fff;
}
.deposit_withdrawal a img {
    width: 20px;
    margin-right: 5px;
    display: inline-flex;
    filter: invert(1);
    vertical-align: bottom;
}
.deposit_withdrawal a.deposit {
    background: green;
}
.deposit_withdrawal a.deposit:hover{
    background: #d0ffd0;
    color: green;
    font-weight: 600;
}
.deposit_withdrawal a.withdraw {
    background: darkred;
}
.deposit_withdrawal a.withdraw:hover{
    background: #ffe0e0;
    color: darkred;
    font-weight: 600;
}
.deposit_withdrawal a.deposit:hover img,
.deposit_withdrawal a.withdraw:hover img{
    filter: inherit;
}
/*--------------------------------------------------------------
# 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: var(--theme-primary);
    z-index: 33;
    transition: all 0.3s ease-in-out 0s;
    height: 50px;
}

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

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

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

.device-time p {
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

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

.login-time {
    font-size: 12px;
    text-align: right;
    text-transform: capitalize;
    color: rgb(230, 230, 230);
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.login img {
    width: 15px !important;
}
.resetpass .close {
    color: #fff;
    opacity: 1;
}
.resetpasshomemodal .modal-content {
    background: none !important;
}
@media (max-width: 500px) {
    .login {
        text-transform: uppercase;
        padding: 0 15px;
        height: 30px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: #000;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
        color: #fff;
        letter-spacing: 1px;
        transition: all 0.3s ease-in-out 0s;
        border: none;
        display: inline-flex;
        font-size: 10px;
        font-weight: 600;
    }
}

@media (min-width: 500px) {
    .top-user-menus button.dropdown-toggle {
        border: none;
        color: #fff;
        height: 35px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .login {
        text-transform: uppercase;
        padding: 0 15px;
        height: 35px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: #000;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.3s ease-in-out 0s;
        border: none;
        display: inline-flex;
    }
}

.login:focus {
    outline: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 9;
    padding: 0;
    top: 50px;
    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;
}

.top-user-menus .dropdown-menu {
    padding: 5px;
    right: 0 !important;
    border: none;
    border-radius: 5px;
}

.top-user-menus p {
    float: right;
}

.top-user-menus p {
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
}

.top-user-menus p em {
    float: right;
    font-weight: 600;
    font-style: normal;
}

.top-user-menus a,
.top-user-menus p {
    padding: 5px 7px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0;
    display: block;
    width: 100%;
    color: #000;
}

.top-user-menus a {
    border-bottom: 1px solid #f5f5f5;
}
.top-user-menus .dropdown-item.active,
.top-user-menus .dropdown-item:active{
    background: #f8f9fa !important;
    color: #000;
}
.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: uppercase;
    margin: 0;
    cursor: pointer;
}

.home-tv p i {
    color: #fff;
    font-size: 20px;
    padding: 0 3px;
}
.switch1 {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  margin: 0;
}

.switch1 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider1:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider1 {
  background-color: #f77204 ;
}

input:focus + .slider1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round1 {
  border-radius: 34px;
}

.slider1.round1:before {
  border-radius: 50%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

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

/****/

/*slider*/

#slider {
    margin-top: 103px;
}

.slider-div .carousel-inner img {
    height: 280px;
    object-fit: cover;
}

.slider-div .carousel-indicators li {
    height: 10px;
    width: 10px;
    z-index: 1;
    opacity: 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*/

/*.main-content*/

.main-content {
    background: url('../images/platform_bg.jpg');
    background-size: cover;
}
.userscreen-title {
    background: var(--theme-primary);
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
}
.userscreen-title .casino-back {
    border: none;
    color: #000;
    margin-right: 5px;
    padding:5px;
    background: #fff;
}
.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 .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-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: #333;
    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_tabs_ul ul,
.icasino_ul_tabs ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.icasino_ul_tabs ul li img.tab-image{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(176deg) brightness(93%) contrast(93%);
}
.icasino_ul_tabs ul li:hover img.tab-image,
.icasino_ul_tabs ul li.active img.tab-image{
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(67deg) brightness(107%) contrast(101%);
}
.casino_tabs_ul ul li,
.icasino_ul_tabs ul li {
    display: inline-block;
}
.casino_tabs_ul ul li,
.icasino_ul_tabs ul li{
    border-right: 1px solid #000;
}
.icasino_ul_tabs ul li:last-child{
    border-right: none;
}
.intcasino-sub-tab img {
    height: 150px;
    object-fit: unset;
    width: 100%;
}
.intcasino-sub-tab .casino-btn {
    display: none;
    color: #fff;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    background: var(--theme-primary);
    padding: 2px 5px;
    font-weight: 600;
    width: 70%;
    left: 0;
    z-index: 9;
    bottom: 0;
}
.intcasino-sub-tab .casino-btn:before{
        content: "";
        clip-path: polygon(0 -1px, 100% -1px, 1px 100%, 0 100%);
        width: 17px;
        height: calc(100% + 0px);
        background: var(--theme-primary);
        position: absolute;
        right: -16px;
        top: -1px;
        height: 20px;
}


.intcasino-sub-tab .row .col-md-2 {
    padding: 0 2px;
    margin-bottom: 4px;
}
.lvc-thumb .row {
    margin: 0;
}

.lvc-thumb .row .col-md-2 {
    padding: 0 2px;
    margin-bottom: 4px;
}

.lvc-thumb .row .col-md-2 img {
    border-radius: 15px;
}
.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;
}
.user-section .row {
    background: #fff;
    margin: 0;
}
.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: 35px;
    line-height: 30px;
    border: none;
    background: #eee;
}
.search-datewie input:focus {
    box-shadow: 0 0 0 1px #eee !important;
}
.search-datewie button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: none;
    line-height: normal;
}

.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: #fff;
    border-radius: 5px;
    margin: 10px 0;
}

.profile_data{
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}
.profile_data h4{
    margin: 0;
    font-size: 25px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.profile_data p{
    margin: 0;
    margin-top: 8px;
    font-size: 14px;
}
.profile_data p small{
    font-size: 12px;
    font-weight: 600;
}
/*user pages*/

/*footer*/

.d-qr-none{
     position: absolute;
     right: -100px;
     top: 29px;
     margin-left: 100px;
}
.footer {
    background: #000;
}

.footer p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #282828;
}
.footer h5 span{
    border-bottom: solid 1px;
    color: var(--theme-primary);
    text-transform: uppercase;
    font-weight: bolder;
}
.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: #f1f1f1;
    border-radius: 10px;
}
.login-modal .modal-body button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000;
    opacity: 1;
}
.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;
    font-size: 12px;
}

.login-modal .modal-body form .btn-login {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.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*/

#sidebar-mobilemenu {
    width: 16%;
    padding:0;
    position: fixed;
    overflow-y: scroll;
    top: 45px;
    bottom: 0;
    background: var(--sidebar-color);
}

#sidebar-mobilemenu .panel-group h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    background: #f7f7f7;
}

#sidebar-mobilemenu .input-group {
    background: var(--theme-primary)
    ;
}

#sidebar-mobilemenu .input-group .input-group-text,
#sidebar-mobilemenu .input-group input {
    background: none;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
}

#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 #f2f2f2;
}

#sidebar-mobilemenu .panel-default>.panel-heading a {
    text-transform: capitalize;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 2px;
}

#sidebar-mobilemenu .panel-default>.panel-heading a:hover {
    background: #eee;
}

#sidebar-mobilemenu .panel-default>.panel-heading a img {
    width: 20px;
    vertical-align: text-top;
    margin-right: 3px;
}

#sidebar-mobilemenu .more-less {
    float: right;
    border-radius: 0px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

#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: 5px 0px 5px 5px;
    background: rgba(255, 255, 255, 0.3);
}
#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;
    display: block;
}
#sidebar-mobilemenu .panel-body ul li a:hover{
    background: #eee;
}
#sidebar-mobilemenu .collapse.show {
    height: auto !important;
}

.icofont-curved-right:before,
.icofont-curved-up:before {
    display: none;
}

.icofont-curved-up:after {
    content: "\ea76";
    margin-left: 2px;
}

.icofont-curved-right:after {
    content: "\ea75";
    margin-left: 2px;
}

/*sidemenu*/
.commentary{
    display: inline-block;
    width: 100%;
    padding: 0%;
}
.commentary div{
    display: flex;
    align-items: center;
}
.commentary i.icofont-volume-bar{
    vertical-align: middle;
    color: var(--theme-primary);
    font-size: 25px;
    display: flex;
    margin-right: 5px;
}
.commentary marquee{
    text-transform: capitalize;
    width: 98%;
    vertical-align: middle;
}
/*inner content*/
.inner-content .commentary {
    text-transform: capitalize;
    width: 83% !important;
    margin-left: 17%;
}
.middle-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 50px);
    padding: 0 1px;
}

.inner-content {
    margin-top: 50px;
}
.detail-datetime {
    font-size: 12px;
    color: #000;
    float: right;
}
.other_tab a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.other_tab p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: #000000c2;
    text-align: center;
    padding: 4px;
    color: #fff;
}
.inner-title {
    color: #fff;
    padding: 7px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background: #a6a6a6 !important;
}
.inner-title em{
    font-style: normal;
}
.inner-title img {
    width: 20px;
    vertical-align: bottom;
}

.innertabs {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px, rgba(0, 0, 0, 0.08) -1px 0px 4px;
    background: #fff;
    border: 1px solid var(--theme-primary);
}

.innertabs li {
    position: relative;
}
.innertabs li a{
    border-right: 1px solid var(--theme-primary) !important;
}
.innertabs li:last-child a{
    border-right: none;
}
.innertabs li a span{
    display: none;
}
.innertabs li a,
.innertabs li a:hover {
    line-height: normal;
    color: #242629;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s;
}

.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: 1em;
    bottom: 1em;
    right: 0px;
    opacity: 0.35;
}

.all-spors-innerTabs {}

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

.odds-even-sec {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 20px;
    background: var(--market-bg);
    border-radius: 0;
}

.odds-even-sec .row:nth-child(odd) {
    background: #f6f6f6;
}
.odds-even-sec .row:nth-child(1) {
/*    background: #f1f1f1;*/
/*    padding: 5px 0;*/
}
.market_heading {
    background: var(--theme-primary) !important;
    color: #fff !important;
}
.odds-even-sec .row {
    padding: 0;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
.odds-even-sec .row:hover {
    background: #f9f9f9;
}
.odds-even-sec .row:first-child {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0;
}

.odds-even-sec .fav-sports {
    display: inline-block;
    margin-right: 10px;
}

.odds-even-sec .fav-sports img {
    width: 20px;
}

.odds-even-sec .fav-sports img:first-child {
    margin: 0 5px;
}

.odds-even-sec .two-teams {
    display: inline-block;
}

.odds-even-sec .two-teams p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.5;
}

.odds-even-sec .marketname {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 0;
    top: 0;
    /* color: #a6a6a6 !important; */
}
.listicons_markets{
    line-height: 1;
}
.bm_icon{
    text-transform: uppercase;
    font-size: 10px;
    background: #c40707;
    padding: 1px 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 900;
}
.fancy_icon{
    text-transform: uppercase;
    font-size: 10px;
    background: #c407a1;
    padding: 1px 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 900;
}
.odds-even-sec .in-play {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00800e;
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    margin-right: 5px;
}
.odds-bl-head{
  width: 100%;
  display: flex;
}
.odds-bl-head button {
    color: #fff;
}
.odds-even-sec .date-timer {
    color: #000;
    font-size: 10px;
    font-weight: 900;
    display: inline-block;
}

.odds-even-sec .odds-bl {
    display: flex;
    position: relative;
    width: 100%;
}

.odds-even-sec .odds-bl-head .bl-btns {
    width: 100%;
    border: none;
    padding: 0;
    background: none;
    font-weight: 100;
}

.odds-even-sec .odds-bl .bl-btns {
    font-size: 14px;
    border: none;
    width: 50%;
    height: 42px;
    border-radius: 1px;
    margin: 0;
    font-weight: 700;
    padding: 0;
    transition: 0.9s;
}

.odds-even-sec .odds-bl .bl-btns span {
    /* font-weight: 500; */
    font-weight: 700;
    font-size: 9px;
    display: block;
    line-height: normal;
}

.odds-even-sec .btn-group {
    margin: 0 1px;
    width: 33%;
}
.fancy_rows .odds-bl .fancy_six_odds {
    width: 100%;
}
.fancy_six_odds div {
    margin-bottom: 2px;
}
.fancy_six_odds div:last-child {
    margin-bottom: 0;
}
.odds-bl-head .btn-group {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.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;
}

.blue {
    background: #c3edff;
}

.blue:hover {
    background: #87dcff;
}

.red {
    background: #ffd3dd;
}

.red:hover {
    background: #ffa8bd;
}

.blue1 {
    background: #C7EEFF;
}

.blue1:hover {
    box-shadow: inset rgb(21, 185, 255) 0px 0px 0px 1px;
}

.red1 {
    background: #FEF6F8;
}

.red1:hover {
    box-shadow: inset rgb(236, 85, 119) 0px 0px 0px 1px;
}

.back {
    background: #c3edff;
}

.lay {
    background: #ffd3dd;
}

/*inner content*/

/*detail*/

.cp-form input .row {
    align-items: center;
}
.cp-form .row {
    align-items: center;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 15px;
}
.cp-form .row i.icofont-eye,
.cp-form .row i.icofont-eye-blocked{
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cp-form .row .btn-submit {
    text-transform: uppercase;
    font-weight: 600;
}
.modal-content .cp-form {
    margin: 20px 0;
    border: 2px solid #f7f7f7;
    padding: 20px;
    max-width: 100%;
    flex: 100%;
}
.cp-form {
    margin: 20px 0;
    border: 2px solid #f7f7f7;
    padding: 20px;
}
.loss {
    color: red !important;
}
.profit{
    color: green !important;
}
.total-pl {
    font-size: 12px;
}
.nav-tabs a.nav-link,
.nav-fill a.nav-link{
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 0;
}
.nav-fill a.nav-link:hover,
.nav-fill a.nav-link.active,
.nav-tabs a.nav-link:hover,
.nav-tabs a.nav-link.active{
    background: var(--theme-primary);
    color: #fff;
}
.nav-tabs,
.nav-fill{
    border-bottom: 1px solid var(--theme-primary);
}
.close-extra {
    position: absolute;
    right: 2px;
    top: -5px;
    opacity: 1;
    color: red;
    text-shadow: none;
}
.betdata th{
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px;
    background: #333;
    color: #fff;
}
.betdata td{
    font-size: 11px;
    padding: 4px;
    white-space: nowrap;
}
.desktop-television a {
    background: #eee;
    display: block;
    padding: 0 3px;
}
span.fancyTitle {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 5px;
    background: #dddddd;
}
p.liveTv {
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
}
p.liveTv a {
    color: #fff;
    margin-left: 3px;
    height: 25px;
    border: 1px solid #fff;
    padding: 0 2px;
    align-items: center;
    display: flex;
    background: var(--theme-primary);
}
p.liveTv img {
    width: 24px;
}
.odds-even-sec .col-md-5.col-7 {
    padding-left: 3px;
    padding-right: 2px;
}
.odds-even-sec .col-md-5.col-7 a{
    color: #fff;
}
.odds-even-sec .col-md-5.col-7 .icofont-info-circle{
    margin: 0 1px;
}
.min-max{
    font-size: 9px;
}
.matched-count{
    font-size: 9px;
}
.detail-content p.team-name {
    display: flex;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    font-weight: 700;
}
.bookbtn {
    position: absolute;
    right: 0;
}
.detail-content .odds-even-sec img {
    width: 18px;
    margin-right: 2px;
}
.cashout-btn {
    background: orange;
    color: #fff !important;
    line-height: normal;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #000;
}
.cashout-btn:hover{
    color: #222;
}
.detail-content .odds-even-sec .odds-bl-head .bl-btns {
    width: 60px !important;
    height: auto !important;
    text-transform: uppercase;
    font-size: 12px;
}

.detail-content .odds-even-sec {
    margin-bottom: 1px;
}

.mb-mm {
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 100;
}

.mb-mm span {
    display: block;
}

.suspended {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    background-color: rgb(234 234 234 / 92%);
    box-shadow: inset 0 0 0 1px #f1f1f1;
    text-transform: uppercase;
    color: #000;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1px;
}

.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;
}
.us_title{
    text-transform: uppercase;
    font-size: 15px;
    background: #a6a6a6 !important;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 2px;
}
.us_title a.btn-back {
    color: #000;
    padding: 3px 5px;
    border: 1px solid #c28302;
    font-size: 10px;
    font-weight: 600;
}
.bms-tabs a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    border-radius: 0 !important;
    letter-spacing: 1px;
    cursor: pointer;
    border: none !important;
}

.bms-tabs a.active,
.bms-tabs a:hover {
    color: #fff !important;
    border: none !important;
}

.matched-unmatched-ui table thead th {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 5px;
    font-weight: 700;
    background: #f1f1f1;
    border: none;
    white-space: nowrap;
}

.matched-unmatched-ui table {
    background: #fff;
    border: 1px solid #ebebeb;
}
.matched-unmatched-ui table td .btn-info{
    background: #a6a6a6 !important;
    color: #fff;
    border-color: #fff;
    padding: 4px;
    line-height: normal;
    height: auto;
    font-size: 12px;
    font-weight: 600;
}
.matched-unmatched-ui table td .btn-info:active{
    background-color: #000 !important;
    border-color: #000 !important;
}
.matched-unmatched-ui table tbody td {
    text-transform: capitalize;
    font-size: 12px;
    padding:5px;
    font-weight: 500;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.matched-unmatched-ui table tbody tr:hover {
    background: #e7e7e7 !important;
}

.matched-unmatched-ui table tbody tr:nth-child(odd) {
    background: #fff;
}

.matched-unmatched-ui table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.matched-unmatched-ui table tbody tr td {
    white-space: nowrap;
}
.matched-unmatched-ui table tbody tr td button{
    border: none;
}
.value-stakes .input-group .input-group-text {
    background: #ddd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    border: none;
}
.value-stakes input {
    box-shadow:none;
    border: none;
    background: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    color: #fff;
}
.value-stakes input:focus{
    box-shadow: none;
}
.text-blue {
    color: #15b9ff;
}

.text-red {
    color: #ec5577;
}
.text-red:hover{
    color: red;
}

.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;
    margin: 5px 0;
}
.value-stakes .btn-group button.btn-block{
    margin-top: 5px;
    border-radius: 5px;
}

.value-stakes .btn-group button.btn-stakes {
    font-size: 11px;
    width: 30%;
    margin-bottom: 4px;
    margin: 0 3px;
    border: none;
    height: 25px;
    border-radius: 4px;
}

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

.cb-bet button {
    background: transparent;
    border: 1px solid rgb(178, 19, 24);
    border-radius: 50px;
    width: 70px;
}

.cb-bet button.cb-bet-active {
    background-image: linear-gradient(to right, rgb(178, 19, 24) 40%, rgb(228, 42, 37));
    color: #fff;
}

.exposureModal table th{
    padding: 7px;
    background: #eaae36;
    color: #000;
    text-align: center;
}
.exposureModal table td{
    padding: 7px;
    text-align: center;
}
.exposureModal table td.red:hover{
    background: none;
}
.mrkt-volume {
/*    position: absolute;
    right: 7%;
    top: 0;*/
    bottom: 0;
    font-size: 10px;
    font-weight: 600;
}
.exposureModal .modal-header,
.exposureModal .modal-footer,
.exposureModal .modal-body{
    padding: 6px;
}
span.mrkt-volume.red {
    color: red;
    background: none;
}
span.mrkt-volume.green{
    color: green;
}
.fancy_rows span.mrkt-volume {
    position: absolute;
    right: 30px;
}
.gray_tabs {
    background: #f1f1f1;
}
.gray_tabs li a {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 0 !important;
    color: #000;
}
.gray_tabs li a.active, .gray_tabs li a:hover {
    background: var(--theme-primary) !important;
}
.game-icon img {
    width: 25px;
}

.bet-nation-name {
    display: inline-flex;
    align-items: center;
    width: 30%;
}

.horse-table-row {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #dbdbdb;
}

.horse-table-row .horse-time-detail {
    display: flex;
    align-items: center;
}

.game-icon {
    margin-right: 5px;
}

.bet-nation-game-name {
    font-size: 14px;
}

.horse-table-row .horse-time-detail a {
    background: var(--theme-primary);
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    padding: 3px;
}
/*detail*/

/*betting table*/
.betting-section .us_title {
    display: none;
}
.betting-section {
    background: var(--sidebar-color);
    padding: 5px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 45px;
    bottom: 0;
    width: 24.5%;
}

.red-bet {
    background: #ffe7ed;
}

.red-bet .eventname {
    color: #ff0039;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}

.red-bet .btn-co,
.blue-bet .btn-co {
    border: 1px solid #ff7798 !important;
    color: #ff7798;
}

.blue-bet {
    background: #d3f2ff;
}

.blue-bet .eventname {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.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: 500;
    text-transform: uppercase;
}

.bet-table .bet-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.bet-table .row {
    border: none !important;
    background: none !important;
}
.bet-table .bet-close img {
    width: 10px;
}
.bet-table .card{
    border: none;
    background: none;
}
.bet-table .card .card-header {
    justify-content: center;
    display: flex;
    padding: 0;
    border: none;
}
.min-btn{
    background: #FECE00 !important;
        border: none !important;
    text-transform: uppercase;
    font-size: 11px !important;
}
.max-btn{
    background: #74B7FE !important;
        border: none !important;
    text-transform: uppercase;
    font-size: 11px !important;
}
.allin-btn{
    background: #A6FF92 !important;
        border: none !important;
    text-transform: uppercase;
    font-size: 11px !important;
}
.clear-btn{
    background: #FEFB9F !important;
        border: none !important;
    text-transform: uppercase;
    font-size: 11px !important;
}
.red-bet .card .input-group-text{
    background: #ffa8bd;
}
.blue-bet .card .input-group-text{
    background: #87dcff;
}
.blue-bet .card-body .btn-group button{
    border: 1px solid #87dcff;
}
.red-bet .card-body .btn-group button{
    border: 1px solid #ffa8bd;
}
.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: #f5f5f5;
    height: 30px;
    border: none;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
}

.bet-table .card .card-body label {
    font-size: 12px;
    font-weight: 100;
    text-transform: capitalize;
}

.bet-table .card .card-body p {
    font-size: 12px;
    height: 30px;
    align-items: center;
    display: flex;
    font-weight: 100;
    font-style: italic;
}

.bet-table .card .card-header p {
    color: #000;
    margin: 0;
    font-size: 10px;
    width: 50%;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
}

.bet-table .card .card-header p:first-child {
    border-right: 1px solid #f1f1f1;
}

.bet-table .card .pb-co {
    justify-content: center;
    display: flex;
}

.bet-table .card .pb-co button {
    box-shadow: none;
    text-transform: uppercase;
    width: 50%;
    font-size: 13px;
    border-color: transparent;
    margin: 0 2px;
    border-radius: 4px;
    padding: 5px;
    font-weight: 700;
    background: #fff;
}

.bet-table .card .btn-po {
    background: #00ac00 !important;
    color: #fff;
}

.bet-table .card-body .btn-group {
    display: block;
}

.bet-table .card-body .btn-group button {
    font-size: 13px;
    padding: 0.3em;
    text-align: center;
    background-color: transparent;
    border-radius: 6px;
    width: calc(25% - 2px);
    color: #111;
    cursor: pointer;
    margin-bottom: 4px;
}
.bet-table .card .input-group-text{
    background: none !important;
    color: #000;
}
.bet-table .card-body .row .col-6 .input-group {
    border: 1px solid #ddd;
    border-radius: 6px;
}
.bet-table .card-body .row .col-6:last-child input {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: none;
}
.bet-table .card-body .row .col-6 .input-group input {
    background: none;
}
.bet-table .card-body .btn-group button{
    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;
}

.depo_withd{
    margin: 0;
    width: 100%;
    position: sticky;
    top: 55px;
}
.depo_withd .col-6{
    padding: 0;
}
.depo_withd button{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_deposit{
    background: green;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 4px;
    border-radius: 2px;
}
.btn_withdrawal{
    background: darkred;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 4px;
    border-radius: 2px;
}
.depo_withd{
    display: none;
}
.no-event-div {
    height: calc(100vh - 170px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #ddd;
}

.no-event-div h2 {
    margin: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px dashed #efb33c;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .detail-content p.team-name{
        margin-left: 2px;
    }
    .inner-content .commentary{
        width: 100% !important;
        margin: 0;
        padding: 0;
        margin-top: 0;
    }
    .fancyTabs ul {
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        text-align: center;
        background: #a6a6a6 !important;
        padding: 5px;
    }

    .fancyTabs ul li {
        display: inline-block;
        line-height: normal;
    }
    .fancyTabs ul li a{
        background: #f6f6f6 !important;
    }
    .fancyTabs ul li a.active{
        background: var(--theme-primary) !important;
    }
    .depo_withd{
        display: inline-flex;
        z-index: 9;
    }
    .btn_deposit,
    .btn_withdrawal{
        margin: 0;
        border-radius: 0;
    }
    .device-time button{
        display: none;
    }
    .matched-unmatched-ui table tbody td{
        padding: 3px 5px;
    }
    .search-datewie button{
        width: 100%;
    }
    .topbar-info .col-4 {
        padding: 0 2px;
    }
    .top-user-menus button img{
        display: block;
        margin: 0 auto;
    }
    .d-qr-none{
        right: 10px;
        top:-95px;
    }
    .d-qr-none img{
        width: 85px;
    }
    .footer img{
        margin: 0 auto;
    }
    .footer{
        text-align: center;
        margin: 0 auto;
        background: #F6F5FA;
        padding-bottom: 48px;
    }
    .footer .text-white,
    .footer div,
    .footer a,
    .footer p{
        color: #000 !important;
    }
    .footer p{
        padding: 5px 0;
    }
    .footer span.support {
        display: inline-flex;
    }
    /*.innertabs{
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }*/
    .innertabs li{
        display: inline-block;
    }
    .bet-nation-name{
        width: 100%;
        margin-bottom: 5px;
    }
    .horse-table-row{
        display: block;
    }
    .exposureModal .modal-header,
    .exposureModal .modal-footer,
    .exposureModal .modal-body{
        padding: 6px;
    }
    .mrkt-volume {
        right: 12%;
        top: 0;
        bottom: 0;
    }
    .inner-title{
        font-size: 18px;
        position: relative;
        letter-spacing: normal;
        align-items: center;
        color: var(--theme-primary) !important;
        background: #ddd !important;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
    }
    .inner-title i{
        margin: 0 5px;
    }
    .inner-title img{
        margin-right: 5px;
    }
    .detail-content .inner-title{
        font-size: 15px;
        margin-bottom: 0;
        padding: 5px 0;
    }
    .detail-content .inner-title em {
        width: calc(100% - 100px);
        padding: 0 5px;
        font-style: normal;
    }
    .detail-datetime{
        font-size: 11px;
    }
    .odds-even-sec .row:nth-child(odd) {
        background: #fff;
    }
    .market_heading{
        background: var(--theme-primary) !important;
    }
    .odds-even-sec .row{
        padding: 1px 0 !important;
        border-bottom: 1px solid #f6f6f6;
    }
    .bet-table{
        margin-bottom: 0;
        box-shadow: none;
    }
    #topbar{
        height: 55px;
    }
    .innertabs li a{
/*        padding: .2rem .4rem;*/
    }
    .col-12.middle-scroll {
        padding: 0 4px;
        height: auto;
    }
    .betting-section {
        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 .col-md-5.col-7 {
        padding-left: 5px;
    }
    .detail-content .odds-even-sec{
        margin-bottom: 1px;
    }
    .odds-even-sec .btn-group{
        width: 100%;
    }
    .detail-content .odds-even-sec .odds-bl-head .bl-btns {
        width: 55px !important;
    }
    .odds-even-sec .odds-bl .bl-btns {
        height: 40px;
    }
    .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 8px;
    }
    .login img {
        margin-right: 5px;
    }
    #slider {
        margin-top: 55px;
    }
    .slider-div .carousel-inner img {
        height: 100px;
        object-fit: cover;
    }
    #portfolio,
    #fastest-oods,
    #betting-experience,
    #casino{
        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 {
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        background: #ffffff80;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 12px 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: var(--theme-primary);
    }
    .m-custom-tabs .nav-pills a.active img {
        filter: brightness(0.5);
    }
    .m-custom-tabs .tab-content img {
        margin-bottom: 4px;
        border-radius: 5px !important;
        display: block;
        width: 100%;
    }
    .tab-img-div {
        position: relative;
    }
    .tab-content .tab-img-div:last-child img{
        margin-bottom: 0;
    }
    .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%);
        border-radius: 5px;
    }
    .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: 48px;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        transition: 0.9s;
    }
    .mobile-bottom-nav .active-menu{
        background: #fff;
    }
    .mobile-bottom-nav .mbn-col-3.active-menu i {
        color: var(--theme-primary);
    }
    .mobile-bottom-nav i{
        font-size: 18px !important;
    }
    .mobile-bottom-nav span,
    .mobile-bottom-nav i {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 200;
        display: block;
        color: rgb(36, 38, 41);
    }
    /*mobile menubar*/
    .me-slider .row.bg-danger {
        background: var(--theme-primary) !important;
        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;
        width: 80%;
        top: 0;
        padding: 0 5px;
        display: block !important;
    }
    #sidebar-mobilemenu.d-sm-none {
        display: none !important;
    }
    .icofont-menuclose:before {
        content: "\efa2";
    }
    .mobileMegaMenu .icofont-menuclose:before {
        content: "\eee4";
    }
    .slider-div .carousel-indicators{
        margin: 0;
    }
    .inner-content{
        padding-bottom: 45px;
        overflow-x: hidden;
        margin-top: 55px;
    }
}