html[data-layout=horizontal] .body-wrapper {
  margin-top: 80px;
  min-height: calc(100% - 102px);
}

.btn-primary {
  min-width: 125px;
}

.mt-15 {
  margin-top: 7rem;
}

@media (min-width: 768px) {
  .dropdown-menu.profile-dropdown {
    width: 400px !important;
  }
}

.badge-link {
  background-color: rgba(41, 52, 61, .2);
  padding: 6px 8px;
  color: #474747;
}

@media (max-width: 600px) {
  .editable-card .table-responsive th {
    width: 200px;
  }
}