

/* NAVBAR */

.navbar {
    height: 60px;
    background: #196661;
    box-shadow: var(--shadow-sm);
    padding: 0;
    color: #fff !important;
}

.navbar-nav .icon {
    --icon-stroke: #ffffff !important;
}
.btn-primary {
    color: #fff;
    background-color: #196661 !important;
    border-color: #196661 !important;
}

.page-card-actions button {
    padding: 0.55rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.sidebar-item-container>.selected {
    color: #fff !important;
}

/* NAVBAR LINKS */
#navbar-breadcrumbs a {
    font-size: var(--text-md);
    margin-right: 10px;
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
}

.widget-head:hover {
    color: orange !important;
}

/* ICONS */
use.like-icon {
    cursor: pointer;
    stroke: #196661 !important;
}

.standard-sidebar .standard-sidebar-item.selected,
.search-dialog .search-results .search-sidebar .standard-sidebar-item.selected,
.desk-sidebar .standard-sidebar-item.selected {
    background-color: #196661 !important;
    color: #fff !important;
}

.standard-sidebar .standard-sidebar-item.selected,
.search-dialog .search-results .search-sidebar .standard-sidebar-item.selected,
.desk-sidebar .standard-sidebar-item.selected a span {
    color: #fff !important;
}

.standard-sidebar-item.selected .icon {
    --icon-stroke: #F1E62E !important;
}

#navbar-breadcrumbs li.disabled a {
    color: #ffffffc2 !important;
    pointer-events: none;
}

.navbar-brand img {
    display: inline-block;
    max-width: 170px !important;
    max-height: 50px !important;
}

.main-section .navbar-brand img {
    width: 200px !important;
}

.for-login .page-card-head img,
.for-forgot .page-card-head img,
.for-login-with-email-link .page-card-head img,
.for-signup .page-card-head img,
.for-email-login .page-card-head img {
    max-height: 100px;
    margin-bottom: var(--margin-lg, 30px);
}
