MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/powerbi/css/custom.css
body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	background: #f0f4f7;
}
h3 {
	font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

a {
	color: #007c89;
	font-weight: 500;
	text-decoration: none;
}
.navbar {
	background: #FFF;
}
.avtar {
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 45px;
	background: #20376A;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
}
.dropdown-menu[data-bs-popper] {
	right: 0 !important;
	left: auto;
}
.main-content {
	width: 100%;
}
.custom-ul {
	padding-left: 40px;
	
}
.custom-ul .nav-link {
	font-weight: 500;
	color: #000;
	margin: 0 10px;
}
.custom-ul li a.active {
	font-weight: bold;
}
.navbar-toggler {
	border: none;
}
button:focus:not(:focus-visible) {
	box-shadow: none;
}
iframe {
	height: 600px !important;
}
@media (max-width:480px)  { 
	.avtar {
		transform: scale(0.8);
	}
}