:root{
    --body_bg_color:rgb(240, 240, 240);
    --header_bg_color:#000000;
    --header_color:#ffffff;
    --color:#fff;
    --menu_text_color:black;
    --button_bg_color:black;
    --button_color:rgb(255, 255, 255);
    --sub_bg_color:rgba(115, 180, 185, 0.212);
    --sub_color:rgba(116, 116, 116, 0.952);
    --button_activity_bg_color: blue;
    --button_activity_color:rgb(255, 255, 255);
    --navigetin_color: rgb(255, 255, 255);
    --navigetin_bg_color:rgb(49, 49, 49);
    --content_box: #fff;
}




*{
    margin: 0;
    padding: 0;
}

html, body{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body{
    overflow: hidden;
    background: var(--body_bg_color);
}


a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style-type: none;
}

button{
    cursor: pointer;
}

.logout_menu{
    background: var(--button_bg_color);
}
.logout_menu a{
    color: var(--button_color);
}


/****************************************************
*style> more nevigetinbar style>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*******************************************************/

#balance_nevigatinbar{
    width: 90%;
    height: 80px;
    margin: 20px auto;
    padding: 5px;
    border-radius: 15px;
    background: var(--navigetin_bg_color);
    color: var(--navigetin_color);
}
#balance_nevigatinbar>h3{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 10px 15px;
}
#balance_nevigatinbar label{
    float: left;
    padding: 5px 10px;
    margin: 0 15px;
    border-radius: 5px;
    font-size: 15px;
    background: var(--header_bg_color);
}
#balance_nevigatinbar span{
    float: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
@media (min-width:150px) and (max-width:499px){
    #balance_nevigatinbar{
        margin: 6vw auto;
        height: 16vw;
        border-radius: 3vw;
        padding: 1vw;
    }
    #balance_nevigatinbar>h3{
        font-size: 4vw;
        margin: 2vw 3vw;
    }
    #balance_nevigatinbar label{
        padding: 1vw 2vw;
        margin: 0 3vw;
        border-radius: 1vw;
        font-size: 3vw;
    }
    #balance_nevigatinbar span{
        font-size: 6vw;
        line-height: 6vw;
    }
}




#profle_navigetionbar{
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 20px auto;
    padding: 5px;
    border-radius: 15px;
    background: var(--navigetin_bg_color);
    color: var(--navigetin_color);
}
#profle_navigetionbar>div{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
    display: flex;
    align-items: center;
}
#profle_navigetionbar>div>label{
    width: 30%;
    margin-left: 3%;
}
#profle_navigetionbar>div>span{
    width: 50%;
}
#profle_navigetionbar>div>button{
    background: none;
    border: none;
    width: 20%;
    font-size: 15px;
    color: var(--navigetin_color);
}





#trnasfare_navigetionbar{
    overflow: hidden;
    width: 100%;
    height: auto;
}
#trnasfare_navigetionbar>form{
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 88%;
    padding: 10px;
    height: auto;
    margin: 5px auto;
    background: var(--content_box);
}
#trnasfare_navigetionbar>h2{
    overflow: hidden;
    margin: 5px 25px;
    margin-bottom: 0;
    font-size: 20px;
}

#trnasfare_navigetionbar .copy_button{
    border: none;
    overflow: hidden;
    width: 12%;
    height: 50px;
    margin: 0 1%;
    border-radius: 5px;
    font-size: 20px;
    background: var(--button_bg_color);
    color: var(--button_color);
}

#trnasfare_navigetionbar .input_box{
    overflow: hidden;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin: 25px auto;
    padding: 0px 0px;
    background: rgb(241, 241, 241);
    border: 1px solid rgb(150, 150, 150);
    color: rgb(150, 150, 150);
}
#trnasfare_navigetionbar .input_box input{
    border: none;
    outline: none;
    background: none;
    float: left;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    overflow: hidden;
    font-size: 20px;
}
#trnasfare_navigetionbar .trnasfare_amount input{
    width: 84%;
    padding: 0 2%;
}
#trnasfare_navigetionbar .input_box label{
    float: left;
    overflow: hidden;
    width: 10%;
    height: 80%;
    margin: 5px 0;
    border-right: 1px solid rgb(180, 180, 180);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#trnasfare_navigetionbar .submit_button_box{
    margin-top: 60px;
}
#trnasfare_navigetionbar div button{
    border: none;
    float: left;
    width: 48%;
    height: 50px;
    border-radius: 5px;
    margin: 0 1%;
    font-size: 15px;
    border: 1px solid rgb(150, 150, 150);
}
#trnasfare_navigetionbar div .trnasfare{
    border: none;
    background: var(--button_bg_color);
    color: var(--button_color);
}

