/* Get Support Together / Zoho Sites cookie banner palette */

#zcb-banner {
  --zcb-primary-color: #0d3b66;
  --zcb-secondary-color: #ffffff;
  --zcb-border-color: #d9e2e8;
  --zcb-text-color: #17212b;
  --zcb-light-background-color: #fffaf3;
  --zcb-table-header-color: #edf5f7;
  background-color: #fffaf3 !important;
  color: #17212b !important;
}

#zcb-banner .zcb-message-bar {
  max-width: 1200px;
}

#zcb-banner .zcb-msg {
  color: #17212b !important;
}

#zcb-banner .zcb-btn .zpbutton {
  border-color: #0d3b66 !important;
  font-weight: 700;
}

#zcb-banner .zcb-btn .zpbutton-type-secondary {
  background-color: #ffffff !important;
  color: #0d3b66 !important;
}

#zcb-banner .zcb-btn .zpbutton-type-secondary:hover,
#zcb-banner .zcb-btn .zpbutton-type-secondary:focus-visible {
  background-color: #edf5f7 !important;
}

#zcb-banner .zcb-btn .zpbutton-type-primary {
  background-color: #e97032 !important;
  border-color: #e97032 !important;
  color: #ffffff !important;
}

#zcb-banner .zcb-btn .zpbutton-type-primary:hover,
#zcb-banner .zcb-btn .zpbutton-type-primary:focus-visible {
  background-color: #c95720 !important;
  border-color: #c95720 !important;
}

/* The Manage preferences dialog uses the same Zoho variables and classes. */
.zs-popup {
  --zcb-primary-color: #0d3b66;
  --zcb-secondary-color: #ffffff;
  --zcb-border-color: #d9e2e8;
  --zcb-text-color: #17212b;
  --zcb-light-background-color: #fffaf3;
  --zcb-table-header-color: #edf5f7;
}

.zs-popup .zcb-button {
  border-color: #0d3b66 !important;
  color: #0d3b66 !important;
}

.zs-popup .zcb-button:hover,
.zs-popup .zcb-button:focus-visible {
  background-color: #edf5f7 !important;
}

.zs-popup .zcb-swb:checked + .zcb-slider {
  background-color: #0d3b66 !important;
}
