body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: rgb(255, 255, 255);
  height: 100vh;
}

html {
  height: 100vh;
}

a {
  color: #00B7FF;
}

td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  /* border-bottom: 1px solid; */
}

th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  /* border-bottom: 1px solid; */
}

td.center {
  text-align: center;
}

td.bold {
  font-weight: bolder;
}

nav.bg-plpurple {
  background: #37003c
}

nav.navbar-pl {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.page-header {
  background-color: #37003c;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.gradient {
  background: -webkit-linear-gradient(rgb(0, 255, 135), rgb(2, 239, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stripe {
  background-image: linear-gradient(to right, rgb(0, 255, 135), rgb(2, 239, 255));
  padding: .2rem;
}

.footer {
  background-color: #37003c;
  align-items: center;
  padding: 1.5rem;
  padding-bottom: 0;
  margin-top: 2rem;
  height: 40vh
}

button {
  background-image: linear-gradient(to right, rgb(0, 255, 135), rgb(2, 239, 255));
  display: inline-flex;

}

nav button {
  background-image: linear-gradient(to right, rgb(0, 255, 135), rgb(2, 239, 255))
}

.button-58 {
  align-items: center;
  background-color: #06f;
  border: 2px solid #06f;
  box-sizing: border-box;
  color: #37003c;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-58:focus {
  color: #171e29;
}

.button-58:hover {
  background-color: #3385ff;
  border-color: #3385ff;
  fill: #06f;
}

.button-58:active {
  background-color: #3385ff;
  border-color: #3385ff;
  fill: #06f;
}

@media (min-width: 768px) {
  .button-58 {
    min-width: 170px;
  }
}

.link-secondary {
  text-decoration: none;
}

.table-shadow {
  box-shadow: 10px 10px 20px 2px #9f7fa1;
}

.table-shadow-minimal {
  box-shadow: 0px 0px 15px 1px #7f7f80;
}

.border-right {
  border-right: 1px solid #55f4d4;
}

.input-like-table-cell {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: border-box; /* Ensures padding does not add to the width */
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.table-auto {
  table-layout: auto;
  width: 100%;
}

.small-font {
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
}