﻿#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
    background-color: rgba(117, 99, 248,0.8);
    padding: 25px;
    color: white;
    text-align: justify;
    display: none;
}

#cookie a {
    color: #1ae5be !important;
    text-decoration: none !important;
    font-weight:bold;
}

#cookie #optiuni {
    text-align: right;
    position: relative;
    margin-top: 5px;
}

#cookie #btnRefuz {
    background-color: rgb(182,190,207);
    text-decoration: none;
    border-color: transparent;
    color: rgb(255, 255, 255);
    padding: .4em .8em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    text-transform:uppercase;
}

#cookie #btnAccept {
    text-decoration: none;
    border-color: transparent;
    color: rgb(255, 255, 255);
    padding: .4em .8em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    margin-left: 10px;
    background-color: #00D463;
    text-transform: uppercase;
}
