.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* height: 65px; */
    height: 65px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right:10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}
