
#sports_box{
    width: 100%;
    height: auto;
    
    
}
#sports_box>#poorts_header{
    width: 100%;
    height: 50px;
    background: black;
    color: rgb(255, 255, 255);
}
#sports_box>#poorts_header>button{
    border: none;
    background: none;
    float: left;
    width: 15%;
    height: 100%;
    font-size: 30px;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sports_box>#poorts_header>.star{
    font-size: 40px;
}
#sports_box>#poorts_header>button span{
    width: 20%;
    position: relative;
    left: -37%;
    color: black;
    font-size: 15px;
}


#sports_box>#poorts_header>div{
    overflow: hidden;
    float: left;
    width: 70%;
    height: 100%;
}
#sports_box>#poorts_header>div>ul{
    float: left;
    width: 100%;
    height: 100%;
}
#sports_box>#poorts_header>div>ul>li{
    cursor: pointer;
    float: left;
    width: 30%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sports_box>#poorts_header>div>.activity{
    width: 30%;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    top: 80%;
}


#sports_box>#poorts_internul_header{
    width: 100%;
    height: auto;
}
#sports_box>#poorts_internul_header>#menu{
    width: 100%;
    height: 50px;
    background: rgb(210, 255, 208);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#sports_box>#poorts_internul_header>#menu>button{
    float: left;
    border: none;
    background: rgb(244, 255, 183);
    width: 25%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}#sports_box>#poorts_internul_header>#menu>button>i{
    margin-right: 5px;
    font-size: 20px;
}
#sports_box>#poorts_internul_header>#menu>.parlay{
    display: none;
}

#sports_box>#poorts_internul_header>#menu>ul{
    float: left;
    overflow: hidden;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sports_box>#poorts_internul_header>#menu>ul>li{
    overflow: hidden;
    float: left;
    cursor: pointer;
    padding: 0 10px;
    height: 70%;
    border-radius: 25px;
    margin: 1%;
    background: rgb(0, 0, 0);
    border: 1px solid black;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}#sports_box>#poorts_internul_header>#menu>ul>li>i{
    margin-right: 5px;
    font-size: 25px;
}
#sports_box>#poorts_internul_header>#menu>ul>li:first-child{
    background: var(--button_activity_bg_color);
    color: var(--button_activity_color);
}




#sports_box>#poorts_internul_header>#menu>#change_layout_from{
    width: 100%;
    height: 90px;
    background: var(--body_bg_color);
    position: relative;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#sports_box>#poorts_internul_header>#menu>#change_layout_from>button{
    border: none;
    width: 45%;
    height: 60%;
    margin: 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--button_color);
}
#sports_box>#poorts_internul_header>#menu>#change_layout_from>.active{
    border: 1px solid var(--button_bg_color);
}
#sports_box>#poorts_internul_header>#menu>#change_layout_from>button>i{
    font-size: 25px;
    margin: 0 1px;
}
@media (min-width:150px) and (max-width:499px){
    #sports_box>#poorts_internul_header>#menu>#change_layout_from{
        height: 18vw;
    }
    #sports_box>#poorts_internul_header>#menu>#change_layout_from>button>i{
        font-size: 5vw;
    }
}





#sports_box>#poorts_internul_header>#text_slider{
    width: 100%;
    height: 35px;
    background: rgb(255, 255, 255);
    font-size: 15px;
}
#sports_box>#poorts_internul_header>#text_slider button{
    float: left;
    border: none;
    background: none;
    width: 10%;
    height: 100%;
    font-size: 20px;
    border-right: 1px solid rgb(221, 221, 221);
}
#sports_box>#poorts_internul_header>#text_slider>div{
    float: left;
    width: 90%;
    height: 100%;
}
#slide_text_box{
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}#slide_text_box::-webkit-scrollbar{
    display: none;
}
#slide_text_box>div{
    overflow-x: revert;
    width: 1700px;
    height: 100%;
    margin-left: 500px;
    display: flex;
    align-items: center;
    position: relative;
    left: 0%;
    animation-name: slide_text;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
}
@keyframes slide_text{
    to{
        left: -1700px;
    }
    from{
        left: 0%;
    }
}




