/*
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 : 29.06.2020, 10:52:18
    Author     : stefan
*/
#vfCookieOptin a {
  color: #4A4A4A;
}
.vf-cookie-btn {
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  color: #4A4A4A;
  box-sizing: border-box !important;
  
}
.vf-cookie-btn.-c2a {
  height: 48px;
  background: #03FF69;
}
.vf-cookie-btn.-outline {
  height: 36px;
  border: 1px solid #EAEAEA;
}
.vf-optin-overlay-wrap .vf-optin-overlay .vf-cookie-btn {
  display: inline-flex;
  width: auto;
  padding: 0 15px;
  text-decoration: none;
}
