*{
    width:100%;
    height:100%;
}
html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
body{
    background-color: #000;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width:100%;
    height:100%;
    overflow: hidden;
    line-height: 1.2;
}
button{
    border:none;
    padding:0;
    font-size: 12px;
}
#header{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    height:32px;
}
#footer{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    height:auto;
    color:#3d428b;
    font-size: 12px;
}
#aline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    float:left;
    margin-right:12px;
    margin-top:2px;
    color:#3d428b;
    height:28px;
    width:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding:0px 8px;
    border: 1px solid #8ab1e3;
   
}
#aline:hover{
    background-color: #8ab1e3;
    background-image:linear-gradient(#8ab1e3,#f1dc94);
    border: 1px solid lightgray;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.soft_online{
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:502px;
    height: 261px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_i{
    width:16px;
    vertical-align:middle;
}
.show{
    display: block;
}
.bdr1{
    border:1px solid lightgray;
    border-radius:4px;
}
.bd1{
    border:1px solid lightgray;
}
.bd2{
    border-bottom: 1px solid lightgray;
}
.bd3{
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.bdr3{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.icon-menu{
    height: 35px;
    width:35px;
    object-fit: cover;
}
.popup_log{
    position: fixed;
    top:50%;
    left:50%;
    height:auto;
    width:auto;
    transform: translate(-50%,-50%);
    background-color: #e3efff;
    border:1px solid lightgray;
    border-radius: 4px;
}

.form-option{
    height:auto;
    padding:1px;
    border: 1px solid #5781b9;
}
#menu1{
    display: none;
    position: fixed;
    top: 10px;
    left:4px;
    z-index: 1;
    width:auto;
    height:auto;
    overflow: hidden;
    padding:20px 4px;
    background-color: #8ab1e3;
    border-radius: 3px;
    border: 1px solid lightgray;
}
.menu_list{
    font-weight: 500;
    width:100%;
    padding:8px 0px;
    color:#3d428b;
}
.menu_list_none{
    font-weight: 500;
    width:100%;
    padding:8px 0px;
    color:#3d428b;
    opacity: 0.3;
}
.menu_list:hover{
    background-color: #f5f7f9;
    background-image: linear-gradient(#f1dc94,#f1dc94,#f5f7f9);
}
.timer_style{
    text-align:center;
    color:red; 
    font-size:24px; 
    font-weight:600;
    font-family: 'Times New Roman', Times, serif;
}
#thongbao{
    position: fixed;
    top:50%;
    left:50%;
    height:auto;
    width:auto;
    transform: translate(-50%,-50%);
    background-color: #e3efff;
    border:1px solid lightgray;
    border-radius: 4px;
    z-index: 7;
}
.myForm{
    position: fixed;
    top:50%;
    left:50%;
    height:auto;
    width:auto;
    transform: translate(-50%,-50%);
    background-color:#8ab1e3;
    display: none;
}
form{
    margin-bottom:0px;
}
#tb-login{
    border-collapse: collapse;
    color:#222;
    width:100%;
}
#tb-login td{
    padding:3px 2px;
    vertical-align: middle;
}
#tb-login td input{
    padding:3px 2px;
    width:auto;
}
.showtb{
    display:block;
}
.hidetb{
    display: none;
}
.title{
    font-size: 14px;
    font-weight: 600;
    color:#036911;
    text-transform: uppercase;
    padding:10px 0px;
    width:100%;
    text-align: center;
}
.text-middle{
    display: flex;
    align-items: center;
}
.btn_bg{
    height:24px;
    width:auto;
    border:1px solid #6098df;
    border-radius: 3px;
    color:#3960c2;
    font-family: 'Roboto',sans-serif;
    font-size:12px;
    background-image: url("https://appbbt.banhbathao.com/public/asset/icon/bg_btn2.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left:8px;
    padding-right:8px;
}
.btn_bg img{
    height:14px;
    width:14px;
    margin-right:5px;
}
.btn_bg:hover{
    filter: brightness(105%);
}