.container {
    margin-top: 64px;
    margin-bottom: 64px;
}

.space {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.list-group {
    width: auto;
    max-width: 460px;
    margin: 0 auto
}

.bootstrap-logo {
    width: 32px;
    height: 32px;
}

.form-check-input:checked + .form-checked-content {
    opacity: 50%;
}

.list-group-checkeable .list-group-item {
    border-radius: 8px;
    cursor: pointer;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.list-group-item-check:checked + .list-group-item {
    background-color: #0d6efd;
    color: #fff;
}

.list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

