﻿.cookieConsentContainer {
    z-index: 999;
    box-sizing: border-box;
    padding: 15px;
    background: #1d8bbf;
    overflow: hidden;
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: none;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: "Montserrat Light";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc a {
    font-family: "Montserrat Light";
    color: #223746;
    font-weight: bold;
    text-decoration: underline;
}

.cookieConsentContainer .cookieDesc a:hover {
    color: #7ae0fd;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: "Montserrat Light";
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    background: #223746;
    box-sizing: border-box;
    padding: 10px 15px;
    text-align: center;
    transition: background .3s;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #2f6185;
}
