﻿.cookie-policy > i {
    display: flex;
    margin-left: 20px;
    padding: 6px 10px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    position: absolute;
    right: 15px;
    background-color: #555;
    top: 19px;
    border-radius: 2px;
}
.cookie-policy {
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    width: 300px;
    padding: 16px 50px 15px 20px;
    background-color: #000000a6;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 99999999;
    text-align: left;
}
.cookie-policy > i:hover {
    background-color: #999;
}