﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: .5rem;
  left: .5rem;
  z-index: 1100;
  padding: .5rem .75rem;
  color: #fff;
  background: #1b1b18;
  border-radius: .25rem;
  transform: translateY(-200%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

/* Provide sufficient contrast against white background */
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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  scroll-padding-top: 4.5rem;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 96px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 84px;
  padding: .7rem 0;
  white-space: normal;
  line-height: 1.45;
}

.deck-profile-list {
  column-gap: 3rem;
  columns: 16rem auto;
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}

.deck-profile-list li {
  break-inside: avoid;
}

.deck-history {
  margin: 2rem 0;
}

.deck-history__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.deck-history__filter {
  min-width: 12rem;
}

.deck-history__chart {
  position: relative;
  min-height: 24rem;
}

@media (max-width: 575.98px) {
  .deck-history__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .deck-history__filter {
    width: 100%;
  }
}
.mana-symbol {
    display: inline-block;
    height: 1.18em;
    margin: 0 0.035em;
    max-width: none;
    object-fit: contain;
    vertical-align: -0.2em;
    width: 1.18em;
}
