#cookie-accept{
    background-color: #07862e;
    font-size: 13px;
    padding: 5px 10px;
}

#coolie_para{
    width: 65%;
    font-size: 13px;
}

#cookie-preferences-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie-preferences-modal > div {
    max-width: 50%;
    max-height: 62%;
}

/* Ensure the modal is responsive */
#data-policy-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal content styling */
#data-policy-modal > div {
    max-width: 90%;
    max-height: 90%;
}

#cookie-consent-banner{
    box-shadow: 0 0px 8px 0px #0000005c;
}

#cookie-reject{
    border: 3px solid #07862e;
    background-color: #faebd700;
    font-size:13px;
    padding: 5px 10px;
}

#cookie-choose{
    border: 3px solid #07862e;
    background-color: #faebd700;
    font-size:13px;
    padding: 5px 10px;
}

/* Full screen on mobile */
@media (max-width: 768px) {
    #data-policy-modal > div {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 10px;
    }
}

/*.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: #07862e !important;
}*/

/*.text-gray-800 {
    border: 3px solid #07862e !important;
    background-color: transparent !important;
}*/

@media (max-width: 768px) {
    #cookie-preferences-modal > div {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    #coolie_para{
        width: 100%;
    }

}