body {
    background: #EEF0F8;
    font-size: 13px;
    /*font-weight: 500;*/
}
.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 4;
}
.top_bar {
    background: #ffffff;/*-webkit-linear-gradient(90deg, rgb(244, 244, 244) 49%, rgb(244, 244, 244) 100%) !important;*/
    color: #000000 !important;
}
.top_bar .left-side {
    float: left;
    display: flex;
    align-items: center;
    margin: 0 !important;
    list-style: none;
}
.top_bar .fa {
    font-size: 15px;
    text-align: center;
    padding: 8px 0 8px 8px;
    width: 24px;
    height: 24px;
    line-height: 9px;
}
.top_bar .user_side {
    float: right;
    display: flex;
    align-items: center;
    margin: 0 !important;
    list-style: none;
}
.top_bar a {
    color: #000000 !important;
    font-size: 13px;
    text-decoration: none;
}

.top-title-bar {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;

    text-align: center;
}
