html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.repeat-purchase-cell-sm {
    width: 60px;
    vertical-align: middle;
}

.repeat-purchase-rowhead-sm {
    width: 40px;
    vertical-align: middle;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

#saveBanner {
    position: fixed;
    bottom: -80px;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #0d6efd;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    transition: bottom 0.3s ease-in-out;
    border-top: 1px solid #0d6efd;
}

#saveBanner.show {
    bottom: 0;
}

summary {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.icon-expand-collapse {
    font-size: 1.5rem;
    margin-right: 8px;
    width: 1.5rem;
    transition: transform 0.3s ease;
}

details[open] .icon-expand-collapse, .icon-expand-collapse-open {
    transform: rotate(180deg);
}

.footnotes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footnotes li {
    position: relative;
    padding-left: 2em;
    text-indent: 0;
}

.footnotes li::before {
    content: attr(data-marker);
    position: absolute;
    left: 0;
}
