#CybotCookiebotDialog {
    display: block;
    opacity: 1;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    transform: scale(0.94);
    transform-origin: center !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #0d5979 !important;
    border: 1px solid #0d5979 !important;
}

.CookieDeclaration::-webkit-scrollbar {
    width: 5px;
}

.CookieDeclaration::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.CookieDeclaration::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
    border: 4px solid #010101;
}

.CookieDeclaration {
    scrollbar-width: thin;
    scrollbar-color: #010101 #ffffff;
    
    height: 70vh;
    width: 50% !important;
    left: 25%;
    position: fixed;
    top: 100px;
    background-color: #fff !important;
    padding: 20px;
    font-family: Arial;
    box-shadow: -5px 19px 50px #010101;
    overflow: auto;

    display: none;
    z-index: 111111;
}

.CookieDeclarationDialogText, .CookieDeclarationIntro, .CookieDeclarationLastUpdated {
    margin: 0 0 14px 0;
    font-size: 14px !important;
}

.CookieDeclaration p, #CookieDeclarationUserStatusLabelOn, .CookieDeclarationTableCell {
    font-size: 14px !important;
}

#CookieDeclarationChangeConsent {
    margin-top: 20px;
}

#CookieDeclarationChangeConsentChange  {
    color: #fff !important;
    border: 1px solid green !important;
    padding: 5px !important;
    text-decoration: none !important;
    background-color: green !important;
}

#CookieDeclarationChangeConsentWithdraw  {
    color: #fff !important;
    border: 1px solid red !important;
    padding: 5px !important;
    text-decoration: none !important;
    background-color: red !important;
}

.CookieDeclarationLastUpdated a,
.CookieDeclarationTableCell a {
    color: #010101 !important;
}


#CookieDeclarationUserStatusLabel {
    line-height: 130%;
}

#CookieDeclarationUserStatusLabelConsentId,
#CookieDeclarationUserStatusLabelConsentDate {
    font-weight: 700;
}

#CybotCookiebotDialogPoweredbyLink {
    position: relative;
    left: 50%;
    transform: translateX(-60px);
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: flex !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    padding: 10px 5px;
    text-transform: uppercase;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: green !important;
    border: 1px solid green !important;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
    margin: 20px 0 !important;
}

#CybotCookiebotDialogBodyLevelWrapper {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}


@media only screen and (max-width: 1024px) {
    #CookieDeclarationUserStatusLabelWithdraw {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .CookieDeclaration {
        height: 70vh;
        width: 100% !important;
        left: 0 !important;   
    } 
}