﻿.CookieMessageWrap {
    height: auto;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    max-height: 0px;
    z-index: 99999999999999;
    background-color: #296eb3;
    color: #fff;
}

.CookieButton {
    border: none;
    background-color: #fff;
    border-radius: 25px;
    color: #000;
    padding: 5px 10px;
}

.CookieMessageWrap .CookieControl {
    padding: 25px;
}
