#lgpd-banner {
        background-color: #fff;
        position: fixed;
        bottom: 12px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        z-index: 9999;
        transform: translateX(-50%);
        left: 50%;
        border-radius: 5px;
        box-shadow: rgb(170, 170, 170) 0px 0px 10px;
        border-radius: 12px;
    }
    #lgpd-banner p {
            margin: 0;
    }
    .btn_bytecookies {
        min-width: 215px;
    }
    button#lgpd-accept {
        float: right;
    }
    button#lgpd-reject {
        float: left;
    }
    button#lgpd-accept {
        background: #0000d5 !important;
        color: #fff !important;
    }
    button#lgpd-accept,
    button#lgpd-reject {
        display: block;
        min-width: 105px;
        border-radius: 8px;
        border: solid 1px #0000d6;
        background: #fff;
        color: #0000d6;
        font-size: 16px;
        padding: 8px;
    }
    div#lgpd-banner p {
        font-size: 14px;
        padding-right: 15px;
        line-height: 19px;
    }
    
    div#lgpd-banner a {
        color: #0000d6;
    }
    button#lgpd-accept:hover {
        border: solid 1px #000088;
        color: #000088;
    }
    div#lgpd-banner a:hover {
        color: #000088;
    }

@media(min-width: 1399px){
        div#lgpd-banner {
                width: 1296px;
        }
}
@media(max-width: 1399px){
        div#lgpd-banner {
                width: 1116px;
        }
}
@media(max-width: 1199px){
        div#lgpd-banner {
                width: 936px;
        }
}
@media(max-width: 991px){
        div#lgpd-banner {
                width: 696px;
        }
}
@media(max-width: 768px){
        div#lgpd-banner {
                width: 516px;
                display: block;
        }
        div#lgpd-banner p {
                padding-right: 0;
                margin-right: 0;
        }
        div#lgpd-banner button {
                width: 49%;
                margin-top: 15px;
        }
}
@media(max-width: 575px){
        div#lgpd-banner {
                width: calc(100% / 1 - 23px);
        }
}