
:root {
  --vetzoo-brand-book-colorsdark-blue: #1B6832;
  --vetzoo-brand-book-colorswhite: rgba(255, 255, 255, 1);
  --vetzoo-current-site-additional-colorslight-beige: rgba(248, 247, 241, 1);
  --pureplay-heading-h2-font-family: "Futura", Helvetica;
  --pureplay-heading-h2-font-weight: 600;
  --pureplay-heading-h2-font-size: 32px;
  --pureplay-heading-h2-letter-spacing: 0.64px;
  --pureplay-heading-h2-line-height: 120.00000476837158%;
  --pureplay-heading-h2-font-style: normal;
  --pureplay-body-lead-font-family: "Roboto", Helvetica;
  --pureplay-body-lead-font-weight: 400;
  --pureplay-body-lead-font-size: 1.8rem;
  --pureplay-body-lead-letter-spacing: 0.54px;
  --pureplay-body-lead-line-height: 150%;
  --pureplay-body-lead-font-style: normal;
}

:root.pfi .privacy_headsup {
  padding-top: 0 !important;
}

#vzn_cookie_consent {
  position: relative;
  z-index: 101;
}

#vzn_cookie_consent p {
  margin-bottom: 0.4rem;
}

#vzn_cookie_consent h2 {
  font-family: "Futura", Helvetica;
  font-size: 3.2rem;
  color: #222222;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.64px;
}

#vzn_cookie_consent .privacy_headsup {
  display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: fit-content;
    max-height: fit-content;
    transform: none;
}

#vzn_cookie_consent a:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .privacy_headsup {
    width: 100%;
    min-height: 450px;
    height: 100%;
    margin: 0;
  }
  #cookie_consent {
    height: 100%;
  }
}

/* a blue color as a generic focus style */
#vzn_cookie_consent button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
#vzn_cookie_consent a {
  text-decoration: none;
}

#vzn_cookie_consent .modal {
  display: flex;
  flex-direction: column;
  max-width: 1064px;
  height: 610px;
  width:100%;
  align-items: flex-start;
  padding: 0;
  background-color: var(--vetzoo-brand-book-colorsdark-blue);
  z-index: 12;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal {
    height: 100%;
    padding: 32px 0 0;
  }
}

#vzn_cookie_consent .bottom-wrapper button {
  background-color: unset;
}

#vzn_cookie_consent .modal .frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  height: 555px;
  /* margin-bottom: -42px; */
  z-index: -1;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .frame {
    flex-direction: column;
    height: 90%;
    overflow-y: scroll;
    justify-content:flex-start;
    width: fit-content;
    gap: 0;
  }
}

#vzn_cookie_consent .cookie_settings_content {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  overflow-y: visible;
  height: 450px;
  padding-top: 0;
}

#vzn_cookie_consent .cookie_settings_content > div:not(:first-child) {
  margin-bottom: 30px; /* Gap for all subsequent divs */
}

#vzn_cookie_consent .cookie_settings_content > div:first-child {
  margin-top: 10px; /* Smaller gap for the first div */
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .cookie_settings_content {
    padding-top: 0;
  }
}


#vzn_cookie_consent .modal .img {
  height: auto;
  padding: 32px 32px 64px;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .img {
    width: 200px;
    padding-bottom: 0;
  }
}

#vzn_cookie_consent .modal .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .content {
    display: block;
    padding: 0;
  }
}



#vzn_cookie_consent .modal .title-and-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 0 0;
}



#vzn_cookie_consent .modal .text-wrapper {
  font-family: 'Futura-pt';
  font-weight: var(--pureplay-heading-h2-font-weight);
  color: var(--vetzoo-brand-book-colorswhite);
  font-size: var(--pureplay-heading-h2-font-size);
  letter-spacing: var(--pureplay-heading-h2-letter-spacing);
  line-height: var(--pureplay-heading-h2-line-height);
  font-style: var(--pureplay-heading-h2-font-style);
}

