body {
    padding: 16px 0;
    background: url('/static/bg.webp') repeat;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: white !important;
    z-index: 2;
}
.sticky-col.bg-success {
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

hr {
    margin: 0.25rem 0;
}

p {
    margin-bottom: 0;
}

.question {
    margin-bottom: 1rem;
}
.bold-border {
    border-bottom: 2px double #000;
}
.name {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
}

header {
    margin-bottom: 3rem;
}
.visible-bg {
    background-color: #fff;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#liveAlertPlaceholder {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1000;
}

.center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}