.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .pages {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .page {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .page:hover {
    background-color: #11538C;
    color: #fff;
  }

  .active {
    background-color: #E0DF00;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  .btn-pg {
    background-color: #fff;
    border: 1px solid #11538C;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #11538C;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-pg:hover {
    background-color: #11538C;
  }
  .btn-pg--icon {
    height: 24px;
    width: 24px;
    stroke: #11538C;
  }
  .btn-pg--icon:hover {
    stroke: #fff;
  }
.boton{
  text-decoration: none;
}

.topbar{
  background-color: #232F5D !important;
}

.sidebar-item > .sidebar-link{
  /* margin: 20px;
  border-radius: 5px; */
}

.sidebar-item > .active, .sidebar-item > .active > i{
  color: #232F5D !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link{
  color: #fff;
}


.boton-custom{
  background-color: #E0DF00 !important;
  border: 0 !important;
  color: #232F5D !important;
}

.font-cus{
  color: #E0DF00 !important;
}

.backCustom{
  background-color: #232F5D;
  min-height: 100vh;
}

.title-login{
  color: #E0DF00;
}

.custom-input{
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #C9C9C9;
  background-color: #f8fafc;
}

.custom-input::placeholder{
  color: #C9C9C9;
}

.icon-custom{
  color: #C9C9C9;
}

@media (min-width: 768px) and (max-width: 1199px) { }

@media (max-width: 767px) { 
  .displayNone{
    display: none;
  }
}

@media (max-width: 480px) { 
  .displayNone{
    display: none;
  }
}