body {
    background-color: black !important;
    color: white !important;
    font-family: 'Cinzel', serif;
}

.acds-container {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 20px;
}

.acds-clickable:hover {
    cursor: pointer;
}

.acds-element {
    background-color: black !important;
    color: white !important;
}

.acds-bottom-text {
    outline: 0;
    border-width: 0 0 1px;
    width: 100%;
}

.modal-content {
    background-color: black;
}

.modal-body {
    background-color: black;
}

.modal-header {
    border-bottom: 1px solid #222222;
}

.modal-footer {
    border-top: 1px solid #222222;
}

.form-control:focus,
.form-select:focus {
    border-color: #aa2121;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #aa2121;
}

.btn-link.h4 {
    font-size: calc(1.275rem + .3vw);
}

.toast-header {
    background-color: rgb(22, 22, 22);
    color: lightgray;
}

.table-dark {
    --bs-table-bg: black;
}

.unconscious {
    filter: brightness(10%);
}

.toast-container {
    z-index: 1020;
}

a:link, .btn-link,
a:visited, .btn-link:visited {
    text-decoration: none;
    color:#ffffff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-radius: 5px;
    border-color: #ffffff2a;
    margin: 2px;
    transition: 0.2s;
}

a:hover, .btn-link:hover {
    border-width: 0px;
    background-color: #ffffff;
    color: #000;
    padding: 5px;
}

a:active, .btn-link:active {
    border-width: 0px;
    background-color: #ffffff;
    color: #000;
    padding: 5px;
}

#diceRoll .loading {
    height: 100%;
}

#diceRoll .modal-body {
    height: 120px;
}

#generalDiceRoll img {
    max-height: 75px;
}

#diceResultDescription {
    opacity: 0;
    transition: 1s;
}

#diceResultDescription.show {
    opacity: 1;
}

.dice20-forced-input {
    background-color: #000;
    color: #fff;
    border: 1px solid #444;
    width: 100px;
}

.dice20-forced-input:focus {
    background-color: #000;
    color: #fff;
    border-color: #888;
    box-shadow: none;
}

.dice20-forced-input::-webkit-inner-spin-button,
.dice20-forced-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

