.actionBtn {
  cursor: pointer !important;
  color: rgb(39, 126, 213);
}

.swal2-confirm:focus {
  box-shadow: none !important;
  outline: none !important;
}

.swal2-cancel:focus {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-brand-image-md {
  height: 2.6rem !important;
  margin-bottom: -0.6rem !important;
  margin-top: -0.6rem !important;
}

.toast:not(.show) {
  display: block;
}

.btnTablaPadding {
  padding: 3px 15px !important;
}

.imgUserNavbar {
  border: none !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden !important;
}

.svgAccionesPerfiles {
  width: 15px;
  height: 15px;
}

.bg-custom {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.color-custom {
  color: var(--primary) !important;
}

.bg-custom:hover {
  background-color: #5883d2 !important;
}

.bg-success,
.bg-warning,
.bg-danger {
  color: white !important;
  cursor: pointer;
}

.bg-success:hover,
.bg-warning:hover,
.bg-danger:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: white !important;
}

@media (max-width: 767px) {
  .badge-sm {
    transform: translateX(2px) !important;
  }
}
