.cc-isolation-container,
  .cc-isolation-container::before,
  .cc-isolation-container::after,
  .cc-isolation-container * .cc-isolation-container *::before,
  .cc-isolation-container *::after {
  all: revert;
}

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

.cc-isolation-container *,
  .cc-isolation-container ::before,
  .cc-isolation-container ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

.cc-isolation-container ::before,
  .cc-isolation-container ::after {
  --tw-content: "";
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  */

.cc-isolation-container {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

.cc-isolation-container * {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

.cc-isolation-container hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

.cc-isolation-container abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
  */

.cc-isolation-container h1,
  .cc-isolation-container h2,
  .cc-isolation-container h3,
  .cc-isolation-container h4,
  .cc-isolation-container h5,
  .cc-isolation-container h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

.cc-isolation-container a {
  color: inherit;
  text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

.cc-isolation-container b,
  .cc-isolation-container strong {
  font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font family by default.
  2. Correct the odd `em` font sizing in all browsers.
  */

.cc-isolation-container code,
  .cc-isolation-container kbd,
  .cc-isolation-container samp,
  .cc-isolation-container pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
  Add the correct font size in all browsers.
  */

.cc-isolation-container small {
  font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */

.cc-isolation-container sub,
  .cc-isolation-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.cc-isolation-container sub {
  bottom: -0.25em;
}

.cc-isolation-container sup {
  top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

.cc-isolation-container table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */

.cc-isolation-container button,
  .cc-isolation-container input,
  .cc-isolation-container optgroup,
  .cc-isolation-container select,
  .cc-isolation-container textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
  Remove the inheritance of text transform in Edge and Firefox.
  */

.cc-isolation-container button,
  .cc-isolation-container select {
  text-transform: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

.cc-isolation-container button,
  .cc-isolation-container [type="button"],
  .cc-isolation-container [type="reset"],
  .cc-isolation-container [type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
  */

.cc-isolation-container :-moz-focusring {
  outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

.cc-isolation-container :-moz-ui-invalid {
  box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
  */

.cc-isolation-container progress {
  vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

.cc-isolation-container ::-webkit-inner-spin-button,
  .cc-isolation-container ::-webkit-outer-spin-button {
  height: auto;
}

/*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */

.cc-isolation-container [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
  */

.cc-isolation-container ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */

.cc-isolation-container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
  Add the correct display in Chrome and Safari.
  */

.cc-isolation-container summary {
  display: list-item;
}

/*
  Removes the default spacing and border for appropriate elements.
  */

.cc-isolation-container blockquote,
  .cc-isolation-container dl,
  .cc-isolation-container dd,
  .cc-isolation-container h1,
  .cc-isolation-container h2,
  .cc-isolation-container h3,
  .cc-isolation-container h4,
  .cc-isolation-container h5,
  .cc-isolation-container h6,
  .cc-isolation-container hr,
  .cc-isolation-container figure,
  .cc-isolation-container p,
  .cc-isolation-container pre {
  margin: 0;
}

.cc-isolation-container fieldset {
  margin: 0;
  padding: 0;
}

.cc-isolation-container legend {
  padding: 0;
}

.cc-isolation-container ol,
  .cc-isolation-container ul,
  .cc-isolation-container menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

.cc-isolation-container textarea {
  resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

.cc-isolation-container input::-moz-placeholder, .cc-isolation-container textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

.cc-isolation-container input::placeholder,
  .cc-isolation-container textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
  Set the default cursor for buttons.
  */

.cc-isolation-container button,
  .cc-isolation-container [role="button"] {
  cursor: pointer;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

.cc-isolation-container :disabled {
  cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

.cc-isolation-container img,
  .cc-isolation-container svg,
  .cc-isolation-container video,
  .cc-isolation-container canvas,
  .cc-isolation-container audio,
  .cc-isolation-container iframe,
  .cc-isolation-container embed,
  .cc-isolation-container object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

.cc-isolation-container img,
  .cc-isolation-container video {
  max-width: 100%;
  height: auto;
}

/*
  Ensure the default browser behavior of the `hidden` attribute.
  */

.cc-isolation-container [hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.cc-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.cc-pointer-events-none {
  pointer-events: none !important;
}

.cc-pointer-events-auto {
  pointer-events: auto !important;
}

.cc-fixed {
  position: fixed !important;
}

.cc-absolute {
  position: absolute !important;
}

.cc-relative {
  position: relative !important;
}

.cc-bottom-0 {
  bottom: 0px !important;
}

.cc-top-0 {
  top: 0px !important;
}

.cc-left-0 {
  left: 0px !important;
}

.cc-left-1 {
  left: 0.25rem !important;
}

.cc-top-1 {
  top: 0.25rem !important;
}

.cc-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.cc-mt-2 {
  margin-top: 0.5rem !important;
}

.cc-mt-5 {
  margin-top: 1.25rem !important;
}

.cc-ml-1 {
  margin-left: 0.25rem !important;
}

.cc-ml-3 {
  margin-left: 0.75rem !important;
}

.cc-mt-4 {
  margin-top: 1rem !important;
}

.cc-block {
  display: block !important;
}

.cc-flex {
  display: flex !important;
}

.cc-grid {
  display: grid !important;
}

.cc-h-full {
  height: 100% !important;
}

.cc-h-3\.5 {
  height: 0.875rem !important;
}

.cc-h-3 {
  height: 0.75rem !important;
}

.cc-h-screen {
  height: 100vh !important;
}

.cc-h-5 {
  height: 1.25rem !important;
}

.cc-h-6 {
  height: 1.5rem !important;
}

.cc-h-4 {
  height: 1rem !important;
}

.cc-max-h-96 {
  max-height: 24rem !important;
}

.cc-w-full {
  width: 100% !important;
}

.cc-w-3\.5 {
  width: 0.875rem !important;
}

.cc-w-3 {
  width: 0.75rem !important;
}

.cc-w-5 {
  width: 1.25rem !important;
}

.cc-w-12 {
  width: 3rem !important;
}

.cc-w-4 {
  width: 1rem !important;
}

.cc-max-w-3xl {
  max-width: 48rem !important;
}

.cc-max-w-xl {
  max-width: 36rem !important;
}

@keyframes cc-fade-move-in {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cc-animate-fade-move-in {
  animation: cc-fade-move-in 0.2s ease-out !important;
}

@keyframes cc-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cc-animate-fade-in {
  animation: cc-fade-in 0.2s ease-out !important;
}

.cc-cursor-pointer {
  cursor: pointer !important;
}

.cc-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.cc-flex-col {
  flex-direction: column !important;
}

.cc-flex-wrap {
  flex-wrap: wrap !important;
}

.cc-items-center {
  align-items: center !important;
}

.cc-justify-start {
  justify-content: flex-start !important;
}

.cc-justify-end {
  justify-content: flex-end !important;
}

.cc-justify-center {
  justify-content: center !important;
}

.cc-justify-between {
  justify-content: space-between !important;
}

.cc-gap-5 {
  gap: 1.25rem !important;
}

.cc-gap-2 {
  gap: 0.5rem !important;
}

.cc-gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.cc-gap-y-5 {
  row-gap: 1.25rem !important;
}

.cc-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.cc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.cc-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.cc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.cc-self-end {
  align-self: flex-end !important;
}

.cc-self-center {
  align-self: center !important;
}

.cc-overflow-y-auto {
  overflow-y: auto !important;
}

.cc-rounded-md {
  border-radius: 0.375rem !important;
}

.cc-rounded-full {
  border-radius: 9999px !important;
}

.cc-border-b {
  border-bottom-width: 1px !important;
}

.cc-border-t {
  border-top-width: 1px !important;
}

.cc-border-brand-text {
  border-color: var(--cc-color-text) !important;
}

.cc-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}

.cc-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.cc-bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}

.cc-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.cc-bg-brand-secondary {
  background-color: var(--cc-color-secondary) !important;
}

.cc-bg-brand-accent {
  background-color: var(--cc-color-accent) !important;
}

.cc-bg-brand-modal-background {
  background-color: var(--cc-color-modal-background) !important;
}

.cc-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.cc-p-6 {
  padding: 1.5rem !important;
}

.cc-p-3 {
  padding: 0.75rem !important;
}

.cc-p-2 {
  padding: 0.5rem !important;
}

.cc-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.cc-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.cc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.cc-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cc-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.cc-text-center {
  text-align: center !important;
}

.cc-font-sans {
  font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cc-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.cc-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.cc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.cc-font-semibold {
  font-weight: 600 !important;
}

.cc-font-bold {
  font-weight: 700 !important;
}

.cc-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cc-text-brand-text {
  color: var(--cc-color-text) !important;
}

.cc-text-brand-link {
  color: var(--cc-color-link) !important;
}

.cc-underline {
  text-decoration-line: underline !important;
}

.cc-decoration-brand-text {
  text-decoration-color: var(--cc-color-text) !important;
}

.cc-underline-offset-4 {
  text-underline-offset: 4px !important;
}

.cc-underline-offset-8 {
  text-underline-offset: 8px !important;
}

.cc-opacity-25 {
  opacity: 0.25 !important;
}

.cc-drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.cc-filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.cc-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.cc-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.cc-duration-100 {
  transition-duration: 100ms !important;
}

.cc-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

input:checked.cc-switch ~ .cc-dot {
  transform: translateX(150%) !important;
}

input:checked.cc-switch ~ .cc-dot-background {
  background-color: var(--cc-color-switch-active) !important;
}

.cc-isolation-container {
  /* Font used */
  --cc-font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  /* Accent color for primary button */
  --cc-color-accent: #1e293b !important;
  /* Accent color for primary button when hovered */
  --cc-color-accent-dark: #0f172a !important;
  /* Color for secondary button */
  --cc-color-secondary: #e5e7eb !important;
  /* Color for secondary button when hovered */
  --cc-color-secondary-dark: #d1d5db !important;
  /* Color for links when hovered */
  --cc-color-link-highlight: #3b82f6 !important;
  /* Color for links ("Display policy" links within preferences dialogue) */
  --cc-color-link: #94a3b8 !important;
  /* Default color for text */
  --cc-color-text: #334155 !important;
  /* Background color for active category switch */
  --cc-color-switch-active: #1e293b !important;
  /* (Transparent) Color for background when any modal is opened */
  --cc-color-modal-background: rgb(31 41 55 / 75%) !important;
}

.cc-isolation-container .cc-font  {
  font-family: var(--cc-font-family) !important;
}

.hover\:cc-border-transparent:hover {
  border-color: transparent !important;
}

.hover\:cc-bg-slate-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

.hover\:cc-bg-brand-secondary-dark:hover {
  background-color: var(--cc-color-secondary-dark) !important;
}

.hover\:cc-bg-brand-accent-dark:hover {
  background-color: var(--cc-color-accent-dark) !important;
}

.hover\:cc-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.hover\:cc-text-brand-link-highlight:hover {
  color: var(--cc-color-link-highlight) !important;
}

.hover\:cc-no-underline:hover {
  text-decoration-line: none !important;
}

.disabled\:cc-bg-red-100:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.disabled\:cc-opacity-50:disabled {
  opacity: 0.5 !important;
}

@media (min-width: 768px) {
  .md\:cc-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:cc-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:cc-m-5 {
    margin: 1.25rem !important;
  }

  .md\:cc-w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:cc-rounded-md {
    border-radius: 0.375rem !important;
  }
}
