#vfCookieOptin .vf-cookie-optin-overlay {
  background: rgba(0, 0, 0, 0.8);
}
#vfCookieOptin .vf-cookie-optin-dialog {
  padding: 40px 40px 30px 40px;
  background: #fff;
  border-radius: 24px;
  width: calc(100vw - 20px);
  max-width: 420px;
  top: 10px;
  max-height: calc(100vh - 20px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-clip-path: inset(0 0 0 0 round 24px);
  clip-path: inset(0 0 0 0 round 24px);
}
@media (min-height: 768px) {
  #vfCookieOptin .vf-cookie-optin-dialog {
    top: 70px;
    max-height: calc(100vh - 140px);
    border-radius: 48px;
    -webkit-clip-path: inset(0 0 0 0 round 48px);
    clip-path: inset(0 0 0 0 round 48px);
  }
}
.vf-cookie-optin-dialog-header {
  margin-bottom: 15px;
}
.vf-cookie-optin-dialog-header > .h3 {
  margin-top: 0;
}
.vf-cookie-optin-dialog-body p {
  margin: 0 0 1em 0;
}
.vf-cookie-optin-dialog-body > .vf-cookie-category-toggle-details {
  margin: 0 0 15px 0;
  display: block;
}
.vf-cookie-optin-select {
  position: relative;
}
.vf-cookie-optin-select input[type="checkbox"] {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 45px;
  height: 22px;
}
.vf-cookie-optin-select input[type="checkbox"] + label {
  margin: 0;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  position: relative;
  width: 45px;
  height: 22px;
  display: block;
  cursor: pointer;
}
.vf-cookie-optin-select input[type="checkbox"] + label::before,
.vf-cookie-optin-select input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0 !important;
  transition: all 0.2s ease-out;
}
.vf-cookie-optin-select input[type="checkbox"] + label::before {
  top: 3px !important;
  left: 3px !important;
  width: 34px;
  height: 15px;
  border-radius: 10px;
  background-color: rgba(34, 31, 31, 0.26);
}
.vf-cookie-optin-select input[type="checkbox"] + label::after {
  top: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #aaa;
  background-color: #F1F1F1;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.vf-cookie-optin-select input[type="checkbox"]:checked + label::before {
  opacity: 0.5;
  background-color: #03FF69;
}
.vf-cookie-optin-select input[type="checkbox"]:checked + label::after {
  transform: translate(20px, 0);
  background-color: #03FF69;
}
.vf-cookie-dialog-categories {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vf-cookie-dialog-categories .vf-cookie-checkbox-default {
  width: calc(50%);
  margin: 4px 0;
}
.vf-cookie-checkbox-default {
  position: relative;
}
.vf-cookie-checkbox-default input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  height: 16px !important;
  width: 16px !important;
}
.vf-cookie-checkbox-default input[type="checkbox"] + label {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.vf-cookie-checkbox-default input[type="checkbox"] + label::before {
  content: "";
  display: block;
  margin-right: 7px;
  height: 16px;
  width: 16px;
  border: 1px solid #979797;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.vf-cookie-checkbox-default input[type="checkbox"] + label::after {
  content: "\2714";
  display: block;
  position: absolute;
  left: 2px !important;
  top: -3px !important;
  color: #000;
  font-size: 25px;
  opacity: 0;
  transition: opacity 0.3s linear;
  font-family: sans-serif !important;
}
.vf-cookie-checkbox-default input[type="checkbox"]:disabled + label::before {
  border: 1px solid #D8D8D8;
}
.vf-cookie-checkbox-default input[type="checkbox"]:disabled + label::after {
  color: #D8D8D8;
}
.vf-cookie-checkbox-default input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.vf-cookie-accept-buttons {
  display: flex;
  flex-direction: column;
}
.vf-cookie-accept-buttons a {
  text-align: center;
  text-decoration: none;
}
.vf-cookie-accept-buttons .vf-cookie-button-wrap {
  margin: 0;
}
.vf-cookie-accept-buttons .vf-cookie-button-wrap a {
  width: 100%;
  box-sizing: border-box !important;
}
.vf-cookie-accept-buttons .vf-cookie-button-wrap + .vf-cookie-button-wrap {
  margin-top: 15px;
}
.vf-cookie-optin-dialog-footer {
  margin-top: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vf-cookie-optin-dialog-footer a {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: underline;
  margin: 0 12px;
}
.vf-cookie-optin-dialog-page[data-page="default"] .vf-cookie-accept-buttons {
  margin-top: 24px;
}
.vf-cookie-select-modules-details {
  margin-top: 34px;
}
.vf-cookie-category + .vf-cookie-category {
  margin-top: 20px;
}
.vf-cookie-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vf-cookie-category-heading > .h3 {
  margin-top: 0;
}
.vf-cookie-module {
  margin-top: 15px;
}
.vf-cookie-module-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vf-cookie-module-cookies table.vf-cookie-module-cookie {
  margin: 10px 0 ;
  border: none;
}
.vf-cookie-module-cookies table.vf-cookie-module-cookie tr,
.vf-cookie-module-cookies table.vf-cookie-module-cookie td,
.vf-cookie-module-cookies table.vf-cookie-module-cookie th {
  border: none;
}
.vf-cookie-module-cookies table.vf-cookie-module-cookie th {
  padding-left: 0;
  width: 80px;
}
.vf-cookie-module-cookies table.vf-cookie-module-cookie th,
.vf-cookie-module-cookies table.vf-cookie-module-cookie td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vf-cookie-backlink {
  text-decoration: none;
}
.vf-cookie-category-description {
  margin-top: 10px;
}
.vf-cookie-module-description {
  margin-top: 5px;
}
.vf-optin-overlay-wrap.vf-overlay-calendly {
  min-height: 0;
}
.vf-optin-overlay-wrap .vf-optin-overlay {
  text-align: center;
  padding: 20px;
}
.vf-optin-overlay-wrap .vf-optin-overlay h3,
.vf-optin-overlay-wrap .vf-optin-overlay .h3 {
  margin: 0;
}
.vf-optin-overlay-wrap .vf-optin-overlay p {
  margin: 1em 0;
}
.vf-optin-overlay-wrap .vf-optin-overlay .vf-cookie-button-wrap {
  margin: 0;
}

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