.auth-logo .auth-logo-dark {
    width: 200px;
    height: auto;
    margin: auto;
}
#sidebar-menu a:hover span{
    color: #128c7e;
}
#sidebar-menu a.active span{
    color: #404040;
}
#sidebar-menu a.active:hover span{
    color: #128c7e;
}
#sidebar-menu ul li a i {
    color: #404040!important;
}
#sidebar-menu ul li a:hover i{
    color: #128c7e!important;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.breakcelltext{
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.customalign {
    text-align: right;
    font-family: 'cairo';
    direction: rtl;
    line-height: 35px;
}
.greenrow{
  background-color: #81C784;
}
.fbbtn{
  background: #3b5998;
}
.fbbtn:hover{
    background: #3b5998;
  opacity: 0.9;
}