[scope=row] {
    text-align: center;
}
tr.accordion-header:hover {
    cursor: pointer;
    background-color: #444444;
}

.form-switch .form-check-input {
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:focus {
    box-shadow: 0 0 2px 2px #cc4000 !important;
}

.input-group {
    width: 13%;
    min-width: 170px;
}