/*Cookie Consent Begin*/
#cookieConsent {
    text-align: left!important;
    /*background-color: red;*/
/*background:rgba(3, 158, 227,0.8);*/
background:#fff;
border-top: 2px double rgb(3, 158, 227);
font-size: 14px;
    color: #012970;
    /*line-height: 56px;*/
    padding: 8px 0 8px 60px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    box-shadow:0 2px 16px rgb(0 0 0 / 10%);
}
#cookieConsent a {
    color: #fff;
    text-decoration: underline;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: red;
}
/*#cookieConsent a.cookieConsentOK {
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
 border:2px solid #fff;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    margin: 40px 60px 0 10px;
}*/
/*#cookieConsent a.cookieConsentOK:hover {
    background-color: rgb(255,255,255);
    color:#000;
}*/
/*Cookie Consent End*/

/*Cookie Not Consent Begin*/
#cookieNotConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
/*#cookieNotConsent a {
    color: #4B8EE7;
    text-decoration: none;
}*/
/*#closeCookieNotConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}*/
#closeCookieNotConsent:hover {
    color: #FFF;
}
/*#cookieNotConsent a.cookieNotConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieNotConsent a.cookieNotConsentOK:hover {
    background-color: #E0C91F;
}*/
/*Cookie Not Consent End*/