<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020. júl. 24., 10:42:19
    Author     : hejjagyorgy
*/

.cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #323232;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.cookie-text {
    padding-right: 20px;
    color: #ccc;
}

.cookie-btn {
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 575px) {
    .cookie-consent {
        flex-direction: column;
    }
    .cookie-text {
        padding: 0;
        text-align: center;
    }
    .button-wrap {
        padding-top: 10px;
    }
}</pre></body></html>