.apply-cookie {
    max-width: 342px;
    width: 100%;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    background: #f5f7fa;
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 10000000000;
    padding: 16px
}

.apply-cookie-text {
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    margin-bottom: 8px
}

.apply-cookie-text a {
    color: #4054f9
}
.apply-cookie-button {
    background: #4054F9;
    color: #fff !important;
    border: 1px solid #4054F9;
    display: inline-flex;
    border-radius: 4px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    padding: 1px 7px;
    font-size: 12px;
    line-height: 20px;
}

.apply-cookie-button:focus,.apply-cookie-button:hover {
    background: #6070FA;
    border: 1px solid #6070FA;
    outline: 0
}

.apply-cookie-button:active {
    background: #0821F3;
    border: 1px solid #0821F3;
    outline: 0
}
