
@media only screen and (min-width:768px){
	.mobile_logo{
		display:none !important
	}
	.desktop_logo {
  display: block !important;
}
}
@media only screen and (max-width:767px){
    .admin_aside {
  position: fixed !important;
  top: 86px !important;
  left: -500px !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 999999 !important;
  background: #fff;
}
    .main_header{
        border-radius:0px !important;
    }
	.mobile_logo{
		display:block !important
	}
	.mobile_logo .logo{
	color: #000 !important;
font-size: 14px !important;
white-space: normal !important;

	}
	.desktop_logo{
		display:none !important
	}
	.logo_login img {
  height: 72px !important;
}
.bld_txt_1.mb-0.resname {
  width: 100px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.wfull{
	width:100% !important;
    
}
.dashboarddesign .col-md-4{
	margin-bottom:25px !important
}
}