@media (min-width:150px) and (max-width:499px){
    #trnasfare_navigetionbar>form{
        border-radius: 2vw;
        padding: 2vw;
        margin: 1vw auto;
    }
    #trnasfare_navigetionbar>h2{
        margin: 1vw 5vw;
        font-size: 4vw;
    }
    #trnasfare_navigetionbar .copy_button{
        height: 10vw;
        border-radius: 1vw;
        font-size: 4vw;
    }
    #trnasfare_navigetionbar .input_box{
        height: 10vw;
        border-radius: 2vw;
        margin: 5vw auto;
    }
    #trnasfare_navigetionbar .input_box input{
        font-size: 4vw;
    }
    #trnasfare_navigetionbar .input_box label{
        margin: 1vw 0;
        font-size: 3vw;
    }
    #trnasfare_navigetionbar .submit_button_box{
        margin-top: 12vw;
    }
    #trnasfare_navigetionbar div button{
        height: 10vw;
        border-radius: 1vw;
        font-size: 3vw;
    }
}

/****************************************************
*style> more section styles<<<<<<<<<<<<<<<<<<<<<<<<
*******************************************************/
#more_box{
    width: 96%;
    min-height: 100%;
    height: auto;
    padding: 10px 2%;
    background: var(--);
}

#more_box>.time_zone{
    color: var(--sub_color);
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
#more_box>.time_zone i{
    font-size: 25px;
    margin: 0 10px;
}

#no_data_alert{
    width: 100%;
    height: 80%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#no_data_alert>div{
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}


#load_data_alert{
    width: 100%;
    height: 80%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#load_data_alert>div{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
#load_data_alert>div>img{
    width: 100%;
    height: 100%;
}

@media (min-width:150px) and (max-width:499px){
    #more_box>.time_zone{
        height: 7vw;
        margin-bottom: 10vw;
        font-size: 4vw;
    }
    #more_box>.time_zone i{
        font-size: 5vw;
        margin: 0 2vw;
    }

    #no_data_alert{
        min-height: 100vw;
    }
    #no_data_alert>div{
        border-radius: 2vw;
        padding: 4vw;
        font-size: 3vw;
    }


    #load_data_alert{
        min-height: 100vw;
    }
    #load_data_alert>div{
        width: 10vw;
        height: 10vw;
    }
}
/****************************************************
*style> menu styles<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*******************************************************/
#menu_list{
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: auto;
}
#menu_list h3{
    margin: 0 15px;
}
#menu_list ul{
    overflow: hidden;
    display: block;
    width: 96%;
    height: auto;
    border-radius: 10px;
    margin: 10px auto;
    background: rgb(255, 255, 255);
}
#menu_list ul li{
    height: 60px;
    width: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(190, 190, 190);
}#menu_list ul li:last-child{
    border: none;
}
#menu_list ul li a{
    float: left;
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
}
#menu_list ul li a label{
    margin: 0 15px;
}
#menu_list ul li a i{

    margin-left: 15px;
}

#menu_list ul li>i{
    font-size: 30px;
    color: var(--sub_color);
    margin: 0 10px;
}

@media (min-width:150px) and (max-width:499px){
    #menu_list h3{
        margin: 0 3vw;
    }
    #menu_list ul li{
        height: 12vw;
        font-size: 4vw;
    }
    #menu_list ul li a label{
        margin: 0 3vw;
        font-size: 4vw;
    }
    #menu_list ul li>i{
        font-size: 6vw;
    }
    
}

/****************************************************
*style menu styles>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*******************************************************/
/****************************************************
*style> more section styles<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*********/
#footer_secton_box{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#site_about_info{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#site_about_info .apk_download{
    overflow: hidden;
    border: none;
    background: none;
    display: block;
    width: 30%;
    height: 50px;
    margin: 0 auto;
    margin-top: 80px;
}
#site_about_info .apk_download img{
    width: 100%;
    height: 100%;
}
#site_about_info>h4{
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    color: var(--sub_color);
}

#site_about_info .contact_button{
    border: none;
    display: block;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 30px auto;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site_about_info ul{
    display: block;
    list-style-type: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    line-height: 25px;
}
#site_about_info ul li{
    cursor: pointer;
    display: inline;
    padding: 0 10px;
    border-right: 1px solid var(--sub_color);
}
#site_about_info ul li:last-child{
    border: none;
}

@media (min-width:150px) and (max-width:499px){
    #site_about_info .apk_download{
        height: 10vw;
        margin-top: 16vw;
    }
    #site_about_info>h4{
        font-size: 3vw;
        margin: 1vw 0;
    }

    #site_about_info .contact_button{
        width: 8vw;
        height: 8vw;
        margin: 6vw auto;
        font-size: 6vw;
    }

    #site_about_info ul{
        line-height: 5vw;
        margin-bottom: 6vw;
    }
    #site_about_info ul li{
        padding: 0 2vw;
        font-size: 3vw;
    }
}
/****************************************************
*style> more section styles>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*********/