.login-img {
    position: relative;
    background-image: url(../images_ex/card.png) !important;
}
.float-right{
	float:right;
}
.side-header .header-brand1 {
    text-align: left !important;
    margin: 0 12px !important;
}
.login-img::before {

    background: linear-gradient(81.29deg, #002262ad 0%, #57248399 60.94%, #cb27b0b8 187.63%) !important;

}
/* .btn a, .btn i { */
    /* color: #fff !important; */
/* } */
.header-brand-img {
    width: 240px !important;
}
.img-td{
	width: 50px;
    height: 50px;
    border-radius: 50% !important;
    object-fit: cover;
}
.visitor-list i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #cccccc7d;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
	margin-bottom: 10px;
}
.dflex-end{
	display: flex;
    justify-content: flex-end;
}
.face-clr{
	color: #2318d3;
}
.insta-clr{
    color: #a80d84;	
}
.twit-clr{
	    color: #006fa8;
}
.link-clr{
	color: #3500c8;
}
.y-clr{
color: #cc0606;
}
.side-header .header-brand-img.toggle-logo, .side-header .header-brand-img.light-logo{
	height: 1.5rem !important;
}
@media (max-width: 576px){
.page-header {
    display: flex !important;
}
}
.avt-imges{
 width: 102px;
    height: 102px;
	object-fit: cover;
}  
.avt-td{
  width: 102px;
}

.select2-container{
	    width: 100% !important;
}
body{
 overflow-x:hidden;
}

.loaderArea{
	    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffeb;
    position: absolute;
    height: 100%;
    width: 100%;
}