﻿@font-face {
    font-family: 'CookieConsentGingerFoxFont-Regular';
    src: url('../fonts/Ginger Fox Font-Regular.otf') format('opentype');
}
.CookieConsentPartial {
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF8200;
    padding: 30px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: CookieConsentGingerFoxFont-Regular;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.CookieConsentContent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.CookieConsentPartialButton {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FF8200;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    padding: 0;
    background: none;
    margin-top:50px;
}

.CookieConsentDivButton {
    margin-top: 20px;
    background: #1B365D;
    border: 2px solid #1B365D;
    color: white !important;
    width: 200px;
    border-radius: 25px;
    font-family: CookieConsentGingerFoxFont-Regular;
    font-size: 20px;
    height: 50px;
}
.CookieConsentLink {
    color: white;
    text-decoration: underline;
    background-color: transparent;
}
