﻿@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    font-family: 'Miriam Libre', sans-serif;
}

.debug-only {
    display: none !important;
}

.header-logo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    padding: 44px 16px;
    font-size: small;
    color: white;
}

.header-logo.bundle {
    padding: 12px 36px;
}

.header-logo a {
    color: inherit;
    opacity: 0.6;
    text-decoration: underline;
}

.header-logo a:hover {
    opacity: 1.0;
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/loading.gif');
    background-size: contain;
    vertical-align: sub;
    margin: 0 4px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

div.shade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    z-index: 2000000;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
    backdrop-filter: blur(4px);
}

.modal-content {
    box-shadow: 0 0 40px black;
}

div.shade > div {
    margin: 5em auto;
    background-color: white;
    color: black;
    padding: 2em;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 0 40px black;
}

div#overlay > div {
    text-align: center;
    width: 40%;
    min-width: 600px;
    font-size: xx-large;
    font-weight: bold;
}

.dialog-payment-details {
    width: 80%;
    min-width: 600px;
    max-width: 1500px;
}

.dialog-submit-summary {
    width: 80%;
    min-width: 600px;
    max-width: 1000px;
}

td > .subtext {
    padding-left: 2rem;
}

.help {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.copy-to-clipboard {
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 24px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

table.middle > * > tr > *, table.middle > tr > *, tr.middle > * {
    vertical-align: middle;
}

tr.muted > td {
    color: var(--bs-gray-500) !important;
}