/*** colors:
  main: #1277A9
  darkestMain: #0B4664
  lightestMain: #20A5E7
  green: #12A944
  pink: #A91277
  orange: #A94412
  glold: #A99012
***/

#overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1031;
}
#emailForm {
  display: block;
  left: 50%;
  margin-left: -150px;
  top: 40%;
  margin-top: -150px;
}

body {
  background: #1277a9;
}

#Navbar {
  background: #fff;
}

.navbar-light .navbar-text a {
  color: #1277a9;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #106792;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #0d577b;
}

.card {
  background: #f0f0f0;
}

.btn-primary {
  background-color: #a99012;
  border-color: #877311;
}
.btn-primary.hover,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #877311;
  border-color: #7b690f;
}
.btn-primary.active,
.btn-primary:active {
  background-color: #877311;
  border-color: #7b690f;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #7b690f;
  border-color: #6b5b0c;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgb(169 144 16 / 50%);
}

#LoginForm,
#ProfileForm {
  background: #fff;
}

.border-secondary { border-color: #A99012!important; }

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 28px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input[type='checkbox'] {
  height: 0px;
  width: 0px;
}

.slider {
  inset: 0px;
  background-color: transparent;
  border: 1px solid white;
  transition: .4s;
  border-radius: 24px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider:before {
  transform: translateX(26px);
}

.dropdown-btn {
  background-color: transparent;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F1F1;
  overflow: auto;
  z-index: 1000;
  width: 200px;
}

.dropdown-content.upper-right {
  left: 100%;
  bottom: 70%;
}

.dropdown-content div {
  display: block;
  padding: 12px 16px;
  font-size: small;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #CCC;
}

.show {
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
.border-secondary {
  border-color: #a99012 !important;
}
