/* ---------------------------------------------------
	MOBILE
	GOSALON SAAS DATA-CRM-CMS SYSTEM CSS
	BUILD 2025 AND BEYOND
	BUILD BY STELLAR
----------------------------------------------------- */



/* ---------------------------------------------------
    MOBILE OFFCANVAS MENU
----------------------------------------------------- */

.nav-button {
	align-items: center;
	background-color: transparent;
	border: 1.5px solid #DDDFE2;
	border-radius: .55rem;
	color: #010101;
	display: flex;
	font-size: 1.05rem;
	font-weight: bold;
	height: 42px;
	justify-content: center;
	letter-spacing: -.0125rem;
	padding: 4px 9px 4px 9px;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	width: 42px;
}

.nav-button:hover {
	border: 1.5px solid #07E2EA;
}


/* ---------------------------------------------------
    XS - SM
----------------------------------------------------- */

@media (max-width:767px) {

	main {
		margin-left: 0;
		width: 100% !important;
	}

	.system-sidebar {
		position: fixed !important;
		z-index: 1;
		left: -100%;
		top: 9.7rem !important;
		transition: left 200ms ease-in-out !important;
		width: 100% !important;
		/* transition: left 1000ms ease-in, left 500ms ease-out; */
	}

	/* .sidebar.collapsing {
		left: -75%;

    }
    .sidebar.show {
        left: 0;
    } */

}

#offcanvasRight {
	background-color: #F8F9FA;
}

#offcanvasRight .offcanvas-header {
	padding-top: 1.5rem;
}

#offcanvasRight .btn-close {
	font-size: 1.25rem;
}

#offcanvasRight .nav li.nav-item {
	display: flex;
}

#offcanvasRight .nav li a {
	align-items: center;
	color: #222;
	display: flex;
	font-family: 'Eina 01', Arial, sans-serif !important;
	font-size: 1.15rem;
	font-weight: 600;
	padding: .25rem 0;
}

#offcanvasRight .nav li a:hover i {
	border-color: #07E2EA;
}

#offcanvasRight .nav li a.active i {
	border: 1.5px solid #07E2EA;
}

#offcanvasRight .nav li i {
	align-items: center;
	background-color: transparent;
	border: 1.5px solid #DDDFE2;
	border-radius: .55rem;
	color: #010101;
	display: flex;
	font-size: 1.1rem;
	height: 42px;
	justify-content: center;
	letter-spacing: -.0125rem;
	padding: 4px 9px 4px 9px;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	width: 42px;
}