@font-face {
  font-family: Foco;
  src: url(/fonts/Foco-Regular.ttf);
}
* {
  font-family: Foco;
}
.bg-gradient-primary {
  /* background-image: url("/waitara-bg.png"); */
  /* background: url("/waitara-bg.png") center center repeat; */
  background-color: #10264a !important;
}
.bg-gradient-sec {
  /* background-color: #283340; */
  background-color: #10264a !important;
}
.text-primary {
  color: #283340 !important;
}
.page-item.active .page-link {
  background-color: #283340;
  border-color: #283340;
}
.btn-outline-primary {
  color: #283340;
  border-color: #283340;
}
.btn-primary:hover {
  color: #fff;
  background-color: #283340;
  border-color: #283340;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #283340;
  border-color: #283340;
}
.btn-confirm {
  border: 0;
  padding: 10px;
  margin: auto;
  border-radius: 10px;
  background-color: #283340;
  color: white;
}
.btn-primary {
  color: #fff;
  background-color: #283340;
  border-color: #283340;
}
.border-left-primary {
  border-left: 0.25rem solid #283340 !important;
}

.exid-spinner {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #ddd;
  color: #283340;
}

.exid-spinner.active {
  display: flex;
}
.promocode {
  color: #283340;
}

.exid-spinner::before {
  content: "";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 0.1em solid;
  border-color: inherit;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: exid-spin 0.75s linear infinite;
}

@keyframes exid-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.table-confirmed {
  display: none !important;
}
.card-application {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem 2rem 0;
}
