#loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #2b292954
	url('./../images/loader-emp-dash.gif')
	 no-repeat center center;	
	z-index: 99999;
}
.stick-corona {
    position: fixed;
    right: 0;
    background: #c1baba;
    z-index: 9;
    padding: 1.25rem;
    border-left: .25rem solid #e74a3b!important;
    / position: relative; /
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.stick-corona .reply {
    color: #078e0d;
    font-size: 17px;
}
.stick-corona .open a {
    color: #e41506;
    font-size: 19px;
    text-decoration: none;
}
.side-nav li.you_matter_left a:hover, .side-nav li.you_matter_left a:focus {
    background-color: #5aa504 !important;
}

.sme li {
	list-style-type: none;
	font-size: 14px;
	color: #fff;
	padding: 6px 0px 6px 15px;
}
.sme li a {
	color: #fff;
}
	li.you_matter_left {
    background-color: #5aa504;
    padding: 25px 24px;
    width: 225px;
    color: #fff;
}

li.you_matter_left span a {
    color: #fff;
    text-decoration: none;
}
.userpic{
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
	font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    width: 80px;
}

.image_area {
  position: relative;
}

.preview {
	overflow: hidden;
	width: 160px; 
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}

.modal-lg{
	max-width: 1000px !important;
}



.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}
.user-menu .user-name{
	color: #fff;
}

.is-open>.acnav__list--level3 li div {
    padding-left: 40px !important;
}

.is-open>.acnav__list--level4 li div {
    padding-left: 60px !important;
}