﻿@import "Variables.css";

.cookieConsent-wrapper {
    font-family: Roboto;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
}

.cookieConsent {
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 1px solid #343a40;
    background-color: white;
    z-index: 2;
    font-size: 0.8rem;
}

.cookieConsent-title {
    text-align: center;
    font-size: 1.2rem;
}

.cookieConsent-button {
    bottom: 2em;
    font-size: 0.8rem;
}