.form-control {
  border-color: #bba869;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #b39e57;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #bba869;
}
.form-check-input:checked {
  background-color: #bba869;
  box-shadow: none;
  border-color: #bba869;
}

.form-control-card {
  color: #16132c;
}
.form-control-card:focus {
  color: #16132c;
}

.form-control-outline-dark {
  background-color: #373c4e;
  border-color: white;
}
.form-control-outline-dark:focus {
  background-color: #373c4e;
}

.btn {
  border-radius: 0;
}

.btn-outline-secondary {
  border-color: #bba869;
  color: #bba869;
}
.btn-outline-secondary:hover {
  background-color: #bba869;
}

.btn-outline-white {
  border: 1px solid white;
  color: white;
}

.loader {
  width: 30px;
}

.accordion-item,
.accordion-button {
  background-color: #373c4e;
}

.accordion-button:focus {
  box-shadow: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.accordion-button:not(.collapsed) {
  background-color: #373c4e;
  color: white;
  border: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill= '%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.modal-content {
  background-color: #2e3342;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top-color: #242733;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.auth-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-logo__img {
  width: 100%;
  max-width: 220px;
}

.row-full-height {
  height: 100vh;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

#app {
  background-color: #2a2e39;
  color: #ddd4d4;
}
