body{
    
    background: #0f324f;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}


.header{
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #214061;
    padding: 0 10px;
    align-items: center;
    /*background: linear-gradient(to bottom, #fff 0%, #dbe5ed 100%);*/
     .logo{
        display: flex;
        align-items: end;
        text-decoration: none;
        .logo-main{
            max-width: 103px;
            height: 23px;
        }
        .indiaflage{
            max-width: 24px;
          
        }
    }
}

.header-right{
    display: flex;

}

 

/* Button CSS  */

 
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .roboto-condensed{
    font-family: "Roboto Condensed";
  }

button{
    background-color: #fff;
}
.btn{
    cursor: pointer;
    display: inline-block;
    padding: 0.3125em;
    min-height: auto;
    border-radius: 0.1875em;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Roboto Condensed";
    &:focus{
        box-shadow: none;
    }
    
}
.button-reg, .button-reg:hover{
    color: #fff;
    background: #91c538;
    background: linear-gradient(to bottom, #91c538 0%, #648626 100%); 
}
.button-login, .button-login:hover{
    background: #57a0d8;
    background: linear-gradient(to bottom, #57a0d8 0%, #417aa6 100%);
    color: #fff;
}
.header-btn{
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: .875em;
    font-weight: 300;
}

 
/* Home slider css */
.swiper-wrapper{
    height: auto;
}
.home-slider{
    color: #fff;
    background: linear-gradient(to right, rgba(15,50,79,0.85) 0%, rgba(15,50,79,0.52) 67%, rgba(127,186,232,0) 100%);
    position: relative;
    .swiper-slide{
        color: #fff;
        height: auto;
    }
    .swiper-wrapper{
        height: auto;
        padding-bottom: 43px;
        
    }

    .slider-img{
        img{
            max-height: 200px;
        }
    }
    
}

.bg-img-property{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.slider-contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    max-height: 160px;
    padding-left: 15px;
    min-height: 160px;
    z-index: 20;
    position: relative;
    &::after{
        content: '';
        background: linear-gradient(to right, rgba(15,50,79,0.85) 0%, rgba(15,50,79,0.52) 67%, rgba(127,186,232,0) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    &:hover{
        color: #fff;
    }
    .block-title{
        font-size: 14px;
    }
    p{
        font-size: 15px;
        margin-bottom: 30px;
    }
}
.btn-green{
    color: #fff;
    background: #91c538;
    background: linear-gradient(to bottom, #91c538 0%, #648626 100%);
    border: 0;
    border-radius: 0;
    padding: 2px 20px;
    font-size: 12px;
    text-transform: uppercase;
    &:hover{
        color: #fff;
    }
}



.swiper-pagination{
    background: #214061;
    padding: 11px 0;
}




.swiper-pagination-bullet {
    opacity: 1;
    background: #4d8ab9;
    width: 11px;
    height: 11px;
}
.swiper-pagination-bullet-active{
    color: #fff;
    background-color: #fff;
}

.bg-blue{
        background-color: #000e5c;
}
.bg-night-dark{
    background-color: #092a28;
}
.bg-dark-blue{
    background: #070a1c;
}








// sidebar menu css
.offcanvas{
    background: rgba(30,59,90,0.85);
    background-color:rgba(30,59,90,0.85) ;
}
.right-drawer{
    background-color:rgba(30,59,90,0.85) ;
}
.offcanvas{
    background-color:rgba(30,59,90,0.85) ;
}

.offcanvas-header{
    position: absolute;
    left: -64px;
    padding: 1.06rem 1rem;
    color: #fff;
    background-color: #fff;
    .btn-close{
        margin-right: 0;
    } 
}
.offcanvas-end{
    width: 300px;
}
.side-menu{
    .item {
        display: flex;
        flex-direction: column;
         
    }
    .link{
        text-decoration: none;
        text-transform: uppercase;
        padding: 12px 0 ;
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: 500;
        position: relative;
        font-size: 14.12px;
        span{
            margin-left:10px ;
        }
        .badge{
                font-size: .71429em;
                display: -webkit-flex;
                display: -ms-flexbox;
                /* display: flex; */
                -webkit-align-items: center;
                -ms-flex-align: center;
                /* align-items: center; */
                position: absolute;
                top: 0.5em;
                padding: 0em 0.4em;
                height: 1.3em;
                /* min-width: 1.3em; */
                border-radius: 5em;
                background: #4d8ab9;
                text-align: center;
                right: 88%;
        }
    }
    
    ul{
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important
    }



    .item.dropdown{
        .drop-icon{
            position: absolute;
            right: 0;
            top: 15px;
            z-index: 1;
            color: #fff;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }
        .link.show{ 
            .drop-icon{ 
                transform: rotate(180deg);
            }
        }
    }
}

.sidebar-dropdown{  
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-left: 15px;
    .dropdown-item{
        color: #fff;
        font-size: 14px;
        margin: 0 10px;
        text-transform: uppercase;
        position: relative;
        &:hover{
            background-color: transparent;
        }
        &::before{
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #fff;
            display: inline-block;

        }
    } 
}

.dropdown-toggle::after{
     display: none;
    
}


 

/* Main Nav full start */



ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;   
}
.main-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 4px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 13px 0 ;
    position: relative;
    z-index: 50;
    
}
.main-nav-live{
    &::before{
        content: '';
        width: 0.375em;
        height: 0.375em;
        border-radius: 50%;
        background-color: #a7e240;
        margin-right: 0.3125em;
    }
}
.main-nav__item{
    list-style: none;
    display: flex;
    align-items: center;
}
.main-nav__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0em 0.4375em;
    min-height: 1.375em;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    &:hover{
        color: #fff;
    }
}


 /*scrolling bars */
 

/* Scrollbar Styling */
 
  /* End scrolling bar */


.main-card-header{
    padding: 6px 12px;
    background: #214061;
    margin-bottom: 8px;
    svg{
        margin-top: -3px;
    }
}

.card-event-box:not(:last-child) {
    margin-right: 0.7rem;
}

.main-card-wrapper{
    display: flex;
    flex-direction: column; 
}

.card-events-box{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    .card{
        padding: 10px;
        max-width: 95%;
        border: 0;
        color: #1e3b5a;
        margin-right: 10px;
        min-width: 330px;
        width: 100%;
        flex-direction: column;
        
    }
}
.event-label-top{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.favorite-button{
    border: 0;
    outline: none;
}

.event-row {
    display: flex;
    align-items: start;
}
.events__cell.events {
    display: flex;
    align-items: end;
    font-weight: 700;
    color: #4d8ab9;
}
.events__divider {
    margin: 0 0.5rem;
}
.events-count{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    &.active{
        .events__ball{
            opacity: 1;
        }
    }
} 
.events__ball {
    opacity: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #88bf2a;
    transition: opacity 0.25s linear;
}

.event-count {
    display: flex;
}


.coef__num {
    border-radius: 3px;
    background: #4d8ab9;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, background 0.3s ease;
    margin-right: 8px;
    min-width: 95px;
    flex-basis: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 5rem;
}
.coef__name {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #c1d5e3;
    text-transform: uppercase;
    font-size: 14px;
    color: #0f324f;
}

.events__cell_withCoefs{
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    overflow-x: scroll;
    overflow-y: auto;
    align-items: stretch;
    padding-bottom: 6px;
    .coef__num{
        &:last-child{
            margin-right: 0;
        }
    }
}



/* Game slider css start here */


.slider-section{
    .swiper-wrapper { 
        padding-bottom: 50px;
    }
}
.game-slider-wrap{
    .info-content{
        width: 100%;
        display: block;
    } 
    .slider-image-wrap{
        padding-top: 90%;
    }   
}
.slot_theme_2 {
    background-color: #001b30;
    background-image: radial-gradient(at center center, #0067bd, rgba(0,103,189,0.75) 50%, transparent);
    display: flex;
    flex-direction: column;
    color: #fff; 
    overflow: hidden;
    border: 1px solid #214061;
    text-decoration: none;
    &:hover{
        color: #fff;
        text-decoration: none;
    }
}

.slider-image-wrap{
    display: flex;
    position: relative;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60%;
    overflow: hidden;
    .slide-img{
        position: absolute;
        top: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        height: auto;
    }
}

.slot-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #214061;
    padding: 8px 30px;
}
.slot-name{
    font-size: 12px;
}
/* end*/






/* Sport slider css start*/

.sport-img-wrap{
    text-align: center;
    img{
        max-height: 60px;
    }
}

.sports-section{
    background: #0f324f;
    border-top: 2px solid #214061;
}
.sports-slider{
    .swiper-slide{
        width: auto;
    }

    .swiper-wrapper{
        align-items: center;
    }
}



/* Footer section start*/
    .footer-container{
        max-width: 464px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        
    }

    .footer-link-group{
        margin-bottom: 20px;
        a{
            text-decoration: none;
            padding: 0 4px;
            font-size: 15px;
            font-weight: 500;   
            color: #fff;
         
            &:hover{
                text-decoration: none;
            }
        }
    }
   
    a{
        color: #fff;
        text-decoration: none;
        &:hover{
            text-decoration: none;
            color: #fff;
        }
    }


    .registration-link{
        max-width: 370px;
        text-align: center; 
        display: block;
        margin: 0 auto;
        padding: 12px;
        width: 100%;   
        background-color: #60a62f;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        font-family: "Roboto Condensed";
        text-transform: uppercase;
        font-weight: 600;

    }



.btn-mobile-app{
    display: flex;
    justify-content: center;
    background-color: #24507d;
    max-width: 370px;
    margin: 0 auto;
    align-items: center;
    font-family: "Roboto Condensed";
    max-height: 58px;
    margin-bottom: 6px;
    padding: 5px 0 0;
    font-size: 15px;
}
    .btn-mobile-app::before {
        content: '';
        display: flex;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 100%;
        max-width: 140px;
        height: 54px;
        margin-right: 0.4rem;
        background-image: url('../images/btn-mobile-app.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }


    .f-social{
        display: flex;
        align-items: center;
        justify-content: center; 
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 30px;
        .social-link{
            margin-right: 6px;
            position: relative;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            padding: 12px;
            background-color: #24507d;
            text-align: center;
            text-decoration: none; 
            font-size: 19px; 
            &:last-child{
                margin-right: 0;
            }
        }
    }

    .button-signup{
        display: flex;
        align-items: center;
        justify-content: center; 
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
        .button-link{
            margin-right: 6px;
            position: relative;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            padding: 10px 0px;
            background-color: #24507d;
            color: #fff;
            text-align: center;
            text-decoration: none; 
            font-size: 11px; 
            border-radius: 10px;
            &:last-child{
                margin-right: 0;
            }
        }
        .lock{
            background: linear-gradient(90deg, #009dff 0%, #0176bf 100%) !important;
        }
        .wp{
            background: #28a745;
        }
        .app{
            background: #ffc107;
        }
    }

    .copy{
        font-size: 15px;
        font-family: "Roboto Condensed";
        padding: 0 30px; 
        margin-bottom: 15px;
    }

    .partners-link{
        display: block;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-family: "Roboto Condensed";
        font-weight: 600;
        margin-bottom: 12px;
    }

    .footer-policy{
        padding:  0 30px;
        font-family: "Roboto Condensed";
        a{
            font-weight: 600;
        }

    }

    .coupon-widget {
        position: fixed;
        bottom: -1px;
        padding: 0.6rem 2rem 0.5rem;
        width: 9rem;
        height: 3rem;
        overflow: hidden;
        border-top-left-radius: 4rem;
        border-top-right-radius: 4rem;
        text-align: center;
        font-size: 2.8rem;
        color: #fff;
        transition: 1s all;
        left: 50%;
        margin-left: -4.5rem;
        z-index: 99;
    }
    .coupon-widgets{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        fill: #00182d;
    }
    .coupon-widget__num {
        display: block;
        position: absolute;
        top: 2px;
        padding: 0 4px;
        height: 21px;
        border-radius: 1.4rem;
        background: #4d8ab9;
        text-align: center;
        font-size: 12px;
        line-height: 1.4rem;
        right: 53px;
    }
    .age {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2.2rem;
        height: 2.2rem;
        border: 2px solid #c1d5e3;
        border-radius: 50%; 
        font-size: 1rem;
        font-weight: 700;
        color: #c1d5e3;
        margin-left: auto;
        margin-bottom: 38px;
    }
/* Footer section end*/





/* Search field css*/

.search-container {
    position: absolute;
    right: 0;
    top: -4px;
    display: flex;
    align-items: center;
    z-index: 20;
    width: 100%;

}

.search-icon {
    cursor: pointer;
    margin-left: auto;
    margin-top: 5px;
    padding: 5px;
}

.search-field-container {
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    display: flex;
}

.search-field {
    flex: 1;
    padding: 6px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-right: 30px;
}

.close-icon {
    cursor: pointer;
    padding: 8px;
    background: #0f324f;
}
.inner-search{
    position: absolute;
    right: 40px;
    top: 5px;
    z-index: 5;
    padding: 5px;
    cursor: pointer;

}

/* Form css*/

 
.auth-wrapper{
    color: #000;
    a{
        color: #000;
    }
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    .f-social{
        a{
            color: #fff;
        }
    }
}

.input-group{
    .eye-icon{
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 10;
    }
    .otpbutton{
        position: absolute;
        right: 5px;
        top: 2px;
        z-index: 10;
        border-radius: 5px !important;
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
}
.password-field{
    padding-right: 30px;
}
.btn-primary{
    background: linear-gradient(90deg, #009dff 0%, #0176bf 100%) !important;
    border: solid 1px white;
    border-radius: 0.5rem !important;
    color: white !important;
}



/* casino page css start */

.go-back-link {
    padding: 11px 19px;
    background-color: #c1d5e3;
    margin-right: 10px;
    font-size: 22px;
    color: #0f324f;
}


.bg-bread{
    background: #214061;
}
.breadcrumb-search.search-container{
      
    top: -3px;
    .search-field{
        height: 44px;
    }
    .inner-search { 
        top: 10px; 
    }
    .search-icon {  
        margin-top: 13px;
      
    }
    .close-icon { 
        display: flex;
        align-items: center;
    }
}

.nav{
    &.nav-tabs{
        flex-wrap: nowrap;
        border: 0;
    }
    .nav-item{
        width: 100%;
        text-align: center;
    }
    .nav-link{
        background-color: transparent;
        margin: 0;
        color: #fff;
        font-family: "Roboto Condensed";
        text-transform: uppercase;
        border: 0;
        border-bottom: 1px solid transparent;
        font-weight: 600;
        &:hover{
            border: 0;
            border-color: transparent;
        }
        &.active{
            border-color: #88bf2a;
            color: #88bf2a;
            background-color: transparent;
            border-bottom: 1px solid #88bf2a;
            &:hover{
                border-color: #88bf2a;
                background-color: transparent;
            }
        }
    }

}


.cube-slider-wrap{
    background: #214061;
    overflow: hidden;
    .swiper-wrapper{
        padding-bottom: 40px;
        
        margin-bottom: -8px;
         
    }
 .slide-image{
    width: 100%;
    display: block;
 }   
}


.casino-header{
    padding-bottom: 0.9rem !important;
}

 .fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}


.filter-wrap{
    padding: 0.7rem;
    background: #214061;
    position: relative;
    .btn__col{
        display: flex;
        align-items: center;
    }
}
.slots-drop-wrap{  
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: 0.3s ease;
    max-height: 19rem;
    .slots-drop{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
         width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid transparent;
    }
}

.slotsBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
     color: #fff;
     padding: 12px 14px;
     font-size: 18px;
     font-weight: 600;
     &:hover{
        color: #fff;
     }

}

.slots-filter{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    overflow: scroll;
    background: #0f324f;
    display: none;
    
    .item{
        position: relative;
        -webkit-flex-basis: calc(50% - 1px);
        -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
        margin-bottom: 1px;
        background: #214061;
        text-align: center;
        margin-right: 1px;
        &.active{
            border-image: linear-gradient(to left, #0f324f 0%, #739d2d 80%);
            &::before{
                content: '';
                position: absolute;
                top: 100%;
                width: 100%;
                height: 1px;
                background: #739d2d;
                background: radial-gradient(ellipse at center, #739d2d 0%, #0f324f 80%);
                left: 0;
            }
        }
    }
}
.slots-filter__link{
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #c1d5e3;
    padding: 15px;
    
}
.products-sort{
    display: none;
}
.clear-filter{
    display: none !important;
}
#all-provider-filter.active,
#game-filter.active{
        position: absolute;
        bottom: 0;
        z-index: 50;
        width: 100%;
        left: 0;
        .products-sort{
            display: block;
        }
        .slots-filter{
            display: flex; 
        }
        .clear-filter{
            display: flex !important;
        }
}

 
// casino page css end


// popular casino slider css 
  

.casino-item .slider-image-wrap .slide-img {
    height: 100%;
}

.icon-more{
    position: relative;
    z-index: 12;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}

.slote.active  {
    .slot__overlay{
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        opacity: 1;


    }
    .icon-more{
        color: #76b7ec;
    }
}

.slot__overlay {
    flex-direction: column;
    display: flex;
    position: absolute;
    top: -100%; 
    padding: 15px;
    width: 100%;
    height: 100%;
    background: #214061;
    transition: 0.3s ease;
     visibility: hidden;
     opacity: 0;
    .btn{
        padding: 12px 10px;
        margin-bottom: 15px;
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
    }
   
}
.btn_green{
    background: #739d2d;
}
.btn_blue{
    background: #4d8ab9;
}

// popular casino slider css end



// Filter css

// filter css end





// Live page css start Here


.sports_scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #214061;
}
.sports-list{
    display: flex;
    .item{
        display: flex; 
        .slides-link{
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-direction: column;
            text-decoration: none;
            padding: 11px 10px;
            transition: color 0.3s ease;
            position: relative;
            text-transform: uppercase;
            font-size: 11px;
            color: #4d8ab9;
            .link_text{
                white-space: nowrap;
            }
            &.active{
                color: #fff;
                .slider__ico{  
                    svg{ 
                        fill: #fff;
                        use{
                            fill: #fff;
                        }
                    }
                }
            }
        }
    }
    .slider__ico{ 
        justify-content: center;
        align-items: center; 
        display: flex;
        width: 24px;
        margin:  auto;  
        margin-bottom: 10px;
        svg{
            justify-content: center;
            align-items: center; 
            display: flex;
            width: 24px;
            height: 24px;  
            fill: #4d8ab9;
            use{
                fill: #4d8ab9
            }
        }
    }
    .slider__count{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        color: #4d8ab9;
        z-index: 12;
    }
}
 
.card-events-box.full-boxes { 
    overflow-x: unset;

    .card{
        margin-right: 0;
        max-width: 100%;
        .event-label-top{
            margin: -10px -10px;
            background: #c1d5e3;
            padding: 14px 10px;
            color: #1e3b5a;
        }
        .favorite-button{
            background: transparent;
        }
    } 
    
}


.nav-tabs{
    &.live-tabs{ 
        border: 0;
       .nav-link{
        color: #c1d5e3; 
        font-size: 14px;
        min-height: 40px;
        border: 0;
        white-space: nowrap;
        &.active{
            background: #214061;
            color: #fff;
            border: 0;
        }
       }
    }
}

 

// Event tab css 
.live-main-events{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.events-leagues__item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 44px;
    border-top: 1px solid #bbcdda;
    background: #fff;
    font-size: 15px;
    font-family: "Roboto Condensed";
    .icon{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        margin: 0 0.6rem;
        fill: #0f324f;
    }
    .league-link{
        color: rgb(30, 59, 90);
        font-size: 15px;
        font-weight: 600;
        display: flex;
        &::after{
            content: '🔥';
            font-size: 13px;
            margin-left: 4px;
        }
    }
}
.tabs-panel-btn{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
    background-color: #007bce;
    padding: 5px 8px;
    border: 0;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.min-height-30vw {
    z-index: 1;
    min-height: 30vw;
}

.event-empty{
    font-weight: 700;
    color: #58a0d7;
    text-align: center;

}

.filters-tab{
    &.active{
        .dropdown-menu{
            display: block;
        }
    }
    .nav-link.active{
        box-shadow: inset 0 -0.2rem 0 0 #88bf2a;
        
    }
    .dropdown-menu{
        width: 100%;
        max-width: 200px;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #214061;
        background: #0f324f;
        color: #fff;
        right: 0;
        margin-top: 0;
        .dropdown-item{
            color: #fff;
            font-family: "Roboto Condensed";
            .check-icon{
                margin-right: 10px;
                &.active{
                    color: #88bf2a;
                }
            }
            &:hover{
                background-color: transparent;
            }
        }
    }
}
// Live page css end

.card-events-box.full-boxes {
	margin-bottom:0;
}


.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f324f;  
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;   
}


.loader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f324f;  
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;  
}

.loader-wrapper img {
    width: 80px; 
    height: auto;
    margin: auto;
}

  


@media only screen and (min-width: 1000px) {
    .card-events-box {
        .card{
            max-width: 33.33%;
        }
    }
   
    .card-events-box.full-boxes {
        margin-bottom: 0;
        .card{
            max-width: 100%; 
        } 
        .coef__num { 
            display: flex;
            flex-direction: column;
            flex: 1;
        }
    }




  }


  @media only screen and (max-width: 767px) {
    .header-btn { 
        margin-right: 7px; 
    }
  
    .offcanvas-end {
        width: 260px;
    }
    .footer-container{
        padding: 0 15px;
    }
    .copy { 
        padding: 0 0;
       
    }


    .slot-footer { 
        padding: 8px 10px !important;
    }


    .slots-filter__link{
        font-size: 12px;
        padding: 10px;  
    }
    .filter-wrap .btn__col {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .slot__overlay .btn {
        padding: 8px 10px;
        margin-bottom: 10px;
        font-size: 10px;
        
    }
    .slot__jackpot {
        padding-top: 0.2rem!important;
        padding-bottom: 0.2rem!important;
        margin-bottom: 0.3rem!important;
    }

    .casino-slider-wrapper{
        .swiper-slide{
            height: auto !important;
        } 
    }


    .nav-tabs{
        &.live-tabs{  
           .nav-link{ 
            font-size: 12px; 
            
           }
        }
    }


  }