html, body, #root {
    height: 100% !important;
}

ul {
    margin-bottom: 0 !important;
}

.view-center {
    height: 100% !important;
    display: flex;
    align-items: center;
}

.view-center > div {
    flex-grow: 1;
}

.card-background {
    background-color: rgba(0, 0, 0, 0.10);
}

.modal-footer.adaptive-mobile {
    padding: 0;
}

.modal-footer.adaptive-mobile > div {
    margin: 0;
}

.modal-footer.adaptive-mobile > div > button {
    width: 100%;
    border-radius: 0;
}

.modal-footer.adaptive-mobile > div:first-child > button {
    border-bottom-left-radius: var(--bs-btn-border-radius);
}

.modal-footer.adaptive-mobile > div:last-child > button {
    border-bottom-right-radius: var(--bs-btn-border-radius);
}
