/* cookie bot */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: flex !important;
}

.CybotCookiebotDialogBodyButton {
    display: inline-block;
    width: 100%;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #00ABEF !important;
    border: none !important;
    width: 100%;
    border-radius: 4px;    
}
a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #00ABEF !important;
    border: none !important;
    width: 100%;
    border-radius: 4px;
}

/*cookiebot*/
@media only screen and (min-width: 1024px){
    #CybotCookiebotDialog {
        width: 100% !important;
        float: left !important;
    }
    }
    @media only screen and (min-width: 992px){
    #CybotCookiebotDialog {
        width: 100% !important;
        float: left !important;
    }
    #CybotCookiebotDialogBody {
        max-width: 830px !important;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px){
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        display: flex !important;
    }
    a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
        margin-left: 10px !important;
    }
}
@media only screen and (max-width: 767.98px){
    #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    width: 100% !important;
    display: block;
    margin-left: 0;
    color: white !important;
    }
    #CybotCookiebotDialogBodyLevelWrapper {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        display: block !important;
        width: 100% !important;
    }
    #CybotCookiebotDialogBody {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    #CybotCookiebotDialogBodyContentTitle {
        padding-top: 5px !important;
    }
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
    background-image: url(/media/eydapp-check-arrow.png) !important;    
}
#CybotCookiebotDialogBody {
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left:15px !important;
    padding-right:15px !important;
}
div#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}
#CybotCookiebotDialogBodyContent {
    min-height: 32px;
    font-size: 9.5pt;
    font-weight: 400;
    line-height: 130%;
    padding: 12px 0 10px 0px !important;
}
#CybotCookiebotDialog *{
    color :#033974 !important;
}


#CybotCookiebotDialogBodyContentTitle {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #033974 !important;
    display: block;
    position: relative !important;
    padding-left: 35px !important;
    margin: 2px 0 16px !important;
    padding-top: 5px !important;
}

#CybotCookiebotDialogBodyContentTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/media/eydap-cookie-icon.svg);
    width:22px;
    height: 22px;
    background-size: contain;
    
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
    font-family: Arial,Helvetica,Verdana,sans-serif !important;
}

#CybotCookiebotDialogBodyContentText {
    text-align: justify;
    font-size: 14px !important;
    color: #033974 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    float: right !important;
    margin-left: 0;
    margin-right: 0;
    pointer-events: auto;
    padding-bottom: 2px;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #fff !important;
    border: 1px solid rgba(19,19,19,0.5) !important;
    padding: 5px 10px 5px;
    color: #fff !important;
    text-decoration: none;
    height: 31px !important;
    z-index: 10;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    line-height: 31px !important;
    width: inherit !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    /*background-color: #FFF !important;*/
    /*border: 1px solid #033974 !important;*/
    border-radius: 4px;
    color:white !important;
    margin-left: 0px !important;
    height: 31px !important;
    line-height: 31px !important;
    white-space: pre-wrap !important;
    width: inherit !important;    
    background-color: #00ABEF !important;
    border: none !important;       
}

#CybotCookiebotDialogBodyLevelButtons {
    margin-left: 0px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    margin-right:10px;   
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    padding: 5px;   
}