html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.header-full {
    background-color: rebeccapurple;
    color: white;
    text-align: center;
    font-weight: bolder;
    border-radius: 10px;
}

.header-top {
    background-color: rebeccapurple;
    color: white;
    text-align: center;
    font-weight: bolder;
    border-radius: 10px 10px 0 0;
}

.round-top {
    border-radius: 10px 10px 0 0;
}

.round-bottom {
    border-radius: 0 0 10px 10px;
}

.form-control {
    background-color: #E7E7E7 !important;
    color: #000 !important;
    border-color: #000 !important;
}

.block-section-background {
    background-color: gainsboro !important;
}

.statRed {
    background-color: #9F0205;
    color: white;
}

.statOrange {
    background-color: #FF8C01;
    color: white;
}

.statYellow {
    background-color: #FEE000;
}

.statGreen {
    background-color: #006B3E;
    color: white;
}

.grouped-select option {
    font-weight: bold;
}

.grouped-select optgroup {
    color: #000000 !important;
}

.AbsorbRating {
        color: #18247E !important;
        font-weight: bold !important;
    }
.AccuracyRating {
    color: #F08606 !important;
    font-weight: bold !important;
}
.AlacrityRating {
    color: #0BBA28 !important;
    font-weight: bold !important;
}
.CriticalRating {
    color: #BA0B0B !important;
    font-weight: bold !important;
}
.ShieldRating {
    color: #35B1F3 !important;
    font-weight: bold !important;
}

.btn-exiles {
    --bs-btn-bg: rebeccapurple !important;
    --bs-btn-color: #FFF !important;
}

.form-check-input:checked {
    background-color: rebeccapurple !important;
    border-color: rebeccapurple !important;
}