﻿.cookie-banner-div-all {
    align-items: baseline;
    background: rgb(58, 59, 62);
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    text-align: center;
    bottom: 0px;
}

.cookie-banner-div-all-inner {
    flex: 1 0 300px;
    margin: 15px;
    
}

.cookie-banner-button-all {
    background: rgb(40,167,69);
    color: white;
    border: 0px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 15px;
}

.cookie-banner-button-all-sj5xkM6L {
    background: rgb(179, 185, 149);
    border: 0px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 15px;
}

.cookie-banner-link {
    color: rgb(40,167,69);
    text-decoration: underline;
    font-weight: bold;
}

.cookie-banner-link-sj5xkM6L {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

