.rounded-circle {
    border: 2px solid transparent;
    border-radius: 50% !important;
  }
  
  .icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .icon-wrapper {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .icon-wrapper-alt {
    margin: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
  }
  
  .icon-wrapper-alt .icon-wrapper-bg {
    opacity: 0.1;
    transition: opacity 0.2s;
    border-radius: 40px;
  }
  
  .icon-wrapper .icon-wrapper-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0.2;
  }
  
  .btn_notif {
    font-size: 0.8rem;
    font-weight: 500;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-decoration: none !important;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
    box-shadow 0.15s;
    border: none;
    background: transparent;
    height: 53px;
    display: flex;
    align-items: center;
  }

 .btn_update {
  border: 1px solid #687e9b; 
  width: 36px; 
  height: 36px; 
  border-radius: 50%; 
  display: flex; 
  justify-content: center; 
  align-items: center;
 }

  .badge_notif {
    position: relative;
    top: -1px;
    /* text-indent: -999em; */
    padding: 0;
    width: 8px;
    height: 8px;
    border: transparent solid 1px;
    border-radius: 30px;
    min-width: 2px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    min-width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .badge-dot-sm {
    width: 6px;
    height: 6px;
  }
  
  .badge-dot.badge-dot-sm {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  
  .icon-wrapper-alt .badge-dot {
    top: -3.5px;
    right: -6.5px;
    border: 0;
  }
  
  .badge-dot {
    position: absolute;
    border: #fff solid 2px;
    top: -5px;
    right: -5px;
    width: 11px;
    height: 11px;
  }
  
  .badge_notif {
    margin-left: 8px;
  }
  
  .badge_red {
    color: #fff;
    background-color: #d92550;
  }
  
  .bg_red:hover {
    color: #fff;
    background-color: #d92550 !important;
  }
  
  .icon_red {
    color: #d42345;
  }
  
  .badge_green {
    color: #fff;
    background-color: #2ca961;
  }
  
  .bg_green:hover {
    color: #fff;
    background-color: #2ca961;
  }
  
  .icon_green {
    color: #2ca961;
  }
  
  .bg_info:hover {
    color: #fff;
    /*background-color: #ECD360;*/
    background-color: #9b8a3e;
  }
  
  .icon_info {
    color: #9b8a3e;
    /*color: #ECD360;*/
  }
  
  .badge_info {
    color: #fff;
    background-color: #9b8a3e;
    /*background-color: #ECD360;*/
  }
  
  .icon_orange {
    color: #f57c00;
  }
  
  .badge_orange {
    color: #fff;
    background-color: #f57c00;
  }
  
  .bg_orange:hover {
    color: #fff;
    background-color: #f57c00;
  }
  
  .icon_gray {
    color: #7e7e7e;
  }
  
  .badge_gray {
    color: #fff;
    background-color: #7e7e7e;
  }
  
  .bg_gray:hover {
    color: #fff;
    background-color: #7e7e7e;
  }
  
  .icon_violet {
    color: #3949ab;
  }
  
  .badge_violet {
    color: #fff;
    background-color: #3949ab;
  }
  
  .bg_violet:hover {
    color: #fff;
    background-color: #3949ab;
  }
  
  .icon_blue {
    color: #3b8ebc;
  }
  
  .badge_blue {
    color: #fff;
    background-color: #3b8ebc;
  }
  
  .bg_blue:hover {
    color: #fff;
    background-color: #3b8ebc;
  }
  
  .icon_lila {
    color: #947eb0;
  }
  
  .badge_lila {
    color: #fff;
    background-color: #947eb0;
  }
  
  .bg_lila:hover {
    color: #fff;
    background-color: #947eb0;
  }
  
  .icon_light_green {
    color: #abcda2;
  }
  
  .badge_light_green {
    color: #fff;
    background-color: #abcda2;
  }
  
  .bg_light_green:hover {
    color: #fff;
    background-color: #abcda2;
  }
  
  .li_notificacion {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .skin-yellow-light .main-header .navbar {
    background-color: white;
}

.icon_greenc {
    color: #6da34d;
  }
  
  .badge_greenc {
    color: #fff;
    background-color: #6da34d;
  }
  
  .bg_greenc:hover {
    color: #fff;
    background-color: #6da34d;
  }

  .icon_yellow {
    color: #e8d859;
  }
  
  .badge_yellow {
    color: #fff;
    background-color: #e8d859;
  }
  
  .bg_yellow:hover {
    color: #fff;
    background-color: #e8d859;
  }

  .icon_black {
    color: black;
  }
  
  .badge_black {
    color: #fff;
    background-color: black;
  }
  
  .bg_black:hover {
    color: #fff;
    background-color: black;
  }

.hidden-xs {
    color: black !important;
}

.custom-card-2 {
  border: 1px solid #ccc;
  border-radius: 10px; 
  padding: 10px;
  margin-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}


/* Estilos base para la barra de navegación */
/* Estilos base para la barra de navegación */
.navbar-custom-menu {
  margin-right: 0 !important;
  white-space: nowrap; /* Evita que los elementos se dividan en varias líneas */
}

.navbar-custom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-custom-menu .update .last {
  margin-right: 15px; /* Ajusta el margen según tus preferencias */
  display: inline-block;
}

.navbar-custom-menu .botones {
  margin-right: 15px; /* Ajusta el margen según tus preferencias */
  display: inline-block;
}

/* Estilos para pantallas pequeñas (ajustar según sea necesario) */
@media (max-width: 768px) {
  .navbar-custom-menu {
    width: 100%; /* Ocupa todo el ancho disponible */
    text-align: center; /* Centra los elementos en pantallas pequeñas */
  }

  .navbar-custom-menu ul {
    width: 100%; /* Ajusta el ancho de la ul al 100% */
  }

  .navbar-custom-menu li {
    margin-right: 0; /* Elimina el margen entre elementos */
    margin-bottom: 10px; /* Añade un espacio entre elementos en pantallas pequeñas */
    display: block;
  }
}

/* Estilos para pantallas muy pequeñas (540px o menos) */
@media (max-width: 540px) {
  .update {
    display: none !important;
  }

  .navbar-custom-menu li {
    margin-right: 0; 
    margin-bottom: 0px;
    display: block;
  }

  .botones:nth-child(4n),
  .botones:nth-child(4n - 1),
  .botones:nth-child(4n - 2),
  .botones:nth-child(4n - 3) {
    margin-right: 0; 
    width: calc(100% / 5); 
  }

  .navbar-custom-menu .user {
    display: none !important;
  }

  .navbar-custom-menu .user-menu {
    display: block !important;
  }

  .navbar-custom-menu {
    z-index: 10;
    position: relative;
    margin-top: 2px;
  }
  
  .sidebar-mini, .sidebar-open {
    z-index: 5029;
    display: block !important;
    }

  .nav .navbar-nav {
    z-index: 5028;
  }

}

