/* cookiebot tweaks */

.CybotCookiebotDialogBodyButton {
    border-radius: 999px;
    padding: .375rem .75rem !important;
}

#CybotCookiebotDialogBodyButtonAccept::before {
    content: "\F00C";
    font-weight: 700;
    display: inline-block;
    margin-right: 0.4em;
    font-family: "font awesome 5 free";
    font-style: normal;
}

body.cookiebot-modal-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}