header{
    position: relative;
    z-index: 20;
}
.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
          right: 0;
          */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 2; /* Behind the navbar */
    padding-top: 115px; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 414px) {
    .sidebar {
        padding: 180px 0 0;
    }
}

@media (max-width: 767px) and (min-width: 415px) {
    .sidebar {
        padding: 160px 0 0;
    }
}

@media (max-width: 766px){
    #hide-menu-x{
        display: none;
    }
    #show-menu-x{
        display: none;
    }
}
main{
    z-index: 1;
}

.search-bar p {
    padding: 5px !important;
}
.bottom-logo{
    margin-left:25px;
}
.acti {
    width: 100px;
}
.fixed-bottom1{
	position: fixed;
	bottom: 0;
	left: 0;
}
