html #CybotCookiebotDialog {
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100% !important;
    transform: scale(1) !important;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    margin: 0 !important;
    transform: translate(-50%,-50%) !important;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    max-height: calc(100% - 35px);
    border: none;
}

html #CybotCookiebotDialog * {
    box-sizing: border-box;
}

html #CybotCookiebotDialogBody {
    padding: 0;
}

html #CybotCookiebotDialogPoweredbyLink {
    position: static;
    display: none !important;
}

html #CybotCookiebotDialogBodyContent {
    background: #eef2f2;
    padding: 30px !important;
    margin: 0;
    width: 100%;
}

html #CybotCookiebotDialogBodyContentTitle {
    font-size: 22px;
}

html #CybotCookiebotDialogBodyContentText {
    padding: 30px 0 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.3 !important;
}

html #CybotCookiebotDialogBodyLevelWrapper {
    padding: 0 !important;
}

html #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    margin: 0;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px !important;
}

html .CybotCookiebotDialogBodyButton {
    width: 100% !important;
    height: auto !important;
    padding: 18.5px 15px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: normal !important;
    outline: 0 !important;
    min-width: 150px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all .3s ease;
    overflow: hidden;
    font-weight: 600 !important;
}

html #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    color: #fff !important;
    border: 1px solid #d0d5da !important;
    background: #d0d5da !important;
}

html #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    color: #fff !important;
    border: 1px solid #425563 !important;
    background: #425563 !important;
}

html #CybotCookiebotDialogBodyLevelButtons {
    margin: 0 !important;
    padding: 0 30px 30px !important;
    width: 100% !important;
}

html #CybotCookiebotDialogBodyLevelButtonsTable {
    width: 100% !important;
}

html #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    padding: 10px !important;
}

html #CybotCookiebotDialogBodyLevelDetailsWrapper {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    display: inline-block;
    padding: 1px 4px 3px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
    height: 16px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

html #CybotCookiebotDialogDetail {
    margin: 0;
    padding: 0 18px 60px !important;
}

@media (min-width: 768px) {
    html #CybotCookiebotDialogBodyLevelButtonsSelectPane {
        text-align: center;
    }
    
    html #CybotCookiebotDialog {
        max-width: 650px;
        border-radius: 0;
    }
    
    html .CybotCookiebotDialogBodyButton {
        font-size: 14px !important;
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    html .CybotCookiebotDialogBodyButton {
        font-size: 12px !important;
        max-width: 85%;
        margin: 10px auto !important;
    }
}