.m-row {
  margin: 0;
}

.m-header-nav {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.m-header-nav .brand-logo {
  position: relative;
  font-size: 1.3em;
  font-weight: 700;
}
.m-header-nav ul {
  display: flex;
  flex-direction: column;
}

.medium {
  font-size: 50px !important;
}

.icon {
  cursor: pointer;
}

.fa-question-circle:hover {
  opacity: 0.8;
  color: #7fbfff;
}

.help-message {
  display: none;
}

.bg-gradient-primary {
  background-color: rgba(13, 148, 136, 0.98);
  background-image: linear-gradient(
    180deg,
    rgba(13, 148, 136, 0.98) 10%,
    rgba(15, 118, 110, 0.98) 100%
  );
}

.btn-primary,
.badge-primary {
  background-color: rgba(13, 148, 136, 0.98);
  border-color: rgba(13, 148, 136, 0.98);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: rgba(15, 118, 110, 0.98);
  border-color: rgba(15, 118, 110, 0.98);
  box-shadow: 0 0 0 0.2rem rgba(13, 148, 136, 0.25);
}

.btn-primary {
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.btn-primary:hover {
  background-color: rgba(13, 148, 136, 0.8) !important;
  border-color: rgba(13, 148, 136, 0.8) !important;
}

.btn-primary:hover,
.btn-primary:hover i {
  color: #fff !important;
}

a,
.text-primary {
  color: rgba(13, 148, 136, 0.98) !important;
}

a:hover {
  color: rgba(15, 118, 110, 0.98) !important;
}

.border-left-primary {
  border-left-color: rgba(13, 148, 136, 0.98) !important;
}

.sidebar .nav-link,
.sidebar .nav-link i,
.sidebar .sidebar-brand,
.sidebar .sidebar-brand i,
.sidebar .sidebar-brand-text {
  color: #fff !important;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus,
.sidebar .nav-link:hover i,
.sidebar .nav-link:focus i {
  color: #fff !important;
}

.sidebar > .text-center {
  padding-top: 1rem;
}

.btn-primary,
.btn-primary i {
  color: #fff !important;
}

.login-page .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page {
  background-color: #e5e7eb;
}

/*# sourceMappingURL=style.css.map */
