﻿.CookieMessageWrap {
    height: auto;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    max-height: 0px;
    z-index: 99999999999999;
    background-color: #d3a02b;
    color: #fff;
}

.CookieButton {
    border: solid 1px #943192;
    background-color: #fff;
    border-radius: 5px;
    color: #943192;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .CookieButton:hover {
        background-color: #943192;
        color: #ffffff;
        border: solid 1px #943192;
    }

    .CookieMessageWrap .CookieControl {
        padding: 25px;
    }
