.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
    margin: 3rem 0 6rem;
}
.laptop {
    margin-top: 8rem !important;
}

.site-subscribe .h2 {
    margin-bottom: 1rem;
}

.alert {
    --bs-alert-border-radius: var(--bs-border-radius-xl);
}

.live-alerts {
    height: auto;
}

@media (min-width: 992px) {
    .live-alerts {
        width: 100%;
    }
}

.alert-wrapper.hide {
    opacity: 0;
}

.alert-wrapper {
    position: absolute;
    right: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.btn-run-stop.btn-secondary .btn-inner-to-stop {
    display: none;
}
.btn-run-stop.btn-primary .btn-inner-to-run {
    display: none;
}

main {
    margin-bottom: 4rem !important;
}
footer {
    margin-top: auto !important;
}
.live-alerts {
    z-index: 9999 !important;
}