.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
}
  
.hidden {
    display: none;
}


.navbar {
    background-color: #216869;
}

.navbar-brand {
    font-family: 'Lato', sans-serif;
    font-size: 35px; 
    color: white;  
}

.nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: italic;
    color: white; 
}


#headline {
    background-color: #DCE1DE;
}

#headline {
    font-family: 'Lato', sans-serif;
}

#headline h1{
    font-weight: bold;
    font-size: 60px;
    color: #1F2421;
}    

#headline-highlight {
    color: #216869;
}

#headline p{
    margin-top: 30px;
    font-size: 25px;
    color: #0f0f0f;
} 



.btn-custom {
    background-color: #49A078;
    border-color: #49A078;
    color: white;
}

.btn-custom:hover {
    background-color: #9CC5A1;
    border-color: #9CC5A1;
    color: black;
}

.btn-custom-outline {
    background-color: white;
    border-color: #49A078;
    color: #49A078;
}

.btn-custom-outline:hover {
    background-color: #9CC5A1;
    border-color: #9CC5A1;
    color: white;
}

#features {
    padding: 2%;
    background-color: #DCE1DE;
    position: relative;
    z-index: 1;
}
 
.carousel-div {
    background-color: white;
}

.carousel-div img{
    max-width: 500px;
}

.carousel-div p{
    padding-bottom: 20px;
}

.feature-box {
    text-align: center;
    padding: 5%;
}

.icon {
    color: #49A078;
    margin-bottom: 1rem;
    font-size: 80px;
}

.icon:hover {
    color: #9CC5A1;
}

#pricing {
    font-family: 'Lato', sans-serif;
    padding: 100px;
    text-align: center;
    background-color: white;
}


#privacy {
    font-family: 'Lato', sans-serif;
    padding: 100px;
    background-color: white;
}

#about {
    font-family: 'Lato', sans-serif;
    /* font-weight: bold; */
    padding: 100px;
    text-align: left;
    background-color: #DCE1DE;
}

#about p{
    font-style: italic;
    text-align: left;
}

#about a {
    color: #49A078;
}

#login-style {
    font-family: 'Lato', sans-serif;
}

#login-style p{
    font-style: italic;
    font-size: 17px;

}

#login-style a {
    color: #49A078;
}

.errorlist {
    list-style-type: none;

}

.nav-item {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.body-style-theme {
    background-color: #DCE1DE;
}


#content-bg {
    background-color: #DCE1DE;
}

.link-green a {
    color: #49A078;
}

#datatable > tbody > tr > td > a {
    color: #49A078;
}

#content-bg > div.container-fluid > div > div > p > a {
    color: #49A078;
}

.table-custom {
    background-color: #9CC5A1;
}


.modal-header {
    background-color: #9CC5A1;
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
}

#content-bg > div > div > p > a {
    color: #49A078;
}



.offcanvas{
    width:300px !important;
}  




.page-item.active .page-link {
    background-color: #9CC5A1 !important;
    color: white;
    border: 1px solid #9CC5A1;
}

.page-item .page-link {
    color: #49A078;
}

.table-icon {
    font-size: 16px;
}

#id_account_type:hover {
    outline-color: red;
}

.dashboard-title-bg {
    background-color: #216869;

}