#simple-cookie-consent {
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    position: fixed;
    bottom: 10px;
    left: 70%;
    width: 29%;
    background-color: #00447d;
    padding: 15px;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 0.1);
    text-align: center;
    z-index: 9999;
}
#simple-cookie-consent a {
    color: #fff;
    text-decoration: underline;
}
media (max-width:300px) {
    width: 80%;
}


#simple-cookie-consent p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#simple-cookie-consent button {
    margin-top: 20px;
    border-radius: 0px;
    margin-left: 10px;
    padding: 8px 20px;
    border: none;
    background-color: #4CAF50;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

#simple-cookie-consent button:hover {
    background-color: #4CAF50;
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-color-override--1740118138.cc-revoke {
    color: rgb(255, 255, 255);
    background-color: #4CAF50;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-revoke {
    padding: .5em;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2147483646;
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cc-animate.cc-revoke.cc-bottom {

}

.cc-revoke:hover {
    text-decoration: underline;
}

#hrefrepage {
    color: #ffffff;
}

@media (max-width: 770px) {
    #simple-cookie-consent {
        color: white;
        border: 1px solid;
        position: fixed;
        bottom: 10px;
        left: 10% !important;
        width: 80% !important; /* Changed width to 80% */
        background-color: #971b1f;
        padding: 15px;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
        text-align: center;
        z-index: 9999;
    }
}

