#cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
    z-index: 999;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    height: auto;
    max-height: 70%;
    overflow-y: auto;
}

#cookieNotice #cookieNoticeAgreeBtn {
    display: inline-block;
}

#cookieNotice #cookieNoticeSettingsBtn {
    display: inline-block;
}

#cookieNotice #cookieNoticeSettingsCloseBtn {
    display: none;
}

#cookieNotice .cookieNoticeSettings {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

#cookieNotice .cookieNoticeSettings .form-check {
    margin-right: 1rem;
}

#cookieNotice input[type='checkbox'] {
    display: inline-block;
}

input[type="checkbox"]:not(:checked) + label {
    color: #FFF;
}