.app-header__logo .logo-src {
    background-repeat: no-repeat;
    background-size: contain;
    width: 239px !important;
    height: 32px !important;
}
.app-header__logo {
    width: auto !important;
    height: 32px !important;
}
.ml-auto {
    margin-left: 12px !important;
}

.app-main {
    /*padding-top: 0px !important;*/
}

.app-header {
    /*z-index: 0 !important;*/
    /*position: relative !important;*/
}

.app-sidebar {
    /*margin-top: 0px !important;
    padding-top: 0px !important;*/
}

.dropdown-menu {
    top: 60px !important;
}

.dropdown-menu ul{
    display: inline;
}

input[type="checkbox"].form-control {
    width: 20px;
    height: 20px;
}

.post-feature-icon, .post-comment-icon {
    margin: 0px 4px;
}

.post-feature-icon i{
    font-size: 20px;
    font-weight: bold;
    color: #c7c700;
}

.post-comment-icon i{
    font-size: 20px;
    font-weight: bold;
    color: blue;
}

.post-body {
    padding: 10px;
}

.post-reply {
    margin: 10px;
}

.post-reply-head {
    padding: 10px;
    background: #f5f5f5; 
    height: 40px;
}

.post-reply-title, .post-reply-author {
    float: left;
    margin-right: 10px;
}

.post-reply-date {
    float: right;
}

.post-reply-body {
    clear: both;
    padding: 10px 20px;
    background: #fafbfc;
}

@media only screen and (max-width: 1000px) {
    /* Mobile responsive changes */
    .dropdown-menu {
        /*top: 100px !important;
        width: 200px !important;*/
        position:absolute !important;
        top: 60px !important;
        left: auto !important;
        width: 100% !important;
    }
    
    .dropdown-menu ul {
        max-height: 300px !important;
        overflow: scroll !important;
        width: 100% !important;
        display:flex !important;
    }
    
    .dropdown-menu li {
        width: 100% !important;
    }
    
    .d-inline-block {
        width: 100% !important;
    }
    
    .app-header__logo {
        display: flex !important;
    }
    
    .app-header__logo .logo-src {
        width: 175px !important;   
    }
    
    .app-header__menu {
        display: none !important;
    }
    
    .header__pane.ml-auto {
        display: none !important;
    }
}