body,
html {
  height: 100%;
}

#app {
  height: 100%;
}

.react-bootstrap-table {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: auto;
  margin-right: 3vh;
  font-size: 0.8rem;
  height: inherit;
}

.react-bootstrap-table table {
  table-layout: auto !important;
  white-space: nowrap;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.node {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  transition: all 1000ms ease;
}

.activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
  height: 60px;
  width: 2px;
  margin-left: 8px;
  transition: all 800ms ease;
}

li p {
  display: inline-block;
  margin-left: 25px;
}

li {
  list-style: none;
  line-height: 30px;
  padding-left: 5px;
}

.incomplete {
  background-color: rgba(255, 192, 0, 255);
  border: 2px solid rgba(0, 196, 238, 255);
}

.greenline {
  background-color: rgba(0, 196, 238, 255);
  border: 2px solid rgba(0, 196, 238, 255);
}

.green {
  background: url("./images/checkmark2.8058e6c51235.png"), rgba(0, 196, 238, 255);
  border: 2px solid rgba(0, 196, 238, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.grey {
  background-color: rgb(255 255 255);
  border: 3px solid rgba(0, 196, 238, 255);
}

.greyline {
  background-color: rgba(201, 201, 201, 1);
  border: 2px solid rgba(201, 201, 201, 1);
}

.node:hover {
  background-color: #009dbe !important;
  border-color: #009dbe !important;
}

.checkmark {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid;
}

.checkAfter:checked ~ .checkmark {
  box-shadow: inset 0 0 0px 3.2px white;
  background: red;
}

input:checked {
  box-shadow: inset 0 0 0px 3.2px white;
  background: red;
}

.checkmark::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
}

.inputBlue {
  background-color: #00c4ee !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-color: #00c4ee !important;
}

.inputDarkBlue {
  background-color: #3e5c74 !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-color: #3e5c74 !important;
}

.inputOutlineDarkBlue {
  background-color: #ffffff !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-color: #3e5c74 !important;
  color: #19232c !important;
}

.inputSmall {
  background-color: #00c4ee !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-color: #00c4ee !important;
}

.inputBlue:hover {
  background-color: #009dbe !important;
  border-color: #009dbe !important;
}

.inputSmall:hover {
  background-color: #009dbe !important;
  border-color: #009dbe !important;
}

.inputDarkBlue:hover {
  background-color: #19232c !important;
  border-color: #19232c !important;
}

.inputOutlineDarkBlue:hover {
  background-color: #19232c !important;
  border-color: #19232c !important;
  color: #ffffff !important;
}

.opacDiv {
  opacity: 0.9;
}

.opacDiv:hover {
  opacity: 0.9;
}

.withinImage {
  justify-content: center !important;
  max-width: 500px !important;
  margin-top: 2vh !important;
  display: inline-block !important;
  position: absolute !important;
  top: 150px !important;
  left: calc(50% - min(40vw, 1000px)) !important;
  width: 80vw !important;
}

.logoContainer {
  padding-left: 135px !important;
}

.mainContainer {
  position: absolute !important;
  height: 100% !important;
  min-height: 1080px !important;
  padding: 0 !important;
  overflow-x: clip !important;
}

.coverPhoto {
  width: 100vw !important;
  height: auto !important;
  padding-top: 80px !important;
  min-height: 750px !important;
  min-width: 1400px !important;
  margin-left: min(0px, calc(50vw - 700px)) !important;
}

/* this css is for the signup.js 9.99 card */
.plan-card {
  position: relative;
  cursor: pointer;
  padding: 22px 20px 28px;
  border: 1px solid rgba(62, 92, 116, 0.25);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 28px rgba(16, 24, 40, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.plan-card::before {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #ff7a1a,
    #ffb347
  ); /* subtle brand accent */
}
.plan-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 38px rgba(16, 24, 40, 0.12);
  border-color: #8fa8bc;
}
.plan-card.selected {
  border-color: #ff7a1a;
  box-shadow: 0 12px 38px rgba(255, 122, 26, 0.18);
}

.plan-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #0f2d3f;
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.plan-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 8px;
}
.plan-price .amount {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1;
  color: #0f2d3f;
}
.plan-price .vat {
  font-weight: 500;
  font-size: 0.95rem;
  color: #5e7c94;
}

.plan-note {
  text-align: center;
  font-size: 0.95rem;
  color: #6b7f91;
}

.promo-inline {
  line-height: 1;
} /* tighter vertical rhythm */
.promo-text {
  font-size: 0.85rem;
  color: #6c7a87;
}
.promo-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2e5c8a;
}
.promo-link:hover {
  text-decoration: underline;
}
