.navtabs{
    background-color: #e6e6e6;
    height: 40px;
    width: 100%;
    margin: 0 auto;
}
.navtabs .quote{
    float: left;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-weight: 700;
    color: black;
}
.navtabs .quote.active{
    border-top: 5px solid #0282e8;
    background-color: #fff;
    color: #0282e8;
    line-height: 31px;
}
.navtabs .quote.active a{
    color: #0282e8;
}
.keystats{
    height: 160px;
    padding: 13px;
}
.keystats div{
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.keystats div a{
    text-decoration: underline;
    font-size: 14px;
}
.keystats div font{
    font-size: 18px;
    color: #0282e8;
    font-weight: 700;
}
.data_table_level{

}
.data_table_level td{
    width: 20%!important;
}
.data_table_level td:last-child{
    text-align: left!important;
}
.data_table_level tr:first-child{
    font-weight: 700;
    color: black;
}
.page-name{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.1px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    color: #1a1a1a;
}

.showviptip{
    position: absolute;
    background-image: linear-gradient( 134deg ,#626262,#212121 100%,#212121 0);
    -webkit-box-shadow: 0 -1px 8px 0 rgb(85 85 85 / 50%);
    box-shadow: 0 -1px 8px 0 rgb(85 85 85 / 50%);
    border-radius: 8px;
    width: 70%;
    height: 100px;
    z-index: 11;
    margin-left: 15%;
    margin-top: 86px;
    text-align: center;
}
.showviptip .mess {
    font-size: 16px;
    color: #fde4df;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.showviptip .gov {
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-image: linear-gradient( 135deg ,#fde4df,#edbcb2 100%,#212121 0);
    border-radius: 4px;
    font-size: 13px;
    color: #424242;
    cursor: pointer;
    padding: 8px 10px;
}