.twoClickCookieButton .switch input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.twoClickCookieButton .switch .slider.round {
    pointer-events: none;
}

.modal_revoke .switch input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal_revoke .switch .slider.round {
    pointer-events: none;
}

.cookie_revoke_wrapper>div {
    display: flex;
}
