.sidebar {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100vh;
    width: 40vw;
    /*resize: horizontal;*/
    /*background-color: #b4b1b0;*/
    background: linear-gradient(to top, #b2413d 0%, #7a101b 100%);
}

.list-title {
    font-size: 1.2em;
}

.list-content {
    font-size: 0.8em;
}

.btn {
    outline: none;
    border: none;
}

.btn.active.focus, .btn.active:focus,
.btn.focus, .btn:active.focus,
.btn:active:focus, .btn:focus{
    outline: none !important;
    border: none;
    box-shadow: none;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.custom-control-label::before {
    background-color: #572126 !important;
     box-shadow:none !important;
    outline:0 !important;
}

.custom-control-label:focus,
.custom-control-label:active{
    box-shadow:none !important;
    outline:0 !important;
}

/*.custom-control-input:checked{*/
    /*background: red;*/
/*}*/