body {
    background-color: #EEEEEE !important;
    font-family: 'Inter', sans-serif !important;
    margin: 8px;
}

header {
    background-color: #003c46 !important;
}

a {
    color: black;
    text-decoration: none;
    font-family: 'Inter', sans-serif !important;
}

.nilo-logo a {
    font-size: 0;
    height: 50px;
    width: 50px;
    display: block;
    background-image: url(/static/media/NiloLogoSidebar.8961a68a.svg);
    background-size: 50px 45px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nilo-card {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 16px;
    width: 300px;
    height: 250px;
    margin: 20px;
}

.nilo-card p {
    font-size: 1.7em;
}

.model-link {
    position: absolute; 
    top: 0; 
    left: 0; 
    display: inline-block; 
    width: 100%;
    height: 100%;
    z-index: 5;
}

#menu-drawer {
    background-color: #EEEEEE !important;
    padding-top: 10px;
}

#menu-drawer a{
    margin-bottom: 20px;
    font-size: 0.9em;
}

#menu-drawer i{
    color: #003c46;
    font-size: 1.7em;
}

#menu-drawer-btn {
    color: #fff;
}

.nav {
    width: 100%;
}

li .active {
    border-bottom: 3px #003c46 solid;
}

.dashboard-iframe {
    width: 100%;
    height: 100vh;
    background-color: white;
}

#dropdown-menu-btn {
    color: inherit;
    border: 0px;
    border-bottom: 1px solid #003c46;    
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#dropdown-menu-btn:focus {
    box-shadow: none;
}

.dropdown #dash-icon{
    margin: 5px !important;
    color: #003c46;
    font-size: 2.2em;
}