.pagination > .active > a {
    color: white;
    background-color: #0580bc !Important;
    border: solid 1px #0580bc !Important;
}

.pagination > .page-item > a {
    color: #0580bc;
}

a {
  font-weight: bold;
  color: #0580bc;
}

.dropdown-item:active{
  background-color: #0580bc;
  color: white;
}

.hidden-menu{
  display: none;
}

.select2-selection__choice{
  background-color: #0580bc !important;
  border-color: #0580bc !important;
}

.nav-link.active{
  background-color: #0580bc !important;
}

.navbar-primary{
  background-color: #0580bc !important;
}

.table{
  width: 99%;
}

.swal2-icon img {
  margin-right: 10px; /* Adjust the margin value as needed */
}

.btn {
  border: none;
}

.btn-primary, .badge-primary {
  color: white;
  background-color: #0580bc;
}

.btn-primary:hover {
  color: white;
  background-color: black;
}

.dropdown-item:hover {
  color: white;
  background-color: #0580bc;
}

.nav-item:hover, .nav-item:active{
  background-color: #0580bc !important;
}

.nav-link:hover {
  color: white !important;
}

.nav-link.active {
  color: white !important;
}

.nav-treeview>.nav-item>.nav-link {
  color: black !important;
}

.nav-treeview>.nav-item>.nav-link:hover {
  color: white !important;
}

.nav-treeview>.nav-item>.nav-link.active {
  color: white !important;
}

.tagify {
  width: 100%;
}

.swal2-icon {
  margin-right: 10px !important; /* Adjust the margin value as needed */
}
