#CybotCookiebotDialogBodyContentTitle {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #292929 !important;
}

#CybotCookiebotDialogBodyContent {
    padding: 20px 0 10px 5px !important;
}

#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}

#CybotCookiebotDialog {
    box-shadow: none !important;
    background: rgb(245, 245, 245) !important;
}

#CybotCookiebotDialogBodyContentText {
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    line-height: 18px !important;
    color: #666666 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    padding: 7px 20px 6px !important;
    font-size: 12px !important;
    border: none !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background: rgb(13, 94, 157) !important;
    border: 1px solid #0064C0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background: #f5f5f5 !important;
    color: #0064C0 !important;
    border: 1px solid #0064C0 !important;
}

a.CybotCookiebotDialogBodyButton:focus {
    outline: none !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane, #CybotCookiebotDialogBodyLevelDetailsWrapper {
    border: none !important;
    padding-left: 2px !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
    display: inline-block !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: flex !important;
    width: 100% !important;
    flex-direction: row-reverse !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
    background: none !important;
}

@media (max-width: 767px) {
    #CybotCookiebotDialogBody {
        padding: 10px 20px !important;
    }

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        display: block !important;
    }

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
        width: auto !important;
    }

    #CybotCookiebotDialogBodyLevelButtonWrapper {
        display: block !important;
        margin-bottom: 10px !important;
    }

    /*cookie consent*/
    .cc-window {
        display: block;
        text-align: center;
        margin-bottom: 0;
    }
}
