.cookie-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #032C7F;
    color: #fff;
    z-index: 10001;
}

.cookie-block {
    background: rgba(3, 44, 127, 0.7) !important;
    font-size: 12px !important;
}

.cookie-block-text {
    text-align: center;
}

.cookie-accept {
    padding: 5px 20px 5px 20px;
    border: none;
    background: #032c7f;
    font-weight: 700;
    color: #fff;
}