@media (max-width:992px){

    .cip-sidebar{
        position: fixed;
        top: var(--header-height);
        left: -260px;
        width: 260px !important;
        height: calc(100vh - var(--header-height));
        bottom: auto;
        overflow-y: auto;
        z-index: 1060;
        transition: left .3s ease;
    }

    .wrapper.sidebar-collapsed .cip-sidebar{
        left: 0 !important;
    }

    .cip-main-content{
        margin-left: 0 !important;
        width: 100% !important;
    }

    .cip-footer{
        margin-left: 0 !important;
        width: 100% !important;
    }
}

@media ( max-width :768px) {
	.cip-app-title {
		display: none;
	}
}