.jazzmin-page {
  background: #f5f5f5;
}
.jazzmin-page img {
  border-radius: 10%;
}
.jazzmin-page .card-body {
  background: #00145c;
}
.jazzmin-page .card-body {
  color: #f5f5f5;
}
.jazzmin-page button[type=submit] {
  background: #9eafeb;
  color: #232323;
  border: 4px solid #9eafeb;
  font-weight: bold;
  margin-bottom: 15px;
}
.jazzmin-page button[type=submit]:hover {
  background: rgba(35, 35, 35, 0);
  color: #9eafeb;
}
.jazzmin-page .input-group input:focus {
  border-color: #9eafeb;
}
.jazzmin-page .callout.callout-danger a:hover {
  color: #9eafeb !important;
}
.jazzmin-page .login-box-msg.small {
  font-size: 12px;
  padding-bottom: 5px;
}
.jazzmin-page .login-box-msg a {
  font-weight: bold;
  color: #9eafeb;
  text-decoration: underline;
}
.jazzmin-page .login-box-msg a:hover {
  color: #232323;
}
.jazzmin-page .input-group.is-invalid {
  border: 2px solid red;
  border-radius: 5px;
}

.content-wrapper {
  background-color: #f5f5f5;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323 !important;
}

.navbar-white, .main-footer {
  background-color: #f5f5f5 !important;
  color: #00145c;
}

a {
  color: #00145c !important;
  font-weight: bold;
  duration: 0.2s;
}
a:hover {
  opacity: 0.5;
}

[class*=sidebar-dark-] {
  background-color: #00145c;
}
[class*=sidebar-dark-] a {
  color: #f5f5f5 !important;
}
[class*=sidebar-dark-] a:hover {
  color: #9eafeb !important;
}

.nav-link.active {
  background-color: rgba(245, 245, 245, 0.2) !important;
}

.btn-success {
  background-color: #00145c !important;
  border-color: #00145c !important;
  color: #f5f5f5 !important;
  font-weight: bold;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  opacity: 0.5;
}

.btn-info, .btn-secondary {
  background-color: #9eafeb !important;
  border-color: #9eafeb !important;
  color: #232323 !important;
  font-weight: bold;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  opacity: 0.5;
}

.btn-primary, .btn-danger {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #f5f5f5 !important;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  opacity: 0.5;
}

.select2-selection__choice__display {
  color: #232323 !important;
  background-color: #9eafeb !important;
}

.select2-results__option--highlighted {
  background-color: #9eafeb !important;
}

@media screen and (max-width: 600px) {
  footer.main-footer {
    text-align: center !important;
  }
}/*# sourceMappingURL=custom.css.map */