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);
}
}