.login-img {
    position: relative;
    /* background: linear-gradient(to right, #0062bf  0%, #d30031 100%) !important; */
}
.side-header .header-brand1 {
    text-align: left !important;
    margin: 0 0px !important;
}
.login-img::before {
    
    background: linear-gradient(to right, #ec202800 0%, #ec202800 100%) !important;

}
/* .header-brand-img { */
    /* width: 45px !important; */
/* } */
.dark-mode .side-header .header-brand-img.desktop-logo {
	    width: 220px;
}
img.header-brand-img1 {
    width: 220px;
}
.img-td{
	width: 40px;
    height: 40px;
    /* border-radius: 50% !important; */
    object-fit: cover;
}
.img-50{
	width: 50px;
}
.profile-center {
    text-align: center;
}
.table-responsive .table td {
    vertical-align: middle;
}
.table th, .text-wrap table th{
 font-size: 0.8rem !important;
}
.mt-30{
	margin-top: 20px;
}
.float-right{
	float:right;
}
.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;
}
.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: 2.5rem !important;
}
.avatar {
    background: rgb(9 21 64 / 0%) no-repeat center/cover !important;
}
@media (max-width: 576px){
.page-header {
    display: flex !important;
}
}

@media (max-width: 576px){
.header-brand-img {
    margin: 3px 60px !important;
}
.header .dropdown-menu{
	top: 0.5rem !important;
}
}

@media (max-width: 769px){
.dark-mode .app-header.header .header-brand-img.desktop-logo {
    display: block;
    width: 125px;
}
}

.loading_pop{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 99999;
    background-color: #282d2eb3;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-body p {
    white-space: break-spaces;
}