﻿
.cookie-wrapper {
    font-size: 14px;
    padding: 15px 0px 30px 0px;
    background: #fcbd00;
    position: fixed;
    left: 0;
    bottom: -20px;
    color: #0f1a41;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.btn-close{
    cursor: pointer;
    align-self: flex-end;
    margin-right: 20px;
    font-size: 0.9em;
}

.cookie-body {
    margin: 0 10px;
    text-align: center;
    line-height: 1.5em;
}

.cookie-footer {
    text-align: center;
}

.cookie-wrapper a,
.cookie-wrapper a:link,
.cookie-wrapper a:visited,
.cookie-wrapper a:hover {
    color: #0f1a41;
}


