:root {

    /*    --theme-primary: #0eafaf;
        --theme-secondary: #E7BF41;
         --text-color: #000;*/
    
        --theme-primary: #00153C;
        --theme-secondary: #ffa724;
        --text-color: #fff;
    }
    .deposit_withdrawal h2.userscreen-title {
        width: 100%;
        margin: 2px;
      }
      .deposit_withdrawal h2.userscreen-title button {
        display: block;
        border: none;
        background: var(--theme-primary);
        font-weight: 900;
        text-transform: uppercase;
        line-height: 2;
        font-size: 12px;
        color: #fff;
      }
    app-sport-detail, app-dashboard, app-multi-market {
        width: 100%;
    }
    .new_launch {
      position: absolute;
      right: 40px;
      bottom: 7px;
      color: #fff;
      font-size: 9px;
      white-space: break-spaces;
      width: auto;
      text-align: center;
      line-height: 1;
      text-transform: capitalize;
      display: flex;
      align-items: center;
      font-weight: 900;
      animation: new_launch 3s linear infinite;
      padding: 5px;
    }
    @keyframes new_launch {
      0% {
        background: green;
        transform: scale(1);
      }
      50% {
        background: #003ea6;
        transform: scale(1.1);
      }
      100% {
        background: #a60003;
        transform: scale(1.2);
      }
    }
    .fancy-nav{
        padding-bottom: 7px;
        padding-left: 12px;
    }
    .fancy-nav a{
        transform: skew(338deg);
        margin-right: 5px;
        border-radius: 0 !important;
        padding: 5px 14px;
    }
    .fancy-nav a span{
        transform: skew(-338deg);
        display: block;
    }
    
    body { padding:0; margin:0; overflow-x:hidden; font-family: 'Montserrat', sans-serif;}
    .loadInner {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        left: 0;
        right: 0;
        height: 100%;
        background: #00000014;
    }
    .header-bg {
        box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
    }
    .add-pin,
    .add-pin:hover{
        color: #eb6216;
    }
    .Tabul-design ul,
    .casino_tabs_ul ul{
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 5px;
        border-bottom: none;
        background-color: #eee;
    }
    .Tabul-design li,
    .casino_tabs_ul ul li {
        display: inline-block;
    }
    .Tabul-design li a,
    .casino_tabs_ul ul li a{
        color: #000;
        text-transform: capitalize;
        font-size: 16px;
        border-color: var(--theme-primary) !important;
    }
    .Tabul-design li a.active,
    .Tabul-design li a:hover,
    .casino_tabs_ul ul li a.active,
    .casino_tabs_ul ul li a:hover{
        background: var(--theme-primary) !important;
        color: #fff !important;
    }
    .empty-div .market-div {
        margin-bottom: 15px;
    }
    .main-header-ctn {
        width: 100%;
        padding: 0 18px;
        background: var(--ion-header-background);
        padding: 8px 15px;
        position: relative;
        z-index: 2;
    }
    .main-header-ctn .site-logo img {
    /*    width: 160px;*/
        max-height: 50px;
    }
    
    main.home-page-ctn {
/*        padding-top: 112px;*/
    }
    .main-header-ctn {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 99;
    }
    .marquee{
        position: sticky;
        top: 66px;
        z-index: 9;
        background: #fff !important;
    }
    .navbar-main {
        position: sticky;
        top: 100px;
        z-index: 9;
        width: 100%;
    }
    
    .header-right-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header-right-actions .h-list-item {
        min-width: 120px;
    }
    .header-right-actions .profile-section {
        display: flex;
        background: var(--theme-primary)!important;
        border: 1px solid var(--theme-secondary);
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .wrap-dd-menu ul.dropdown-menu {
        padding: 0;
    }
    
    .main-header-ctn .toolbar .login-btn {
        background: var(--theme-primary);
        border: 1px solid var(--theme-secondary);
        margin-left: 8px;
        width: 110px;
        color: #fff;
        transition: all .3s ease;
        overflow: hidden;
        padding: 4px 5px;
        font-size: 0.8125rem;
        text-align: center;
    }
    .demologin{
        background: var(--theme-secondary) !important;
    }
    .main-header-ctn .toolbar .login-btn a { 
        color:#fff; 
        text-decoration:none; 
        font-weight: 500;
        line-height: 1.75;
        border-radius: 4px;
        letter-spacing: 0.02857em;
        text-transform: uppercase;
    }
    .bal-section .btn-content {
        line-height: 1.2;
    }
    .bal-section .btn-content{
        background: var(--theme-primary);
        border: 1px solid var(--theme-secondary);
        color: #fff;
        height: 40px;
        min-width: 100px;
        text-align: center;
    }
    .profile-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 5px;
        height: 40px;
    }
    .btn-content{
        font-size: 14px;
        font-weight: 400;
    }
    
    .header-right-actions .profile-section .user-icon {
        padding: 4px 2px;
    }
    .header-right-actions .profile-section .user-icon img {
        height: 25px;
        margin-top: 5%;
        filter: var(--game-category-icons);
    }
    .profile-arrow i.fa {
        color: #fff;
        font-size: 20px;
    }
    
    .refresh-icon img { width:25px; } 
    
    .wrap-dd-menu .dropdown-toggle::after {
        display:none;
    }
    
    
    .wrap-dd-menu .dropdown:before {
        margin-right: -7px;
        border-width: 0 8px 8px 8px;
        border-color: #DDDDDD transparent;
    }
    .wrap-dd-menu .dropdown-toggle {
        text-decoration: none;
        line-height: 1.1;
        color: #fff;
    }
    
    .wrap-dd-select .dropdown:after, .wrap-dd-menu .dropdown:after, .wrap-dd-select .dropdown:before, .wrap-dd-menu .dropdown:before {
        content: "";
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 50%;
        margin-right: -5px;
        border-width: 0 6px 6px 6px;
        border-style: solid;
        border-color: #ffffff transparent;
    }
    
    .wrap-dd-select .dropdown li:first-of-type a, .wrap-dd-menu .dropdown li:first-of-type a {
        border-radius: 7px 7px 0 0;
    }
    .wrap-dd-select .dropdown li a, .wrap-dd-menu .dropdown li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
        border-bottom: 1px solid #efefef;
        box-shadow: inset 0 1px 0 #ffffff;
        cursor: pointer;
        color: #000;
        font-size: 12px;
    }
    .wrap-dd-menu .dropdown-item:active{
        background: #eee !important;
    }
    
    
    .marquee {
        height: 34px;
        overflow: hidden;
    /*    position: relative;*/
        background: var(--scorecard-bg);
        font-size: 19px;
        font-weight: 700;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    .marquee .info {
        font-size: 14px;
        background: #fff;
        position: absolute;
        z-index: 1;
        height: 100%;
        line-height: 44px;
        padding-left: 6px;
        padding-right: 6px;
        display: flex;
        align-items: center;
        top: 0;
    }
    
    .marquee span {
        font-family: var(--font-family);
        color: var(--text-primary);
        font-size: 15px;
         white-space: pre;
        width: -webkit-max-content;
        width: max-content;
        height: 100%;
        margin: 0;
        line-height: 35px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        transform: translateX(100%);
        animation: scroll-left 50s linear infinite;
        top: 0;
        font-weight: 500;
    }
    
    .marquee .info img { width:18px; }
    
    .marquee .view-all {
        right: 0;
        cursor: pointer;
    }
    
    .MuiSvgIcon-root {
        fill: currentColor;
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 1.5rem;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }
    
    
    .navbar-main {
        background-color: var(--theme-primary);
        padding-left: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: #000 2px solid;
    }
    
    .app-sub-header .actions-list .nav-link {
        text-decoration: none;
        text-align: center;
        padding: 0.2rem .6rem;
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        border-radius: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
    }
    
    .app-sub-header .nav-tabs .nav-link:hover {
        border-color: var(--theme-primary);
        color: #fff;
          background-color: var(--theme-primary);
    }
    
    .app-sub-header .nav-tabs .nav-link.active {
        background-color: var(--theme-secondary);
        color: #000!important;
        transition: width .1s;
        border: 0;
    }
    
    .app-sub-header .actions-list .nav-tabs .nav-link:hover {
        border:0px !important;
    }
    
    .b-0 { border:0; }
    
    
    .home-page-ctn .home-slider {
        background-color: var(--theme-primary);
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 5px;
    }
    
    .home-page-ctn .home-slider .live-game img {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    
    .home-page-ctn .home-grid {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 5px;
    }
    
    .casino-card {
        display: flex;
        justify-content: space-between;
    }
    
    .casino-card .web-tabs {
        background-color: var(--theme-primary);
        min-height: 500px;
        padding: 10px;
        flex-basis: 20%;
    }
    .web-tabs .nav-pills .nav-link:first-child{
        border-top:1px solid #000 ;
    }
    .web-tabs .nav-pills .nav-link {
        border-radius: 0;
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.5px;
        padding: 11px 10px;
        border-bottom: #000 1px solid;
        border-right: 1px solid #000;
    }
    
    .casino-card .logo-img {
        width: 30px;
    }
    
    .web-tabs .nav-pills .nav-link.active {
        color:#000;
        background-color: var(--theme-secondary);
    }
    
    .web-tabs .nav-pills .nav-link .MuiTab-wrapper img {
        margin-bottom: 0;
        margin-right: 10px;
        filter: brightness(0) invert(1);
    }
    
    .web-tabs .nav-pills .nav-link.active img {
          filter: invert(48%) sepia(79%) saturate(2376%) hue-rotate(86deg) brightness(0) contrast(119%);
    }
    
    
    .casino-card-category {
        flex-basis: 80%;
        padding-left: 15px;
    }
    
    .casino-category-main {
        display: flex;
        flex-wrap: wrap;
    }
    .casino-col {
        flex-basis: 25%;
        padding: 5px;
        margin: 0;
    }
    
    .casino-category-main .contentimage {
        height: 100%;
        width: 100%;
        border-radius: 4px;
        margin-top: 0;
    }
    
    .casino-category-main .content {
        position: relative;
        width: 100%;
        overflow: hidden;
        border: 2px solid #333;
        height: 180px;
        margin: 0px auto auto;
        border-radius: 8px;
    }
    
    .casino-category-main .content .overlay {
        background: rgba(0,0,0,.7);
        position: absolute;
        height: 98%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all .4s ease-in-out 0s;
        border-radius: 4px;
    }
    
    .casino-category-main .content:hover .overlay {
        opacity: 1;
        height: 100%;
        width: 100%;
        height: 180px;
    }
    
    
    .casino-category-main .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%,-50%);
        transition: all .3s ease-in-out 0s;
    }
    .casino-category-main .content-details {
        color:#333;
        font-size: .8em;
        display: flex;
        justify-content: center;
    }
    .casino-category-main .content-details .custom-btn {
        width: 100px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 5px 2px 3px;
        white-space: nowrap;
        cursor: pointer;
        transition: all .3s ease;
        background-color: var(--theme-secondary);
        opacity: 1;
        color:#333;
        font-weight: 700;
        position: relative;
    }
    .casino-category-main .content-details p .custom-btn img {
        margin-right: 4px;
        height: 15px;
    }
    .casino-category-main .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }
    .slider-img-content {
        background: var(--theme-primary);
        font-size: 11px;
        font-weight: bolder;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    
    .slider-img-content span.sport-name {
        margin-left: 4px;
        text-transform: uppercase;
        color: #fff;
    }
    
    .slider-img-content span.playbtn {
        background: var(--theme-secondary);
        padding: 4px 4px 4px 0;
    }
    
    .slider-img-content .playbtn #box {
        width: 10rem;
        height: 6rem;
        border: 4px solid transparent;
        background-color: transparent;
        position: relative;
    }
    
    .slider-img-content .playbtn #box:before {
        content:'';
        border-width: 1.5em;
        border-right-color: transparent;
        border-top-color: transparent;
    }
    .slider-img-content .playbtn #box:after{
        content:'';
        border-radius: 0;
        border-width: 12px;
        border-right-color:var(--theme-secondary);
        border-bottom-color: var(--theme-secondary);
        border-left-color: transparent;
        border-top-color: transparent;
    }
    
    .slider-img-content .playbtn #box:before{
        content: "";
        position: absolute;
        top: -5px;
        right: 3px;
        border-color: transparent;
        border-style: solid;
    }
    .slider-img-content .playbtn #box:after{
            content: "";
            position: absolute;
            top: -5px;
            right: 3px;
            /* border-color: transparent; */
            border-style: solid;
    }
    
    
    .footer-ctn {
        margin: 0;
        padding: 0;
        background-image:url(../img/footer-bg.png);
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        border-top: 2px solid #000;
    }
    
    
    .footer-ctn .footer-ctn-game .footer-heading {
        justify-content: center;
    
            display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    
    .footer-ctn .footer-ctn-game .footer-heading h3 {
        color:var(--theme-secondary);
        margin-top: 10px;
        font-size: 22px;
    }
    
    
    .footer-ctn .footer-ctn-game .therapy-ctn {
        justify-content: space-evenly;
        padding-top: 15px;
            display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    
    .footer-ctn .footer-ctn-game .therapy-ctn .img-contain {
        width: 100px;
        height: 50px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .footer-ctn .footer-ctn-game .therapy-ctn .img-contain .normal {
        height: 70px;
        width: 100px;
    }
    
    .footer-ctn .rules-heading {
        color: var(--theme-secondary);
        margin: 20px 0;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .footer-ctn .rules-heading a { color:#333; text-decoration:none; }
    
    
    .footer-ctn .rules-heading .title {
        color: #000;
        font-size: 20px;
        text-decoration: underline;
    }
    
    .copyright-ctn {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--theme-primary);
        width: 100%;
        font-size: 18px;
        line-height: 1.1;
        color: var(--text-color);
    }
    
    .copyright-ctn .desc {
        padding: 10px 0;
    }
    
    .copyright-ctn .link {
        color:#fff;
    }
    
    .MuiTabs-root {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .MuiTabs-root ul {
        margin: 5px 0;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .MuiTabs-root ul li {
        margin: 0 1px;
        display: inline-block;
    }
    
    .exch-sports-nav-list .nav-link {
        background-color: #e2e2e2;
        /* max-width: 150px; */
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 10px 5px;
        min-width: 160px;
        color: #000;
        cursor: pointer;
        white-space:nowrap;
        letter-spacing: 0.02857em;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.775rem;
        transform: skew(-12deg);
        align-items: center;
    }
    
    .exch-sports-nav-list .nav-link.active {
        color:#000;
        background-color:var(--theme-secondary);
    }
    
    .exch-sports-nav-list .nav-link .MuiTab-wrapper img {
        height: 20px;
        margin-right: 3px;
    }
    .exch-sports-nav-list span.MuiTab-wrapper {
        display: flex;
        align-items: center;
    }
    
    .exch-sports-nav-item {
        overflow-y: hidden;
        background-color: var(--theme-primary);
        display: flex;
        justify-content: center;
        height: 100px;
        align-items: center;
    }
    
    .exch-sports-nav-item .nav-link .MuiTab-wrapper {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        color:var(--text-color);
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .exch-sports-nav-item .nav-link {
        border-right: 2px solid #000;
        text-decoration: none;
        border-radius: 0;
        min-width: 150px;
        padding: 1px 0px;
    }
    .exch-sports-nav-item .nav-link.active {
        background: var(--theme-secondary);
        color: #000;
        border-bottom: transparent;
    }
    
    
    .exch-sports-nav-item .MuiTab-wrapper > *:first-child {
        margin-bottom: 6px;
    }
    
    .exch-sports-nav-item .nav-link .MuiTab-wrapper img {
        height: 35px;
        filter: brightness(0) invert(1);
            opacity: 0.6;
    }
    
    .exch-sports-nav-item .nav-link.active img {
        padding-top: 8px;
        filter: invert(48%) sepia(79%) saturate(2376%) hue-rotate(86deg) brightness(0) contrast(119%);
            opacity: 0.6;
    }
    
    
    
    .sport-home-view {
        width: 100%;
        display: inline-flex;
        padding-bottom: 50px;
    }
    
    .sport-home-view .compt-menu-section {
        width: 22%;
    }
    .sticky-col {
        position: sticky;
        top: 5px;
    }
    
    .sport-home-view .events-table-section {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    
    
    .competitions-menu .competitions-menu-card-content {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        min-height: 75vh;
        overflow-y: auto;
        margin-right: 10px;
        background-color: var(--theme-primary);
        padding: 0 4%;
    }
    
    .exch-mob-header-ctn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        height: 48px;
        background: var(--theme-primary);
    }
    .exch-mob-header-ctn .exch-mob-nav-link {
        text-decoration: none;
        min-width: 20%;
    }
    
    .exch-mob-header-ctn .exch-mob-nav-link .exch-nav-item-ctn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
        height: 48px;
    }
    .exch-nav-item-ctn img {
        height: 18px;
        margin-bottom: 2px;
        filter: brightness(0) invert(1);
    }
    .exch-mob-header-ctn .exch-mob-nav-link.active .exch-nav-item-ctn img{
        filter: invert(48%) sepia(79%) saturate(2376%) hue-rotate(86deg) brightness(0) contrast(119%);
    }
    .exch-mob-header-ctn .exch-mob-nav-link .exch-nav-item-ctn .exch-nav-item-icon {
        height: 22px;
        width: 22px;
        margin-top: -2px;
        filter: brightness(0) invert(1);
    }
    
    .exch-mob-header-ctn .exch-mob-nav-link .exch-nav-item-ctn .exch-nav-item-label {
        color: #fff;
        margin-top: 3px;
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        letter-spacing: 1px;
        text-decoration: none!important;
        text-transform: uppercase;
    }
    
    .exch-mob-header-ctn .exch-mob-nav-link.active {
        background: var(--theme-secondary);
        padding-left: 5px;
        padding-right: 5px;
        min-width: 20%;
    }
    .exch-mob-header-ctn .exch-mob-nav-link.active .exch-nav-item-ctn .exch-nav-item-label {
        color: #000;
    }
    
    .exch-mob-header-ctn .exch-mob-nav-link.active 
    .exch-nav-item-ctn .exch-nav-item-icon {
        filter: invert(48%) sepia(79%) saturate(2376%) hue-rotate(86deg) brightness(0) contrast(119%);
    }
    
    .competitions-menu .accordion-item {
        background-color: transparent;
    }
    
    .competitions-menu .accordion-flush .accordion-item .accordion-button.collapsed {
        font-weight: 700;
        width: 100%;
        text-decoration: none;
      
        color:#fff;
          background: var(--theme-secondary);
    }
    
    .competitions-menu .accordion-button {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding: 15px 15px;
    }
    
    .competitions-menu .accordion-button:focus {
         border-bottom: 1px solid #000;
        box-shadow:inherit;
         background: var(--theme-secondary);
    }
    
    .competitions-menu .accordion-button:not(.collapsed) {
        color: #000;
        background-color: var(--theme-secondary);
        box-shadow: inherit;
    }
    
    
    .competitions-menu .accordion-flush .accordion-item .accordion-button.collapsed {
        background: transparent;
    }
    
    .competitions-menu .accordion-item {
        background-color: transparent;
          border-bottom: 1px solid #000;
    }
    
    .inplay-btn .accordion-button::after {
        display: none;
    }
    
    .muiListItem {
        padding: 0;
        margin: 0;
    }
    .muiListItem li {
        width: 100%;
        color: #000;
        border-bottom: 1px solid #000;
        list-style: none;
        padding: 7px 15px 8px;
    }
    .muiListItem li:last-child {
        border-bottom:0px solid #000;
    
    }
    
    .muiListItem li a { 
        font-size:13px; 
        font-weight:400;
        text-decoration: none;
        color: #333;
    }
    
    .events-head {
        background: var(--theme-primary);
        white-space: nowrap;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
    }
    
    .bet-table-row {
        background: #ffffff;
        color: #1e1e1e;
        transition: 0.9s;
        border: 1px solid #e1e1e1;
        padding: 4px;
    }
    
    .bet-table-row:nth-child(2n) {
        background-color: #eee;
        /* border-bottom: #000 1px solid;
        border-top: #000 1px solid; */
    }
    .game-box-mobile{
        display: none;
    }
    .game-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .game-date {
        display: flex;
        align-items: center;
        flex-basis:25%;
        padding: 5px;
    }
    .day-text {
        font-size: 11px;
        color: #000;
        margin: 0;
    }
    .bet-table-row .row .col-md-6:nth-child(2) .row .col-4 {
        padding: 0 1px;
    }
    .bet-table-row .row .col-md-6:nth-child(2) .row {
        margin: 0;
    }
    .bet-table-row .row .col-md-6:nth-child(2) .row .col-4 .exch-odd-view {
        width: 100%;
        display: block;
        padding: 0;
    }
    .teams-col {
        display: flex;
        align-items: center;
        flex-basis: 55%;
        line-height: 1.2;
    }
    
    .teams-col a {text-decoration:none; }
    
    
    .teams-col a .team-name {
        color: #000;
        font-size: 12px;
        text-decoration: none;
        font-weight: 300;
    }
    
    
    .icon-cell {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-basis: 20%;
    }
    em.abo-em {
        background: var(--theme-secondary);
        font-style: normal;
        font-size: 10px;
        text-transform: uppercase;
        border-radius: 3px;
        margin-right: 3px;
        padding: 1px 3px;
        text-align: center;
    }
    .icon-ctn {
        display: flex;
        flex-direction: row;
        align-items: center;
        vertical-align: baseline;
        opacity: 1;
    }
    
    .icon-ctn .bm-circle,
    .icon-ctn .f-circle,
    .icon-ctn .mo-circle,
    .icon-ctn .p-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 22px;
        width: 25px;
        padding: 4px;
        border-radius: 10px;
        background: var(--theme-primary);
        border:0px solid var(--theme-primary);
        color: #fff;
        margin-left: 2px;
        margin-right: 2px;
        font-size: 10px;
        font-weight: 700;
    }
    
    
    .icon-ctn .p-circle.p-circle {
        background-color: #eb6416;
    }
    
    
    .odds-block {
        display: inline-flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .exch-odd-view {
        display: flex;
        align-items: center;
        border-radius: 3px;
        padding: 3px 2px;
        border-radius: 3px;
    }
    
    .exch-odd-view .exch-odd-button {
        padding: 0!important;
        min-width: 72px;
        min-height: 38px;
            text-align: center;
    }
    
    .exch-odd-view .exch-odd-button.disabled {
        opacity: .5;
        pointer-events: none;
        cursor: default;
    }
    
    .exch-odd-view .exch-odd-button.disabled .lock-icon {
        height: 24px;
        width: 24px;
        margin: 6px auto;
    }
    .exch-odd-view .exch-odd-button-content {
        padding: 2px 4px;
    }
    
    .odds-block .back-odd .price,
    .odds-block .lay-odd .price {
        font-weight: 500;
        line-height: 17px;
        color: #000;
        font-size: 14px;
    }
    
    .odds-block .back-odd .size,
    .odds-block .lay-odd .size {
        font-size: 10px;
        font-weight: 300;
        line-height: 15px;
        opacity: .6;
        color: #000;
    
    }
    .back-odd {
        background-color:#85cbff;
    }
    .lay-odd {
        background-color:#ff9090;
    }
    
    /*detail data*/
    .mobile-slo{
        display: none;
    }
    .detail-data-manage{
        width: 100%;
        display: flex;
    }
    .odds-sections{
        width: 75%;
    }
    .betslip-section{
        width: 25%;
        margin-top: 10px;
        margin-left: 10px;
    }
    .betslip-section-fixed {
        position: fixed;
        top: 140px;
        right: 0;
        width: calc(21% - 15px);
        overflow-y: scroll;
        height: calc(100vh - 200px);
    }
    .betslip-section .collapse{
        margin-bottom: 10px;
    }
    .bs-title[aria-expanded="false"]{
        margin-bottom: 5px;
    }
    .event-title-date{
        display: flex;
        justify-content:space-between ;
    }
    .event-title-date span{
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    .market-starts{
        margin-bottom: 10px;
    }
    .btn-market-title{
        background: var(--theme-primary);
        border: none;
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        height: 40px;
        align-items: center;
        text-align: left;
        position: relative;
    }
    .btn-market-title span:nth-child(1){}
    .btn-market-title span:nth-child(2){
        float: right;
        margin-right: 25px;
    }
    .btn-raceTimer {
        background: var(--theme-secondary);
        font-size: 12px;
        color: #000;
        border: 1px solid #000;
        border-radius: 4px;
    }
    .btn-market-title[aria-expanded="true"]:after,
    .bs-title[aria-expanded="true"]:after{
        content: "\f106";
        font-family: "FontAwesome";
        color: #000;
        font-size: 16px;
        position: absolute;
        right: 10px;
    }
    .btn-market-title[aria-expanded="false"]:after,
    .bs-title[aria-expanded="false"]:after{
        content: "\f107";
        font-family: "FontAwesome";
        color: #000;
        ont-size: 16px;
        position: absolute;
        right: 10px;
    }
    .market-div{
        box-shadow: 0 0 4px 0px #ddd;
    }
    .selection-pnl {
        line-height: normal;
        font-size: 13px;
    }
    .selection-pnl .float-right {
        float: right;
    }
    .market-head, .market-body {
        padding: 8px 0;
        border-bottom: 1px solid #000;
    }
    .market-div .market-body:first-child{
        border-bottom: 1px solid #000 !important;
    }
    .market-div .market-body:last-child {
        border: none;
    }
    .market-head{
        display: flex;
    }
    .fancy-market .market-head {
        background: #FFFAEA;
    }
    .event-name{
        width: 33%;
        text-transform: capitalize;
        font-size: 16px;
    /*    display: flex;*/
        align-items: center;
        padding-left: 10px;
    }
    .fancy-market .event-name{
        display: flex;
    }
    .odds-boxes{
        width: 67%;
        text-align: center;
        display: flex;
        position: relative;
    }
    .head-none{
        background: none;
        border-radius: none;
    }
    .market-body{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .odds-boxes .btn-group{
        width: 50%;
        margin: 0 2px;
    }
    .odds-boxes .btn-group .odds-button{
        border-radius: 3px;
        border: none;
        font-size: 16px;
        color: #000;
        text-transform: capitalize;
        line-height: normal;
    }
    .odds-boxes .btn-group .odds-button:focus{
        box-shadow: none;
    }
    .odds-boxes .odds-button {
        width: 32%;
        height: 38px;
        display: inline-block;
        align-items: center;
        margin: 0 2px;
    }
    .odds-boxes .btn-group .odds-button small{
        display: block;
        line-height: normal;
        font-size: 10px;
    }
    .back-bg{
        background: #95D1FF;
    }
    .lay-bg{
        background: #FF9FA0;
    }
    .bookmaker .event-name {
        width: 80%;
    }
    .bookmaker .odds-boxes {
        width: 20%;
    }
    .bookmaker .odds-boxes button {width: 100%;}
    
    .bookmaker .odds-boxes .btn-group {
        width: 100%;
        margin: 0;
    }
    .info-modal i {
        border: 1px solid #fff;
        height: 15px;
        width: 15px;
        display: inline-block;
        text-align: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 10px;
        vertical-align: middle;
        line-height: 14px;
    }
    .info-modal {
        color: #fff;
        margin-left: 3px;
    }
    .blink-soft {
        animation: blinker 1.5s linear infinite;
        text-transform: uppercase;
        font-size: 9px;
        position: absolute;
        top: 2px;
        font-style: normal;
        margin-left: 5px;
        background: #fff;
        padding: 3px 4px;
        line-height: 1;
        border-radius: 2px;
        color: var(--theme-primary);
    }
    @keyframes blinker {
      50% {
        opacity: 0;
      }
    }
    .fancy-tabs{
        margin-bottom: 10px;
    }
    .fancy-tabs .nav li .nav-link{
        text-transform: uppercase;
        border-radius: 0 !important;
        color: #fff !important;
    }
    .fancy-tabs .premium-nav{
        background: #EB6316 !important;
        color: #fff !important;
        position: relative;
    }
    .fancy-tabs .fancy-nav{
        background: var(--theme-primary) !important;
        color: #fff !important;
    }
    .fancy-tabs .premium-nav img {
        position: absolute;
        right: 0;
        height: 35px;
        width: 70px;
        top: 0;
    }
    
    .fancy-market .event-name {
        width: 70%;
        position: relative;
    }
    
    .fancy-market .odds-boxes.head-ob {
        width: 30%;
    }
    
    .fancy-market .btn-group {
        width: 100%;
        position: relative;
    }
    
    .fancy-market .odds-boxes {
        width: 30%;
    }
    .premium-iframe {
      text-align: center;
      background: var(--theme-secondary);
      padding: 2px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      width: 100%;
      height: 100vh;
    }
    .min-max{
        font-size: 9px !important;
        text-align: left;
        background: none;
    }
    #market-one .suspended {
        width: 100%;
    }
    .bookmaker .suspended{
        width: 100%;
    }
    .SportEvent__market__statuslabel.suspended {
        width: 100%;
    }
    .suspended{
        position: absolute;
        left: 2px;
        top: 0;
        background: #ffffffc2;
        height: 100%;
        color: red;
        text-transform: uppercase;
        font-size: 18px;
        width: 66%;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }
    .book-and-minmax {
        position: absolute;
        right: 10px;
    }
    button.book {
        background: var(--theme-secondary);
        text-transform: capitalize;
        border-radius: 5px;
        border: none;
        color: #000;
        font-size: 14px;
        padding: 4px 15px;
    }
    .book-and-minmax a{
        display: none;
    }
    /*detail data*/
    
    
    /*detail sidebar*/
    .bs-title {
        color: #fff !important;
        background: var(--theme-primary);
        width: 100%;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        padding: 5px;
        text-decoration: none;
    }
    .bs-div{
        padding: 3px;
        border: 1px solid #000;
        position: relative;
    }
    
    .betslip{
        padding: 5px;
    }
    .betslip-header{
        color: #fff;
        font-size: 14px;
    }
    .betslip-header a{
        color: #000;
        float: right;
        background: #fff;
        padding: 1px 6px;
    }
    .betslip-body .runner-name{
        margin: 0;
        text-transform: capitalize;
        font-size: 12px;
        color: #000;
    }
    .betslip-body{
        background: #fff;
        margin: 10px 0;
        padding: 10px;
    }
    .bet-input-row{
        width: 100%;
        display: flex;
    }
    .bet-input-row .bir-odds{
        width: 50%;
    }
    .bet-input-row .bir-odds label{
        font-size: 11px;
        text-transform: capitalize;
    }
    .bet-input-row .bir-odds .input-group input{
            border-color: #888;
            width: 60%;
            color: #999;
    }
    .bet-input-row .bir-odds .input-group .input-group-prepend span {
        padding: 0;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        height: 32px;
        justify-content: center;
        border-radius: 0;
        background: var(--theme-primary);
        color: #fff;
        border: 1px solid var(--theme-primary);
        font-size: 11px;
    }
    .bet-input-row .bir-odds .input-group {width: 98%;}
    
    .bet-input-row .bir-odds .input-group .input-group-prepend {
        width: 20%;
        display: flex;
    }
    .bet-input-row .bir-odds input{
        background: #FFFAEB;
        border: 1px solid #000;
        border-radius: 2px;
        width: 100%;
        height: 32px;
        padding: 0 10px;
        color: #000;
        font-size: 12px;
    }
    .quick-bet{
        margin-top: 3px;
        width: 100%;
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
    }
    .quick-bet .qb-btn{
        margin-right: 5px;
        margin-top: 5px;
        width: calc(33% - 5px);
        background: var(--theme-primary);
        border: 1px solid #000;
        border-radius: 3px;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        height: 29px;
        color: #fff;
    }
    .quick-bet .qb-btn:focus{
        border: 2px solid var(--theme-secondary);
    }
    .quick-bet.quick-bet-extra button {
        width: calc(50% - 5px);
    }
    button.qb-btn.min-stake{
        background: #FFFF00;
        color: #000;
    }
    button.qb-btn.max-stake{
        background: #243948;
    }
    button.all-in-stake.qb-btn{
        background: #008001;
    }
    button.clear-stake.qb-btn{
        background: #f00;
        color: #fff;
    }
    .betslip-body .profit-loss {
        margin-top: 13px;
        display: flex;
        flex-direction: column;
    }
    .betslip-body .profit-loss .returns {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    .betslip-body .profit-loss .info {
        font-weight: 400;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -.01em;
        opacity: 1;
        margin-right: auto;
    }
    .betslip-body .profit-loss .returns .label {
        font-weight: normal;
        font-size: 16px;
        line-height: 16px;
        color: #fa9b9b;
        }
    .betslip-body .profit-loss .returns .amt {
        margin-left: 10px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #18a21e;
    }
    .bet-footer {
        padding: 6px 12px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0 -3px 8px rgb(0 0 0 / 12%);
    }
    .bet-footer .stake-section {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .bet-footer .stake-section .stake-value {
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -.01em;
        color: #fa9b9b;
    }
    .bet-footer .stake-section .stake-label {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.01em;
        color: var(--text-primary);
    }
    .bet-footer .place-section {
        width: 50%;
        height: 100%;
        text-align: right;
    }
    .bet-footer .place-section .place-btn {
        text-transform: capitalize;
        width: 100%;
        height: 31px;
        background: var(--theme-primary);
        border-radius: 0;
        border: none;
        color: #fff;
    }
    .open-bet table{
        margin-bottom: 0;
    }
    .open-bet table th{
        font-size: 16px;
        font-weight: 300;
        color: #888;
    }
    .open-bet table th,
    .open-bet table td{
        padding: 5px;
        text-transform: capitalize;
    }
    .open-bet table td{
        font-size: 14px;
    }
    /*detail sidebar*/
    
    
    /*profile*/
    .profile{
        margin: 1% 2%;
        box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
    }
    .profile h2{
        padding: 16px;
        border-bottom: 1px solid #000;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .profile ul {
        margin-left: 20px;
    }
    .profile ul button {
        background: none !important;
        color: #000 !important;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 15px;
    }
    .profile .tab-content{
        margin-left: 20px;
        padding-bottom: 20px;
    }
    .profile form .row{
        margin-bottom: 15px;
    }
    .profile input,
    .profile input:disabled{
        width: auto;
        border: 1px solid #000;
        border-radius: 5px;
        background: #FFFAEB;
    }
    .profile label{
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 300;
    }
    .btn-save{
        background: var(--theme-primary);
        border-radius: 4px;
        text-transform: capitalize;
        color: var(--text-color);
        border: none;
        width: 150px;
        height: 36px;
    }
    .btn-save:focus{
        background: var(--theme-secondary);
    }
    /*profile*/
    
    /*my bets*/
    .modal .ac_screens{
        padding-top: 0;
    }
    .ac_screens{
        padding-top: 20px;
    }
    .modal .ac_screens h4 {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .modal .ac_screens .row .col-md-3{
        width: 50%;
    }
    .modal .ac_screens .btn-save{
        width: 100%;
    }
    .ac_screens h4{
        color: var(--theme-primary) !important;
    }
    .title-account{
        font-size: 25px;
        margin: 0;
        font-weight: 300;
        text-transform: capitalize;
    }
    .searchform {
        width: 100%;
        display: flex;
    }
    .searchform2{
        text-align: right;
    }
    .searchform2 .custom-control-label{
        margin-left: 5px;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 300;
    }
    .input-select-w{
        width: 24%;
        margin: 0 4px;
    }
    .input-select-w label{
        font-size: 10px;
        text-transform: capitalize;
        margin: 0;
    }
    .input-select-w input,
    .input-select-w select{
        border: 1px solid #000 !important;
        background: #FFFAEB !important;
        color: #666;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 5px;
    }
    .btn-apply{
        background: var(--theme-primary);
        border-radius: 4px;
        text-transform: capitalize;
        color: #fff;
        border: none;
        width: 100%;
        height: 35px;
        display: block;
    }
    .acft-btns{
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 300;
        background: var(--theme-primary);
        margin-right: 6px;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.23);
        padding: 5px 15px;
        color: #fff;
    }
    .table-theme{
        margin-top: 10px;
        box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    }
    .table-theme th{
        background: var(--theme-primary);
        color: #fff;
        padding: 18px;
        white-space: nowrap;
    }
    .table-theme td {
        font-size: 14px;
        font-weight: 300;
        white-space: nowrap;
    }
    .modal-full{
        max-width: 90%;
        margin: 0 auto;
        margin-top: var(--bs-modal-margin);
    }
    /*my bets*/
    
    /*loginModalDesign*/
    .loginModalDesign{
        width: 444px;
    }
    .loginModalDesign .modal-body{
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .loginModalDesign .close,
    .close2{
        position: absolute;
        border: none;
        right: 0;
        top: 0;
        background-color: var(--theme-secondary);
        border-radius: 0 4px 0 32px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .login-form{
        padding: 10px 60px;
    }
    .login-form img{
        margin: 0 auto;
        width: 150px;
        display: block;
    }
    .login-form h3{
        margin-top: 1rem;
        margin-bottom: 10px;
        text-align: center;
        font-size: 24px;
        color: #000;
        text-transform: capitalize;
        font-weight: 200;
    }
    .login-form .eye-on-off{
        position: absolute;
        right: 25px;
        bottom: 7px;
        font-size: 20px;
        color: #000;
    }
    .login-form label{
        font-weight: 200;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 6px;
        color: #000;
        text-transform: capitalize;
    }
    .login-form .col-12{
        margin-bottom: 1rem;
    }
    .login-form input{
        border: 1px solid #000;
        background: #FFFAEB;
        font-size: 16px;
        padding: 12px 16px;
        height: 43px;
    }
    .login-form input:focus{
        box-shadow: 0 0 0 2px #FFFAEB;
        border: 1px solid #000;
    }
    .login-form .error{
        color: #f44336;
        font-size: 0.75rem;
        position: absolute;
        font-weight: 200;
    }
    .login-form .Btnlogin{
        width: 100%;
        border: 2px solid #000;
        background: var(--theme-primary);
        color: #fff !important;
        height: 48px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 300;
        box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
        border-radius: 4px;
    }
    .login-form p{
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-size: 14px;
        text-align: center;
        font-weight: 300;
    }
    .login-form p a{
        color: #3880ff !important;
    }
    /*loginModalDesign*/
    .rules-container .card-header{
        padding: 0;
        border: none;
    }
    .rules-container .card-header button{
        display: block;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-align: left;
        background: var(--theme-primary);
        border: none;
    }
    .rules-container .panel{
        margin-bottom: 5px;
    }
    .rules-container .panel table{
        margin-bottom: 0;
    }
    /*casino*/
    .sports-book iframe{
        width: 100%;
        height: calc(100vh - 90px);
    }
    .casino-pt{
        padding-top: 5px;
    }
    .cd-content{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .cd-content .row{
        margin: 0;
    }
    .cd-content .row .col-md-3{
        padding:0 5px;
        margin-bottom: 10px;
    }
    .casino-div{
        position: relative;
    }
    .casino-div img{
        border-radius: 4px;
        border: 2px solid #000;
        width: 100%;
    }
    .casino__new__tab .casino-div img {
        height: 200px;
    }
    .overlaybutton{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background: rgba(0,0,0,.7);
        border-radius: 8px;
        border: 1px solid #000;
    }
    .casino-div .casinoBtn{
        border: none;
        background: var(--theme-secondary);
        text-transform: uppercase;
        font-size: 14px;
        bottom: 0;
        height: 30px;
        width: 130px;
        justify-content: center;
        transition: .5s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #000;
        border-radius: 6px;
        padding: 6px 3px;
        cursor: pointer;
    }
    .casino-div:hover .overlaybutton{
        opacity: 1;
    }
    /*casino*/
    
    
    /*race*/
    .jockey-detail {
        display: inline-flex;
        margin-top: 2px;
    }
    
    .jockey-detail-box {
        font-size: 9px;
        background: #ccc;
        border-radius: 4px;
        padding: 1px 5px;
        margin-right: 1px;
    }
    .bet-table {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background-color: #f7f7f7;
      align-content: flex-start;
    }
    
    .horse-table-body {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    
    .horse-table .horse-table-row {
      padding: 6px 8px 1px 8px;
    }
    
    .horse-table-row {
      width: 100%;
      border: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ddd;
    }
    
    .bet-nation-name {
      width: 40%;
      padding: 0 5px;
      font-size: 14px;
      display: flex;
    }
    
    .bet-nation-name .bet-nation-game-name {
      color: #000;
      margin-left: 10px;
    }
    
    .horse-time-detail {
      display: flex;
      flex-wrap: wrap;
      width: 60%;
    }
    
    .horse-time-detail a {
      display: flex;
      text-decoration: none;
    }
    
    .horse-time-detail span {
      font-size: 11px;
      background: var(--theme-primary);
      color: #fff;
      padding: 3px 5px;
      margin-right: 5px;
      margin-bottom: 5px;
      cursor: pointer;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
    }
    .bet-nation-name .game-icon i {
        color: var(--theme-color);
    }
    /*race*/
    
    /*inplay*/
    .inplay{}
    .inplay .colapse-title{
        width: 100%;
        position: relative;
        display: block;
        background: var(--theme-primary);
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 300;
        padding:2px 10px;
    }
    .inplay .colapse-title:hover{
        color: #fff;
    }
    .inplay .colapse-title img{
        width: 20px;
        filter: invert(1);
    }
    .inplay .colapse-title i{
        position: absolute;
        right: 10px;
        color: #fff;
        bottom: 5px;
        font-size: 22px;
    }
    .inplay .colapse-title[aria-expanded="false"] i:before{
        content: "\f106";
    }
    .inplay .inplay_lists{
        border-bottom: 1px solid #000;
        padding: 10px;
    }
    .inplay .collapse .inplay_lists:nth-child(odd){}
    .inplay .collapse .inplay_lists:nth-child(even){
        background: #e2e2e2;
    }
    .inplay .team-games .team-name{
        font-size: 16px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        margin-right: 1%;
    }
    .inplay .team-games .day-text {
        font-size: 14px;
        color: #000;
        font-weight: 300;
        margin-bottom: 2px;
    }
    .inplay .in_odds_divs {
        width: 100%;
    }
    .inplay .in_odds_divs .in_odds {
        border: none;
        width: 16.6%;
        height: 36px;
        font-size: 16px;
        font-weight: 300;
    }
    /*inplay*/
    
    
    .desktop-view{
        display: block;
    }
    .mobile-view{
        display: none;
    }
    
    .int-casino-slider .swiper-container {
        overflow: hidden;
    }
    .int-casino-slider .swiper-button-prev,
    .int-casino-slider .swiper-button-next{
        opacity: 1 !important;
        filter: brightness(0.1);
        display: none;
    }
    .int-casino-slider .swiper-button-prev::after,
    .int-casino-slider .swiper-button-next::after{
        /* font-size: 15px; */
        font-size: 10px;
        font-weight: bolder;
    }
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0 !important;
    }
    .int-casino-slider .swiper-slide img{
    
    }
    @media (min-width: 1200px) {
        .events-table-ctn {
            display: flex;
            margin: 0;
            padding: 0;
        }
        .events-table-ctn .events-section {
            width: 100%;
        }
    }
    
    @media (max-width:767px) {
        .casino__new__tab .casino-div img {
            height: 90px;
        }
        .int-casino-slider .swiper-button-prev,
        .int-casino-slider .swiper-button-next{
            display: inline-flex;
        }
    body{
        padding-bottom: 32px;
    }
    .main-header-ctn .toolbar .login-btn{
        width: 70px;
    }
    .casino-pt,
    .ac_screens{
        padding-top: 60px;
    }
    .title-account{
        font-size: 23px;
    }
    .wrap-dd-menu ul.dropdown-menu {
        left: -12px !important;
        position: absolute !important;
        top: 2px !important;
    }
    .wrap-dd-select .dropdown li a, .wrap-dd-menu .dropdown li a {
        padding: 13px 15px;
        border-bottom: none;
        font-weight: 300;
    }
    .mobile__betslip-data {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9;
        background: #fff;
    }
    .inplay .team-games .team-name{
        font-size: 14px;
    }
    .inplay .in_odds_divs .in_odds {
        height: 30px;
        font-size: 14px;
    }
    .horse-time-detail, .bet-nation-name {
        width: 100%;
    }
    .cd-content .row .col-md-3 {
        padding: 0 2px;
        margin-bottom: 4px;
    }
    /*    loginModalDesign*/
    .login-form {
        padding: 10px 10px;
    }
    .bookmodal{
        height: auto !important;
    }
    .loginModalDesign {
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: 100%;
    }
    .loginModalDesign .modal-content {
        border-radius: 0;
        height: 100%;
        display: flex;
    /*    align-items: center;
        justify-content: center;*/
    }
    .loginModalDesign .close{
        border-radius: 0 0 0 32px;
    }
    /*loginModalDesign*/
        .profile{
            margin: 2% 0;
        }
        form.searchform{
            display: inline-table;
        }
        .input-select-w{
            width: calc(50% - 6px);
            margin: 0 3px;
            display: inherit;
        }
        .acft-btns{
            padding: 5px 10px;
            font-size: 15px;
        }
        /*detail*/
        .mobile-slo{
            display: block;
        }
        .mobile-slo ul {
            background: var(--theme-primary);
            justify-content: center;
            margin: 0 2px 5px;
        }
    
        .mobile-slo ul button {
            text-transform: uppercase;
            font-weight: 300;
            font-size: 16px;
            color: #fff;
            border-radius: 0 !important;
        }
    
        .mobile-slo ul button.active {
            background: var(--theme-secondary) !important;
            color: #000 !important;
        }
        .open-bet table th {
            font-size: 13px;
            background: #9CD8D9;
        }
        .open-bet table td{
            font-size: 13px;
        }
        .event-title-date, .event-title-date span{
            display: block;
        }
        .event-title-date span{
            font-size: 15px;
        }
        .event-title-date span:nth-child(2) {
            font-size: 13px;
        }
        .event-name{
            width: 60% !important;
            font-size: 14px;
        }
        .odds-boxes{
            width: 40% !important;
        }
        .odds-boxes .btn-group .odds-button{
            width: 100%;
            padding: 2px;
            height: 33px;
            font-weight: 400;
            font-size: 12px;
        }
        .odds-sections{
            width: 100%;
        }
        .betslip-section,
        button.odds-button.ex-none,
        button.odds-button.min-max{
            display: none;
        }
        .fancy-tabs .nav li .nav-link {
            padding: 10px;
            font-size: 12px;
        }
        .fancy-tabs .premium-nav img {
            height: 25px;
            width: auto;
            bottom: 0;
        }
        .suspended{
            right: 0;
            width: 100%;
            left: 0;
            font-size: 15px;
        }
        .fancy-market .event-name span {
            width: 70%;
        }
        .book-and-minmax a {
            height: 15px;
            width: 15px;
            line-height: 15px;
            display: inline-block;
            border: 1px solid #000;
            font-size: 10px;
            text-align: center;
            justify-content: center;
            border-radius: 10px;
        }
        button.book {
            font-size: 10px;
            padding: 4px 5px;
        }
        /*detail*/
        .sport-home-view .events-table-section{
            margin-top: 5px;
        }
        .game-box{
            display: none;
        }
        .teams-col a .team-name {
            color: #000;
            font-size: 12px;
            font-weight: 500;
        }
        .day-text {
            font-size: 12px;
            color: #000;
            font-weight: 300;
            margin-bottom: 0;
        }
        .game-box-mobile{
            display: block;
        }
        .game-box-mobile .teams-col {
            flex-basis: 100%;
            display: block;
        }
        .games__icons__div{
            display: flex;
            margin-bottom: 4px;
        }
        .games__icons__div .game-date{
            flex-basis: 40%;
            padding: 0;
        }
        .games__icons__div .icon-cell{
            flex-basis: 60%;
            justify-content: end;
        }
        .exch-odd-view{
            padding: 0;
        }
        .bet-table-row .row .row {
            margin: 0;
        }
        .odds-block .back-odd .size, .odds-block .lay-odd .size{
            display: none;
        }
        .exch-odd-view .exch-odd-button-content{
            display: inline-block;
        }
        .odds-block .back-odd .price, .odds-block .lay-odd .price{
            font-size: 10px;
            font-weight:500;    
        }
        .MuiTabs-root {
            border-bottom: 5px solid #ddd;
        }
        .exch-odd-view .exch-odd-button {
            min-width: 58px;
            min-height: 30px;
        }
        .exch-odd-view .exch-odd-button.disabled .lock-icon {
            height: 16px;
            width: 16px;
            margin: 5px auto;
        }
        .exch-sports-nav-item{
            height: auto;
        }
        .exch-sports-nav-item ul {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .exch-sports-nav-item ul li {
            display: inline-block;
        }
        .exch-sports-nav-item .nav-link.active img{
            padding: 0;
        }
        .exch-sports-nav-item .nav-link img{
            height: 28px !important;
            opacity: 1 !important;
        }
        .exch-sports-nav-item .nav-link.active span{
            color: #000;
        }
        .exch-sports-nav-item .nav-link .MuiTab-wrapper{
            color: #fff;
            font-weight: 500;
        }
        .exch-sports-nav-item .nav-link{
            min-width: auto;
            border-right: 1px solid #000;
            padding: 5px 18px;
        }
        .exch-sports-nav-item .nav-link span{
            font-size: 9px !important;
        }
        .MuiTabs-root ul{
            margin: 5px 0;
        }
        .MuiTabs-root ul li{
            margin: 0 5px;
        }
        .icon-ctn .bm-circle, .icon-ctn .f-circle, .icon-ctn .mo-circle, .icon-ctn .p-circle{
            height: 18px;
            font-weight: 600;
            font-size: 8px;
            width: 18px;
        }
        .exch-sports-nav-list .nav-link{
                transform: inherit;
            width: auto;
            font-size: 10px;
            min-width: auto;
            background: none !important;
            padding: 5px 2px;
            height: auto;
            border-radius: 0;
        }
        .exch-sports-nav-list .nav-link.active{
            border-bottom: 2px solid var(--theme-secondary);
        }
        .exch-sports-nav-list .nav-link .MuiTab-wrapper img{
            height: 18px;
            width: 18px;
            display: block;
            margin: 0 auto 2px auto;
        }
        .sport-home-view .compt-menu-section{
            display: none;
        }
        main.home-page-ctn {
           padding-top: 60px;
            overflow-x: hidden;
        }
        .main-header-ctn {
            padding:10px 2px;
            position: fixed;
            top: 0;
            background: #fff;
            z-index: 99;
        }
        .marquee{
            top: 53px;
        }
        .exch-sports-nav-item {
            position: sticky;
            top: 90px;
            z-index: 9;
        }
        .main-header-ctn .site-logo img {
            width: 120px;
        }
    
        .home-page-ctn .home-slider {
            background-color: transparent;
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 5px;
        }
    
    
        .home-page-ctn .home-grid {
            padding-left: 0;
            padding-right: 0;
        }
    
        .navbar-main {
            padding: 5px 0 !important;
        }
        nav.app-sub-header a {
            display: inline-block;
        }
        .nav-tabs.actions-list{
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .nav-tabs.actions-list a{
            display: inline-block;
        }
        .casino-card .web-tabs {
            padding: 0;
            flex-basis: 20%;
            min-height: fit-content;
        }
    
        .web-tabs .nav-pills .nav-link {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    
        .web-tabs .nav-pills .nav-link {
            font-size: 10px;
            font-weight: 300;
            padding: 3px 5px;
        }
    
        .web-tabs .nav-pills .nav-link .MuiTab-wrapper img {
            margin-bottom: 0;
            margin-right: 0;
            display: block;
            width: 22px;
            margin: auto;
            padding-bottom: 2px;
        }
        .casino-card-category {
            flex-basis: 80%;
            padding-left: 5px;
        }
    
        .home-page-ctn .casino-col {
            flex-basis: 100%;
            padding: 0 0;
            margin: 0;
        }
        .home-page-ctn #sports .casino-col{
            padding-bottom: 2px;
        }
        #sports .content img.contentimage {
            height: 96px;
            object-fit: fill;
        }
        .home-page-ctn #Other .casino-col{
            padding-bottom: 5px;
        }
        .home-page-ctn #Other .casino-col:last-child{
            padding-bottom: 0;
        }
        #Other .content img.contentimage{
            height: 181px;
            object-fit: cover;
        }
        #sportsbook .content img.contentimage,
        #cards .content img.contentimage,
        #casino .content img.contentimage,
        #casinoint .content img.contentimage,
        #slots .content img.contentimage,
        #virtual .content img.contentimage{
            height: 342px;
        }
        .home-page-ctn .casino-col:nth-child(3) {
            padding-bottom:0px;
        }
    
        .casino-category-main .content {
            border: 0px solid #333;
            height: auto;
            margin: 0px auto auto;
            border-radius: 0px;
        }
        .casino-category-main .content img{
            border-radius: 0;
        }
        .home-mob-view {
            padding: 1px;
        }
        .home-mob-view h3.header {
            text-align: center;
            font-size: 22px;
            font-weight: 400;
            margin: 8px 0;
            color: #3a3a3a;
        }
        .home-mob-view .desc {
            padding: 0px 0 20px;
            margin: 0;
            text-align: center;
            line-height: 1.3;
            font-size: 17px;
        }
    
        .home-mob-view .casino-category-main .casino-col {
            flex-basis: 50%;
            padding: 1px;
        }
    
        .home-mob-view .casino-category-main .content {
            /* height: 100px; */
            border-radius: 0px;
        }
    
        .home-mob-view .casino-category-main .contentimage {
            border-radius: 0px;
        }
        .home-mob-view .row {
            margin: 0;
        }
        
        .home-mob-view .row .col-6, .home-mob-view .row .col-12 {
            padding: 0 1px !important;
        }
        .copyright-ctn { display:none; }
    
        .footer-ctn .footer-ctn-game .footer-heading {
            padding-bottom: 0px;
        }
    
        .footer-ctn .footer-ctn-game .therapy-ctn {
            padding-bottom: 0px;
        }
        .footer-ctn .rules-heading {
            padding: 0;
        }
    
    
        .footer-ctn .footer-ctn-game .therapy-ctn .img-contain {
            width: 19%;
            border-radius: 5px;
            object-fit: contain;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: skew(0);
            cursor: pointer;
        }
    
        .footer-ctn .footer-ctn-game .therapy-ctn .img-contain .normal {
            height: max-content;
            width: 70px;
        }
        .btn-content{
            font-size: 11px;
        }
        .bal-section .btn-content{
            min-width: 70px;
            height: 36px;
        }
        .header-right-actions .h-list-item{
            min-width: auto;
        }
        .profile-content{
            padding: 0 2px;
            font-size: 12px;
            height: auto;
        }
        .header-right-actions .profile-section .user-icon img{
            height: 20px;
            padding: 0;
            margin: 0;
        }
        .bal-section{
            font-size: 10px;
        }
        .header-right-actions .profile-section{
            margin: 0 1px;
            padding: 2px 0;
        }
    
        .casino-category-main .content-details,
        .casino-category-main .content .overlay{
            display: none;
        }
        .desktop-view{
            display: none;
        }
        .mobile-view{
            display: block;
        }
        .tv-not-available {
            height: 244px;
            text-align: center;
            background: #000;
            color: #fff;
            font-size: 20px;
            font-weight: 300;
            padding-top: 12px;
        }
        .horse-market .btn-market-title span:last-child {
            font-size: 8px;
        }
    }
    
    .casino-searchbar .cs_divs_position{
        position: relative;
    }
    .casino-searchbar input{
        color: #e6be41 !important;
    }
    .casino-searchbar input,
    .casino-searchbar select{
        height: 48px;
        width: 30%;
        background: #FFFAEB;
        border: 1px solid #222;
        color: #222;
        font-size: 16px;
        font-weight: 300;
        border-radius: 4px;
    }
    .casino-searchbar input:focus,
    .casino-searchbar select:focus{
        box-shadow: none;
    }
    .casino-searchbar input::placeholder{
        color: #222;
        font-size: 16px;
        font-weight: 300;
    }
    .casino-searchbar select{
        float: right;
    }
    .casino-custom-design ul{
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        text-align: center;
    }
    .casino-custom-design ul li{
        display: inline-block;
    }
    .casino-custom-design ul li a img{
        height: 50px;
    }
    .casino__new__tab ul{
        box-shadow: 0 0 0 1px var(--theme-primary);
    }
    .casino__new__tab ul li a{
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        box-shadow: inset 1px 0 0 0 var(--theme-primary);
    }
    .casino__new__tab ul li a:hover,
    .casino__new__tab ul li a:focus{
        color: var(--theme-primary);
    }
    .casino__new__tab ul li a.active,
    .casino__new__tab ul li a:hover{
        background: var(--theme-primary);
        color: #fff;
    }
    .bet-footer{
        display: flex;
    }
    .mo_cancel_betplace{
        display: none;
    }

    ul.live_virtual {
        list-style: none;
        padding: 0;
        display: inline-flex;
        align-items: center;
        position: absolute;
        top: -2px;
        right: 0;
        width: auto;
        margin: 0;
      }
      ul.live_virtual li {
        display: inline;
      }
      ul.live_virtual li label {
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 25px;
        white-space: nowrap;
        margin: 0 1px;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 400;
      }
      ul.live_virtual li label {
        padding: 5px 10px;
        cursor: pointer;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      ul.live_virtual li label::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family:FontAwesome;
        font-size: 12px;
        padding-right: 4px;
        content: "\f067";
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      }
      ul.live_virtual li input[type="checkbox"]:checked + label::before {
        content: "\f00c";
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      }
      ul.live_virtual li input[type="checkbox"]:checked + label {
        border: 1px solid #00ad6f;
        background-color: #00ad6f;
        color: #fff;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
      }
      ul.live_virtual li input[type="checkbox"] {
        display: absolute;
      }
      ul.live_virtual li input[type="checkbox"] {
        position: absolute;
        opacity: 0;
      }
    @media (max-width: 767px) {
        .new_launch{
            right: 35px;
        }
        .casino-searchbar input,
        .casino-searchbar select{
            width: 100%;
            height: 38px;
        }
        .mo_cancel_betplace{
            display: block;
            width: 100%;
            margin-top: 2px;
        }
        .mo_cancel_betplace button{
            width: calc(50% - 2px);
            margin: 0 1px;
            border: none;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            height: 35px;
        }
        .mo_btn-cancel {
            background: #ff6a6a;
        }
        .mo_place-btn {
            background: #00a105;
        }
        .quick-bet{
            margin-top: 2px;
        }
        .quick-bet.quick-bet-extra button,
        .quick-bet .qb-btn{
            width: calc(25% - 2px);
            padding: 0;
            margin: 1px;
            font-size: 12px;
            border-radius: 0;
            font-weight: 600;
            border: none;
        }
        .bs-div{
            border: none;
            padding: 0;
        }
        .betslip-body{
            background: none;
            padding: 0;
            margin: 0;
        }
        .bet-input-row .bir-odds input{
            background: #fff;
            border-radius: 0 !important;
            color: #000 !important;
            text-align: center;
        }
        .bet-input-row .bir-odds label,
        .mobile__betslip-data .bs-title,
        .bet-footer,
        .betslip-header{
            display: none;
        }
    }