#kt_app_content_helpful_container{
    text-align: center;
}
.hidden{
    display: none !important;
}
div#kt_app_top_bar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 20px 0;
    height: 95px;
    background: #082731;
    color: #fff;
    text-align: center;
    background: rgb(0,32,155);
    background: -moz-linear-gradient(270deg, rgba(0,32,155,1) 0%, rgba(0,144,252,1) 50%, rgba(0,99,214,1) 90%);
    background: -webkit-linear-gradient(270deg, rgba(0,32,155,1) 0%, rgba(0,144,252,1) 50%, rgba(0,99,214,1) 90%);
    background: linear-gradient(270deg, rgba(0,32,155,1) 0%, rgba(0,144,252,1) 50%, rgba(0,99,214,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00209b",endColorstr="#0063d6",GradientType=1);
}
.top-bar-title{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
#kt_app_top_bar .d-flex{
    margin: 0 20px;
}
.mobile-show{
    display: none;
}
.top-bar-title p{
    margin: 0;
}
@media screen and (max-width: 767.98px){
    #kt_app_top_bar .app-header-logo{
        display: none;
    }
    #kt_app_top_bar .d-flex{
        flex-direction: column;
    }
    #kt_app_top_bar .top-bar-title{
        font-size: 0.9rem;
    }
    div#kt_app_top_bar{
        padding: 10px 0;
        height: max-content;
    }
    .mobile-show{
        display: block;
    }
    .btn-mobile{
        color: yellow;
        text-decoration: underline;
        font-weight: bold;
    }
    .top-bar-actions{
        display: none;
    }
}