html,body{
    overflow-x: hidden;
}
.image-logo {
    width: 60%;
}

.sidebar {
    top: 62px;
}

#header {
    min-height: 60px;
}

#search-label input.form-control {
    text-indent: 15px;
}

.btn-primary{
    border-color: #F56961 !important;
}
a{
    text-decoration: none !important;
}

#header {
    min-height: 62px;
    background: #202124;
}
.h-inner{
    padding: 14px 0;
}
.image-logo{
    margin-top: -15px;
    object-fit: cover;
    width: 130px;
}


@media (max-width: 767px){
    #header {
        padding: 0 8px;
    }
    .h-inner{
        padding: 7px 0;
    }
    .sidebar {
        top: 49px;
    }
    #header {
        min-height: 49px;
        background: #202124;
    }

}

.s-profile > a .sp-pic > img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border:none;
}
input#popup-search-input{
    text-indent: 25px;
}