#CybotCookiebotDialog {
    border-radius: 12.8px !important;
    font-family: 'Figtree' !important;

    .font-bold {
        font-family: 'Figtree Bold' !important;
    }

    a {
        font-family: 'Figtree Bold' !important;
    }

    .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
        input:focus-visible + span {
            outline: 2px solid #234F8F !important;
        }
    }

    :focus-visible {
        outline: 2px solid #234F8F !important;
    }

    .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
        text-transform: uppercase;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    .CybotCookiebotDialogDetailBulkConsentCount {
        width: 1.625rem;
        height: 1.625rem;
        align-content: center;
        margin-top: -0.25rem !important;
        padding: 0 !important;
        line-height: 0 !important;
    }

    .CybotCookiebotDialogNavItems {
        flex-direction: unset !important;
    }
}

#CybotCookiebotDialogFooter {
    .CybotCookiebotDialogBodyButton {
        border-radius: 12.8px !important;
    }
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 0 !important;
    border-width: 1px !important;
}

#CybotCookiebotDialog { 
    border-radius: 0 !important;
    box-shadow: 0px 0px 0 1000px rgba(0, 0, 0, 0.1) !important;
}
#CybotCookiebotDialogPoweredbyImage {
    max-height: 2.5em !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel {
    padding: 0 0 60px;
    margin-bottom: -50px !important;
    z-index: 9;
}

body.body-blur::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10000001;
}
/*pointer events fix for switchers*/
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
    pointer-events: all;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton{
    display: flex;
    flex-direction: row;
}
#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialogPoweredByLink {
    display: none !important;
}

#CybotCookiebotDialog, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 12.8px !important;
}

.CybotCookiebotDialogNavItemLink,
.CybotCookiebotDialogBodyContentHeading,
.CybotCookiebotDialogBodyButton {
    font-family: 'Figtree Bold' !important;
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

.CybotCookiebotDialogDetailBulkConsentCount {
    width: 26px !important;
    height: 26px !important;
    font-family: 'Figtree Bold' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton::before {
    width: 6px !important;
    height: 6px !important;
}
