@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";

.accountbg {
  background-color: #FFCC00 !important;
  height: 100%;
  width: 100%;
  top: 0;
}

body {
  font-family: "Raleway";
}

/* clases de login*/

.login-bg {
  background-color: #003F8A !important;
}

.ul-boxed {
  overflow: scroll;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}

.accountbg {
  background-color: #FFCC00 !important;
  height: 100%;
  width: 100%;
  top: 0;
}

body {
  font-family: "Raleway";
}

/* clases de login*/

.login-bg {
  background-color: #003F8A !important;
}

/*aplicar scroll vertical a modales*/

.modal-boxed {
  overflow: scroll;
  width: 95%;
  height: 750px;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.app-logo {
  width: 8.2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-name {
  color: #003F8A;
  font-size: 1.5em;
}

.app-footername {
  color: #003F8A;
  font-size: 1.2em;
  font-weight: bold;
}

.page-header-title {
  background-color: #fff;
  height: 50px;
}

.navbar-default {
  background-color: #003F8A;
}

/* Estilos generales del sidebar */

.custom-sidebar {
  background-color: #fff;
  /* Fondo blanco */
  color: #003F8A;
  /* Texto azul */
  width: 250px;
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

/* Lista del menú */

.custom-sidebar ul {
  list-style: none;
  padding: 0;
}

/* Estilo de los ítems del menú */

.custom-sidebar .menu-item {
  margin-bottom: 15px;
}

/* Estilo de los enlaces dentro de los ítems del menú */

.custom-sidebar .menu-item a {
  color: #003F8A;
  /* Texto azul */
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Efecto hover: Fondo amarillo y texto azul */

.custom-sidebar .menu-item a:hover {
  background-color: #FFCC00;
  /* Fondo amarillo */
  color: #003F8A;
  /* Texto azul */
}

/* Efecto activo: Fondo azul y texto amarillo */

.custom-sidebar .menu-item.active a {
  background-color: #003F8A;
  /* Fondo azul */
  color: #FFCC00;
  /* Texto amarillo */
}

/* Estilo del submenú, inicialmente oculto */

.custom-sidebar .submenu {
  display: block;
  padding-left: 20px;
  background-color: #FFFFFF;
}

/* Mostrar el submenú cuando el ítem principal está activo */

.custom-sidebar .menu-item.active .submenu {
  display: block;
}

/* Estilo de los enlaces dentro del submenú */

.custom-sidebar .submenu a {
  color: #003F8A;
  /* Texto azul */
  font-size: 14px;
  padding: 8px 10px;
}

/* Hover sobre los elementos del submenú */

.custom-sidebar .submenu a:hover {
  background-color: #003F8A;
  /* Fondo azul */
  color: #FFCC00;
  /* Texto amarillo */
}

/* Ajuste de los íconos */

.custom-sidebar .menu-item i,
.custom-sidebar .submenu i {
  margin-right: 10px;
  font-size: 18px;
}

.custom-btn {
  background-color: #ffcc00 !important;
  /* Fondo amarillo */
  color: #003f8a !important;
  /* Texto azul */
  border-color: #ffcc00 !important;
  /* Mantén el borde amarillo para que coincida */
}

.custom-btnaz {
  background-color: #003f8a !important;
  /* Fondo amarillo */
  color: #ffcc00 !important;
  /* Texto azul */
  border-color: #003f8a !important;
  /* Mantén el borde amarillo para que coincida */
}

