﻿#cookieConsent {
    position: fixed;
    bottom: 0;
    background: rgba(10,10,10,0.9);
    width: 100%;
    color: white;
    z-index: 1150;
    display: none;
    max-height: 100vh;
    overflow: auto;
    font-size: 16px !important;
}

#cookieConsent div {
    width: 50%;
    min-width: 330px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    color: white;
}

#cookieConsent h2 {
    font-size: 1.5rem;
    display: block;
    margin: 0;
    margin-block-start: 0.83rem;
    margin-block-end: 0.83rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    width: 100%;
    color: #fff;
}

#cookieConsent p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#cookieConsent a {
    color: #fff;
}

#cookieConsent input[type=button] {
    border-style: none;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #f4fdff;
    background-color: #1f5eeb;
    font-size: 1.3em;
    font-weight: 600;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    margin: 0 auto;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-appearance: none;
}
#cookieConsent table {
    width: 80%;
    margin: 0 auto;
}
#cookieDetails {
    display: none;
}
#cookieConsent table, #cookieConsent td {
    border: 1px solid #fff;
    border-collapse: collapse;
}

#cookieConsent td {
    padding: 10px;
}

#cookieConsent input[type=checkbox] {
    color: #fff;
}