.content-wrapper {
  margin-top: 50px; 
}

.form-select:focus, .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.nav-sidebar .nav-link p {
  margin: 0;
  margin-left: 16px;
  font-size: 16px;
}

.pagination-rounded .page-link {
  border-radius: 12px;
  margin: 2px;
  transition: all 0.2s ease-in-out;
}

.pagination-rounded .page-item.active .page-link {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
  font-weight: bold;
}

.pagination-rounded .page-link:hover {
  background-color: #e9ecef;
  color: #3b5998;
}

.main-sidebar {
  background-color: #3b5998 !important;
}

.main-sidebar .nav-link,
.main-sidebar .brand-link {
  color: #fff !important;
}

.main-sidebar .nav-icon {
  color: #fff !important;
}

.bg-thema-master {
  background-color: #3b5998 !important;
}

.toggle-no-caret::after {
  display: none !important;
}