#vzn_cookie_consent .modal .body {
  align-self: stretch;
  font-family: var(--pureplay-body-lead-font-family);
  letter-spacing: var(--pureplay-body-lead-letter-spacing);
  position: relative;
  font-weight: var(--pureplay-body-lead-font-weight);
  color: var(--vetzoo-brand-book-colorswhite);
  font-size: var(--pureplay-body-lead-font-size);
  line-height: var(--pureplay-body-lead-line-height);
  font-style: var(--pureplay-body-lead-font-style);
  padding: 0;
}

#vzn_cookie_consent .modal .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
}

#vzn_cookie_consent .modal .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#vzn_cookie_consent .modal .pets {
  position: relative;
  width: 24px;
  height: 24px;
}

#vzn_cookie_consent .modal .p {
  flex: 1;
  margin-top: -1px;
  font-family: var(--pureplay-body-lead-font-family);
  letter-spacing: var(--pureplay-body-lead-letter-spacing);
  position: relative;
  font-weight: var(--pureplay-body-lead-font-weight);
  color: var(--vetzoo-brand-book-colorswhite);
  font-size: var(--pureplay-body-lead-font-size);
  line-height: var(--pureplay-body-lead-line-height);
  font-style: var(--pureplay-body-lead-font-style);
}

#vzn_cookie_consent .modal .frame-3 {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.helper-div1 {
  height: 72px;
  padding: 20px;
}
.helper-div2 {
  height: 72px;
}

@media only screen and (max-width: 768px) {
  .helper-div1 {
    min-height: 180px;
  }
  .helper-div2 {
    height: 170px;
  }
}

#vzn_cookie_consent .modal .body-2 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Circular Std-Book", Helvetica;
  letter-spacing: 0;
  text-decoration: underline;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  color: var(--vetzoo-brand-book-colorswhite);
  font-size: 18px;
  line-height: 27px;
}



#vzn_cookie_consent .modal .objects {
  position: relative;
  width: 1024px;
  height: 16px;
  margin-left: -504px;
  margin-right: -504px;
  transform: rotate(90deg);
}

#vzn_cookie_consent .bottom-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px var(--vetzoo-brand-book-colorsdark-blue) solid;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .bottom-wrapper {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
}

#vzn_cookie_consent .modal .frame-4 {
  padding: 32px 32px 32px 32px;
  width: 100%;
  flex: 0 0 auto;
  background-color: #FFF;
}

#vzn_cookie_consent .modal .frame-5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .frame-5 {
    flex-direction: column-reverse;
    top: 0;
  }
}

#vzn_cookie_consent .modal .basic {
  gap: 18px;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

#vzn_cookie_consent .modal .label {
  color: #000000;
  text-decoration: underline;
  position: relative;
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  font-size: 1.2em !important;
  letter-spacing: 0.48px;
  line-height: 24px;
  white-space: nowrap;
  border: none;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .label {
    margin-top: 10px;
  }
}


#vzn_cookie_consent .modal .label-wrapper {
  height: 56px !important;
  padding: 26px 40px;
  background-color: var(--vetzoo-brand-book-colorsdark-blue);
  cursor: pointer;
  border: 2px solid;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
  border-color: var(--vetzoo-brand-book-colorsdark-blue);
  border-radius: unset;
}

@media only screen and (max-width: 768px) {
  #vzn_cookie_consent .modal .label-wrapper {
    padding: 26px 80px;
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#vzn_cookie_consent .modal .label-2 {
  color: var(--vetzoo-current-site-additional-colorslight-beige);
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  white-space: nowrap;
}

#vzn_cookie_consent .modal .label-2:hover  .label-wrapper {
  background-color: var(--vetzoo-brand-book-colorsdark-blue);
}

/* Create a custom checkbox */
#vzn_cookie_consent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
#vzn_cookie_consent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#vzn_cookie_consent input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#vzn_cookie_consent .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #008767;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#vzn_cookie_consent .Title {
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 14px;
  padding-right: 14px;
  background: white;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  border: 1px solid #444444;
}