.tab-section .sidetab-button{
	position: sticky;
    top: 81px;
    left: 0;
    backdrop-filter: blur(6px);
    background-color: #ffffffcc;
    padding: 1rem 0;
    z-index: 2;
}
.sidetab-button button{
	width: 220px;
}
.app-sidebar-nav{
	border-right: 1px dashed #e1e3ea;
}

@media only screen and (max-width: 991px) {
	  .tab-section .sidetab-button {
	    position: relative;
	    top: 0px;
	}
	.sidetab-button {
		padding: 10px !important;
    	margin: 0px !important;
	}
	.sidetab-button button{
		width: auto;
	}
}