body {
  margin-top: 20px;
}

#main-container {
  max-width: 1160px;
  padding-top: 20px;
  font-family: 'D-DIN', sans-serif;
}

#auth-container {
  max-width: 360px;
}

#authlink-container {
  max-width: 410px;
}

.x-logo {
  max-width: 100px;
}

h1 {
  margin-bottom: 2rem;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../js/lib/fonts/D-DIN.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../js/lib/fonts/D-DIN-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* disable links */
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* show the user that the item is clickable */
.link-item {
  cursor: pointer;
}

#user-search td {
  padding: 0.8em;
  /* default padding is bananas */
}

#user-search td:last-child,
th:last-child {
  text-align: right;
}

.card-text div {
  margin-bottom: 0.3em;
}

#nav-faq {
  color: white;
}

/* just a little nudge to what to do */
#search4user {
  width: 400px;
  filter: drop-shadow(0 0 0.75rem #cecece);
  animation:
    levitate 5s ease-in-out infinite;
}

@keyframes levitate {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -1rem);
  }
}



.squeeze {
  max-width: 100%;
  max-height: var(--squeeze-max-height, 100px);
  width: auto;
  height: auto;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .btn-full-width {
    width: 100% !important;
  }
}

.key-container .thumbnail {
  min-width: 200px;
  background-image: linear-gradient(to bottom right, var(--bs-blue), var(--bs-body-bg));
}

.code {
  font-family: monospace;
  text-transform: uppercase;
}

.template {
  display: none;
}

#sidebar-menu hr {
  color: white;
}

#cards-toprow {
  margin-bottom: 15px;
}

.card-header:first-child {
  border-top-left-radius: 0;
}

.bg-danger,
.bg-primary,
.bg-warning {
  color: var(--bs-body-bg);
}

#topbar-menu {
  height: 60px;
  border-bottom: 1px solid #444444;
}

#spaceid-navbar a {
  margin-right: 8px;
  font-size: 18px;
  /* ~1.13rem */
  font-weight: 500;
}

#spaceid-navbar a.nav-link:hover {
  background-color: var(--bs-gray-400);
}

#spaceid-navbar #nav-faq {
  font-size: 10px;
  font-weight: normal;
}

#spaceid-navbar #nav-logout {
  font-size: 1.8em;
  color: white;
}

#spaceid-navbar #bypass-mainsite {
  font-size: 15px;
}

#navbar-title {
  margin-bottom: 0px;
  color: white;
}

/* ---------- */

#user-search td img {
  max-width: 64px;
}

#user-search th:first-of-type {
  min-width: 93px;
}

#user-search tbody tr {
  height: 95px;
}

#user-search td {
  font-size: 1.15em;
}

.card-min-width {
  min-width: 540px;
}

.card-min-height-100 {
  min-height: 100%;
}

.card-min-height-50px {
  min-height: 50px;
}

.card-top-spacing {
  margin-top: 120px;
}

.phone-num1 {
  max-width: 75px;
}

.phone-num2 {
  max-width: 90px;
}

/* smaller cousin for the azuremfa content box */
.card-top-spacing-90 {
  margin-top: 90px;
}

#azuremfa-download-h3 {
  font-size: 26px;
}

.reenroll-required {
  border-left: 4px solid red;
  border-right: 4px solid red;
}

.tiny {
  font-size: 9px;
}



/* ---------- Footer ---------- */
body {
  margin-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  /* Set the fixed height of the footer here */
  line-height: 80px;
  /* Vertically center the text there */
}

.authlink-box {
  max-height: 40px;
  max-width: 400px;
}

.authlink {
  overflow-x: auto;
  white-space: nowrap;
  --webkit-overflow-scrolling: touch;
  cursor: text;
  scrollbar-width: none;
}
