@media screen and (max-width: 1157px) {

.align{
	max-width: 98%;
}





}

@media screen and (max-width: 1000px) {



}

@media screen and (max-width: 900px) {



}

@media screen and (min-width: 801px){
	.sidebar_content{
		display: block !important;
	}
}

@media screen and (max-width: 800px) {

.inner_wrapper{
	display: block;
}

.inner_sidebar{
	width: auto;
	padding: 0 !important;
	min-height: 0;

	position: sticky;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
}

.inner_sidebar_logo{
	max-width: 95px;
    font-size: 0;
    flex-shrink: 0;
    margin: 0 !important;
}

.sidebar_content{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;

	background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 1.25rem;
}

.inner_sidebar .card-body{
	display: flex;
	justify-content: space-between;
}

.sidebar_burger{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar_sticky{
	position: static;
}



}

@media screen and (max-width: 700px) {



}

@media screen and (max-width: 600px) {



}

@media screen and (max-width: 500px) {



}
