/* Support.css */

/* Cookiebot fixes */
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons button,
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-show-consent-details:hover {
    color: inherit !important;
}

#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-show-consent-details {
    color: #1032CF !important;
}

#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-show-consent-details:hover {
    background: none !important;
    color: #1032CF !important;
    text-decoration: underline !important;
}

#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons button#CookiebotWidget-btn-withdraw:hover {
    background-color: #fff !important;
    color: inherit !important;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-change{
    color: #fff !important;
    background-color: #E59C0A !important;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover{
    background-color: #24292B !important;
    opacity: 1 !important;
}

#CookiebotWidget .CookiebotWidget-logo:hover{
    background: none !important;    
}
#CookiebotWidget .CookiebotWidget-logo:hover svg g circle{
    fill: #E59C0A !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline{
    color: #141414 !important;
    border: 2px solid #E59C0A !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline:hover{
    color: #fff !important;
    background-color: #24292B !important;
    opacity: 1 !important;
}