.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: #00008E;
    color: #fff;
  }

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

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

.topbar{
  background-color: #009DFF !important;
}

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

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

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

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

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


.boton-custom{
  background-color: #00008E !important;
  border: 0 !important;
  color: #FFFFFF !important;
}

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

.backCustom{
  background-color: #006AE9 !important;
  min-height: 100vh;
}

.title-login{
  color: #FF009A;
}

.custom-input{
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: #006AE9;
  color: #FFFFFF;
}

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

.custom-input:focus{
  background-color: #006AE9;
  color: #FFFFFF;
}

.icon-custom{
  color: #FFFFFF;
}
.navbar-brand{
  justify-content: center;
}

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

@media (max-width: 767px) { 
  .displayNone{
    display: none;
  }
  .navbar-brand{
    justify-content: left;
  }
}

@media (max-width: 480px) { 
  .displayNone{
    display: none;
  }
  .navbar-brand{
    justify-content: left;
  }
}

.page-wrapper{
  background-color: #FFFFFF !important;
}