body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 330px;
}

.footer-distance-fitter {
  flex-grow: 1;
}

th {
  background-color: #e5e5e5;
}

@media (max-width: 720px) {
  .articel-spacer {
    height: fit-content;
    margin-top: 24px;
  }
}

@media (min-width: 720px) {
  .articel-container {
    max-width: 220px;
  }
}

.normal-btn {
  background: rgb(211,0,28);
  padding: 6px 24px;
  height: fit-content;
  border: none;
}

.normal-btn:hover {
  background: rgb(211,0,28);
}

.normal-btn:active {
  background: rgb(176,0,23) !important;
}


.normal-btn:disabled {
  background: #b0afba;
}

.normal-checkbox:checked {
  accent-color: rgb(211,0,28);
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select {
  appearance: none;
  padding: 2px 16px;
  padding-right: 36px;
  background-color: #feefee;
  color: #d3001c;
  font-size: 16px;
  width: 150px;
  border-radius: 40px;
  border: none;
}

.custom-select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #d3001c;
}

.pop-up-content-wrapper {
  position: absolute;
  width: 90vw;
  max-height: 80vh;
  overflow: hidden;
  max-width: 600px;
  overflow-y: auto;
  background: #fcfcfc;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.pop-up-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99;
}

.close-popup-icon {
  color: rgb(33,37,41);
}


.export-banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}

.export-banner-content-wrapper {
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.export-banner-content {
  width: 100%;
  max-width: 1400px;
}


.billed-none {
  border: none;
  aspect-ratio: 1;
  border-radius: 12px;
  background-color: rgb(229, 229, 229) !important;
  color: #2c3c56!important;
  opacity: 1 !important;
}

.billed-active {
  border: none;
  aspect-ratio: 1;
  border-radius: 12px;
  background-color: rgb(21, 159, 117)!important;;
  color: #094f2a!important;
  opacity: 1 !important;
}

@media (max-width: 500px) {

  .billed-active {
    width: 32px !important;;
    height: 32px !important;;
    border-radius: 6px !important;;
    font-size: 16px !important;
    padding: 0;
  }


  .billed-none {
    width: 32px !important;;
    height: 32px !important;;
    border-radius: 6px !important;;
    font-size: 16px !important;
    padding: 0;
  }

}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select {
  appearance: none;
  padding: 3px 16px;
  padding-right: 36px;
  background-color: #feefee;
  color: #d3001c;
  font-size: 16px;
  width: 170px;
  border-radius: 40px;
  border: none;
}

.custom-select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #d3001c;
}

.small-button {
  background: rgb(211,0,28);
  padding: 6px 12px;
  height: 38px;
  border: none;
}


.small-button:hover {
  background: rgb(211,0,28);
}

.small-button:active {
  background: rgb(176,0,23) !important;
}

.article-grid-template {
  grid-template-columns: 1fr 0.5fr 1.5fr;
}


@media (max-width: 700px) {
  .article-grid-template {
    grid-template-columns: 1fr 1fr 1.25fr;
  }
}

@media (max-width: 900px) {
  .article-grid-template {
    grid-template-columns: 1fr 0.75fr 1.5fr;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}