body {
    font-family: 'Manrope', sans-serif !important;
    /* background-color: #FDFBFC !important; */
    background-color: #F5F8FA !important;
}

.anuncio-noti {
    position: relative;
}

.anuncio-red-dot {
    background: #f1416c;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #D6DAE5 !important;
    display: inline-block;
    bottom: 12px ;
    right: 5px ;
}

.scrolltop {
    background-color: #28c101 !important;
}

#kt_app_sidebar {
    border-right: 1px solid #DBDBE5 !important;
    /* background-color: #FDFBFC !important; */
    background-color: #FFFFFF !important;
}

.app-sidebar-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none !important;
}

.formasnivaria-img {
    /* width: 189px; */
    height: 70px;
}

.section-menu {
    margin-left: 36px;
    color: #8F97AC;
    font-size: 12px;
    font-weight: 600;
}

.icono-sidebar {
    width: 22px;
    height: 22px;
}

.menu-item {
    margin-left: 1rem !important;
}

.menu-seleccionado {
    background-color: #E7F3DF;
    border-radius: 5px;
    /* width: 85%; */
}

.menu-title {
    color: black !important;
    padding-left: 12px;
}

.logo-user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.hello {
    color: #8F97AC;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1px !important;
}

.nombre-usuario {
    color: #424C67;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.logo-bottom {
    height: 74px !important;
    border-bottom: 1px solid #D6DAE5 !important;
}

.border-bottom {
    border-bottom: 1px solid #D6DAE5 !important;
}

.campana {
    width: 24px;
}

.num-notificaciones {
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
    font-size: 11px;
    right: 25px;
    bottom: 8px;
}

.alert-importante {
    background: #FFF5E2 0% 0% no-repeat padding-box;
    border: 1px solid #FFAA00;
    border-radius: 8px;
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
}

.menu-item .menu-link {
    padding: 0.59rem 1rem;
}

a {
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .menu-title-2 {
        font-weight: 600;
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .menu-title-2 {
        font-weight: 500;
    }
}

.toastr {
    opacity: 1 !important;
}

.dot {
    /* background: linear-gradient(to bottom right, #f52, #05f); */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #D6DAE5 !important;
    display: inline-block;
    bottom: 6px;
    left: 4px;
}

.container-header-cli {
    border-bottom: 1px solid #e4e6ef;
}

.header-cliente:first-child {
    border-left: 1px solid #e4e6ef;
}

.header-cliente {
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #e4e6ef;
    padding: 10px 20px 10px 20px;
    color: #4A4A4A !important;
    letter-spacing: 0.9px;
}

.header-cliente-select {
    color: #4A4A4A !important;
    background-color: #E7F3DF;
    letter-spacing: 0.9px;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
/* .topnav a:hover {
    background-color: #ddd;
    color: black;
  } */

/* Style the active link (or home/logo) */
.active {
    background-color: #E7F3DF;
    color: #424C67 !important;
    font-weight: 600;
}

.header-publico-mobile {
    display: none;
}

.header-mobile-app {
    justify-content: space-between !important;
}

@media only screen and (max-width: 958px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .header-mobile-app {
        justify-content: center !important;
        gap: 10px;
    }

    .header-publico {
        display: none !important;
    }

    .header-publico-mobile {
        display: block;
    }

}