body{
    overflow-x: hidden !important;
}
.tile-body h4 {
    font-size: 16px;
    word-break: break-word !important;
}
.flex-style{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.wrapper-icon{
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
}
.app-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.app-header__logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 30px !important;
    padding-left: 20px !important;
}
.app-nav{

}
.header-logo{
    margin-right: 5px;
}
.header-logo img{
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
}
.logo-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*max-width: 300px;*/
}
.logo-info span{
    font-size: 18px !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 20px !important;
    text-align: left !important;
}
.menu-btn{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    background-image: url(images/menu.svg);
    display: none;
    cursor: pointer;
}
.app-sidebar__overlay{

}
.app-content{
    margin-top: 0;
}
.app-sidebar{
    padding-top: 80px;
}
.fixed{
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
}
.media-show{
    display: none !important;
}
body.open-menu .app-sidebar{
    left: 0;
    z-index: 999999;
}
body.open-menu{
    overflow: hidden;
}
.show{
    display: block !important;
}
.app-content{
    margin-left: 230px;
}
.media-show .dropdown .app-nav__item {
    display: block;
    padding: 5px 10px 5px 20px;
    line-height: 20px;
    color: #fff;
}
.t-o-e{
    -ms-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.t-o-e i{
    margin-right: 5px;
    display: block;
}
.t-o-e span{
    display: block;
    max-width: 100%;
    word-break: break-word;
    overflow-x: auto;
}

/**************************************/
@media(max-width: 992px){
    .menu-btn{
        display: block;
    }
    .media-show{
        display: block !important;
    }
    .media-hidden{
        display: none !important;
    }
    .app-sidebar{
        left: -100%;
    }
    .app-sidebar__overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(34, 45, 50, .5);
        display: none;
        z-index: 999999;
    }
    .app-content{
        margin-left: 0;
    }
    .app-sidebar{
        padding-top: 20px !important;
    }
}

@media(max-width: 460px){
    .logo-info{
        display: none;
    }
    .header-logo img {
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 400px){
    .app-title {
        margin: 0;
        margin-bottom: 15px;
        padding: 10px;
    }
    .app-title h1 .fa{
        font-size: 20px;
    }
    .app-title h1 span{
        font-size: 16px;
    }
}
.app-menu__label {
    white-space: inherit;
}