<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m-aside-left-close-btn-container{
	width: 100%; 
	vertical-align: middle;
	background-color: #000;
	z-index: 300;
    position: absolute;
}
.m-aside-left-close-btn{
    background-color: #000 !important;
    border-color: #FFF !important;
    padding: 0px !important;
}
#m_ver_menu ul li{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
#m_ver_menu ul li span{
	line-height: 1;
	width: 100%;
}
#m_ver_menu ul li.checkinput &gt; span:nth-child(1){
	width: 60%;
}
#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
	width: 40%;
	font-size: 0px;
	text-align: right;
}
#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label{
	margin: 0px;
}
#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
	margin: 0px;
}
.m-switch input:empty ~ span:before, .m-switch input:empty ~ span:after{
		border-radius: 26px;
}
#m_ver_menu ul li &gt; a &gt; span{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: flex-start;
  	-ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.m-aside-menu .m-menu__nav {
    padding: 0px 0 0px 0 !important;
}
.m-switch.m-switch--outline.m-switch--info input:disabled ~ span:after{
	background-color: #dfe2ea;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.41);
    -moz-box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.41);
    box-shadow: 0px 0px 0px 0px rgba(115, 76, 234, 0.41);
}
@media (max-width: 1609px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 26px;
	}
	#m_aside_left{
		width: 256px;
		left: -256px;
	}
	.m-aside-left-close-btn-container{
		height: 50px;
	}
	.m-aside-left-close-btn{
		width: 30px;
		height: 30px;
		margin: 10px 0px 10px 10px;
    	border-width: 1px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 25px;
	}
	.main-left-menu{
		padding-top: 50px;
	}
	#m_ver_menu ul li{
    	height: 36px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 21px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 21px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 21px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 44px;
		height: 20px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 44px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 20px;
    	width: 20px;
    	top: 0px;
	}
}
@media (min-width: 1610px) and (max-width: 1930px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 32px;
	}
	#m_aside_left{
		width: 320px;
		left: -320px;
	}
	.m-aside-left-close-btn-container{
		height: 62px;
	}
	.m-aside-left-close-btn{
		width: 38px;
		height: 38px;
		margin: 12px 0px 12px 12px;
    	border-width: 1px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 32px;
	}
	.main-left-menu{
		padding-top: 62px;
	}
	#m_ver_menu ul li{
    	height: 45px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 26px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 26px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 26px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 55px;
		height: 25px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 55px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 25px;
    	width: 25px;
    	top: 0px;
	}
}
@media (min-width: 1931px) and (max-width: 2570px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 38px;
	}
	#m_aside_left{
		width: 384px;
		left: -384px;
	}
	.m-aside-left-close-btn-container{
		height: 75px;
	}
	.m-aside-left-close-btn{
		width: 45px;
		height: 45px;
		margin: 15px 0px 15px 15px;
    	border-width: 1px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 38px;
	}
	.main-left-menu{
		padding-top: 75px;
	}
	#m_ver_menu ul li{
    	height: 54px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 32px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 32px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 32px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 66px;
		height: 30px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 66px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 30px;
    	width: 30px;
    	top: 0px;
	}
}
@media (min-width: 2571px) and (max-width: 3199px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 52px;
	}
	#m_aside_left{
		width: 512px;
		left: -512px;
	}
	.m-aside-left-close-btn-container{
		height: 100px;
	}
	.m-aside-left-close-btn{
		width: 60px;
		height: 60px;
		margin: 20px 0px 20px 20px;
    	border-width: 2px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 50px;
	}
	.main-left-menu{
		padding-top: 100px;
	}
	#m_ver_menu ul li{
    	height: 72px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 42px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 42px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 42px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 88px;
		height: 40px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 88px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 40px;
    	width: 40px;
    	top: 0px;
	}
}
@media (min-width: 3200px) and (max-width: 3839px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 64px;
	}
	#m_aside_left{
		width: 640px;
		left: -640px;
	}
	.m-aside-left-close-btn-container{
		height: 125px;
	}
	.m-aside-left-close-btn{
		width: 75px;
		height: 75px;
		margin: 25px 0px 25px 25px;
    	border-width: 2px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 62px;
	}
	.main-left-menu{
		padding-top: 125px;
	}
	#m_ver_menu ul li{
    	height: 90px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 52px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 52px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 52px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 110px;
		height: 50px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 110px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 50px;
    	width: 50px;
    	top: 0px;
	}
}
@media (min-width: 3840px){
	#m_ver_menu ul li.checkinput .m-switch input:checked ~ span:after{
		margin-left: 78px;
	}
	#m_aside_left{
		width: 768px;
		left: -768px;
	}
	.m-aside-left-close-btn-container{
		height: 150px;
	}
	.m-aside-left-close-btn{
		width: 90px;
		height: 90px;
		margin: 30px 0px 30px 30px;
    	border-width: 2px !important;
	}
	.m-aside-left-close-btn &gt; i{
		font-size: 75px;
	}
	.main-left-menu{
		padding-top: 150px;
	}
	#m_ver_menu ul li{
    	height: 108px;
	}
	#m_ver_menu ul li &gt; a{
		padding: 0px 0px 0px 63px;
	}
	#m_ver_menu ul li &gt; span:nth-child(1){
	    padding-left: 63px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2){
		padding-right: 63px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span{
		width: 132px;
		height: 60px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:before{
		width: 132px;
	}
	#m_ver_menu ul li.checkinput &gt; span:nth-child(2) &gt; label &gt; span:after{
		height: 60px;
    	width: 60px;
    	top: 0px;
	}
}</pre></body></html>