html body #CybotCookiebotDialog {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    width: 100% !important;
    height: 100vh !important;
    transform: none !important;
    background-color: rgba(0, 56, 108, 0.7);
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody {
    width: 1200px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
    padding: 0;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody {
    margin: auto;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink {
    display: none;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentText {
    color: #fff;
    text-align: center;
}

#CybotCookiebotDialogBodyContentText p{
    font-size: 14px !important;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    margin-top: 50px;
    padding: 0;
    text-align: center;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonDecline {
    display: inline !important;
    font-size: 14px;
    background: none;
    border: none;
    border: 1px solid #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    width: 300px !important;
    margin-left: 20px !important;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonAccept {
    font-size: 14px;
    background: unset;
    border: unset;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    width: 300px !important;
    margin-left: 20px !important;
}
html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonDecline:hover {
    color: #fff;
}

html
    body
    #CybotCookiebotDialog
    #CybotCookiebotDialogBody
    #CybotCookiebotDialogBodyButtons
    #CybotCookiebotDialogBodyButtonDetails {
    position: absolute;
    right: 0;
    color: #fff;
    background-image: unset !important;
}

html body #CybotCookiebotDialog a,
html body #CybotCookiebotDialog a:hover {
    color: #fff;
}
html body #CybotCookiebotDialogDetail {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonDecline {
        display: inline-block !important;
        margin: auto;
        padding: 11px 11px !important;
        margin-left: unset;
    }
    html
        body
        #CybotCookiebotDialog
        #CybotCookiebotDialogBody
        #CybotCookiebotDialogBodyButtons
        #CybotCookiebotDialogBodyButtonDetails {
        display: none;
    }

    html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
        font-size: 25px;
    }
}
