/* Add here all your css styles (customizations) */
#cookie-bar {
    background: #FD9233;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 10px 0;
    z-index: 2147483647;
}
@media (max-width: 767px) {
    #cookie-bar {
        padding: 10px 15px;
        text-align: left; } }
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center; }
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto; }
#cookie-bar a {
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    font-weight: bold; }
#cookie-bar a:hover {
    text-decoration: underline !important; }
#cookie-bar .cb-enable {
    margin-left: 30px;
    display: flex;
    align-items: center; }
#cookie-bar .cb-enable > div {
    width: 20px;
    height: 20px;
    transform-origin: center;
    transform: rotate(45deg);
    position: relative; }
#cookie-bar .cb-enable > div:after, #cookie-bar .cb-enable > div:before {
    content: '';
    width: 20px;
    height: 2.5px;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 9px;
    left: 0px;
    transition: all 0.3s ease; }
#cookie-bar .cb-enable > div:after {
    transform: rotate(90deg); }

@media (max-width: 575px) {
    .filteredLogos {
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
        max-height: 125px;
    }
}

@media (min-width: 576px) {
    .filteredLogos {
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
        max-height: 152px;
    }
}

