.sidebar {
  background: #1f6c9b;
  color: #F9F9F9;
}

.sidebar-header {
  background: #1f6c9b;
}

.sidebar-menu li a {
  color: #F9F9F9;
}
.sidebar-menu li a:hover {
  background: #46A2DA;
}

.bottom-nav {
  background: #1f6c9b;
}
.bottom-nav a {
  color: #F9F9F9;
}

.blue-border {
  border: 1px solid #043F6D !important;
  color: #043F6D !important;
}

.pink-border {
  border: 1px solid #EB4878 !important;
  color: #EB4878 !important;
}

.orange-border {
  border: 1px solid #F5A100 !important;
  color: #F5A100 !important;
}

.table-blue td {
  color: #043F6D !important;
}
.table-blue td.bg-blue {
  background: #043F6D !important;
  color: #F9F9F9 !important;
}
.table-blue td.bg-gray {
  background: #5D6062 !important;
  color: #F9F9F9 !important;
}

.blue2-small {
  font-size: 0.7rem;
  color: #065b9e;
}

.bg-free {
  border: 1px solid #5D6062 !important;
  color: #5D6062 !important;
}

.bg-live {
  border: 1px solid #043F6D !important;
  color: #043F6D !important;
}

.bg-premium {
  border: 1px solid #A57A43 !important;
  color: #A57A43 !important;
}/*# sourceMappingURL=local.css.map */