#vfCookieOptin .vf-cookie-optin-overlay,
#vfCookieOptin .vf-cookie-optin-dialog {
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}
#vfCookieOptin .vf-cookie-optin-overlay {
  z-index: 99999998;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#vfCookieOptin .vf-cookie-optin-dialog {
  left: 50%;
  transform: translatex(-50%);
  z-index: 99999999;
  max-height: 100vh;
}
#vfCookieOptin .vf-cookie-optin-dialog .vf-cookie-optin-dialog-header .logo-wrap {
  width: 100%;
  margin: 0 auto 40px auto;
}
#vfCookieOptin .vf-cookie-optin-dialog .vf-cookie-optin-dialog-header .logo-wrap .vf-cookie-logo {
  margin: 0 !important;
}
#vfCookieOptin .vf-cookie-optin-dialog .vf-cookie-optin-dialog-header .logo-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#vfCookieOptin .vf-cookie-optin-dialog .vf-cookie-optin-dialog-body p a {
  text-decoration: underline !important;
}
#vfCookieOptin.visible .vf-cookie-optin-overlay,
#vfCookieOptin.visible .vf-cookie-optin-dialog {
  opacity: 1;
  visibility: visible;
}
#vfCookieOptin.visible .vf-cookie-optin-overlay {
  transition: opacity 0.3s linear;
}
#vfCookieOptin.visible .vf-cookie-optin-dialog {
  transition: opacity 0.5s linear 0.3s;
}
.vf-cookie-optin-dialog-page {
  display: none;
}
.vf-cookies-details-visible {
  display: none;
}
.vf-cookie-category-details {
  display: none;
}
.vf-cookie-optin-select label,
.vf-cookie-checkbox-default label {
  pointer-events: all !important;
}
.vf-optin-overlay-wrap {
  position: relative;
  min-height: 300px;
  border: 1px dashed #000;
}
.vf-optin-overlay-wrap iframe {
  border: none;
}
.vf-optin-overlay-wrap.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vf-optin-overlay-wrap .vf-optin-overlay,
.vf-optin-overlay-wrap .vf-optin-overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.vf-optin-overlay-wrap .vf-optin-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vf-optin-overlay-wrap .vf-optin-overlay img {
  width: 100px;
  height: auto;
  max-width: 100%;
}
.vf-optin-overlay-wrap .vf-optin-overlay-bg {
  background: rgba(0, 0, 0, 0.2);
}
.big-overlay ~ .vf-optin-overlay {
  justify-content: flex-start;
  margin-top: 50px;
}
.vf-cookie-module-cookie a {
  text-decoration: underline !important;
}
.vf-cookie-module-cookie td,
.vf-cookie-module-cookie th {
  text-align: left;
}
.vf-youtube-overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.vf-cookie-btn {
  box-sizing: border-box !important;  
}
