.social-link ul{
    list-style:none;
}
.social-link ul li{
    display:inline;
    margin-right:10px;
}
.social-link img{
   height:30px;
}
.v-btn{max-height: 36px;}
.header__main .button .v-btn--sm{
    width:auto;
}
.lang-dropdown{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-left:25px;
}
.lang-dropdown .dropdown-menu{
    background-color: var(--color-accent)!important;
    border-color: var(--color-accent)!important;
    transform:translate3d(30px, 40px, 0px)!important;
}
.lang-dropdown .dropdown-menu li a{
   color:white;
}
.lang-dropdown .dropdown-toggle::after{display:none;}
.lang-img{height:25px;width:25px;border-radius:50%;}
.lang-dropdown .dropdown-item.active, .lang-dropdown .dropdown-item:active,
.lang-dropdown .dropdown-item:hover,.lang-dropdown .dropdown-item:focus{
    background-color: var(--color-accent); 
}
.lang-dropdown .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 6rem;
}
.balance-dropdown{margin: 0px 10px;}
.balance-dropdown .trophy-icon{height:30px;margin-right:10px;}
.balance-dropdown a{
    text-decoration: none;
    color:white!important;
}
.balance_total{
    font-weight: 700;
    font-size: 14px;
}
.balance-dropdown .dropdown-menu{
    margin-top: 13px!important;
    --bs-dropdown-min-width: 19rem;
    background-color: var(--color-drop);
    padding:12px;
}
.balance-section{
    background-color: #2566be;
    border: 1px solid #4c8bdf;
    color:white;
    padding:8px;
    border-radius: 8px;
}
.balance-text{
    font-size: 14px;
}
.balance-amount{
    font-weight:600;
}
.font-12{font-size:12px;}
.balance-section a{text-decoration: underline;}
.bg-dark-theme{
    
    /*border: 1px solid var(--color-secondary)*/
}
.profile-log-sec{
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #31425e;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    background-color: transparent;
    cursor: default;
    overflow: visible;
    height: auto !important;
    flex-direction: column;
}
.chat-mob0-icon{font-size:26px;}
.sidebar_modal{
    border-radius: 0px;
    height: 100%;
}
.sidebar_modal .panel-nav__item .icon{
    top: -12px;
    left: -4px;
}
.sidebar_modal .modal-dialog{
    width: 70%;
    margin: 0px;
    border-radius: 0%;
    height: 100%;
    border:0px;
}
.sidebar_modal .modal-dialog .modal-content{
   border-radius: 0px;
    height: 100%;
    background-color: var(--color-bg);
}
.sidebar_modal .sidebar-close-btn{
    margin-right: -46px!important;
    color: white;
    opacity: 1;
    font-size: 15px;
    background: none;
    font-weight: 400;
}
.font-dark{font-weight:600;}
.sidebar_modal .deposit-text{font-weight:700;font-size;12px}
.sidebar_modal .deposite-btn{padding:23px;}
.footer-button button{
    background-color: transparent !important;
    border: 1px solid var(--color-primary-def) !important;
    color: var(--color-primary-def) !important;
    opacity: .5 !important;
}
.footer-icon i{
    font-size:24px;
    color:#a9c6ed;
}
.active-link .footer-icon i{color:white;font-size:24px;}
.active-link{border-bottom: 8px solid #ffffff45;}
.footer-icon{display:block;}
.footer-icon .icon{
    position: relative;
    top: -10px;
    left: auto;
}
.mobile__btns .bottom-nav__title{margin-top:-25px;}
/*.mobile__btns .active-link .bottom-nav__title{margin-top:-15px;}*/
.login-modal .modal-content{
    max-height: 100%;
    background-color: var(--color-bg-panel);
    border-radius: 13px;
}
.left-image{border-radius: 12px 0px 0px 12px;}
.gift{
    cursor: pointer;
    position: relative;
    display: block;
    padding: 1px;
    border-radius: 8px;
    overflow: hidden;
    background: -o-linear-gradient(18.33deg, #ffb131 45.07%, #212d43 57.12%, #ffb131 88.04%);
    background: linear-gradient(71.67deg, #ffb131 45.07%, #212d43 57.12%, #ffb131 88.04%);
}
::before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
.gift:before, .gift:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(45deg, #e23131, #2866c9, #212d43, #ffb131, #ffb131, #e23131, #2866c9, #212d43, #ffb131, #ffb131);
    background-image: linear-gradient(45deg, #e23131, #2866c9, #212d43, #ffb131, #ffb131, #e23131, #2866c9, #212d43, #ffb131, #ffb131);
    background-size: 400%;
    width: 100%;
    height: 100%;
    -webkit-animation: Animation-border 8s linear infinite;
    animation: Animation-border 8s linear infinite;
}
@keyframes Animation-border{
    0% {
    background-position: 0;
   }
   50% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
}
}
.gift__container{
    position: relative;
    z-index: 1;
    min-height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    background: #212d43;
    border-radius: 8px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gift__img-box{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 68px;
    -ms-flex: 1 0 68px;
    flex: 1 0 68px;
    max-width: 68px;
    width: 68px;
    background: #ffb131;
    -webkit-box-shadow: 0 10px 20px rgba(252, 175, 48, .2);
    box-shadow: 0 10px 20px rgba(252, 175, 48, .2);
    border-radius: 8px;
    margin-right: 14px;
}
.gift__title{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 150px;
    color: #ffb131;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
}
.login-modal .btn-close{
    background: none;
    color: white;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    color:white;
}
.custum-input{
   font-family: var(--default-fonts);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-light);
    caret-color: var(--color-light);
    border-color: transparent;
    background-color: var(--color-form) !important;
    border-style: none;
    max-height: 41px;
    padding: 0 15px 0 30px;
    height: 42px;
    border-radius: 8px;
    outline: 0px !important;
    margin-bottom:12px;
    width:100%;
}
.w-20{width:20%;}
.w-80{width:80%;}
.input-lang-dropdown{
    background: var(--color-form) !important;
    border-radius: 8px 0px 0px 8px;
    height: 42px;
    padding: 8px 2px;
}
.input-lang-dropdown .lang-img{
    height: 20px;
    width: auto;
    border-radius: 0%;
}
.border-left-top-bottom-0{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 10px;
}
.input-lang-dropdown .bg-blue{
    background:var(--color-form) !important;
}
.input-lang-dropdown .bg-blue li a{
   color:white;
   font-size:12px;
}
.showHidePassbtn{
    margin-top: 11px;
    position: absolute;
    color: white;
    font-size: 20px;
    margin-left: -37px;
}
.promo-btn{
    height: 20px;
    width: 20px;
    line-height: 20px!important;
    padding: 0px!important;
    border-radius: 50%!important;
    margin-right: 8px!important;
}
.apply-btn{
   padding: 6px 12px;
    background-color: #ffffff45;
    border-radius: 23px !important;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    /* float: right; */
    margin-top: 4px;
    position: absolute;
    margin-left: -71px;
}
.login-modal .form-label{
 color: rgba(255, 255, 255, .7);   
}
.bottommsg-label{
    color: #5c7391;
    font-size: 11px
}
.bottommsg-label a{color:white;}
.modalSub-Btn{
    font-weight: 700;
    height: 47px;
    font-size: 12px;
    border-radius: 23px;
    padding: 23px 0px!important;
}
.modal {
    --bs-modal-zindex: 9999;
}
.login-left-section{
    position: absolute;
    margin-top: -30%;
    padding: 20px;
    text-align: center;
}
.login-left-section .modal__content-title{
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .32);
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 52px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
}
.login-left-section .modal__content-text{
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .32);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}
.horizontalgame_list{
    display: flex;
    position: relative;
    background: #131a26;
    box-sizing: border-box;
    /*overflow:hidden;*/
}
.horizontalcricketDropDownButton{
    color: rgba(255, 255, 255, 0.5);
    width: 32px;
    cursor: pointer;
    height: 56px;
    /*display: flex;*/
    /*overflow: hidden;*/
    position: relative;
    background: #172132;
    transition: all 0.3s;
    align-items: center;
    margin-right: 8px;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    line-height: 56px
}
.horizontal_gamelist{
    display: flex;
    position: relative;
    background: #131a26;
    box-sizing: border-box;
}
.horizontal_gamelist_card{
    flex: 0 0 auto;
    margin-right: 8px;
    cursor: pointer;
    height: 56px;
    display: flex;
    padding: 4px 8px;
    overflow: hidden;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
    flex-direction: column;
    background:rgb(23, 33, 50);
    color:#ffffffbf;
}
.current_active{color:white;}
.hor_game_time{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    letter-spacing: 0.24px;
}
.hor_game_details{
    font-size: 12px;
    font-weight: 600;
    line-height: 15px
}
.text-bold{font-weight:600;}
.hor_point_value{font-weight:800;font-size:10px;}
.scoreBoardCard{
    padding:16px  16px 0;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    background: #1f2531;
    box-shadow: none;
    box-sizing: border-box;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-around;
    margin-top:10px;
}
.series_name_section{
    padding:12px 16px 4px;
    border: none;
    display: flex;
    padding: 8px 16px 7px;
    font-size: 12px;
    box-shadow: none;
    box-sizing: border-box;
    align-items: center;
    color: #ffffff94;
}
.series_name{
    flex: 1;
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
    align-items: center;
    line-height: 12px;
}
.scoreBoardCategory{
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    white-space: nowrap;
}
.scoreboard-option{
    flex: 0 0 auto;
    display: flex;
    text-align: right;
    align-items: center;
    line-height: 12px;
}
.scoreboard-option .icon-option{margin-right:5px;}
.scoreBoardCard .gamevs_section{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px 16px 24px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    
}
.gamevs_section_row{
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
    max-width: 700px;
    align-items: center;
}
.gamevs_section_row .leftteam{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gamevs_section_row .vs{
    flex: 0 0 auto;
    align-items: center;
}
.gamevs_section_row .rightteam{
    flex: 1;
    /*display: flex;*/
    flex-direction: column;
}
.float-right{float:right;}
.teamname{
    font-size: 14px;
    font-weight: 500;
    margin-top: 13px;
}
.dayname{
    opacity:0.5;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-bottom:8px;
}
.day{font-weight:600;}
.bottom-run-section{font-weight:600;}
.tracker-btn{
    width: 100%;
    color: #ffffff80 !important;
    border: 1px solid transparent !important;
    background: #1e313a !important;
    border-color: #1e313a !important;
    border-radius: 8px 8px 12px 12px !important;
    margin-top: 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.gametab-overflow-scroll{overflow-x: scroll;}
.mobile_betplacecollapse_icon{display:none;}
@media (min-width: 992px) {
    .login-modal .modal-lg, .modal-xl {
        --bs-modal-width: 876px;
    }
}
@media only screen and (max-width: 600px) {
.mobile_betplacecollapse_icon{
    display:block;
    position: absolute;
    color: white;
    float: right;
    right: 16px;
    margin-top: -17px;
}
.mobile-overflow-scroll{
    overflow-x: scroll;
}
 .mob-menu ul{
    overflow-x: scroll;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
}
.mob-menu ul li{
    padding-right: 9px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0px !important;
    margin-top: 4px;
}
.button .v-btn--sm {
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 16px !important;
    padding: 8px 15px !important;
}
.deposite-plus-icon{
    margin-left: 8px;
    height: 20px;
    width: 20px;
    background: #ffffff36;
    border-radius: 50%;
    font-size: 14px;
}
.download-app-icon i{
    color: white;
    font-size: 22px;
    margin-right: 5px;
}
.drawer__app{
    min-height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 16px;
    background-color: var(--color-accent-second);
}
.drawer__app .app__title{
    color: var(--color-title);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}
.ipl-rewards {
    display: flex;
    justify-content: space-between;
    padding: 11px 8px;
    border-radius: 10px;
    border: 1px solid #000;
    background: linear-gradient(90deg, #06f 0%, #00b3ff 100%);
    margin: 5px;
    align-items: center;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}
.ipl-rewards img {
    position: absolute;
    left: -5px;
    width: 50px;
    height: auto;
}
.ipl-rewards button {
    padding: 6px;
    color: #111a27;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    background: #ffe500;
}
.panel-nav__list{
    padding-left: 0 !important;
}
.panel-nav__item{
    line-height: 0;
    list-style-type: none;
}
.panel-nav__link{
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 5px 30px 5px 9px;
    background-color: var(--color-accent);
    border-bottom: 1px solid var(--color-bg);
    transition: all .3s ease-out;
    text-decoration: none;
}
 .panel-nav__icon-box{
    flex: 0 0 39px;
    max-width: 39px;
    width: 39px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 11px;
}
.panel-nav__text{
    display: block;
    color: var(--color-title);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-nav__icon-box i{font-size:20px;}
}
.l-content__preview--bg{
    background-color: #1c2d44;
}
.l-content__preview{
    border-bottom: 1px solid #293b55;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
    background-color: var(--color-accent-second_90_to-light);
}
.l-content__preview .preview__container{
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 92px;
}
.l-content__preview .preview__container{
        padding: 0 0 0 34px;
    }

.page-heading{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}
.page-icon{
   margin-right:10px;
}
    .l-content__nav-line{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 34px;
        background-color: #1c2d44;
        border-bottom: 1px solid var(--color-secondary_to-dark);
        box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
    }
    .nav__list{
        min-height: 47px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom:0px;
    }
    .nav__item{
        display: block;
        margin-right: 27px;
    }
    .nav__link{
        cursor: pointer;
        display: flex;
        align-items: center;
        color: #859cba;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        padding: 10px 0;
        transition: all .3s ease-out;
    }
    .l-rightbar{
        display: block;
        width: 76px;
        position: fixed;
        top: 58px;
        bottom: 0;
        right: 0;
        background-color: var(--color-accent-second_90_to-light);
        border-left: 1px solid var(--color-secondary_to-dark);
    }
    .l-rightbar__container{
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .l-rightbar .cat-nav{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .l-rightbar .cat-nav__item{
        margin-bottom: 20px;
    }
    .l-rightbar .cat-nav__link{
        position: relative;
        display: block;
        text-align: center;
        text-decoration: none;
        color: var(--color-primary-def);
        font-size: 12px;
        font-weight: 400;
        padding: 18px 5px;
        line-height: 1.2;
        transition: all .3s ease-out;
    }
    .l-rightbar .cat-nav__icon{
        display: block;
        max-width: 55px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 9px;
        fill: var(--color-primary-def_light);
        transition: all .3s ease-out;
    }
    .l-rightbar .cat-nav__name{
        margin: 0;
        text-align: center;
        word-wrap: break-word;
    }
    .bet-heading{
        font-size:24px;
        font-weight:700;
    }
    .toggle-left-btn{float:right}
    .bettype-tabs ul{}
    .bettype-tabs ul li{}
    .bettype-tabs ul button{
        color: rgba(255, 255, 255, 1)!important;
        cursor: pointer;
        height: 32px;
        display: flex;
        padding: 0 12px;
        position: relative;
        font-size: 14px;
        background: #ffffff0a;
        box-shadow: none;
        box-sizing: border-box;
        transition: background 0.5s, opacity 0.5s, color 0.5s;
        align-items: center;
        font-weight: 600;
        line-height: 16px;
        user-select: none;
        margin-right: 8px;
        border-radius: 18px!important;
    }
    .no-bet-msg{
    opacity: 0.5;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px
    }
    .goback-btn{
        min-width:240px;
        transition: 0.5s!important;
        line-height: 16px;
        letter-spacing: 0.03em;
        padding:12px 28px!important;
        font-size: 12px!important;
       font-weight: 600!important;
    }
    .filterbtn{
        font-weight: 600 !important;
        border-radius: 16px !important;
    }
    .bet-filter-section{
        width:350px;
        color: rgb(255, 255, 255);
        /*width: 100%;*/
        padding: 16px 8px;
        z-index: 11;
        position: absolute;
        background: rgb(23, 33, 50);
        box-shadow: rgba(0, 0, 0, 0.6) 0px 20px 80px, rgba(0, 0, 0, 0.16) 0px 5px 16px;
        box-sizing: border-box;
        border-radius: 4px;
        margin-top: 40px;
        margin-left: -145px;
    }
    .bet-filter-btn{
        color: rgba(255, 255, 255, 0.5);
        width: auto;
        height: 32px;
        display: flex;
        padding: 0 16px;
        font-size: 14px;
        background: #243349;
        box-sizing: border-box;
        transition: all 0.3s;
        align-items: center;
        font-weight: 600;
        line-height: 16px;
        white-space: nowrap;
        border-radius: 18px;
        justify-content: center;
        display: inline;
        margin-bottom: 10px;
    } 
    /*game details filter section*/
    .gametype_filter button{
        flex: 0 0 auto;
        color: rgba(255, 255, 255, 0.5)!important;
        cursor: pointer;
        height: 32px;
        display: flex;
        padding: 8px 12px 8px 12px;
        font-size: 14px;
        background: transparent;
        transition: opacity 0.5s;
        align-items: center;
        font-weight: 600;
        line-height: 16px;
        margin-right: 16px;
        justify-content: center;
        height: fit-content;
        border-radius: 32px!important;
        white-space: nowrap;
    }
    .gametype_filter .active{
        color: #ffffff!important;
        background: #1f2531!important;
     }
     .gametype_filter .gametype-badge{
        color: rgba(255, 255, 255, 0.5);
        padding: 3px 6px;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.1);
        font-weight: 600;
        border-radius: 10px;
        margin-left:5px;
    }
    .gametype_filter .active .gametype-badge{
        color:white;
        background:rgba(255,255,255,0.15);
    }
    .gametype-option-name{
         display: flex;
        margin-bottom: 16px;
        justify-content: space-between;   
    }
    .gametype-option-name .option-name{
        color: #ffffff;
        width: 100%;
        cursor: pointer;
        height: 100%;
        display: flex;
        overflow: hidden;
        position: relative;
        font-size: 14px;
        background: none;
        box-sizing: border-box;
        align-items: center;
        font-weight: 600;
        line-height: 17px;
    }
    .option-name button{
        font-size: 14px;
        font-weight: 600;
    }
    .option-name button i{
        color:#ffffff6e;
    }
    .collpase-drop-btn{margin-left:5px;}
    /*game details filter section*/
    /*game details option css*/
    .option-row{
        width: calc(100% + 8px);
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .option-row .width-50{
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
        padding:4px;
    }
    .option-row .width-33{
        flex-grow: 0;
        max-width:33.333%;
        flex-basis:33.333%;
        padding:4px;
    }
    .option-outer{
        color: #ffffff;
        border: 1px solid;
        cursor: pointer;
        height: 32px;
        display: flex;
        padding: 0 8px;
        overflow: hidden;
        position: relative;
        background: #243349;
        box-sizing: border-box;
        transition: all 0.2s ease-in-out;
        font-weight: 600;
        line-height: 30px;
        border-color: transparent;
        border-radius: 8px;
        justify-content: space-between;
        color: #ffffff;
        background: #243349;
        box-shadow: none;
        font-weight: 600;
        border-color: #243349;
        border-radius: 8px;
     }
     .option-outer .option-value{
         flex: 1;
        color: #ffffff;
        display: flex;
        font-size: 12px;
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
        transition: color 0.1s ease-in-out;
        align-items: center;
        line-height: 1.2;
        padding-right: 4px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 600;
        white-space: nowrap;
       overflow: hidden;
     }
     .option-outer .option-rate{
        height:2.2em;
        font-size: 12px;
        align-self: center;
        text-align: right;
     }
     .tab-section{margin-bottom:15px;}
     .bet-selected{background: #0989FF;}
     .bet-selected .option-value{color:white;}
     .no-option{
         background:rgba(36, 51, 73, 0.3);
     }
    /*game details option css*/
    /*rightsidebar bet place css*/
    .betslip-heading{
        color: #ffffff;
        font-size: 11px;
        max-width: 132px;
        max-height: 32px;
        text-align: center;
        font-weight: 700;
        line-height: 16px;
        margin-right: 4px;
        letter-spacing: 2px!important;
        text-transform: uppercase;
        margin-top: 8px;
    }
    .sidebar-right .border-bottom{
        border-bottom:1px solid #ffffff36 !important;
    }
    .no-bet-area{
        display:flex;
        align-items:center;
        justify-content:center;
        height:60px;
        margin-bottom:20px;
    }
    .place-betMsg{
        font-size:14px;
        font-weight:600;
        line-height:18px;
    }
    .place-betbottomMsg{
        font-size:12px;
        font-weight:600;
        line-height:16px;
        margin-top:8px;
    }
    .sidebar-right.collapsed .hide-in-collapsed{display:none;}
    .bet-area-section a{
        color:white;
        text-decoration: none;
    }
    .selected-bet-area{
        display:flex;
    }
    .selected-bet-area .selected-bet-left-area{width:95%;}
    .selected-bet-area .selected-bet-close-area{width:5%;}
    .selected-bet-area .selected-bet-close-area i{
        font-size: 14px;
        opacity: 0.5;
    }
    .selected-bet-area .bet-name{
        color:rgba(255,255,255,0.74);
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 4px;
        letter-spacing: 0.6px;
        vertical-align: middle;
        margin-left: 4px;
        line-height: 22px;
    }
    .selected-bet-area .bet_name_bottom{
        color:rgba(255,255,255,0.74);
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 4px;
        letter-spacing: 0.6px;
        vertical-align: middle;
     }
    .selected-bet-area .betslipSelectionOutcomeName{
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .selected-bet-area .bet-rate{
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .light-bottom-border{
        border-bottom:1px solid #ffffff36 !important;
    }
    .font-sm{font-size:11px;}
    .font-light{font-weight:400;}
    .orange-icon{color:orange;font-size:12px;}
    .betslipStakeInput{
        flex: 1;
        color: #ffffff;
        width: 100%;
        border: 1px solid transparent;
        cursor: text;
        height: 40px;
        display: flex;
        padding: 8px;
        font-size: 20px;
        background: #172132;
        box-sizing: border-box;
        align-items: center;
        font-weight: 600;
        line-height: 24px;
        border-color: #172132;
        border-radius: 4px;
    }
    .betslipStakeInput .rs-icon{
        order: 1;
        margin-left: 4px;
        margin-right: 0;
    }
    .betslipStakeInput .betplaceamout_input{
        color: inherit;
        border: none;
        height: 24px;
        padding: 0;
        font-size: inherit;
        min-width: 1px;
        background: none;
        font-weight: inherit;
        line-height: inherit;
        border: none !important;
        outline: none;
    }
    .btn-place-bet{
       border: 8px !important;
        padding: 12px !important;
        width: 100%;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    /*rightsidebar bet place css*/
    @media only screen and (max-width: 600px) {
      .bet_place_number{
            border-radius: 50%;
            font-size: 10px;
            position: absolute;
            top: -4px;
            background: red;
            /* padding: 1px 8px; */
            color: white;
            font-weight: 600;
            display: inline-block;
            height: 20px;
            width: 20px;
            line-height: 20px;
            text-align: center;
            right:3px;
        }
        .bet-place-icon{
            margin-top: -9px;
            line-height: 40px;
            background: #1976d2;
            height: 40px;
            width: 38px;
            display: inline-block;
            padding: 5px;
            border-radius: 5px;
            margin-bottom: 3px;
        }
        .bet_slip_option{margin-top:0px!important;}
        .mobile__btns .text-red{color:#FF003D;}
        .sidebar-right.collapsed .hide-in-collapsed{display:block;}
        .betslip-heading{max-width:100%;}
        .gametype_filter ul {
            flex-wrap: nowrap;
            overflow-x: auto;
        }
        .bettype-tabs ul{
            /*display: flex;*/
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .bettype-tabs ul button{
            white-space: nowrap;
           margin-bottom: 8px;
        }
        .bet-filter-section{
        margin-top:40px;
        margin-left: 0px;
        }
        .mobile-width-100{width:100%;}
        
        #rightSidebar{display:none;}
    .l-rightbar{display:none;}
      .l-content__nav-line{margin-top:50px;}
      .nav__link {
         font-size: 12px;
         font-weight: 600;
      }
      .nav__item{margin-right: 2px;}
      .nav__list{min-height: 27px;}
      
    }