#aw-gdpr-cookie-message {
    position: fixed;
    top: 50%; /* Move o elemento para o meio vertical da página */
    left: 50%; /* Move o elemento para o meio horizontal da página */
    transform: translate(-50%, -50%); /* Centraliza o elemento em relação ao novo ponto de referência */
    max-width: 400px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);   
    font-family: system-ui;
    z-index: 9999999;
}
#aw-gdpr-cookie-message h4 {
    color: #222;   
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 10px 0;
}
#aw-gdpr-cookie-message h4 i {
    font-size: 1.2em; 
    margin-right: 10px;
}
#aw-gdpr-cookie-message h5 {
    color: #ff1457;  
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#aw-gdpr-cookie-message p, #aw-gdpr-cookie-message ul {
    color: #444;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}
#aw-gdpr-cookie-message p:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    grid-gap: 20px;
    margin-top: 15px;
}
#aw-gdpr-cookie-message p.close {
    width: 100%; 
    text-align: right;
}
#aw-gdpr-cookie-message p.close a  {
    font-size: 1.6em;
    color: #ff5b57;
    border: none;
    background: white;
}
#aw-gdpr-cookie-message p.close a:hover  {
    color: #ff8b88;
}
#aw-gdpr-cookie-message p.btn-link {
    width: 60%; 
    margin-top: 25px;
}
#aw-gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#aw-gdpr-cookie-message a {
    border: none;
    background: #003e71;
    color: white;
    font-size: 1em;
    font-weight: 600;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
#aw-gdpr-cookie-message a:hover {
    background: #0070cc;
}
#aw-gdpr-cookie-message a.pref {
    border: none;
    background: none;
    color: #555;
    font-size: 1em;
    font-weight: 600;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #666;
    cursor: pointer;
    transition: all 0.3s ease-in;
    width: 100%;
    text-align: center;
}
#aw-gdpr-cookie-message a.pref:hover {
    background: white;
    color: #ff1457;
    transition: all 0.3s ease-in;
}
#aw-gdpr-cookie-message button,
button#aw-ihavecookiesBtn {
    border: none;
    background: -webkit-linear-gradient(left, #ffbd84 0%,#ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0%,#ff1f8e 100%);
    color: white;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    width: 100%;
}
#aw-gdpr-cookie-message button:hover {
    background: white;
    color: #ff1457;
    transition: all 0.3s ease-in;
}
button#aw-gdpr-cookie-advanced {
    background: white;
    color: #050748;
}
#aw-gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#aw-gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media only screen and (max-width:767px) {
    #aw-gdpr-cookie-message {
        position: fixed;
        right: 0;
        left: 50%;
        top: 20%;
        transform: translateX(-50%); /* Move o elemento para que seu centro fique em x no ponto 50% */
        max-width: 90%;       
        width: 90%;
    }
}

@media only screen and (max-width:353px) {
    #aw-gdpr-cookie-message p.btn-link {
        width: 70%; 
        margin-top: 25px;
    }
}
