.cookieBar {
    position: fixed;
    width: 100vw;
    background: var(--btn-color);
    z-index: 10000;
    bottom: 0px;
    background-color: #fff;
    right: 0;
    border: 1px solid #186329 ;
}

.cookieBarContainer {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 1rem;
    color: #186329;
}


.cookieBarContainer p{
 margin: 0px;
}

.cookies_logo {
    position: relative;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    display: flex;
    align-items: center;
}

.cookies_logo img {
    height: 35px;
    opacity: 0.2;
    position: absolute;
}

.cookies_logo i {
    color: #000;
}