/* Football Service — Vuexy vertical-menu overrides */
html .content {
  margin-left: 260px;
}

html .navbar-floating .header-navbar-shadow {
  display: block;
}

.brand-logo img {
  max-height: 28px;
  width: auto;
}

.navbar-brand .brand-text {
  font-size: 1.35rem;
  margin-left: 0.5rem;
}

.card-header,
.page-link,
.btn-primary {
  background-color: #7367f0 !important;
  border-color: #7367f0 !important;
  color: #fff !important;
}

.card {
  background-color: #fff;
  border: 1px solid #ebe9f1;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.dropdown-item {
  color: #6e6b7b !important;
}

.dropdown-item:hover {
  color: #7367f0 !important;
}

.table thead th,
.table thead td {
  font-weight: 600;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  font-size: 0.857rem;
  color: #5e5873;
  margin-bottom: 0.2857rem;
}

.content-header-title {
  font-weight: 500;
  color: #636363;
}

.theme-studio {
  margin: 0;
  min-height: auto;
}

.theme-studio-hero {
  border-radius: 0.428rem;
  margin-bottom: 1.5rem;
}
