.status-box {
    border-radius: 8px;
    padding: 20px;
    position: relative;
    margin-top: 15px;
}
.status-header {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table td,
.table th {
    vertical-align: middle;
    border: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    background-color: white;
    transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}
.btn-sm {
    min-width: 110px;
}
.btn-lg {
    font-size: 1.5rem;
    padding: 10px 40px;
}