@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");

:root {
  --pallet-1: #1f1b24;
  --pallet-2: #332940;
  --pallet-3: #e9c46a;
  --pallet-4: #f4a261;
  --pallet-5: #e76f51;
  --pallet-6: #fcfcfc;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.center {
  text-align: center;
}

.footer {
  /* visibility: hidden; */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 1.5;
  /* background-color: #f5f5f5; */
}

main {
  padding-bottom: 60px;
}

a.homeEndpoints {
  text-decoration: none;
  color: #fff;
}

a.homeEndpoints:hover {
  text-decoration: none;
  color: #00bc8c;
}

a.nav-link {
  padding: 0 0;
}

.homepageButton {
  margin-bottom: 0;
  display: inline-block;
}

body {
  background-color: var(--pallet-1);
  font-family: "Lato", sans-serif;
}

.bg-dark {
  background-color: var(--pallet-2) !important;
}

.nav-tabs-lg {
  font-size: larger;
}

.nav-tabs {
  border-bottom: 2px solid #222;
}

.tab-content {
  /* border: 2px solid #222;
  padding: 0.5em;
  border-radius: 0em 0em 1em 1em; */
}

.nav-link.active {
  border: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

table#ranks {
  text-align: center;
}

.btn-block {
  width: 75%;
}

.table-rounded {
  border-radius: 0 0 1em 1em;
}

.tab-pane {
  margin: none;
}

.good {
  color: var(--pallet-6);
  width: 30px;
}

.bad {
  color: var(--pallet-5);
  width: 30px;
}

.checkout_button {
  background-color: var(--pallet-4);
  font-size: medium;
  color: #222;
}

@include media-breakpoint-up(sm) {
  .checkout_button {
    width: 50%;
  }
}

.bs-stepper-content > .content {
  padding-top: 20px;
}

.bs-stepper.vertical > .bs-stepper-content > .content:not(.active) {
  display: none !important;
}

.bs-stepper.vertical > .bs-stepper-content > .active {
  display: block !important;
}

@include media-breakpoint-down(sm) {
  .bs-stepper.vertical > .bs-stepper-header > .step:not(.active) {
    display: none !important;
  }

  .bs-stepper.vertical > .bs-stepper-header > .line {
    display: none !important;
  }
}

.checkout-account {
  text-align: center;
  padding-bottom: 1rem;
}

.checkout-account-admin {
  text-align: left;
  padding-left: 15px !important;
  padding-bottom: 1rem;
}

.checkout-account:hover {
  color: red;
}

.hidden {
  display: none;
}

img.logo {
  height: 100px;
  margin: 1.5rem;
  margin-bottom: 0;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

div.main {
  padding-top: 1em;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.nav-item {
  background-color: #333;
  color: #eee;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  transition: background 200ms ease, box-shadow 200ms ease,
    -webkit-box-shadow 200ms ease;
  text-decoration: none;
  padding: 10px 16px 10px 16px !important;
  letter-spacing: 0.6px;
  font-size: 13px;
}

.nav-item:hover {
  opacity: 0.9;
}

.nav-item.active {
  background: #555555;
  color: #eeeeee;
  box-shadow: inset 0px 3px #797979;
}

.nav-tabs {
  border-bottom: 1px solid #444;
}

.btn-full {
  width: 100%;
}

.btn-no-padding {
  padding: 0;
}

.hidden-icon {
  display: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.hideable-icon :not(.hidden-icon) {
  display: visible;
  opacity: 1;
}

a#nav-logo {
  margin-left: 5%;
}