#sports_box>#poorts_internul_header>#slider{
    width: 100%;
    height: 150px;
    background: rgb(247, 247, 247);
}



#sports_slider_box{
    width: 100%;
    height: 250px;
}
#sports_slider_box iframe{
    width: 100%;
    height: 100%;
}
#sports_section_box{
    width: 100%;
    height: auto;
}
#sports_section_box>div{
    width: 100%;
    height: auto;
    display: none;
}
#sports_section_box>div>div{
    width: 100%;
    height: auto;
    display: none;
}
#sports_section_box #in_play_box{
    display: block;
}
#sports_section_box #cricket_match_box{
    display: block;
}

#sports_section_box>#save_box{
    width: 100%;
    height: auto;
    display: none;
}
#sports_section_box>#save_box>div{
    width: 100%;
    height: auto;
    display: block;
}



#sports_betting_bar{
    overflow: hidden;
    width: 96%;
    margin: 10px auto;
    padding: 0;
    height: auto;
    border-radius: 10px;
}

#sports_betting_bar>.drop_button{
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background: var(--button_bg_color);
    color: #fff;
}
#sports_betting_bar>.drop_button>label{
    overflow: hidden;
    float: left;
    width: 30%;
    height: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
}#sports_betting_bar>.drop_button>label>span{
    border-radius: 50%;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    background: var(--button_activity_bg_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
#sports_betting_bar>.drop_button>i{
    float: right;
    font-size: 25px;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




#sports_betting_bar> #bet_box{
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0;
    margin-bottom: 1px;
}

#sports_betting_bar>div>.head{
    overflow: hidden;
    width: 100%;
    height: 40px;
}
#sports_betting_bar>div>.head>button{
    float: left;
    border: none;
    background: none;
    overflow: hidden;
    width: 15%;
    height: 100%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sports_betting_bar>div>.head>button>span{
    padding: 5px 10px;
    background: black;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}
#sports_betting_bar>div>.head>button>i{
    float: left;
    margin: 0 5px;
    transition: 0.5s all ease;
}
#sports_betting_bar>div>.head>button>.save{
    display: none;
    color: var(--button_activity_bg_color);
}


#sports_betting_bar>div>.head>h3{
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




#sports_betting_bar #betting_detels{
    overflow: hidden;
    width: 96%;
    margin: 10px auto;
    height: auto;
    border-radius: 8px;
}
#sports_betting_bar #betting_detels>.headber{
    overflow: hidden;
    width: 100%;
    height: 40px;
    background: var(--header_bg_color);
    color: #fff;
}
#sports_betting_bar #betting_detels>.headber>h3{
    float: left;
    overflow: hidden;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
}
#sports_betting_bar #betting_detels>.headber>h3>label{
    font-size: 20px;
    margin: 0 10px;
}
#sports_betting_bar #betting_detels>.headber>h3>span{
    font-size: 15px;
}
#sports_betting_bar #betting_detels>.headber>div{
    float: left;
    overflow: hidden;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}
#sports_betting_bar #betting_detels>.headber>div>span{
    float: left;
    overflow: hidden;
    width: 2%;
    font-size: 20px;
}
#sports_betting_bar #betting_detels>.headber>div>label{
    display: inline-block;
    overflow: hidden;
    width: 45%;
    text-align: center;
}


