.noat-cookie__consent{
    position: fixed;
    z-index: 2147483647;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
}
.noat-cookie-consent__banner{
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(250, 250, 250);    
}
.noat-cookie-consent-banner__text{
    align-self: center;
}
.noat-cookie-consent-banner__other-actions{
    flex-grow: 1;
    padding: 0px 2em;
    display: flex;
    flex-flow: column;
    justify-content: center;
    white-space: nowrap;
    opacity: 0.8;
    font-size: 75%;    
}
.noat-cookie-consent-banner-other-actions__privacy-policy{
    color: inherit;
}
.noat-cookie-consent-banner-other-actions__deny{
    color: inherit;
}
.noat-cookie-consent-banner__allow{
    display: flex;
    align-items: center;
    align-self: center;
    max-height: 5em;
    min-height: 5em;
    padding: 0px 2em;
    background: rgb(51, 136, 238);
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
}