#cookie_future {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    box-shadow: #121212 2px 2px 14px 2px;
    z-index: 9999;
}

#cookie_future * {
    font-size: 12px;
}

.checkboxes {
    margin-top: 10px;
}

.checkboxes label {
    margin-right: 5px;
}

.cookies_list {
    max-height: 200px;
    overflow: scroll;
    width: 100%;
    display: none;
}

#cookie_future .checkboxes form {
    display: flex;
    justify-content: space-between;
}

#cookie_future .checkboxes .btns {
    display: flex;
}
#cookie_future .checkboxes .btns .btn{
    padding: 3px 10px;
    min-width: 30px;
}