#sports_betting_bar #betting_detels #elementor_box{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box{
    overflow: hidden;
    width: 100%;
    height: 55px;
    margin: 1px 0;
    background: rgb(235, 235, 235);
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section h3{
    float: left;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section h3 label{
    cursor: pointer;
    margin: 0 10px;
    font-weight: bold;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section label{
    cursor: pointer;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section div{
    cursor: pointer;
    float: left;
    width: 19%;
    height: 100%;
    border-radius: 5px;
    margin: 0 0.5%;
    font-weight: bold;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section .left{
    background: rgb(77, 160, 255);
}#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section .right{
    background: rgb(255, 162, 255);
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section div label{
    display: block;
    width: 100%;
    height: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section div span{
    display: block;
    width: 100%;
    height: 40%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sports_betting_bar #betting_detels .hide_box{
    float: right;
    width: 40%;
    height: 100%;
    border-radius: 10px;
    background: rgba(14, 51, 105, 0.466);
    position: relative;
    top: -100%;
    z-index: 99;
    display: ;
}
#sports_betting_bar #betting_detels>.market_depth{
    border: none;
    border-radius: 5px;
    color: #fff;
    background: rgb(0, 0, 0);
    padding: 7px 10px;
    margin: 5px 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sports_betting_bar #betting_detels>.market_depth i{
    font-size: 20px;
    margin: 0 5px;
}



/*===========================================
this under betting apply fild form 
===================================================*/

#apply_section{
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgb(236, 236, 236);
}
#apply_section>form{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#input_fild_section{
    overflow: hidden;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#input_fild_section>.input_box_section{
    float: left;
    width: 42%;
    height: 80%;
    margin: 0 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
}
#input_fild_section>.input_box_section>h3{
    width: 100%;
    height: 30%;
    font-size: 17px;
    color: rgb(83, 83, 83);
    display: flex;
    justify-content: center;
    align-items: center;
}
#input_fild_section>.input_box_section>.input_box{
    width: 100%;
    height: 50%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#input_fild_section>.input_box_section>.input_box>input{
    width: 50%;
    height: 90%;
    background: none;
    outline: none;
    padding: 0;
    margin: 0 3px;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}
#input_fild_section>.input_box_section>.input_box>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#input_fild_section>.input_box_section>.input_box>input:focus{
    background: var(--sub_bg_color);
}
#input_fild_section>.input_box_section>.input_box>button{
    border: none;
    width: 20%;
    height: 100%;
    border-radius: 5px;
    font-size: 25px;
    background: var(--button_bg_color);
    color: var(--button_color);
}


#apply_section #input_point{
    width: 100%;
    height: 10%;
    margin: 5px 0;
}
#input_point ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#input_point ul li{
    user-select: none;
    cursor: pointer;
    float: left;
    width: 21%;
    height: 100%;
    margin: 0 2px;
    border-radius: 5px;
    background: var(--button_bg_color);
    color: var(--button_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
#input_point ul li:last-child{
    width: 8%;
}



#apply_section #input_button{
    width: 96%;
    height: 25%;
    margin: 0 auto;
}
#input_button>.point_plus{
    overflow: hidden;
    float: left;
    width: 80%;
    height: 100%;
}
#input_button>.point_back{
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    float: left;
    width: 19%;
    height: 96%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075);
}

#input_button>.point_plus>button{
    user-select: none;
    border: none;
    float: left;
    width: 14.5%;
    height: 46%;
    margin: 2px 1%;
    font-size: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075);
}

#apply_section>form>h4{
    width: 94%;
    padding: 5px 0;
    font-size: 20px;
    text-align: right;
    color: rgb(87, 87, 87);
}
#apply_section>form>button{
    user-select: none;
    display: block;
    border: none;
    width: 94%;
    height: 13%;
    margin: 10px auto;
    font-size: 20px;
    border-radius: 5px;
    background: rgb(180, 180, 180);
    color: var(--button_color);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075);
}






