#wrapper{
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}


#main_header{
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    height: 55px;
    background: var(--header_bg_color);
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
}
#main_header>#head_logo{
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}
#main_header>#head_logo>img{
    float: left;
    max-width: 70%;
    max-height: 70%;
    margin-left: 10%;
    background: var(--header_bg_color);
}
#main_header>#head_user{
    float: right;
    width: 50%;
    height: 100%;
    color: var(--header_color);
}
#main_header>#head_user>button{
    cursor: pointer;
    border: none;
    float: right;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 10px;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_header>#head_user>button>i{
    display: inline-block;
    overflow: hidden;
    font-size: 25px;
    margin: 0 5px;
}#main_header>#head_user>button>span{
    display: inline-block;
    overflow: hidden;
}

#account_head{
    float: right;
    width: 70%;
    height: 100%;
}
#account_head .account_details{
    float: left;
    overflow: hidden;
    width: 70%;
    height: 90%;
    margin: 3px 0;
}#account_head .account_details>img{
    width: 100%;
    height: 100%;
}
#account_head .account_details>h3{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
}
#account_head .account_details>h3>label{
    overflow: hidden;
    width: 50%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: rgb(206, 250, 200);
}
#account_head .account_details>label>span{
    border-radius: 5px;
    color: var(--header_color);
}
#account_head .head_refresh{
    border: none;
    background: none;
    float: left;
    overflow: hidden;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 5s all ease;
    font-size: 30px;
    color: var(--header_color);
}
#account_head .head_refresh>i{
    font-size: 30px;
    animation-name: ;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
}
@keyframes start_head_refresh{
    to{
        transform: rotate(0deg);
    }
    from{
        transform: rotate(560deg);
    }
}

@media (min-width:150px) and (max-width:499px){
    #account_head .account_details{
        margin: 0.5vw 0;
    }
    #account_head .account_details>h3{
        font-size: 3vw;
    }
    #account_head .account_details>h3>label{
        font-size: 3vw;
    }
    #account_head .account_details>label{
        font-size: 3vw;
    }

    #account_head .account_details>label>span{
        margin: 1vw;
    }
    #account_head .refresh{
        font-size: 6vw;
    }
    #account_head .refresh>i{
        font-size: 6vw;
    }

    #account_head .head_refresh>i{
        font-size: 6vw;
    }
}





/**********************************************
/tis is section
**************************************/
#wrapper_section{
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 80px;
    background: var(--body_bg_color);
}
#wrapper_section #main_section{
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    height: auto;
}
#wrapper_section #main_section>div{
    overflow: hidden;
    width: 100%;
    height: auto;
    display: none;
}
#wrapper_section #main_section>#section_casino{
    display: block;
}
@media (min-width:150px) and (max-width:499px){
    #wrapper_section{
        padding-top: 11vw;
        padding-bottom: 16vw;
    }
}





/*************************************
this bottom section box
**********************************/
#outside_control_box{
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
}
#outside_control_box>div{
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    height: 100%;
    border-radius: 15px 15px 0 0;
    background: rgb(0, 0, 0);
    margin: 0 auto;
    position: absolute;
    z-index: 999999999999999999999999;
    top: 100%;
}
#outside_control_box>div>#head{
    width: 100%;
    height: 60px;
    background: var(--header_bg_color);
    color: var(--header_color);
}
#outside_control_box>div>#head>button{
    border: none;
    background: none;
    float: left;
    width: 15%;
    height: 100%;
    font-size: 40px;
    color: var(--header_color);
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
#outside_control_box>div>#head>h3{
    float: left;
    width: 85%;
    height: 100%;
    font-size: 20px;
    position: relative;
    z-index: 9;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#outside_control_box>div>section{
    overflow-y: auto;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    background: var(--body_bg_color);
}

#outside_control_box>#mybet_section{
    height: 80%;
}

#outside_control_box>#betting_apply_section{
    height: 60%;
    z-index: 9999999999999999999;
}
#outside_control_box>#betting_apply_section>section{
    height: 90%;
}
#outside_control_box>#betting_apply_section>section::-webkit-scrollbar{
    display: none;
}

@media (min-width:150px) and (max-width:499px){
    #outside_control_box>div>#head{
        height: 12vw;
    }
    #outside_control_box>div>#head>button{
        font-size: 8vw;
    }
    #outside_control_box>div>#head>h3{
        font-size: 4vw;
    }
}

/*****************************************************
this footer section of style
***********************************************************/
#main_footer{
    width: 100%;
    max-width: 500px;
    position: absolute;
    z-index: 9999999999;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.568);
}
#main_footer .menu_active_bg{
    float: left;
    width: 15%;
    height: 80%;
    margin: 10px;
    border-radius: 10px;
    background: var(--header_bg_color);
    position: relative;
    z-index: 99;
    top: -105%;
}
#main_footer>ul{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 99999999999;
}
#main_footer>ul>li{
    float: left;
    overflow: hidden;
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}#main_footer>ul>li:first-child a{
    color: #fff;
}

#main_footer>ul>li>a{
    width: 100%;
    height: 80%;
    justify-content: center;
    align-items: center;
    color: var(--menu_text_color);
}
#main_footer>ul>li>a i{
    width: 100%;
    height: 60%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_footer>ul>li>a span{
    display: block;
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: ;
}


@media (min-width:150px) and (max-width:499px){
    #main_header{
        height: 11vw;
    }
    #main_header>#head_user>button{
        width: 20vw;
        height: 7vw;
        font-size: 3.5vw;
        margin: 2vw 2vw;
    }
    #main_header>#head_user>button i{
        margin: 0 1vw;
        font-size: 4.5vw;
    }



    #main_section{
        width: 100%;
        height: 100vw;
    }

    #main_footer{
        width: 100%;
        height: 14vw;
    }
    #main_footer>ul>li{
        font-size: 3vw;
    }
    #main_footer>ul>li>a i{
        font-size: 5vw;
    }
    #main_footer .menu_active_bg{
        height: 12vw;
        margin: 2vw;
        top: -105%;
    }



    #outside_control_box>div{
        border-radius: 3vw 3vw 0 0;
    }
    #mybet_section>#head{
        height: 12vw;
    }
    #mybet_section>#head>button{
        font-size: 8vw;
    }
    #mybet_section>#head>h3{
        font-size: 4vw;
    }
}