﻿@media(max-width:768px) {
    #accept.cookie-ok-button {
        font-weight: 700;
    }
}

.cookie-ok-button {
    background-color: #0076d6;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px;
    border: 1px solid #0076d6;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 8px 16px;
}

.cookie-ok-button:hover {
    color: #fff;
}

.cookie-data {
    width: 50%;
    display: flex;
    float: none;
    margin: 0 auto;
    align-items: center;
}

.cookie-popup {
    background-color: #f6f6f6;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

.cookie-message {
    padding: 15px;
    padding-left: 0px;
    margin: 0px;
    color: #021E35 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.cookie-message a {
    color: #006EF5;
    text-decoration: none;
}

.message-container {
    display: flex;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
