#cookieBar {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

#cookieSettingsModal label {
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-check-input:focus {
    border-color: inherit;
    box-shadow: none;
}