/*===========================================
this under media query is a responsive 500px under wqorking
===================================================*/
@media (min-width:150px) and (max-width:499px){
    #sports_betting_bar{
        border-radius: 2vw;
    }
    
    #sports_betting_bar>.drop_button{
        height: 10vw;
    }
    #sports_betting_bar>.drop_button>label{
        font-size: 4vw;
    }#sports_betting_bar>.drop_button>label>span{
        margin: 0 2vw;
        width: 6vw;
        height: 6vw;
        font-size: 3vw;
    }
    #sports_betting_bar>.drop_button>i{
        font-size: 5vw;
    }

    #sports_betting_bar>div>.head{
        overflow: hidden;
        width: 100%;
        height: 7vw;
    }
    #sports_betting_bar>div>.head>button{
        float: left;
        border: none;
        background: none;
        overflow: hidden;
        width: 15%;
        height: 100%;
        font-size: 25px;
    }
    #sports_betting_bar>div>.head>button>span{
        padding: 5px 10px;
        background: black;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
    }
    #sports_betting_bar>div>.head>button>i{
        float: left;
        margin: 0 5px;
        font-size: 7vw;
    }
    #sports_betting_bar>div>.head>h3{
        font-size: 3.5vw;
    }
    #sports_betting_bar>div>.head>button>span{
        padding: 1vw 2vw;
        font-size: 3vw;
    }


    #sports_slider_box{
        height: 50vw;
    }

    #sports_betting_bar #betting_detels{
        margin: 1vw auto;
    }
    #sports_betting_bar #betting_detels>.headber{
        height: 8vw;
    }
    #sports_betting_bar #betting_detels>.headber>h3>label{
        font-size: 4vw;
        margin: 0 10px;
    }
    #sports_betting_bar #betting_detels>.headber>h3>span{
        font-size: 3vw;
    }
    #sports_betting_bar #betting_detels>.headber>div>span{
        font-size: 5vw;
    }
    #sports_betting_bar #betting_detels>.headber>div>label{
        font-size: 4vw;
    }

   
    #sports_betting_bar #betting_detels #elementor_box #bet_schale_box{
        height: 11.4vw;
    }
    #sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section h3{
        font-size: 3.5vw;
    }
    #sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section h3 label{
        margin: 0 10px;
        font-weight: bold;
    }
    #sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section div label{
        font-size: 4vw;
    }
    #sports_betting_bar #betting_detels #elementor_box #bet_schale_box .full_section div span{
        font-size: 3vw;
    }
   
    #sports_betting_bar #betting_detels>.market_depth{
        padding: 1vw;
        font-size: 3vw;
        margin: 1vw 0;
    }
    #sports_betting_bar #betting_detels>.market_depth i{
        font-size: 5vw;
        margin: 0 1vw;
    }

}

/*********all element under****************/
@media (min-width:150px) and (max-width:499px){
    
    #sports_box>#poorts_header{
        width: 100%;
        height: 10vw;
    }
    #sports_box>#poorts_header>button{
        font-size: 7vw;
    }
    #sports_box>#poorts_header>.star{
        font-size: 9vw;
    }
    #sports_box>#poorts_header>button span{
        left: -40%;
        font-size: 4vw;
    }

    #sports_box>#poorts_header>div>ul>li{
        font-size: 4.0vw;
    }
    #sports_box>#poorts_header>div>.activity{
        height: 1.2vw;
    }

    #sports_box>#poorts_internul_header>#menu{
        width: 100%;
        height: 10vw;
        background: rgb(210, 255, 208);
    }
    #sports_box>#poorts_internul_header>#menu>button{
        float: left;
        border: none;
        background: rgb(244, 255, 183);
        width: 25%;
        height: 100%;
        font-size: 3.5vw;
    }#sports_box>#poorts_internul_header>#menu>button>i{
        margin-right: 0.5vw;
        font-size: 5vw;
    }
    #sports_box>#poorts_internul_header>#menu>ul>li{
        font-size: 3.0vw;
        padding: 0 2vw;
    }#sports_box>#poorts_internul_header>#menu>ul>li>i{
        margin-right: 1vw;
        font-size: 4vw;
    }

    #sports_box>#poorts_internul_header>#text_slider{
        width: 100%;
        height: 7vw;
        font-size: 3vw;
    }
    #sports_box>#poorts_internul_header>#text_slider button{
        font-size: 4vw;
    }


    #sports_box>#poorts_internul_header>#slider{
        height: 30vw;
    }
}

