/* start style devConsentMessage */
.divConsentMessage.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 185 !important;
    width: 50%;
    font-size: 16px;
    z-index: 99999;
    padding: 10px;
    background-color: #e8e8e8;
    box-shadow: 0px 10px 20px black;
    /* box-shadow: 0px 10px 20px rgb(50 50 50 / 24%); */
    color: black;
}

.bg-blue {
    background-color: #012060;
}

.consentMessage {
    text-align: left;
    padding: 10px;
    font-size: 20px;
}

.consentMessage a {
    text-decoration-line: underline;
}

.btn-blue {
    margin: 10px;
    float: left;
    color: white;
    background-color: #012060;
    border: 1px solid #012060;
}

.btn-blue:hover {
    color: white;
    background-color: #012060d4
}

@media only screen and (min-width:1550px) {
    .divConsentMessage.fixed-top {
        width: 30%;
    }
}

@media only screen and (max-width:991px) {
    .consentMessage {
        font-size: 19px;
    }
}
@media only screen and (min-width:1077px) {
    .consentMessage {
        font-size: 95%;
    }
}
/* End style devConsentMessage */