.navbar-custom, .topbar .topbar-left, .button-menu-mobile {
    background-color: #13354b; /* $dark in scss */
}

.tuilli-hidden {
    visibility: hidden!important;
    display: none!important;
}

.topbar .topbar-left .logo-full-size img {
    height: 40px;
}

i.mld-icon>svg {
    color: #797979;
}

i.mld-icon.module-icon>svg {
    color: #13354b;
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    fill: currentColor;
}

/* login.css */

body.login .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

body.login .checkbox label, body.login .radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 11px;
}

body.login #login-with i {
    vertical-align: bottom;
}

.m-t-35 {
    margin-top: 35px !important;
}

.module-recommendation .recommendation-wrapper h4 {
    text-transform: initial;
}

.module-recommendation .row.recommendation-wrapper {
    display: flex;
    justify-content: space-around;
}

.module-recommendation .recommendation-block {
    background-color: #ebeff2 !important;
    padding: 30px;
}

.module-recommendation form label {
    font-weight: initial;
}

.actions .btn-blue {
    background-color: #34d3eb;
    border: 1px solid #34d3eb;
    color: #FFF;
}

.module-home .mini-stat-icon .mld-icon>svg {
    fill: #1c7f64;
}

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    padding: 12px;
}