@charset "UTF-8";

/* node_modules/azure-maps-control/dist/atlas.min.css */
.maplibregl-map {
  font:
    12px/20px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.atlas-map .maplibregl-canary {
  background-color: salmon;
}
.atlas-map .maplibregl-canvas-container.maplibregl-interactive,
.atlas-map .maplibregl-ctrl-nav-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.atlas-map .maplibregl-canvas-container.maplibregl-interactive:active,
.atlas-map .maplibregl-ctrl-nav-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-zoom-rotate {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-drag-pan {
  -ms-touch-action: pinch-zoom;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan {
  -ms-touch-action: none;
  touch-action: none;
}
.atlas-map .maplibregl-ctrl-bottom-left,
.atlas-map .maplibregl-ctrl-bottom-right,
.atlas-map .maplibregl-ctrl-top-left,
.atlas-map .maplibregl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.atlas-map .maplibregl-ctrl-top-left {
  top: 0;
  left: 0;
}
.atlas-map .maplibregl-ctrl-top-right {
  top: 0;
  right: 0;
}
.atlas-map .maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.atlas-map .maplibregl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.atlas-map .maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
}
.atlas-map .maplibregl-ctrl-top-left .maplibregl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.atlas-map .maplibregl-ctrl-top-right .maplibregl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.atlas-map .maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.atlas-map .maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.atlas-map .maplibregl-ctrl-group {
  border-radius: 4px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  overflow: hidden;
  background: #fff;
}
.atlas-map .maplibregl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.atlas-map .maplibregl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.atlas-map .maplibregl-ctrl > button:last-child {
  border-bottom: 0;
}
.atlas-map .maplibregl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, .05);
}
.atlas-map .maplibregl-ctrl-icon,
.atlas-map .maplibregl-ctrl-icon > .maplibregl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.atlas-map .maplibregl-ctrl-icon {
  padding: 5px;
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-zoom-out {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-zoom-in {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23333%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate:disabled {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23aaa%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23e58978%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23e54e33%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting {
  -webkit-animation: maplibregl-spin 2s infinite linear;
  -moz-animation: maplibregl-spin 2s infinite linear;
  -o-animation: maplibregl-spin 2s infinite linear;
  -ms-animation: maplibregl-spin 2s infinite linear;
  animation: maplibregl-spin 2s infinite linear;
}
@-webkit-keyframes maplibregl-spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes maplibregl-spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes maplibregl-spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes maplibregl-spin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-fullscreen {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZnVsbHNjcmVlbi5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxODUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnM0MTgzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ3MSIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI2OTUiCiAgICAgaWQ9Im5hbWVkdmlldzQxODEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjExLjMxMzcwOCIKICAgICBpbmtzY2FwZTpjeD0iMTQuNjk4MjgiCiAgICAgaW5rc2NhcGU6Y3k9IjEwLjUyNjY4OSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNjk3IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNjA3NiIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIGQ9Ik0gNSA0IEMgNC41IDQgNCA0LjUgNCA1IEwgNCA2IEwgNCA5IEwgNC41IDkgTCA1Ljc3NzM0MzggNy4yOTY4NzUgQyA2Ljc3NzEzMTkgOC4wNjAyMTMxIDcuODM1NzY1IDguOTU2NTcyOCA4Ljg5MDYyNSAxMCBDIDcuODI1NzEyMSAxMS4wNjMzIDYuNzc2MTc5MSAxMS45NTE2NzUgNS43ODEyNSAxMi43MDcwMzEgTCA0LjUgMTEgTCA0IDExIEwgNCAxNSBDIDQgMTUuNSA0LjUgMTYgNSAxNiBMIDkgMTYgTCA5IDE1LjUgTCA3LjI3MzQzNzUgMTQuMjA1MDc4IEMgOC4wNDI4OTMxIDEzLjE4Nzg4NiA4LjkzOTU0NDEgMTIuMTMzNDgxIDkuOTYwOTM3NSAxMS4wNjgzNTkgQyAxMS4wNDIzNzEgMTIuMTQ2OTkgMTEuOTQyMDkzIDEzLjIxMTIgMTIuNzA3MDMxIDE0LjIxODc1IEwgMTEgMTUuNSBMIDExIDE2IEwgMTQgMTYgTCAxNSAxNiBDIDE1LjUgMTYgMTYgMTUuNSAxNiAxNSBMIDE2IDE0IEwgMTYgMTEgTCAxNS41IDExIEwgMTQuMjA1MDc4IDEyLjcyNjU2MiBDIDEzLjE3Nzk4NSAxMS45NDk2MTcgMTIuMTEyNzE4IDExLjA0MzU3NyAxMS4wMzcxMDkgMTAuMDA5NzY2IEMgMTIuMTUxODU2IDguOTgxMDYxIDEzLjIyNDM0NSA4LjA3OTg2MjQgMTQuMjI4NTE2IDcuMzA0Njg3NSBMIDE1LjUgOSBMIDE2IDkgTCAxNiA1IEMgMTYgNC41IDE1LjUgNCAxNSA0IEwgMTEgNCBMIDExIDQuNSBMIDEyLjcwMzEyNSA1Ljc3NzM0MzggQyAxMS45MzI2NDcgNi43ODY0ODM0IDExLjAyNjY5MyA3Ljg1NTQ3MTIgOS45NzA3MDMxIDguOTE5OTIxOSBDIDguOTU4NDczOSA3LjgyMDQ5NDMgOC4wNjk4NzY3IDYuNzYyNzE4OCA3LjMwNDY4NzUgNS43NzE0ODQ0IEwgOSA0LjUgTCA5IDQgTCA2IDQgTCA1IDQgeiAiCiAgICAgaWQ9InBhdGg0MTY5IiAvPjwvc3ZnPg==);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-shrink {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2hyaW5rLnN2ZyI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTkiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwMjEiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTA4IgogICAgIGlkPSJuYW1lZHZpZXcxNSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMSIKICAgICBpbmtzY2FwZTpjeD0iNC45NTAxMDgyIgogICAgIGlua3NjYXBlOmN5PSIxMC44NTQ3NDciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1lZGdlLW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1taWRwb2ludHM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNDE0NyIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDAiCiAgICAgZD0iTSA0LjI0MjE4NzUgMy40OTIxODc1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMy43MTg3NSA0Ljc4MTI1IEwgNS45NjQ4NDM4IDcuMDI3MzQzOCBMIDQgOC41IEwgNCA5IEwgOCA5IEMgOC41MDAwMDEgOC45OTk5OTg4IDkgOC40OTk5OTkyIDkgOCBMIDkgNCBMIDguNSA0IEwgNy4wMTc1NzgxIDUuOTU1MDc4MSBMIDQuNzgxMjUgMy43MTg3NSBBIDAuNzUwMDc1IDAuNzUwMDc1IDAgMCAwIDQuMjQyMTg3NSAzLjQ5MjE4NzUgeiBNIDE1LjczNDM3NSAzLjQ5MjE4NzUgQSAwLjc1MDA3NSAwLjc1MDA3NSAwIDAgMCAxNS4yMTg3NSAzLjcxODc1IEwgMTIuOTg0Mzc1IDUuOTUzMTI1IEwgMTEuNSA0IEwgMTEgNCBMIDExIDggQyAxMSA4LjQ5OTk5OTIgMTEuNDk5OTk5IDguOTk5OTk4OCAxMiA5IEwgMTYgOSBMIDE2IDguNSBMIDE0LjAzNTE1NiA3LjAyNzM0MzggTCAxNi4yODEyNSA0Ljc4MTI1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMTUuNzM0Mzc1IDMuNDkyMTg3NSB6IE0gNCAxMSBMIDQgMTEuNSBMIDUuOTY0ODQzOCAxMi45NzI2NTYgTCAzLjcxODc1IDE1LjIxODc1IEEgMC43NTEzMDA5NiAwLjc1MTMwMDk2IDAgMSAwIDQuNzgxMjUgMTYuMjgxMjUgTCA3LjAyNzM0MzggMTQuMDM1MTU2IEwgOC41IDE2IEwgOSAxNiBMIDkgMTIgQyA5IDExLjUwMDAwMSA4LjUwMDAwMSAxMS4wMDAwMDEgOCAxMSBMIDQgMTEgeiBNIDEyIDExIEMgMTEuNDk5OTk5IDExLjAwMDAwMSAxMSAxMS41MDAwMDEgMTEgMTIgTCAxMSAxNiBMIDExLjUgMTYgTCAxMi45NzI2NTYgMTQuMDM1MTU2IEwgMTUuMjE4NzUgMTYuMjgxMjUgQSAwLjc1MTMwMDk2IDAuNzUxMzAwOTYgMCAxIDAgMTYuMjgxMjUgMTUuMjE4NzUgTCAxNC4wMzUxNTYgMTIuOTcyNjU2IEwgMTYgMTEuNSBMIDE2IDExIEwgMTIgMTEgeiAiCiAgICAgaWQ9InBhdGg3IiAvPjwvc3ZnPg==);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-compass > .maplibregl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  display: inline-block;
}
.atlas-map a.maplibregl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgIHZpZXdCb3g9IjAgMCA4NC40OSAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQuNDkgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik04My4yNSwxNC4yNmMwLDAuMTItMC4wOSwwLjIxLTAuMjEsMC4yMWgtMS42MWMtMC4xMywwLTAuMjQtMC4wNi0wLjMtMC4xN2wtMS40NC0yLjM5bC0xLjQ0LDIuMzkgICAgYy0wLjA2LDAuMTEtMC4xOCwwLjE3LTAuMywwLjE3aC0xLjYxYy0wLjA0LDAtMC4wOC0wLjAxLTAuMTItMC4wM2MtMC4wOS0wLjA2LTAuMTMtMC4xOS0wLjA2LTAuMjhsMCwwbDIuNDMtMy42OEw3Ni4yLDYuODQgICAgYy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMmMwLTAuMTIsMC4wOS0wLjIxLDAuMjEtMC4yMWgxLjYxYzAuMTMsMCwwLjI0LDAuMDYsMC4zLDAuMTdsMS40MSwyLjM2bDEuNC0yLjM1ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3SDgzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMiwwLjAzYzAuMDksMC4wNiwwLjEzLDAuMTksMC4wNiwwLjI4bDAsMGwtMi4zNywzLjYzbDIuNDMsMy42NyAgICBDODMuMjQsMTQuMTgsODMuMjUsMTQuMjIsODMuMjUsMTQuMjZ6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNjYuMjQsOS41OWMtMC4zOS0xLjg4LTEuOTYtMy4yOC0zLjg0LTMuMjhjLTEuMDMsMC0yLjAzLDAuNDItMi43MywxLjE4VjMuNTFjMC0wLjEzLTAuMS0wLjIzLTAuMjMtMC4yM2gtMS40ICAgIGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MTAuNzJjMCwwLjEzLDAuMSwwLjIzLDAuMjMsMC4yM2gxLjRjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWMTMuNWMwLjcxLDAuNzUsMS43LDEuMTgsMi43MywxLjE4ICAgIGMxLjg4LDAsMy40NS0xLjQxLDMuODQtMy4yOUM2Ni4zNywxMC43OSw2Ni4zNywxMC4xOCw2Ni4yNCw5LjU5TDY2LjI0LDkuNTl6IE02Mi4wOCwxM2MtMS4zMiwwLTIuMzktMS4xMS0yLjQxLTIuNDh2LTAuMDYgICAgYzAuMDItMS4zOCwxLjA5LTIuNDgsMi40MS0yLjQ4czIuNDIsMS4xMiwyLjQyLDIuNTFTNjMuNDEsMTMsNjIuMDgsMTN6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNzEuNjcsNi4zMmMtMS45OC0wLjAxLTMuNzIsMS4zNS00LjE2LDMuMjljLTAuMTMsMC41OS0wLjEzLDEuMTksMCwxLjc3YzAuNDQsMS45NCwyLjE3LDMuMzIsNC4xNywzLjMgICAgYzIuMzUsMCw0LjI2LTEuODcsNC4yNi00LjE5Uzc0LjA0LDYuMzIsNzEuNjcsNi4zMnogTTcxLjY1LDEzLjAxYy0xLjMzLDAtMi40Mi0xLjEyLTIuNDItMi41MXMxLjA4LTIuNTIsMi40Mi0yLjUyICAgIGMxLjMzLDAsMi40MiwxLjEyLDIuNDIsMi41MVM3Mi45OSwxMyw3MS42NSwxMy4wMUw3MS42NSwxMy4wMXoiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik02Mi4wOCw3Ljk4Yy0xLjMyLDAtMi4zOSwxLjExLTIuNDEsMi40OHYwLjA2QzU5LjY4LDExLjksNjAuNzUsMTMsNjIuMDgsMTNzMi40Mi0xLjEyLDIuNDItMi41MSAgICBTNjMuNDEsNy45OCw2Mi4wOCw3Ljk4eiBNNjIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1ICAgIGMwLjYzLDAsMS4xNywwLjU3LDEuMTcsMS4yN0M2My4yNCwxMS4yLDYyLjczLDExLjc2LDYyLjA4LDExLjc2eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTcxLjY1LDcuOThjLTEuMzMsMC0yLjQyLDEuMTItMi40MiwyLjUxUzcwLjMyLDEzLDcxLjY1LDEzczIuNDItMS4xMiwyLjQyLTIuNTFTNzIuOTksNy45OCw3MS42NSw3Ljk4eiAgICAgTTcxLjY1LDExLjc2Yy0wLjY0LDAtMS4xNy0wLjU3LTEuMTctMS4yN2MwLTAuNywwLjUzLTEuMjYsMS4xNy0xLjI2czEuMTcsMC41NywxLjE3LDEuMjdDNzIuODIsMTEuMjEsNzIuMjksMTEuNzYsNzEuNjUsMTEuNzZ6IiAgICAvPiAgPHBhdGggY2xhc3M9InN0MCIgc3R5bGU9Im9wYWNpdHk6MC45OyBmaWxsOiAjRkZGRkZGOyBlbmFibGUtYmFja2dyb3VuZDogbmV3OyIgZD0iTTQ1Ljc0LDYuNTNoLTEuNGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MC43M2MtMC43MS0wLjc1LTEuNy0xLjE4LTIuNzMtMS4xOCAgICBjLTIuMTcsMC0zLjk0LDEuODctMy45NCw0LjE5czEuNzcsNC4xOSwzLjk0LDQuMTljMS4wNCwwLDIuMDMtMC40MywyLjczLTEuMTl2MC43M2MwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNCAgICBjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWNi43NGMwLTAuMTItMC4wOS0wLjIyLTAuMjItMC4yMkM0NS43NSw2LjUzLDQ1Ljc1LDYuNTMsNDUuNzQsNi41M3ogTTQ0LjEyLDEwLjUzICAgIEM0NC4xMSwxMS45LDQzLjAzLDEzLDQxLjcxLDEzcy0yLjQyLTEuMTItMi40Mi0yLjUxczEuMDgtMi41MiwyLjQtMi41MmMxLjMzLDAsMi4zOSwxLjExLDIuNDEsMi40OEw0NC4xMiwxMC41M3oiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik00MS43MSw3Ljk4Yy0xLjMzLDAtMi40MiwxLjEyLTIuNDIsMi41MVM0MC4zNywxMyw0MS43MSwxM3MyLjM5LTEuMTEsMi40MS0yLjQ4di0wLjA2ICAgIEM0NC4xLDkuMDksNDMuMDMsNy45OCw0MS43MSw3Ljk4eiBNNDAuNTUsMTAuNDljMC0wLjcsMC41Mi0xLjI3LDEuMTctMS4yN2MwLjY0LDAsMS4xNCwwLjU2LDEuMTcsMS4yNXYwLjA0ICAgIGMtMC4wMSwwLjY4LTAuNTMsMS4yNC0xLjE3LDEuMjRDNDEuMDgsMTEuNzUsNDAuNTUsMTEuMTksNDAuNTUsMTAuNDl6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNTIuNDEsNi4zMmMtMS4wMywwLTIuMDMsMC40Mi0yLjczLDEuMThWNi43NWMwLTAuMTMtMC4xLTAuMjMtMC4yMy0wLjIzaC0xLjRjLTAuMTMsMC0wLjIzLDAuMTEtMC4yMywwLjIzICAgIHYxMC43MmMwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNGMwLjEzLDAsMC4yMy0wLjEsMC4yMy0wLjIzVjEzLjVjMC43MSwwLjc1LDEuNywxLjE4LDIuNzQsMS4xOGMyLjE3LDAsMy45NC0xLjg3LDMuOTQtNC4xOSAgICBTNTQuNTgsNi4zMiw1Mi40MSw2LjMyeiBNNTIuMDgsMTMuMDFjLTEuMzIsMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0wLjA3YzAuMDItMS4zOCwxLjA5LTIuNDksMi40LTIuNDljMS4zMiwwLDIuNDEsMS4xMiwyLjQxLDIuNTEgICAgUzUzLjQsMTMsNTIuMDgsMTMuMDFMNTIuMDgsMTMuMDF6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNNTIuMDgsNy45OGMtMS4zMiwwLTIuMzksMS4xMS0yLjQyLDIuNDh2MC4wNmMwLjAzLDEuMzgsMS4xLDIuNDgsMi40MiwyLjQ4czIuNDEtMS4xMiwyLjQxLTIuNTEgICAgUzUzLjQsNy45OCw1Mi4wOCw3Ljk4eiBNNTIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1YzAuNjMsMCwxLjE3LDAuNTgsMS4xNywxLjI3ICAgIFM1Mi43MiwxMS43Niw1Mi4wOCwxMS43NnoiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0zNi4wOCwxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjQxYy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1Y5LjY4YzAtMC45OC0wLjc0LTEuNzEtMS42Mi0xLjcxICAgIGMtMC44LDAtMS40NiwwLjctMS41OSwxLjYybDAuMDEsNC42NmMwLDAuMTMtMC4xMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWNi43NCAgICBjMC4wMS0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjIsMC4xMSwwLjIzLDAuMjJWNy40YzAuNS0wLjY4LDEuMy0xLjA5LDIuMTYtMS4xaDAuMDNjMS4wOSwwLDIuMDksMC42LDIuNiwxLjU1ICAgIGMwLjQ1LTAuOTUsMS40LTEuNTUsMi40NC0xLjU2YzEuNjIsMCwyLjkzLDEuMjUsMi45LDIuNzhMMzYuMDgsMTQuMjR6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNODQuMzQsMTMuNTlsLTAuMDctMC4xM2wtMS45Ni0yLjk5bDEuOTQtMi45NWMwLjQ0LTAuNjcsMC4yNi0xLjU2LTAuNDEtMi4wMmMtMC4wMiwwLTAuMDMsMC0wLjA0LTAuMDEgICAgYy0wLjIzLTAuMTUtMC41LTAuMjItMC43OC0wLjIyaC0xLjYxYy0wLjU2LDAtMS4wOCwwLjI5LTEuMzcsMC43OEw3OS43Miw2LjZsLTAuMzQtMC41NkM3OS4wOSw1LjU2LDc4LjU3LDUuMjcsNzgsNS4yN2gtMS42ICAgIGMtMC42LDAtMS4xMywwLjM3LTEuMzUsMC45MmMtMi4xOS0xLjY2LTUuMjgtMS40Ny03LjI2LDAuNDVjLTAuMzUsMC4zNC0wLjY1LDAuNzItMC44OSwxLjE0Yy0wLjktMS42Mi0yLjU4LTIuNzItNC41LTIuNzIgICAgYy0wLjUsMC0xLjAxLDAuMDctMS40OCwwLjIzVjMuNTFjMC0wLjgyLTAuNjYtMS40OC0xLjQ3LTEuNDhoLTEuNGMtMC44MSwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2My43NSAgICBjLTAuOTUtMS4zNi0yLjUtMi4xOC00LjE3LTIuMTljLTAuNzQsMC0xLjQ2LDAuMTYtMi4xMiwwLjQ3Yy0wLjI0LTAuMTctMC41NC0wLjI2LTAuODQtMC4yNmgtMS40Yy0wLjQ1LDAtMC44NywwLjIxLTEuMTUsMC41NiAgICBjLTAuMDItMC4wMy0wLjA0LTAuMDUtMC4wNy0wLjA4Yy0wLjI4LTAuMy0wLjY4LTAuNDctMS4wOS0wLjQ3aC0xLjM5Yy0wLjMsMC0wLjYsMC4wOS0wLjg0LDAuMjZjLTAuNjctMC4zLTEuMzktMC40Ni0yLjEyLTAuNDYgICAgYy0xLjgzLDAtMy40MywxLTQuMzcsMi41Yy0wLjItMC40Ni0wLjQ4LTAuODktMC44My0xLjI1Yy0wLjgtMC44MS0xLjg5LTEuMjUtMy4wMi0xLjI1aC0wLjAxYy0wLjg5LDAuMDEtMS43NSwwLjMzLTIuNDYsMC44OCAgICBjLTAuNzQtMC41Ny0xLjY0LTAuODgtMi41Ny0wLjg4SDI4LjFjLTAuMjksMC0wLjU4LDAuMDMtMC44NiwwLjExYy0wLjI4LDAuMDYtMC41NiwwLjE2LTAuODIsMC4yOGMtMC4yMS0wLjEyLTAuNDUtMC4xOC0wLjctMC4xOCAgICBoLTEuNGMtMC44MiwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2Ny41YzAsMC44MiwwLjY2LDEuNDcsMS40NywxLjQ3aDEuNGMwLjgyLDAsMS40OC0wLjY2LDEuNDgtMS40OGwwLDBWOS43OSAgICBjMC4wMy0wLjM2LDAuMjMtMC41OSwwLjM2LTAuNTljMC4xOCwwLDAuMzgsMC4xOCwwLjM4LDAuNDd2NC41N2MwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjQxYzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3ICAgIGwtMC4wMS00LjU3YzAuMDYtMC4zMiwwLjI1LTAuNDcsMC4zNS0wLjQ3YzAuMTgsMCwwLjM4LDAuMTgsMC4zOCwwLjQ3djQuNTdjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40MSAgICBjMC44MiwwLDEuNDctMC42NiwxLjQ3LTEuNDd2LTAuMzhjMC45NiwxLjI5LDIuNDYsMi4wNiw0LjA2LDIuMDZjMC43NCwwLDEuNDYtMC4xNiwyLjEyLTAuNDdjMC4yNCwwLjE3LDAuNTQsMC4yNiwwLjg0LDAuMjZoMS4zOSAgICBjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2djIuMDFjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40YzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3di0xLjc3YzAuNDgsMC4xNSwwLjk5LDAuMjMsMS40OSwwLjIyICAgIGMxLjcsMCwzLjIyLTAuODcsNC4xNy0yLjJ2MC41MmMwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjRjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2YzAuNjYsMC4zMSwxLjM5LDAuNDcsMi4xMiwwLjQ3ICAgIGMxLjkyLDAsMy42LTEuMSw0LjQ5LTIuNzNjMS41NCwyLjY1LDQuOTUsMy41Myw3LjU4LDEuOThjMC4xOC0wLjExLDAuMzYtMC4yMiwwLjUzLTAuMzZjMC4yMiwwLjU1LDAuNzYsMC45MSwxLjM1LDAuOUg3OCAgICBjMC41NiwwLDEuMDgtMC4yOSwxLjM3LTAuNzhsMC4zNy0wLjYxbDAuMzcsMC42MWMwLjI5LDAuNDgsMC44MSwwLjc4LDEuMzgsMC43OGgxLjZjMC44MSwwLDEuNDYtMC42NiwxLjQ1LTEuNDYgICAgQzg0LjQ5LDE0LjAyLDg0LjQ0LDEzLjgsODQuMzQsMTMuNTlMODQuMzQsMTMuNTl6IE0zNS44NiwxNC40N2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuOCwwLTEuNDYsMC43LTEuNTksMS42MmwwLjAxLDQuNjZjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjkuNjhjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjYuNzRjMC4wMS0wLjEzLDAuMTEtMC4yMiwwLjIzLTAuMjJoMS40YzAuMTMsMCwwLjIyLDAuMTEsMC4yMywwLjIyVjcuNGMwLjUtMC42OCwxLjMtMS4wOSwyLjE2LTEuMWgwLjAzICAgIGMxLjA5LDAsMi4wOSwwLjYsMi42LDEuNTVjMC40NS0wLjk1LDEuNC0xLjU1LDIuNDQtMS41NmMxLjYyLDAsMi45MywxLjI1LDIuOSwyLjc4bDAuMDEsNS4xNkMzNi4wOSwxNC4zNiwzNS45OCwxNC40NiwzNS44NiwxNC40NyAgICBMMzUuODYsMTQuNDd6IE00NS45NywxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjRjLTAuMTMsMC0wLjIzLTAuMTEtMC4yMy0wLjIzVjEzLjVjLTAuNywwLjc2LTEuNjksMS4xOC0yLjcyLDEuMTggICAgYy0yLjE3LDAtMy45NC0xLjg3LTMuOTQtNC4xOXMxLjc3LTQuMTksMy45NC00LjE5YzEuMDMsMCwyLjAyLDAuNDMsMi43MywxLjE4VjYuNzRjMC0wLjEzLDAuMS0wLjIzLDAuMjMtMC4yM2gxLjQgICAgYzAuMTItMC4wMSwwLjIyLDAuMDgsMC4yMywwLjIxYzAsMC4wMSwwLDAuMDEsMCwwLjAydjcuNTFoLTAuMDFWMTQuMjR6IE01Mi40MSwxNC42N2MtMS4wMywwLTIuMDItMC40My0yLjczLTEuMTh2My45NyAgICBjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjEtMC4yMy0wLjIzVjYuNzVjMC0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjMsMC4xMSwwLjIzLDAuMjN2MC43MyAgICBjMC43MS0wLjc2LDEuNy0xLjE4LDIuNzMtMS4xOGMyLjE3LDAsMy45NCwxLjg2LDMuOTQsNC4xOFM1NC41OCwxNC42Nyw1Mi40MSwxNC42N3ogTTY2LjI0LDExLjM5Yy0wLjM5LDEuODctMS45NiwzLjI5LTMuODQsMy4yOSAgICBjLTEuMDMsMC0yLjAyLTAuNDMtMi43My0xLjE4djAuNzNjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1YzLjUxYzAtMC4xMywwLjEtMC4yMywwLjIzLTAuMjMgICAgaDEuNGMwLjEzLDAsMC4yMywwLjExLDAuMjMsMC4yM3YzLjk3YzAuNzEtMC43NSwxLjctMS4xOCwyLjczLTEuMTdjMS44OCwwLDMuNDUsMS40LDMuODQsMy4yOEM2Ni4zNywxMC4xOSw2Ni4zNywxMC44LDY2LjI0LDExLjM5ICAgIEw2Ni4yNCwxMS4zOUw2Ni4yNCwxMS4zOXogTTcxLjY3LDE0LjY4Yy0yLDAuMDEtMy43My0xLjM1LTQuMTctMy4zYy0wLjEzLTAuNTktMC4xMy0xLjE5LDAtMS43N2MwLjQ0LTEuOTQsMi4xNy0zLjMxLDQuMTctMy4zICAgIGMyLjM2LDAsNC4yNiwxLjg3LDQuMjYsNC4xOVM3NC4wMywxNC42OCw3MS42NywxNC42OEw3MS42NywxNC42OHogTTgzLjA0LDE0LjQ3aC0xLjYxYy0wLjEzLDAtMC4yNC0wLjA2LTAuMy0wLjE3bC0xLjQ0LTIuMzkgICAgbC0xLjQ0LDIuMzljLTAuMDYsMC4xMS0wLjE4LDAuMTctMC4zLDAuMTdoLTEuNjFjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMi0wLjAzYy0wLjA5LTAuMDYtMC4xMy0wLjE5LTAuMDYtMC4yOGwwLDBsMi40My0zLjY4ICAgIEw3Ni4yLDYuODRjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjEyYzAtMC4xMiwwLjA5LTAuMjEsMC4yMS0wLjIxaDEuNjFjMC4xMywwLDAuMjQsMC4wNiwwLjMsMC4xN2wxLjQxLDIuMzZsMS40MS0yLjM2ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3aDEuNjFjMC4wNCwwLDAuMDgsMC4wMSwwLjEyLDAuMDNjMC4wOSwwLjA2LDAuMTMsMC4xOSwwLjA2LDAuMjhsMCwwbC0yLjM4LDMuNjRsMi40MywzLjY3ICAgIGMwLjAyLDAuMDMsMC4wMywwLjA3LDAuMDMsMC4xMkM4My4yNSwxNC4zOCw4My4xNiwxNC40Nyw4My4wNCwxNC40N0w4My4wNCwxNC40N0w4My4wNCwxNC40N3oiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0xMC41LDEuMjRjLTUuMTEsMC05LjI1LDQuMTUtOS4yNSw5LjI1czQuMTUsOS4yNSw5LjI1LDkuMjVzOS4yNS00LjE1LDkuMjUtOS4yNSAgICBDMTkuNzUsNS4zOCwxNS42MSwxLjI0LDEwLjUsMS4yNHogTTE0Ljg5LDEyLjc3Yy0xLjkzLDEuOTMtNC43OCwyLjMxLTYuNywyLjMxYy0wLjcsMC0xLjQxLTAuMDUtMi4xLTAuMTZjMCwwLTEuMDItNS42NCwyLjE0LTguODEgICAgYzAuODMtMC44MywxLjk1LTEuMjgsMy4xMy0xLjI4YzEuMjcsMCwyLjQ5LDAuNTEsMy4zOSwxLjQyQzE2LjU5LDguMDksMTYuNjQsMTEsMTQuODksMTIuNzd6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNMTAuNS0wLjAxQzQuNy0wLjAxLDAsNC43LDAsMTAuNDlzNC43LDEwLjUsMTAuNSwxMC41UzIxLDE2LjI5LDIxLDEwLjQ5QzIwLjk5LDQuNywxNi4zLTAuMDEsMTAuNS0wLjAxeiAgICAgTTEwLjUsMTkuNzRjLTUuMTEsMC05LjI1LTQuMTUtOS4yNS05LjI1czQuMTQtOS4yNiw5LjI1LTkuMjZzOS4yNSw0LjE1LDkuMjUsOS4yNUMxOS43NSwxNS42MSwxNS42MSwxOS43NCwxMC41LDE5Ljc0eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTE0Ljc0LDYuMjVDMTIuOSw0LjQxLDkuOTgsNC4zNSw4LjIzLDYuMWMtMy4xNiwzLjE3LTIuMTQsOC44MS0yLjE0LDguODFzNS42NCwxLjAyLDguODEtMi4xNCAgICBDMTYuNjQsMTEsMTYuNTksOC4wOSwxNC43NCw2LjI1eiBNMTIuNDcsMTAuMzRsLTAuOTEsMS44N2wtMC45LTEuODdMOC44LDkuNDNsMS44Ni0wLjlsMC45LTEuODdsMC45MSwxLjg3bDEuODYsMC45TDEyLjQ3LDEwLjM0eiIgICAgLz4gIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIHBvaW50cz0iMTQuMzMsOS40MyAxMi40NywxMC4zNCAxMS41NiwxMi4yMSAxMC42NiwxMC4zNCA4LjgsOS40MyAxMC42Niw4LjUzIDExLjU2LDYuNjYgMTIuNDcsOC41MyAgICIvPjwvZz48L3N2Zz4=);
}
.atlas-map .maplibregl-ctrl.maplibregl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, .5);
  margin: 0;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 10px 10px 10px;
  position: relative;
  padding-right: 24px;
  background-color: #fff;
  border-radius: 3px 12px 12px 3px;
  visibility: hidden;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:hover {
  visibility: visible;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:after {
  content: "";
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%09%3Cpath%20fill%3D%27%23333333%27%20fill-rule%3D%27evenodd%27%20d%3D%27M4%2C10a6%2C6%200%201%2C0%2012%2C0a6%2C6%200%201%2C0%20-12%2C0%20M9%2C7a1%2C1%200%201%2C0%202%2C0a1%2C1%200%201%2C0%20-2%2C0%20M9%2C10a1%2C1%200%201%2C1%202%2C0l0%2C3a1%2C1%200%201%2C1%20-2%2C0%27%20%2F%3E%0D%0A%3C%2Fsvg%3E);
  background-color: rgba(255, 255, 255, .5);
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  visibility: visible;
  border-radius: 12px;
}
.atlas-map .maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, .75);
  text-decoration: none;
}
.atlas-map .maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.atlas-map .maplibregl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.atlas-map .maplibregl-ctrl-scale {
  background-color: rgba(255, 255, 255, .75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
}
.atlas-map .maplibregl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.atlas-map .maplibregl-popup-anchor-top,
.atlas-map .maplibregl-popup-anchor-top-left,
.atlas-map .maplibregl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.atlas-map .maplibregl-popup-anchor-bottom,
.atlas-map .maplibregl-popup-anchor-bottom-left,
.atlas-map .maplibregl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.atlas-map .maplibregl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.atlas-map .maplibregl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.atlas-map .maplibregl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.atlas-map .maplibregl-popup-anchor-top .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-left .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-right .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.atlas-map .maplibregl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.atlas-map .maplibregl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, .05);
}
.atlas-map .maplibregl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.atlas-map .maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}
.atlas-map .maplibregl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.atlas-map .maplibregl-user-location-dot {
  background-color: #1da1f2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .25);
  border: 2px solid #fff;
}
.atlas-map .maplibregl-user-location-dot:after {
  content: "";
  display: block;
  box-shadow: #1da1f2 0 0 0 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  -webkit-animation: maplibregl-user-location-dot-pulse 2s;
  -moz-animation: maplibregl-user-location-dot-pulse 2s;
  -ms-animation: maplibregl-user-location-dot-pulse 2s;
  animation: maplibregl-user-location-dot-pulse 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes maplibregl-user-location-dot-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 161, 242, .8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  242% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
@-ms-keyframes maplibregl-user-location-dot-pulse {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(29, 161, 242, .8);
  }
  70% {
    -ms-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  242% {
    -ms-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
@keyframes maplibregl-user-location-dot-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 161, 242, .8);
    box-shadow: 0 0 0 0 rgba(29, 161, 242, .4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
    box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
    box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
.atlas-map .maplibregl-user-location-dot-stale {
  background-color: #aaa;
}
.atlas-map .maplibregl-user-location-dot-stale:after {
  display: none;
}
.atlas-map .maplibregl-crosshair,
.atlas-map .maplibregl-crosshair .maplibregl-interactive,
.atlas-map .maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}
.atlas-map .maplibregl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5;
}
@media print {
  .atlas-map .mapbox-improve-map {
    display: none;
  }
}
@media (inverted-colors:inverted) {
  .atlas-map .atlas-map-canvas {
    filter: invert(100%);
  }
  .atlas-map .azure-map-logo {
    filter: invert(100%);
  }
}
.atlas-map .atlas-map-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -ms-user-select: none;
}
.atlas-map .atlas-map-canvas {
  pointer-events: auto;
}
.atlas-map .azure-map-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 46px;
  height: 16px;
  width: 110px;
  margin-right: 16px;
  pointer-events: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 869.291 287.244' height='287.244' width='869.291' xml:space='preserve'%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m0 0-6.387-18.197H6.567L.211 0Zm4.459 8.014 16.268-43.202h-8.254L8.646-24.463H-8.375l-3.676-10.725h-8.194L-3.977 8.014Z' transform='matrix(1.33333 0 0 -1.33333 590.984 125.874)'/%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0h24.734v-2.922L8.496-25.187h16.328v-5.784H-1.145v3.465L14.853-5.785H0Z' transform='matrix(1.33333 0 0 -1.33333 623.492 131.498)'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0v-30.971h-7.352v4.068h-.12c-.964-1.407-2.255-2.506-3.871-3.3-1.617-.793-3.429-1.19-5.438-1.19-3.595 0-6.332 1.019-8.209 3.059-1.879 2.038-2.818 5.206-2.818 9.504V0h7.381v-17.956c0-2.611.518-4.574 1.552-5.89 1.034-1.316 2.596-1.973 4.685-1.973 2.068 0 3.725.728 4.971 2.184 1.245 1.456 1.867 3.36 1.867 5.709V0z' transform='translate(523.469 116.81)'/%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0c.582 0 1.104-.04 1.566-.12a6.711 6.711 0 0 0 1.175-.301v-7.382c-.382.282-.938.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.852-3.826-1.852-6.96v-15.635h-7.291v30.97h7.291v-4.881h.12c.663 1.687 1.667 3.008 3.012 3.962C-3.505-.477-1.888 0 0 0' transform='translate(545.42 117.322)'/%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0c0 2.41-.558 4.248-1.672 5.513-1.115 1.265-2.686 1.898-4.715 1.898-1.748 0-3.314-.628-4.7-1.883C-12.473 4.272-13.396 2.43-13.858 0Zm4.67-10.816v-5.995c-1.205-.764-2.782-1.381-4.731-1.853-1.948-.472-4.026-.708-6.236-.708-4.72 0-8.39 1.396-11.011 4.188-2.621 2.791-3.931 6.678-3.931 11.659 0 4.8 1.4 8.752 4.202 11.855 2.802 3.103 6.351 4.654 10.65 4.654 4.278 0 7.607-1.31 9.988-3.931C5.98 6.432 7.17 2.812 7.17-1.808v-3.525h-21.209c.321-3.113 1.32-5.287 2.997-6.522 1.677-1.235 3.842-1.853 6.493-1.853 1.747 0 3.414.266 5.001.798 1.586.533 2.992 1.23 4.218 2.094' transform='translate(569.734 104.459)'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'%3E%3Cpath style='fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0h-10.858v-25.004h-7.38V0h-5.182v5.964h5.182v4.308c0 3.254 1.059 5.92 3.178 7.999 2.119 2.079 4.835 3.118 8.148 3.118.884 0 1.667-.045 2.351-.136a9.3 9.3 0 0 0 1.807-.406v-6.296c-.241.14-.663.31-1.265.512-.603.2-1.296.301-2.078.301-1.528 0-2.702-.477-3.526-1.431-.823-.954-1.235-2.365-1.235-4.232V5.964H0v6.96l7.321 2.229V5.964h7.381V0H7.321v-14.49c0-1.909.346-3.255 1.039-4.037.693-.784 1.782-1.175 3.269-1.175.421 0 .929.1 1.521.301.592.2 1.109.441 1.552.723v-6.025c-.463-.261-1.231-.502-2.305-.723a15.742 15.742 0 0 0-3.178-.331c-3.073 0-5.378.817-6.914 2.454C.768-21.666 0-19.201 0-15.906Zm-48.407-9.731c0-3.234.733-5.704 2.199-7.411 1.466-1.707 3.564-2.56 6.296-2.56 2.652 0 4.67.853 6.055 2.56 1.386 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547-1.436 1.697-3.449 2.545-6.04 2.545-2.672 0-4.745-.889-6.221-2.667-1.476-1.776-2.214-4.312-2.214-7.606m-7.592-.241c0 5.122 1.446 9.178 4.338 12.171 2.892 2.992 6.909 4.489 12.051 4.489 4.839 0 8.62-1.441 11.342-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.829-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-16.417 7.803c0-1.045.331-1.863.994-2.456.662-.592 2.128-1.34 4.399-2.244 2.911-1.165 4.955-2.475 6.129-3.931 1.176-1.456 1.763-3.219 1.763-5.287 0-2.913-1.119-5.252-3.359-7.019-2.239-1.769-5.267-2.651-9.083-2.651-1.285 0-2.706.155-4.263.466-1.556.312-2.877.708-3.961 1.19v7.17a17.945 17.945 0 0 1 4.278-2.198c1.526-.543 2.912-.815 4.157-.815 1.647 0 2.862.231 3.646.694.783.461 1.174 1.235 1.174 2.319 0 1.005-.406 1.853-1.22 2.546-.813.693-2.355 1.491-4.624 2.395-2.692 1.124-4.599 2.39-5.724 3.795-1.125 1.406-1.687 3.194-1.687 5.363 0 2.791 1.109 5.086 3.329 6.884 2.218 1.797 5.096 2.696 8.631 2.696 1.084 0 2.299-.121 3.645-.361 1.346-.241 2.47-.554 3.375-.935v-6.929c-.965.644-2.09 1.195-3.375 1.658-1.286.462-2.561.693-3.826.693-1.386 0-2.465-.271-3.238-.813-.774-.543-1.16-1.287-1.16-2.23m-35.065-7.562c0-3.234.732-5.704 2.199-7.411 1.465-1.707 3.564-2.56 6.295-2.56 2.652 0 4.67.853 6.055 2.56 1.387 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547C-94.443-.306-96.456.542-99.046.542c-2.672 0-4.746-.889-6.222-2.667-1.476-1.776-2.213-4.312-2.213-7.606m-7.593-.241c0 5.122 1.446 9.178 4.339 12.171 2.892 2.992 6.908 4.489 12.049 4.489 4.841 0 8.622-1.441 11.343-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.828-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-3.136 16.449c.583 0 1.105-.041 1.567-.121a6.56 6.56 0 0 0 1.175-.301v-7.381c-.382.282-.939.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.853-3.826-1.853-6.959v-15.635h-7.29V5.964h7.29v-4.88h.12c.663 1.687 1.667 3.007 3.013 3.962 1.346.953 2.962 1.431 4.85 1.431m-27.956-26.179c1.084 0 2.279.25 3.585.753a15.06 15.06 0 0 1 3.615 1.988v-6.778c-1.165-.663-2.485-1.165-3.962-1.506-1.475-.342-3.098-.512-4.865-.512-4.559 0-8.265 1.44-11.116 4.322-2.852 2.882-4.278 6.562-4.278 11.041 0 4.981 1.457 9.083 4.369 12.307 2.911 3.223 7.039 4.835 12.381 4.835 1.366 0 2.746-.176 4.143-.528 1.395-.351 2.504-.757 3.328-1.219v-6.99c-1.125.824-2.274 1.462-3.45 1.914a9.966 9.966 0 0 1-3.599.678c-2.872 0-5.192-.935-6.959-2.802-1.768-1.868-2.651-4.388-2.651-7.562 0-3.133.848-5.573 2.545-7.321 1.697-1.747 4.002-2.62 6.914-2.62m-22.112-5.302h-7.29V5.965h7.29zm-8.044 39.916c0 1.205.437 2.214 1.311 3.027.874.814 1.912 1.221 3.117 1.221 1.286 0 2.351-.418 3.194-1.25.844-.834 1.265-1.834 1.265-2.998 0-1.185-.431-2.18-1.295-2.982-.864-.804-1.918-1.205-3.164-1.205-1.245 0-2.294.406-3.147 1.219-.855.814-1.281 1.803-1.281 2.968m-6.273 3.283v-43.199h-7.501v33.86h-.12l-13.407-33.86h-4.97l-13.738 33.86h-.09v-33.86h-6.929v43.199h10.755l12.412-32.023h.18l13.105 32.023z' transform='translate(394.942 110.844)'/%3E%3C/g%3E%3Cpath style='fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 109.22H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 109.22h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 71.44H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 71.44h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 109.22H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 109.22h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 71.44H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 71.44h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3C/svg%3E");
}
.atlas-map .azure-map-logo:last-child {
  margin-right: 5px;
}
.atlas-map .azure-map-copyright {
  margin-left: 16px;
  margin-right: 16px;
  font-family: Segoe UI;
  font-size: 12px;
  line-height: 19px;
  color: #666;
  text-decoration: none;
  pointer-events: initial;
}
.atlas-map .map-copyright.without-bg.light .azure-map-copyright,
.atlas-map .map-copyright.without-bg.light .azure-map-feedback-text {
  text-shadow: #fff 1px 1px;
}
.atlas-map .map-copyright.without-bg.light .azure-map-feedback-text {
  color: #000;
}
.atlas-map .map-copyright.without-bg.dark .azure-map-copyright,
.atlas-map .map-copyright.without-bg.dark .azure-map-feedback-text {
  text-shadow: #000 1px 1px;
}
.atlas-map .map-copyright.without-bg.dark .azure-map-feedback-text {
  color: #ccc;
}
.atlas-map .map-copyright.without-bg .azure-map-copyright {
  margin-right: 0;
  font-size: 9px;
  line-height: 12px;
}
.atlas-map .map-copyright.without-bg .azure-map-feedback-text {
  margin-right: 10px;
  pointer-events: auto;
  font-family: Segoe UI;
  font-size: 9px;
  line-height: 12px;
  text-underline-position: under;
}
.atlas-map .map-logo-control {
  order: 1;
  display: flex;
  margin: 10px 10px 4px 10px;
}
.atlas-map .map-logo-control.dark .azure-map-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 869.291 287.244' height='287.244' width='869.291' xml:space='preserve'%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m0 0-6.387-18.197H6.567L.211 0Zm4.459 8.014 16.268-43.202h-8.254L8.646-24.463H-8.375l-3.676-10.725h-8.194L-3.977 8.014Z' transform='matrix(1.33333 0 0 -1.33333 590.984 125.874)'/%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0h24.734v-2.922L8.496-25.187h16.328v-5.784H-1.145v3.465L14.853-5.785H0Z' transform='matrix(1.33333 0 0 -1.33333 623.492 131.498)'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0v-30.971h-7.352v4.068h-.12c-.964-1.407-2.255-2.506-3.871-3.3-1.617-.793-3.429-1.19-5.438-1.19-3.595 0-6.332 1.019-8.209 3.059-1.879 2.038-2.818 5.206-2.818 9.504V0h7.381v-17.956c0-2.611.518-4.574 1.552-5.89 1.034-1.316 2.596-1.973 4.685-1.973 2.068 0 3.725.728 4.971 2.184 1.245 1.456 1.867 3.36 1.867 5.709V0z' transform='translate(523.469 116.81)'/%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0c.582 0 1.104-.04 1.566-.12a6.711 6.711 0 0 0 1.175-.301v-7.382c-.382.282-.938.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.852-3.826-1.852-6.96v-15.635h-7.291v30.97h7.291v-4.881h.12c.663 1.687 1.667 3.008 3.012 3.962C-3.505-.477-1.888 0 0 0' transform='translate(545.42 117.322)'/%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0c0 2.41-.558 4.248-1.672 5.513-1.115 1.265-2.686 1.898-4.715 1.898-1.748 0-3.314-.628-4.7-1.883C-12.473 4.272-13.396 2.43-13.858 0Zm4.67-10.816v-5.995c-1.205-.764-2.782-1.381-4.731-1.853-1.948-.472-4.026-.708-6.236-.708-4.72 0-8.39 1.396-11.011 4.188-2.621 2.791-3.931 6.678-3.931 11.659 0 4.8 1.4 8.752 4.202 11.855 2.802 3.103 6.351 4.654 10.65 4.654 4.278 0 7.607-1.31 9.988-3.931C5.98 6.432 7.17 2.812 7.17-1.808v-3.525h-21.209c.321-3.113 1.32-5.287 2.997-6.522 1.677-1.235 3.842-1.853 6.493-1.853 1.747 0 3.414.266 5.001.798 1.586.533 2.992 1.23 4.218 2.094' transform='translate(569.734 104.459)'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'%3E%3Cpath style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M0 0h-10.858v-25.004h-7.38V0h-5.182v5.964h5.182v4.308c0 3.254 1.059 5.92 3.178 7.999 2.119 2.079 4.835 3.118 8.148 3.118.884 0 1.667-.045 2.351-.136a9.3 9.3 0 0 0 1.807-.406v-6.296c-.241.14-.663.31-1.265.512-.603.2-1.296.301-2.078.301-1.528 0-2.702-.477-3.526-1.431-.823-.954-1.235-2.365-1.235-4.232V5.964H0v6.96l7.321 2.229V5.964h7.381V0H7.321v-14.49c0-1.909.346-3.255 1.039-4.037.693-.784 1.782-1.175 3.269-1.175.421 0 .929.1 1.521.301.592.2 1.109.441 1.552.723v-6.025c-.463-.261-1.231-.502-2.305-.723a15.742 15.742 0 0 0-3.178-.331c-3.073 0-5.378.817-6.914 2.454C.768-21.666 0-19.201 0-15.906Zm-48.407-9.731c0-3.234.733-5.704 2.199-7.411 1.466-1.707 3.564-2.56 6.296-2.56 2.652 0 4.67.853 6.055 2.56 1.386 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547-1.436 1.697-3.449 2.545-6.04 2.545-2.672 0-4.745-.889-6.221-2.667-1.476-1.776-2.214-4.312-2.214-7.606m-7.592-.241c0 5.122 1.446 9.178 4.338 12.171 2.892 2.992 6.909 4.489 12.051 4.489 4.839 0 8.62-1.441 11.342-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.829-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-16.417 7.803c0-1.045.331-1.863.994-2.456.662-.592 2.128-1.34 4.399-2.244 2.911-1.165 4.955-2.475 6.129-3.931 1.176-1.456 1.763-3.219 1.763-5.287 0-2.913-1.119-5.252-3.359-7.019-2.239-1.769-5.267-2.651-9.083-2.651-1.285 0-2.706.155-4.263.466-1.556.312-2.877.708-3.961 1.19v7.17a17.945 17.945 0 0 1 4.278-2.198c1.526-.543 2.912-.815 4.157-.815 1.647 0 2.862.231 3.646.694.783.461 1.174 1.235 1.174 2.319 0 1.005-.406 1.853-1.22 2.546-.813.693-2.355 1.491-4.624 2.395-2.692 1.124-4.599 2.39-5.724 3.795-1.125 1.406-1.687 3.194-1.687 5.363 0 2.791 1.109 5.086 3.329 6.884 2.218 1.797 5.096 2.696 8.631 2.696 1.084 0 2.299-.121 3.645-.361 1.346-.241 2.47-.554 3.375-.935v-6.929c-.965.644-2.09 1.195-3.375 1.658-1.286.462-2.561.693-3.826.693-1.386 0-2.465-.271-3.238-.813-.774-.543-1.16-1.287-1.16-2.23m-35.065-7.562c0-3.234.732-5.704 2.199-7.411 1.465-1.707 3.564-2.56 6.295-2.56 2.652 0 4.67.853 6.055 2.56 1.387 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547C-94.443-.306-96.456.542-99.046.542c-2.672 0-4.746-.889-6.222-2.667-1.476-1.776-2.213-4.312-2.213-7.606m-7.593-.241c0 5.122 1.446 9.178 4.339 12.171 2.892 2.992 6.908 4.489 12.049 4.489 4.841 0 8.622-1.441 11.343-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.828-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-3.136 16.449c.583 0 1.105-.041 1.567-.121a6.56 6.56 0 0 0 1.175-.301v-7.381c-.382.282-.939.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.853-3.826-1.853-6.959v-15.635h-7.29V5.964h7.29v-4.88h.12c.663 1.687 1.667 3.007 3.013 3.962 1.346.953 2.962 1.431 4.85 1.431m-27.956-26.179c1.084 0 2.279.25 3.585.753a15.06 15.06 0 0 1 3.615 1.988v-6.778c-1.165-.663-2.485-1.165-3.962-1.506-1.475-.342-3.098-.512-4.865-.512-4.559 0-8.265 1.44-11.116 4.322-2.852 2.882-4.278 6.562-4.278 11.041 0 4.981 1.457 9.083 4.369 12.307 2.911 3.223 7.039 4.835 12.381 4.835 1.366 0 2.746-.176 4.143-.528 1.395-.351 2.504-.757 3.328-1.219v-6.99c-1.125.824-2.274 1.462-3.45 1.914a9.966 9.966 0 0 1-3.599.678c-2.872 0-5.192-.935-6.959-2.802-1.768-1.868-2.651-4.388-2.651-7.562 0-3.133.848-5.573 2.545-7.321 1.697-1.747 4.002-2.62 6.914-2.62m-22.112-5.302h-7.29V5.965h7.29zm-8.044 39.916c0 1.205.437 2.214 1.311 3.027.874.814 1.912 1.221 3.117 1.221 1.286 0 2.351-.418 3.194-1.25.844-.834 1.265-1.834 1.265-2.998 0-1.185-.431-2.18-1.295-2.982-.864-.804-1.918-1.205-3.164-1.205-1.245 0-2.294.406-3.147 1.219-.855.814-1.281 1.803-1.281 2.968m-6.273 3.283v-43.199h-7.501v33.86h-.12l-13.407-33.86h-4.97l-13.738 33.86h-.09v-33.86h-6.929v43.199h10.755l12.412-32.023h.18l13.105 32.023z' transform='translate(394.942 110.844)'/%3E%3C/g%3E%3Cpath style='fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 109.22H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 109.22h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 71.44H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 71.44h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 109.22H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 109.22h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M106.213 71.44H71.995v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3Cpath style='fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M143.993 71.44h-34.218v34.218h34.218z' transform='matrix(1.33333 0 0 -1.33333 0 287.244)'/%3E%3C/svg%3E");
}
.atlas-map .map-logo-control .azure-map-logo {
  background-size: 130px 43px;
  height: 14px;
  width: 102px;
}
.atlas-map a.azure-map-copyright[href]:hover {
  text-decoration: underline;
}
.atlas-map .azure-map-copyright a:visited {
  color: #666;
}
.atlas-map .azure-map-copyright a {
  color: #666;
  text-decoration: none;
  margin-left: 4px;
}
.atlas-map .azure-map-copyright span {
  white-space: pre;
}
.atlas-map .azure-map-copyright a[href]:hover {
  text-decoration: underline;
}
.atlas-map .azure-map-copyright-context {
  margin-inline: 4px;
}
.atlas-map .azure-map-copyright-context a:empty {
  display: none;
}
.atlas-map .azure-map-feedback {
  background: no-repeat center center;
  margin-right: 16px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
}
.atlas-map .map-copyright.light .azure-map-feedback {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d='M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.atlas-map .map-copyright.dark .azure-map-feedback {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d='M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.atlas-map .map-copyright {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
  bottom: 1px;
  right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background-blend-mode:
    normal,
    color,
    luminosity;
}
.atlas-map .map-copyright.light:not(.without-bg) {
  background: rgba(238, 238, 238, .8);
}
.atlas-map .map-copyright.dark:not(.without-bg) {
  background: rgba(44, 44, 44, .8);
}
.atlas-map .atlas-map.high-contrast-light .azure-map-copyright,
.atlas-map .map-copyright.light .azure-map-copyright {
  color: #000;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
}
.atlas-map .atlas-map.high-contrast-dark .azure-map-copyright,
.atlas-map .map-copyright.dark .azure-map-copyright {
  color: #ccc;
  -webkit-text-fill-color: #CCC;
  -moz-text-fill-color: #CCC;
}
.atlas-map .marker-collection-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.atlas-map .marker-container {
  pointer-events: auto;
}
.atlas-map .popup-collection-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.atlas-map .popup-container {
  display: flex;
  pointer-events: auto;
}
.atlas-map .popup-container.bottom,
.atlas-map .popup-container.bottom-left,
.atlas-map .popup-container.bottom-right {
  flex-direction: column;
}
.atlas-map .popup-container.left {
  flex-direction: row-reverse;
}
.atlas-map .popup-container.right {
  flex-direction: row;
}
.atlas-map .popup-container.top,
.atlas-map .popup-container.top-left,
.atlas-map .popup-container.top-right {
  flex-direction: column-reverse;
}
.atlas-map .popup-content-container {
  display: block;
  box-shadow: -3px -3px 4px rgba(0, 0, 0, .32);
  min-width: 30px;
  border-radius: 4px;
  white-space: nowrap;
  position: relative;
}
.atlas-map .popup-container.top-left > .popup-content-container {
  border-top-left-radius: 0;
}
.atlas-map .popup-container.top-right > .popup-content-container {
  border-top-right-radius: 0;
}
.atlas-map .popup-container.bottom-left > .popup-content-container {
  border-bottom-left-radius: 0;
}
.atlas-map .popup-container.bottom-right > .popup-content-container {
  border-bottom-right-radius: 0;
}
.atlas-map .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #444;
  font-size: 20px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0;
}
.atlas-map .popup-close:hover {
  color: #222;
}
.atlas-map .popup-arrow {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.atlas-map .popup-container.bottom > .popup-arrow {
  align-self: center;
  border-bottom: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.bottom-left > .popup-arrow {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.bottom-right > .popup-arrow {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.left > .popup-arrow {
  align-self: center;
  border-left: none;
  border-right-color: inherit;
}
.atlas-map .popup-container.right > .popup-arrow {
  align-self: center;
  border-right: none;
  border-left-color: inherit;
}
.atlas-map .popup-container.top > .popup-arrow {
  align-self: center;
  border-top: none;
  border-bottom-color: inherit;
}
.atlas-map .popup-container.top-left > .popup-arrow {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: inherit;
}
.atlas-map .popup-container.top-right > .popup-arrow {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: inherit;
}
.atlas-map .azure-maps-control-popup-template {
  position: relative;
  padding: 10px;
  max-width: 550px;
  font:
    12px/20px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.atlas-map .azure-maps-control-popup-template h1,
.atlas-map .azure-maps-control-popup-template h2,
.atlas-map .azure-maps-control-popup-template h3 {
  margin: 0 !important;
}
.atlas-map .azure-maps-control-popup-template iframe {
  border: 0;
}
@media screen and (max-width:340px) {
  .atlas-map .azure-maps-control-popup-template {
    max-width: 300px;
  }
}
.atlas-map .azure-maps-control-popup-template-title {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  white-space: normal;
}
.atlas-map .azure-maps-control-popup-template-content {
  width: 100%;
  overflow-y: auto;
  max-height: 280px;
}
.atlas-map .azure-maps-control-popup-template-content-item {
  font:
    12px/20px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  width: 100%;
  padding-top: 10px;
  word-wrap: break-word;
  white-space: normal;
}
.atlas-map .azure-maps-control-popup-template-table {
  font-size: 12px;
  width: 100%;
  padding-top: 10px;
  border-collapse: collapse;
}
.atlas-map .azure-maps-control-popup-template-table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, .5);
}
.atlas-map .azure-maps-control-popup-template-table tr:nth-child(odd) {
  background-color: rgba(225, 225, 225, .5);
}
.atlas-map .azure-maps-control-popup-template-table th {
  border-right: 1px solid rgba(150, 150, 150, .5);
}
.atlas-map .azure-maps-control-popup-template-table td,
.atlas-map .azure-maps-control-popup-template-table th {
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
  word-wrap: normal;
  font-size: 12px;
  font-weight: 400;
}
.atlas-map .incident-popup-content {
  color: #231f20;
  min-width: 140px;
  padding: 0;
  margin: 0;
}
.atlas-map .incident-popup-header {
  color: inherit;
  height: 23px;
  margin: 0;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.atlas-map .incident-popup-title {
  color: inherit;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.atlas-map .incident-popup-subtitle {
  color: inherit;
  font-size: 8px;
  line-height: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.atlas-map .incident-popup-body {
  color: inherit;
  padding: 8px;
  margin: 0;
}
.atlas-map .incident-popup-info > .message {
  display: inline-block;
  color: inherit;
  font-size: 8pt;
  line-height: 10pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5pt;
}
.atlas-map .incident-popup-info > .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10pt 10pt;
  height: 10pt;
  width: 10pt;
}
.atlas-map .incident-popup-info > .delay {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy4wMDE5IDM3Ij48dGl0bGU+aW5jaWRlbnQ8L3RpdGxlPjxwb2x5Z29uIHBvaW50cz0iMzAuNDQ5IDIwLjQ0OCAxNi44MzggMjAuNDQ4IDE2LjgzOCA2Ljg0MSAxOS41MDQgNi44NDEgMTkuNTA0IDE3Ljc4NiAzMC40NDkgMTcuNzg2IDMwLjQ0OSAyMC40NDgiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMTguNTAxOSwzN2ExOC41LDE4LjUsMCwxLDEsMC0zN1YyLjY2MkExNS44MzgsMTUuODM4LDAsMSwwLDM0LjMzNjIsMTguNWgyLjY2NTdBMTguNTIxMSwxOC41MjExLDAsMCwxLDE4LjUwMTksMzdaIiBmaWxsPSIjNjc2ODY3Ii8+PHBhdGggZD0iTTE5LjczMDYsMi43MWMtLjQwNTItLjAzLS44MTQyLS4wNDgzLTEuMjI4Ny0uMDQ4M1YwYy40ODE1LDAsLjk2MTEuMDE4NiwxLjQzMzIuMDU1OFoiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzMuODk5MywxNC43Nzg0YTE1Ljg4NjUsMTUuODg2NSwwLDAsMC0uNzcxNS0yLjM1NzFsMi40NjEyLTEuMDI2MWExOC43ODcyLDE4Ljc4NzIsMCwwLDEsLjkwMTYsMi43NTQ5Wm0tMS45MDM1LTQuNTY5MmExNS44MiwxNS44MiwwLDAsMC0xLjQ2MTEtMi4wMDc2bDIuMDIyNS0xLjczMjVhMTguMzI4NiwxOC4zMjg2LDAsMCwxLDEuNzEsMi4zNDIyWk0yOC43NzgsNi40NDY3YTE2LjY4NjEsMTYuNjg2MSwwLDAsMC0yLjAxNjktMS40NjExTDI4LjE1OSwyLjcxNzdhMTguODE3MiwxOC44MTcyLDAsMCwxLDIuMzQ0MSwxLjY5OTFaTTI0LjU1NDUsMy44NjI4YTE1LjU1ODIsMTUuNTU4MiwwLDAsMC0yLjM2NjQtLjc2NTlMMjIuODA5LjUwMTlhMTkuNTM0LDE5LjUzNCwwLDAsMSwyLjc1NjguODkyM1oiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzcuMDAxOSwxOC41SDM0LjMzNjJjMC0uNDE2NC0uMDE0OS0uODI1NC0uMDQ2NS0xLjIzMDZsMi42NTgzLS4yMDA4QzM2Ljk4MzMsMTcuNTQwOCwzNy4wMDE5LDE4LjAxNjcsMzcuMDAxOSwxOC41WiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==);
}
.atlas-map .incident-popup-info > .length {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMCwyLjE2NjdWMEgzMVYyNkgwVjIzLjgzMzNIMi4yMTQzVjEzSDQuNDI4NlYyMy44MzMzSDguODU3MVYxOS41aDIuMjE0M3Y0LjMzMzNIMTUuNVYxM2gyLjIxNDNWMjMuODMzM2g0LjQyODZWMTkuNWgyLjIxNDN2NC4zMzMzaDQuNDI4NlYyLjE2NjdaIiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+);
}
.atlas-map .incident-popup-info > .from {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41bTAsMTMuMzMzM2E1LjU0MDcsNS41NDA3LDAsMCwwLDUuMTM2My0zLjM1NDIsNS41NCw1LjU0LDAsMCwwLDAtNC4yOTE3LDUuNTA1NCw1LjUwNTQsMCwwLDAtMS4xOTE4LTEuNzUsNS42Mjg5LDUuNjI4OSwwLDAsMC03Ljg4OTEsMCw1LjUwNTQsNS41MDU0LDAsMCwwLTEuMTkxOCwxLjc1LDUuNTQsNS41NCwwLDAsMCwwLDQuMjkxNyw1LjUwNTQsNS41MDU0LDAsMCwwLDEuMTkxOCwxLjc1QTUuNTY5NCw1LjU2OTQsMCwwLDAsMTMuNSwxOC44MzMzWiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==);
}
.atlas-map .incident-popup-info > .to {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41IiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+);
}
@font-face {
  font-family: segoeui;
  src: url(https://atlas.microsoft.com/styles/glyphs/segoeui.ttf);
}
.atlas-map .font-segoeui {
  font-family: segoeui;
}
@font-face {
  font-family: segoeui-b;
  src: url(https://atlas.microsoft.com/styles/glyphs/segoeuib.ttf);
}
.atlas-map .font-segoeui-b {
  font-family: segoeui-b;
}
@font-face {
  font-family: segoeui-i;
  src: url(https://atlas.microsoft.com/styles/glyphs/segoeuii.ttf);
}
.atlas-map .font-segoeui-i {
  font-family: segoeui-i;
}
@font-face {
  font-family: segoeui-sl;
  src: url(https://atlas.microsoft.com/styles/glyphs/segoeuisl.ttf);
}
.atlas-map .font-segoeui-sl {
  font-family: segoeui-sl;
}
@font-face {
  font-family: standard;
  src: url(https://atlas.microsoft.com/styles/glyphs/standardfont.ttf);
}
.atlas-map .font-standard {
  font-family: standard;
}
@font-face {
  font-family: standard-b;
  src: url(https://atlas.microsoft.com/styles/glyphs/standardfontbold.ttf);
}
.atlas-map .font-standard-b {
  font-family: standard-b;
}
.atlas-map .atlas-control-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.atlas-map .atlas-control-container .sub-container,
.atlas-map .azure-maps-control-container > .style-options.icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.atlas-map .top-left.subcontrol-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.atlas-map .top-right.subcontrol-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.atlas-map .bottom-left.subcontrol-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.atlas-map .bottom-right.subcontrol-container {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.atlas-map .non-fixed.subcontrol-container {
  width: 100%;
  height: 100%;
}
.atlas-map .hidden-accessible-element {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  opacity: 0;
}
.atlas-map .azure-maps-control-container {
  margin: 10px;
  border-collapse: collapse;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
  position: relative;
}
.atlas-map .azure-maps-control-container:not(:first-child) {
  margin-top: 2px;
}
.atlas-map .azure-maps-control-container:not(:last-child) {
  margin-bottom: 2px;
}
.atlas-map .azure-maps-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 100;
}
.atlas-map .azure-maps-control-dropdown {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .14);
  overflow: hidden;
  padding-block: 8px;
  background-color: #fff;
  transform: scale(.1, .1);
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  position: absolute;
  z-index: 1001;
  outline: 0;
}
.atlas-map .azure-maps-control-dropdown.top-left {
  transform-origin: top left;
  left: 0;
}
.atlas-map .azure-maps-control-dropdown.top-right {
  transform-origin: top right;
  right: 0;
}
.atlas-map .azure-maps-control-dropdown.bottom-left {
  transform-origin: bottom left;
  left: 0;
  bottom: 0;
}
.atlas-map .azure-maps-control-dropdown.bottom-right {
  transform-origin: bottom right;
  right: 0;
  bottom: 0;
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-dropdown {
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  opacity: 1;
  visibility: visible;
}
.atlas-map .azure-maps-control-list-button {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .14);
  border-radius: 0;
  border: none;
  line-height: 32px;
  padding-inline-end: 16px;
  white-space: nowrap;
}
.atlas-map .azure-maps-control-list-button.curr-style {
  border-radius: 4px;
}
.atlas-map .azure-maps-control-list-button:hover,
.atlas-map .azure-maps-control-list-button[aria-current=true] {
  background-color: #f0f0f0;
}
.atlas-map .azure-maps-control-list-button:disabled {
  pointer-events: none;
}
.atlas-map .azure-maps-control-list-button img {
  margin: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}
.atlas-map .azure-maps-control-list-button.expanded {
  padding-inline-end: 64px;
  box-shadow: none;
}
.atlas-map .azure-maps-control-list-button.expanded img {
  margin-inline-end: 16px;
}
.atlas-map .tooltiptext.win.firefox {
  border: none;
  border-radius: 2px;
}
.atlas-map .tooltiptext.mac {
  border: .3px ButtonText solid;
  border-radius: 1px;
  padding: 0 6px;
  font-size: .86em;
}
.atlas-map * + .tooltiptext {
  visibility: hidden;
  background-color: ButtonFace;
  color: ButtonText;
  border: 1px ButtonText solid;
  text-align: center;
  white-space: nowrap;
  padding: 0 6px;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  font-size: .94em;
  line-height: 2em;
  letter-spacing: .25px;
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  opacity: 0;
  transition: visibility 0s;
}
.atlas-map :hover + .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s;
  transition-delay: 0.6s;
}
.atlas-map :focus-visible + .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.atlas-map .azure-maps-control-button:disabled {
  opacity: .6;
  pointer-events: none;
}
.atlas-map .azure-maps-control-button[aria-current=true] {
  position: relative;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button[aria-current=true] {
  background-color: #31acce;
}
.atlas-map .azure-maps-control-button[aria-current=true] > .selected-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M5.80001 -1.90735e-06C2.59675 -1.90735e-06 5.72205e-06 2.59675 5.72205e-06 5.8C5.72205e-06 9.00325 2.59675 11.6 5.80001 11.6C9.00326 11.6 11.6 9.00325 11.6 5.8C11.6 2.59675 9.00326 -1.90735e-06 5.80001 -1.90735e-06Z' fill='%23249fc1'/%3E%3Cpath d='M8.90688 2.55L4.675 6.88763L2.69275 5.0085L1.3 6.402L4.675 9.675L10.3 3.94313L8.90688 2.55Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-button {
  background-color: #011c2c;
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button:active,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button:active {
  background-color: #f1f1f1;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button:active,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-button:active {
  background-color: #43474c;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button {
  border: 3px solid #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button {
  border: 3px solid #fff;
}
.atlas-map .azure-maps-control-button.zoom-in {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z' fill='%2383888d'/%3E%3C/svg%3E");
  position: relative;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.light .azure-maps-control-button.zoom-in:after {
  position: absolute;
  width: 24px;
  left: 4px;
  bottom: 0;
  height: 1px;
  border-bottom: .5px solid #bababa;
}
.atlas-map .atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.dark .azure-maps-control-button.zoom-in:after {
  position: absolute;
  width: 24px;
  left: 4px;
  bottom: 0;
  height: 1px;
  border-bottom: .5px solid #43474c;
}
.atlas-map .azure-maps-control-button.zoom-in:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z' fill='%2362666a'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-in:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z' fill='%237f7f7f'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.zoom-out {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z' fill='%2383888d'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.zoom-out:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z' fill='%2362666a'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-out:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z' fill='%237f7f7f'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.traffic {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width='1000' height='1000' viewBox='0 0 1000 1000' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M334.4 867.185V969.3C334.4 983.7 346 995.3 360.4 995.3H432.7C447.1 995.3 458.7 983.7 458.7 969.3V932.8H834.5V969.3C834.5 983.7 846.1 995.3 860.5 995.3H933C947.4 995.3 959 983.7 959 969.3V774.4C959 769.7 957.4 752 955.2 748.2C955.2 748.2 949.7 737.4 941.6 714H971.3C985.8 714.1 993.4 697.3 988.5 683L979.6 657C974.7 642.6 959 631 944.6 631H914.3C895.4 577.2 875.7 529.5 869.2 514.8C858.924 491.484 829.185 483.978 807.737 478.564L807.735 478.563C804.346 477.708 801.165 476.905 798.3 476.1C798.3 476.1 770.798 467.692 683.333 465.783L641.673 513.707C643.366 513.703 645.074 513.7 646.8 513.7C815.428 513.7 826.604 540.475 827.699 543.096C827.749 543.217 827.778 543.287 827.8 543.3C829.269 547.516 831.936 553.034 835.389 560.178C844.632 579.299 859.505 610.069 872.1 658.7C872.1 658.7 797.6 682.9 646.9 682.9C586.48 682.9 538.196 679.01 502.029 674.349L426.546 761.183C441.072 762.303 467.153 774.515 484.6 783C487.19 784.269 489.819 785.51 492.432 786.743C510.002 795.035 526.9 803.011 526.9 817.2C527 832.2 519.3 839.1 493.2 839.1H458.6C427.7 839.1 396.8 834.6 396.8 813.1V795.402L334.4 867.185ZM738.617 402.186C738.171 410.367 736.26 418.406 733 425.9C784.4 429.1 805.8 434.6 810.6 436L818.4 438C844.9 444.7 889.1 455.9 907.6 497.9C910.3 504.1 915.8 517.3 922.8 534.7H933C947.4 534.7 959 523.1 959 508.7V313.9C959 309.2 957.4 291.5 955.2 287.7C955.2 287.7 949.7 276.9 941.6 253.5H971.3C985.7 253.5 993.3 236.8 988.4 222.4L979.4 196.4C974.5 182 958.8 170.4 944.4 170.4H940.106L807.289 323.187C807.828 322.926 808.365 322.664 808.9 322.4C827.2 313.4 855 300.5 869 300.5C883.3 300.5 896.7 301.4 896.7 326.5V352.5C896.7 374 865.8 378.5 834.9 378.5H800.3C781.75 378.5 772.515 374.988 768.746 367.527L738.617 402.186ZM774.214 11.163C751.992 8.19709 712.199 4.79999 646.5 4.79999C529.9 4.79999 494.9 15.5 494.9 15.5C490.554 16.9724 485.906 18.3503 481.124 19.7679L481.123 19.7681C458.949 26.3414 433.905 33.7657 422.8 55.4C418.8 63.3 406.5 93 392.4 130.8C411.6 131.2 427.4 132 441.6 132.9C448.202 117.044 454.004 105.984 458.091 98.1938L458.091 98.1929L458.091 98.1926C460.628 93.3568 462.504 89.781 463.5 87.1C463.627 86.7994 463.753 86.4762 463.888 86.1324C467.473 76.9796 476.787 53.2 646.8 53.2C682.902 53.2 711.788 54.4287 734.903 56.3854L774.214 11.163ZM581.015 233.413C578.934 228.448 577.23 224.483 576 221.7C565.724 198.384 535.985 190.878 514.537 185.464C511.148 184.608 507.966 183.805 505.1 183C505.1 183 470.1 172.3 353.5 172.3C236.9 172.3 201.9 183 201.9 183C197.563 184.469 192.928 185.844 188.162 187.259C166.002 193.834 140.993 201.256 129.8 222.9C124.4 233.4 104.4 282.5 85.2 337.9H55.4C41 337.9 25.4 349.5 20.4 363.9L11.5 389.9C6.59999 404.2 14.2 421 28.6 421H58.6C50.6 444.4 45.2 455.2 45.2 455.2C43 459 41.4 476.6 41.4 481.4V676.2C41.4 690.6 53 702.2 67.4 702.2H139.7C154.1 702.2 165.7 690.6 165.7 676.2V639.7H227.835L447.949 386.488C420.835 388.55 389.493 389.9 353.9 389.9C203 389.9 128 365.6 128 365.6C142.185 309.17 157.404 280.199 165.51 264.766L165.511 264.765L165.511 264.764C167.805 260.397 169.53 257.114 170.5 254.6C170.627 254.299 170.753 253.976 170.888 253.632C174.473 244.48 183.787 220.7 353.8 220.7C522.339 220.7 533.597 247.477 534.698 250.097L534.721 250.151C534.739 250.193 534.754 250.227 534.766 250.251C534.779 250.278 534.79 250.294 534.8 250.3C536.268 254.515 538.935 260.031 542.387 267.173L542.389 267.177L542.389 267.178C543.424 269.318 544.529 271.604 545.694 274.045L581.015 233.413ZM165.7 546.1H200.2C226.2 546.1 233.9 539.1 234 524.2C234 510.011 217.102 502.035 199.532 493.743L199.529 493.742C196.916 492.509 194.289 491.269 191.7 490C173.4 481.1 145.6 468.1 131.6 468.1C117.2 468.1 103.9 469 103.9 494.1V520.1C103.9 541.6 134.8 546.1 165.7 546.1ZM896.7 813.1C896.7 834.6 865.8 839.1 834.9 839.1H800.3C774.3 839.1 766.6 832.2 766.6 817.2C766.6 803.011 783.498 795.035 801.068 786.743L801.069 786.743L801.071 786.742L801.073 786.741C803.685 785.508 806.312 784.268 808.9 783C827.2 774 855 761.1 869 761.1C883.4 761.1 896.7 762 896.7 787.1V813.1Z' fill='gray'/><rect x='73.4377' y='925.954' width='1204.71' height='85.9863' rx='24' transform='rotate(-49 73.4377 925.954)' fill='gray'/></svg>");
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  z-index: 200;
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.traffic:not(:active) {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' xml:space='preserve'><g fill='DeepSkyBlue'><path d='M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z'/><path d='M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z'/><path d='M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z'/><path d='M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z'/></g></svg>");
  filter: brightness(90%);
}
.atlas-map .azure-maps-control-button.traffic:active {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' xml:space='preserve'><g fill='DeepSkyBlue'><path d='M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z'/><path d='M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z'/><path d='M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z'/><path d='M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z'/></g></svg>");
  filter: brightness(90%);
}
.atlas-map .traffic-legend {
  font-family: segoeui;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 150px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
  background-color: #fff;
  color: #000;
}
.atlas-map .hidden {
  visibility: hidden;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .traffic-legend,
.atlas-map .azure-maps-control-container.light .traffic-legend {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .traffic-legend,
.atlas-map .azure-maps-control-container.dark .traffic-legend {
  background-color: #011c2c;
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
  color: #fff;
}
.atlas-map .traffic-legend table {
  border-collapse: collapse;
  padding: 0;
  margin: 4px;
  text-align: left;
  font-size: 12px;
}
.atlas-map .traffic-legend table div {
  width: 20px;
  height: 8px;
  margin-top: 2px;
  float: left;
}
.atlas-map .traffic-legend table td div.green {
  background-color: #6c9;
}
.atlas-map .traffic-legend table td div.yellow {
  background-color: #ffab66;
}
.atlas-map .traffic-legend table td div.red {
  background-color: #ee2f53;
}
.atlas-map .traffic-legend table td div.dark-red {
  background-color: #6b0512;
}
.atlas-map .traffic-legend-colors {
  -ms-high-contrast-adjust: none;
  high-contrast-adjust: none;
}
.atlas-map .traffic-legend table td.traffic-legend-title {
  font-weight: 700;
}
.atlas-map .traffic-legend table td.traffic-legend-colors {
  width: 84px;
}
.atlas-map .traffic-legend table td.traffic-legend-text {
  width: 25px;
}
.atlas-map .azure-maps-control-button.pitch {
  background-size: 10.8px 8.2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2383888d'/%3E%3C/svg%3E");
  z-index: 200;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2331acce'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active),
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%23136bfb'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2362666a'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%237f7f7f'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch-up {
  background-size: 5.2px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V6h1.6z' fill='%2383888d'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch-down {
  background-size: 5.2px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 0 0-.2-.2H1.8a.215.215 0 0 0-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z' fill='%2383888d'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation {
  overflow: hidden;
  z-index: 200;
}
.atlas-map .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2383888d'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7.4px 14px;
  height: 100%;
  width: 100%;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2331acce'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%23136bfb'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation:active div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2362666a'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation:active div,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation:active div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%237f7f7f'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation-left {
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 0 0-7.2-7.2' fill='none' stroke='%2383888d' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z' fill='%2383888d'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 00-7.2-7.2' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 00-7.2-7.2' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation-right {
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 0 1 7.2-7.2' fill='none' stroke='%2383888d' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z' fill='%2383888d'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 017.2-7.2' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z' fill='%23fff'/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 017.2-7.2' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z'/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button .fullscreen-icon {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlDQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlCQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 100%;
  width: 100%;
  padding: 0;
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-start {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj4KPHBhdGggZD0iTTAgMCBDNi4yNyAwIDEyLjU0IDAgMTkgMCBDMTkgMS45OCAxOSAzLjk2IDE5IDYgQzE0LjcxIDYgMTAuNDIgNiA2IDYgQzYgMTAuNjIgNiAxNS4yNCA2IDIwIEM0LjAyIDIwIDIuMDQgMjAgMCAyMCBDMCAxMy40IDAgNi44IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuMjcgMCAxMi41NCAwIDE5IDAgQzE5IDYuNiAxOSAxMy4yIDE5IDIwIEMxNy4wMiAyMCAxNS4wNCAyMCAxMyAyMCBDMTMgMTUuMzggMTMgMTAuNzYgMTMgNiBDOC43MSA2IDQuNDIgNiAwIDYgQzAgNC4wMiAwIDIuMDQgMCAwIFogIiBmaWxsPSIjOTg5Q0ExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjI5IDYgOC41OCA2IDEzIEMxMC4yOSAxMyAxNC41OCAxMyAxOSAxMyBDMTkgMTQuOTggMTkgMTYuOTYgMTkgMTkgQzEyLjczIDE5IDYuNDYgMTkgMCAxOSBDMCAxMi43MyAwIDYuNDYgMCAwIFogIiBmaWxsPSIjOTg5Q0ExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOSwyKSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA2LjI3IDYgMTIuNTQgNiAxOSBDLTAuMjcgMTkgLTYuNTQgMTkgLTEzIDE5IEMtMTMgMTcuMDIgLTEzIDE1LjA0IC0xMyAxMyBDLTguNzEgMTMgLTQuNDIgMTMgMCAxMyBDMCA4LjcxIDAgNC40MiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LDIpIi8+Cjwvc3ZnPgo=);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-start:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj4KPHBhdGggZD0iTTAgMCBDNi4yNyAwIDEyLjU0IDAgMTkgMCBDMTkgMS45OCAxOSAzLjk2IDE5IDYgQzE0LjcxIDYgMTAuNDIgNiA2IDYgQzYgMTAuNjIgNiAxNS4yNCA2IDIwIEM0LjAyIDIwIDIuMDQgMjAgMCAyMCBDMCAxMy40IDAgNi44IDAgMCBaICIgZmlsbD0iIzMxQUNDRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuMjcgMCAxMi41NCAwIDE5IDAgQzE5IDYuNiAxOSAxMy4yIDE5IDIwIEMxNy4wMiAyMCAxNS4wNCAyMCAxMyAyMCBDMTMgMTUuMzggMTMgMTAuNzYgMTMgNiBDOC43MSA2IDQuNDIgNiAwIDYgQzAgNC4wMiAwIDIuMDQgMCAwIFogIiBmaWxsPSIjMzFBQ0NFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjI5IDYgOC41OCA2IDEzIEMxMC4yOSAxMyAxNC41OCAxMyAxOSAxMyBDMTkgMTQuOTggMTkgMTYuOTYgMTkgMTkgQzEyLjczIDE5IDYuNDYgMTkgMCAxOSBDMCAxMi43MyAwIDYuNDYgMCAwIFogIiBmaWxsPSIjMzFBQ0NFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOSwyKSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA2LjI3IDYgMTIuNTQgNiAxOSBDLTAuMjcgMTkgLTYuNTQgMTkgLTEzIDE5IEMtMTMgMTcuMDIgLTEzIDE1LjA0IC0xMyAxMyBDLTguNzEgMTMgLTQuNDIgMTMgMCAxMyBDMCA4LjcxIDAgNC40MiAwIDAgWiAiIGZpbGw9IiMzMUFDQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LDIpIi8+Cjwvc3ZnPgo=);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-end {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlDQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlCQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-end:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiMzMEFDQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiMzMEFDQ0QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzMxQUNDRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiMzMUFCQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
}
.atlas-map .azure-maps-control-button.curr-style {
  position: relative;
  flex-shrink: 0;
}
.atlas-map .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.8' fill='%2383888d'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 11.6px 11.6px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.curr-style > .icon,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.05' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.8' fill='%23249fc1'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.05' fill='%23136bfb' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .bottom-right.subcontrol-container .azure-maps-control-button.curr-style > .icon,
.atlas-map .top-right.subcontrol-container .azure-maps-control-button.curr-style > .icon {
  transform: scaleX(-1);
}
.atlas-map .bottom-right.subcontrol-container .azure-maps-control-button.curr-style:active > .icon,
.atlas-map .top-right.subcontrol-container .azure-maps-control-button.curr-style:active > .icon {
  transform: scaleX(-1);
}
.atlas-map .azure-maps-control-container .azure-maps-control-button.curr-style img,
.atlas-map .azure-maps-control-container > .style-options.icons img {
  width: 28px;
  height: 28px;
  margin: 2px;
  padding: 0;
  border-collapse: collapse;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button.curr-style img,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.icons img,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button.curr-style img,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.icons img {
  width: 26px;
  height: 26px;
  margin: 0;
}
.atlas-map .azure-maps-control-container > .style-options.icons .azure-maps-control-button:active img {
  opacity: .6;
}
.atlas-map .azure-maps-control-container > .style-options.list {
  display: grid;
  max-height: 300px;
  min-width: 200px;
  overflow: auto;
  position: absolute;
}
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list,
.atlas-map .top-left .azure-maps-control-container > .style-options.list {
  left: 100%;
  padding-left: 1px;
}
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list,
.atlas-map .top-right .azure-maps-control-container > .style-options.list {
  right: 100%;
  padding-right: 1px;
}
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list,
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list {
  bottom: 0;
}
.atlas-map .azure-maps-control-container > .style-options.list button {
  align-items: center;
  border: none;
  border-collapse: collapse;
  display: flex;
  font: inherit;
  margin: 0;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button,
.atlas-map .azure-maps-control-container.light > .style-options.list button {
  background-color: #fff;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button,
.atlas-map .azure-maps-control-container.dark > .style-options.list button {
  background-color: #011c2c;
  color: #ccc;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown :disabled,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button :disabled,
.atlas-map .azure-maps-control-container.dark > .style-options.list button :disabled {
  color: rgba(255, 255, 255, .3);
}
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button,
.atlas-map .azure-maps-control-container.dark > .azure-maps-control-dropdown {
  background-color: #011c2c;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown {
  border-radius: 0;
  border: 3px solid #fff;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .azure-maps-control-dropdown {
  border-radius: 0;
  border: 3px solid #000;
}
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button {
  box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
  color: #fff;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button {
  background-color: #011c2c;
  color: #fff;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button :disabled {
  color: rgba(255, 255, 255, .3);
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button {
  background-color: #fff;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button.curr-style {
  border-radius: 0;
  border: 3px solid #fff;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button.curr-style {
  border-radius: 0;
  border: 3px solid #000;
}
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button:hover,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button[aria-current=true] {
  background-color: #31acce;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button:hover,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button[aria-current=true] {
  background-color: #fff;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button:hover,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button[aria-current=true] {
  background-color: #011c2c;
  color: #fff;
}
.atlas-map .azure-maps-control-container > .style-options.list button:focus,
.atlas-map .azure-maps-control-container > .style-options.list button:hover {
  color: #31acce;
}
.atlas-map .azure-maps-control-container > .style-options.list button:disabled {
  color: rgba(16, 16, 16, .3);
  pointer-events: none;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button:active,
.atlas-map .azure-maps-control-container.light > .style-options.list button:active {
  background-color: #f1f1f1;
  color: #62666a;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button:active,
.atlas-map .azure-maps-control-container.dark > .style-options.list button:active {
  background-color: #43474c;
  color: #62666a;
}
.atlas-map .azure-maps-control-container > .style-options.list img {
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
  padding: 0;
  border-collapse: collapse;
}
.atlas-map .azure-maps-control-container > .style-options.list button:active img {
  opacity: .6;
}

/* apps/platform/src/styles/splash-screen.css */
body fuse-splash-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111827;
  color: #F9FAFB;
  z-index: 999999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
body fuse-splash-screen img {
  width: 180px;
  max-width: 180px;
}
body fuse-splash-screen .spinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 150px;
}
body fuse-splash-screen .spinner > div {
  width: 32px;
  height: 32px;
  background-color: #1E96F7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: fuse-bouncedelay 1s infinite ease-in-out both;
  animation: fuse-bouncedelay 1s infinite ease-in-out both;
}
body fuse-splash-screen .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
body fuse-splash-screen .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes fuse-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes fuse-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
body:not(.fuse-splash-screen-hidden) {
  overflow: hidden;
}
body.fuse-splash-screen-hidden fuse-splash-screen {
  visibility: hidden;
  opacity: 0;
}

/* apps/platform/src/styles/inter.css */
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("./media/Inter-roman.var-EDENVCUS.woff2?v=3.18") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("./media/Inter-italic.var-7LS4VCXC.woff2?v=3.18") format("woff2");
}

/* apps/platform/src/@fuse/styles/tailwind.scss */
*,
::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #94a3b8;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none !important;
}
html,
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
html {
  font-size: 16px;
}
body {
  font-size: 0.875rem;
}
body {
  font-feature-settings: "salt";
}
hr {
  margin: 32px 0;
  border-bottom-width: 1px;
}
img {
  width: 100%;
  vertical-align: top;
}
input[disabled] {
  opacity: 1;
  -webkit-text-fill-color: currentColor;
}
body,
.dark,
.light {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
*,
::before,
::after {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-border-rgb), var(--tw-border-opacity));
}
.dark *,
.dark ::before,
.dark ::after {
  --tw-border-opacity: 0.12 !important;
}
@media only screen and (min-width: 960px) {
  body:not(.os-mac) ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
  }
  body:not(.os-mac) ::-webkit-scrollbar:hover {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.06);
  }
  body:not(.os-mac) ::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 20px;
    box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.24);
  }
  body:not(.os-mac) ::-webkit-scrollbar-thumb:active {
    border-radius: 20px;
    box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.37);
  }
  body:not(.os-mac).dark ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.24);
  }
  body:not(.os-mac).dark ::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.37);
  }
}
[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-disabled-rgb), var(--tw-text-opacity)) !important;
}
@media print {
  html {
    font-size: 12px !important;
  }
  body,
  .dark,
  .light {
    background: none !important;
  }
}
.mat-icon {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-mat-icon-rgb), var(--tw-text-opacity));
}
.text-default {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.text-hint {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.text-disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-disabled-rgb), var(--tw-text-opacity)) !important;
}
.divider {
  color: var(--fuse-divider) !important;
}
.bg-card {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.bg-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
.bg-dialog {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-dialog-rgb), var(--tw-bg-opacity)) !important;
}
.ring-bg-card {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-bg-card-rgb), var(--tw-ring-opacity)) !important;
}
.bg-hover {
  background-color: var(--fuse-bg-hover) !important;
}
body,
.theme-default {
  --fuse-primary-50: #f8fafc;
  --fuse-primary-50-rgb:
    248,250,252;
  --fuse-primary-100: #f1f5f9;
  --fuse-primary-100-rgb:
    241,245,249;
  --fuse-primary-200: #e2e8f0;
  --fuse-primary-200-rgb:
    226,232,240;
  --fuse-primary-300: #cbd5e1;
  --fuse-primary-300-rgb:
    203,213,225;
  --fuse-primary-400: #94a3b8;
  --fuse-primary-400-rgb:
    148,163,184;
  --fuse-primary-500: #64748b;
  --fuse-primary-500-rgb:
    100,116,139;
  --fuse-primary-600: #475569;
  --fuse-primary-600-rgb:
    71,85,105;
  --fuse-primary-700: #334155;
  --fuse-primary-700-rgb:
    51,65,85;
  --fuse-primary-800: #1e293b;
  --fuse-primary-800-rgb:
    30,41,59;
  --fuse-primary-900: #0f172a;
  --fuse-primary-900-rgb:
    15,23,42;
  --fuse-primary-950: #020617;
  --fuse-primary-950-rgb:
    2,6,23;
  --fuse-primary: #1e293b;
  --fuse-primary-rgb:
    30,41,59;
  --fuse-on-primary-50: #020617;
  --fuse-on-primary-50-rgb:
    2,6,23;
  --fuse-on-primary-100: #020617;
  --fuse-on-primary-100-rgb:
    2,6,23;
  --fuse-on-primary-200: #020617;
  --fuse-on-primary-200-rgb:
    2,6,23;
  --fuse-on-primary-300: #020617;
  --fuse-on-primary-300-rgb:
    2,6,23;
  --fuse-on-primary-400: #020617;
  --fuse-on-primary-400-rgb:
    2,6,23;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb:
    255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary-950: #FFFFFF;
  --fuse-on-primary-950-rgb:
    255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb:
    255,255,255;
  --fuse-accent-50: #f8fafc;
  --fuse-accent-50-rgb:
    248,250,252;
  --fuse-accent-100: #f1f5f9;
  --fuse-accent-100-rgb:
    241,245,249;
  --fuse-accent-200: #e2e8f0;
  --fuse-accent-200-rgb:
    226,232,240;
  --fuse-accent-300: #cbd5e1;
  --fuse-accent-300-rgb:
    203,213,225;
  --fuse-accent-400: #94a3b8;
  --fuse-accent-400-rgb:
    148,163,184;
  --fuse-accent-500: #64748b;
  --fuse-accent-500-rgb:
    100,116,139;
  --fuse-accent-600: #475569;
  --fuse-accent-600-rgb:
    71,85,105;
  --fuse-accent-700: #334155;
  --fuse-accent-700-rgb:
    51,65,85;
  --fuse-accent-800: #1e293b;
  --fuse-accent-800-rgb:
    30,41,59;
  --fuse-accent-900: #0f172a;
  --fuse-accent-900-rgb:
    15,23,42;
  --fuse-accent-950: #020617;
  --fuse-accent-950-rgb:
    2,6,23;
  --fuse-accent: #334155;
  --fuse-accent-rgb:
    51,65,85;
  --fuse-on-accent-50: #020617;
  --fuse-on-accent-50-rgb:
    2,6,23;
  --fuse-on-accent-100: #020617;
  --fuse-on-accent-100-rgb:
    2,6,23;
  --fuse-on-accent-200: #020617;
  --fuse-on-accent-200-rgb:
    2,6,23;
  --fuse-on-accent-300: #020617;
  --fuse-on-accent-300-rgb:
    2,6,23;
  --fuse-on-accent-400: #020617;
  --fuse-on-accent-400-rgb:
    2,6,23;
  --fuse-on-accent-500: #FFFFFF;
  --fuse-on-accent-500-rgb:
    255,255,255;
  --fuse-on-accent-600: #FFFFFF;
  --fuse-on-accent-600-rgb:
    255,255,255;
  --fuse-on-accent-700: #FFFFFF;
  --fuse-on-accent-700-rgb:
    255,255,255;
  --fuse-on-accent-800: #FFFFFF;
  --fuse-on-accent-800-rgb:
    255,255,255;
  --fuse-on-accent-900: #FFFFFF;
  --fuse-on-accent-900-rgb:
    255,255,255;
  --fuse-on-accent-950: #FFFFFF;
  --fuse-on-accent-950-rgb:
    255,255,255;
  --fuse-on-accent: #FFFFFF;
  --fuse-on-accent-rgb:
    255,255,255;
  --fuse-warn-50: #fef2f2;
  --fuse-warn-50-rgb:
    254,242,242;
  --fuse-warn-100: #fee2e2;
  --fuse-warn-100-rgb:
    254,226,226;
  --fuse-warn-200: #fecaca;
  --fuse-warn-200-rgb:
    254,202,202;
  --fuse-warn-300: #fca5a5;
  --fuse-warn-300-rgb:
    252,165,165;
  --fuse-warn-400: #f87171;
  --fuse-warn-400-rgb:
    248,113,113;
  --fuse-warn-500: #ef4444;
  --fuse-warn-500-rgb:
    239,68,68;
  --fuse-warn-600: #dc2626;
  --fuse-warn-600-rgb:
    220,38,38;
  --fuse-warn-700: #b91c1c;
  --fuse-warn-700-rgb:
    185,28,28;
  --fuse-warn-800: #991b1b;
  --fuse-warn-800-rgb:
    153,27,27;
  --fuse-warn-900: #7f1d1d;
  --fuse-warn-900-rgb:
    127,29,29;
  --fuse-warn-950: #450a0a;
  --fuse-warn-950-rgb:
    69,10,10;
  --fuse-warn: #dc2626;
  --fuse-warn-rgb:
    220,38,38;
  --fuse-on-warn-50: #450a0a;
  --fuse-on-warn-50-rgb:
    69,10,10;
  --fuse-on-warn-100: #450a0a;
  --fuse-on-warn-100-rgb:
    69,10,10;
  --fuse-on-warn-200: #450a0a;
  --fuse-on-warn-200-rgb:
    69,10,10;
  --fuse-on-warn-300: #450a0a;
  --fuse-on-warn-300-rgb:
    69,10,10;
  --fuse-on-warn-400: #450a0a;
  --fuse-on-warn-400-rgb:
    69,10,10;
  --fuse-on-warn-500: #fef2f2;
  --fuse-on-warn-500-rgb:
    254,242,242;
  --fuse-on-warn-600: #FFFFFF;
  --fuse-on-warn-600-rgb:
    255,255,255;
  --fuse-on-warn-700: #FFFFFF;
  --fuse-on-warn-700-rgb:
    255,255,255;
  --fuse-on-warn-800: #FFFFFF;
  --fuse-on-warn-800-rgb:
    255,255,255;
  --fuse-on-warn-900: #FFFFFF;
  --fuse-on-warn-900-rgb:
    255,255,255;
  --fuse-on-warn-950: #FFFFFF;
  --fuse-on-warn-950-rgb:
    255,255,255;
  --fuse-on-warn: #FFFFFF;
  --fuse-on-warn-rgb:
    255,255,255;
}
.theme-brand {
  --fuse-primary-50: #FFF4EB;
  --fuse-primary-50-rgb:
    255,244,235;
  --fuse-primary-100: #FFE8D3;
  --fuse-primary-100-rgb:
    255,232,211;
  --fuse-primary-200: #FFD1A8;
  --fuse-primary-200-rgb:
    255,209,168;
  --fuse-primary-300: #FFB074;
  --fuse-primary-300-rgb:
    255,176,116;
  --fuse-primary-400: #FF933E;
  --fuse-primary-400-rgb:
    255,147,62;
  --fuse-primary-500: #FE7902;
  --fuse-primary-500-rgb:
    254,121,2;
  --fuse-primary-600: #E86900;
  --fuse-primary-600-rgb:
    232,105,0;
  --fuse-primary-700: #C25800;
  --fuse-primary-700-rgb:
    194,88,0;
  --fuse-primary-800: #9B4700;
  --fuse-primary-800-rgb:
    155,71,0;
  --fuse-primary-900: #7A3800;
  --fuse-primary-900-rgb:
    122,56,0;
  --fuse-primary: #FE7902;
  --fuse-primary-rgb:
    254,121,2;
  --fuse-on-primary-50: #7A3800;
  --fuse-on-primary-50-rgb:
    122,56,0;
  --fuse-on-primary-100: #7A3800;
  --fuse-on-primary-100-rgb:
    122,56,0;
  --fuse-on-primary-200: #7A3800;
  --fuse-on-primary-200-rgb:
    122,56,0;
  --fuse-on-primary-300: #7A3800;
  --fuse-on-primary-300-rgb:
    122,56,0;
  --fuse-on-primary-400: #7A3800;
  --fuse-on-primary-400-rgb:
    122,56,0;
  --fuse-on-primary-500: #7A3800;
  --fuse-on-primary-500-rgb:
    122,56,0;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary: #7A3800;
  --fuse-on-primary-rgb:
    122,56,0;
}
.theme-teal {
  --fuse-primary-50: #f0fdfa;
  --fuse-primary-50-rgb:
    240,253,250;
  --fuse-primary-100: #ccfbf1;
  --fuse-primary-100-rgb:
    204,251,241;
  --fuse-primary-200: #99f6e4;
  --fuse-primary-200-rgb:
    153,246,228;
  --fuse-primary-300: #5eead4;
  --fuse-primary-300-rgb:
    94,234,212;
  --fuse-primary-400: #2dd4bf;
  --fuse-primary-400-rgb:
    45,212,191;
  --fuse-primary-500: #14b8a6;
  --fuse-primary-500-rgb:
    20,184,166;
  --fuse-primary-600: #0d9488;
  --fuse-primary-600-rgb:
    13,148,136;
  --fuse-primary-700: #0f766e;
  --fuse-primary-700-rgb:
    15,118,110;
  --fuse-primary-800: #115e59;
  --fuse-primary-800-rgb:
    17,94,89;
  --fuse-primary-900: #134e4a;
  --fuse-primary-900-rgb:
    19,78,74;
  --fuse-primary-950: #042f2e;
  --fuse-primary-950-rgb:
    4,47,46;
  --fuse-primary: #0d9488;
  --fuse-primary-rgb:
    13,148,136;
  --fuse-on-primary-50: #042f2e;
  --fuse-on-primary-50-rgb:
    4,47,46;
  --fuse-on-primary-100: #042f2e;
  --fuse-on-primary-100-rgb:
    4,47,46;
  --fuse-on-primary-200: #042f2e;
  --fuse-on-primary-200-rgb:
    4,47,46;
  --fuse-on-primary-300: #042f2e;
  --fuse-on-primary-300-rgb:
    4,47,46;
  --fuse-on-primary-400: #042f2e;
  --fuse-on-primary-400-rgb:
    4,47,46;
  --fuse-on-primary-500: #042f2e;
  --fuse-on-primary-500-rgb:
    4,47,46;
  --fuse-on-primary-600: #042f2e;
  --fuse-on-primary-600-rgb:
    4,47,46;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary-950: #FFFFFF;
  --fuse-on-primary-950-rgb:
    255,255,255;
  --fuse-on-primary: #042f2e;
  --fuse-on-primary-rgb:
    4,47,46;
}
.theme-rose {
  --fuse-primary-50: #fff1f2;
  --fuse-primary-50-rgb:
    255,241,242;
  --fuse-primary-100: #ffe4e6;
  --fuse-primary-100-rgb:
    255,228,230;
  --fuse-primary-200: #fecdd3;
  --fuse-primary-200-rgb:
    254,205,211;
  --fuse-primary-300: #fda4af;
  --fuse-primary-300-rgb:
    253,164,175;
  --fuse-primary-400: #fb7185;
  --fuse-primary-400-rgb:
    251,113,133;
  --fuse-primary-500: #f43f5e;
  --fuse-primary-500-rgb:
    244,63,94;
  --fuse-primary-600: #e11d48;
  --fuse-primary-600-rgb:
    225,29,72;
  --fuse-primary-700: #be123c;
  --fuse-primary-700-rgb:
    190,18,60;
  --fuse-primary-800: #9f1239;
  --fuse-primary-800-rgb:
    159,18,57;
  --fuse-primary-900: #881337;
  --fuse-primary-900-rgb:
    136,19,55;
  --fuse-primary-950: #4c0519;
  --fuse-primary-950-rgb:
    76,5,25;
  --fuse-primary: #f43f5e;
  --fuse-primary-rgb:
    244,63,94;
  --fuse-on-primary-50: #4c0519;
  --fuse-on-primary-50-rgb:
    76,5,25;
  --fuse-on-primary-100: #4c0519;
  --fuse-on-primary-100-rgb:
    76,5,25;
  --fuse-on-primary-200: #4c0519;
  --fuse-on-primary-200-rgb:
    76,5,25;
  --fuse-on-primary-300: #4c0519;
  --fuse-on-primary-300-rgb:
    76,5,25;
  --fuse-on-primary-400: #4c0519;
  --fuse-on-primary-400-rgb:
    76,5,25;
  --fuse-on-primary-500: #4c0519;
  --fuse-on-primary-500-rgb:
    76,5,25;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary-950: #FFFFFF;
  --fuse-on-primary-950-rgb:
    255,255,255;
  --fuse-on-primary: #4c0519;
  --fuse-on-primary-rgb:
    76,5,25;
}
.theme-purple {
  --fuse-primary-50: #faf5ff;
  --fuse-primary-50-rgb:
    250,245,255;
  --fuse-primary-100: #f3e8ff;
  --fuse-primary-100-rgb:
    243,232,255;
  --fuse-primary-200: #e9d5ff;
  --fuse-primary-200-rgb:
    233,213,255;
  --fuse-primary-300: #d8b4fe;
  --fuse-primary-300-rgb:
    216,180,254;
  --fuse-primary-400: #c084fc;
  --fuse-primary-400-rgb:
    192,132,252;
  --fuse-primary-500: #a855f7;
  --fuse-primary-500-rgb:
    168,85,247;
  --fuse-primary-600: #9333ea;
  --fuse-primary-600-rgb:
    147,51,234;
  --fuse-primary-700: #7e22ce;
  --fuse-primary-700-rgb:
    126,34,206;
  --fuse-primary-800: #6b21a8;
  --fuse-primary-800-rgb:
    107,33,168;
  --fuse-primary-900: #581c87;
  --fuse-primary-900-rgb:
    88,28,135;
  --fuse-primary-950: #3b0764;
  --fuse-primary-950-rgb:
    59,7,100;
  --fuse-primary: #9333ea;
  --fuse-primary-rgb:
    147,51,234;
  --fuse-on-primary-50: #3b0764;
  --fuse-on-primary-50-rgb:
    59,7,100;
  --fuse-on-primary-100: #3b0764;
  --fuse-on-primary-100-rgb:
    59,7,100;
  --fuse-on-primary-200: #3b0764;
  --fuse-on-primary-200-rgb:
    59,7,100;
  --fuse-on-primary-300: #3b0764;
  --fuse-on-primary-300-rgb:
    59,7,100;
  --fuse-on-primary-400: #3b0764;
  --fuse-on-primary-400-rgb:
    59,7,100;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb:
    255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary-950: #FFFFFF;
  --fuse-on-primary-950-rgb:
    255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb:
    255,255,255;
}
.theme-amber {
  --fuse-primary-50: #fffbeb;
  --fuse-primary-50-rgb:
    255,251,235;
  --fuse-primary-100: #fef3c7;
  --fuse-primary-100-rgb:
    254,243,199;
  --fuse-primary-200: #fde68a;
  --fuse-primary-200-rgb:
    253,230,138;
  --fuse-primary-300: #fcd34d;
  --fuse-primary-300-rgb:
    252,211,77;
  --fuse-primary-400: #fbbf24;
  --fuse-primary-400-rgb:
    251,191,36;
  --fuse-primary-500: #f59e0b;
  --fuse-primary-500-rgb:
    245,158,11;
  --fuse-primary-600: #d97706;
  --fuse-primary-600-rgb:
    217,119,6;
  --fuse-primary-700: #b45309;
  --fuse-primary-700-rgb:
    180,83,9;
  --fuse-primary-800: #92400e;
  --fuse-primary-800-rgb:
    146,64,14;
  --fuse-primary-900: #78350f;
  --fuse-primary-900-rgb:
    120,53,15;
  --fuse-primary-950: #451a03;
  --fuse-primary-950-rgb:
    69,26,3;
  --fuse-primary: #f59e0b;
  --fuse-primary-rgb:
    245,158,11;
  --fuse-on-primary-50: #451a03;
  --fuse-on-primary-50-rgb:
    69,26,3;
  --fuse-on-primary-100: #451a03;
  --fuse-on-primary-100-rgb:
    69,26,3;
  --fuse-on-primary-200: #451a03;
  --fuse-on-primary-200-rgb:
    69,26,3;
  --fuse-on-primary-300: #451a03;
  --fuse-on-primary-300-rgb:
    69,26,3;
  --fuse-on-primary-400: #451a03;
  --fuse-on-primary-400-rgb:
    69,26,3;
  --fuse-on-primary-500: #451a03;
  --fuse-on-primary-500-rgb:
    69,26,3;
  --fuse-on-primary-600: #451a03;
  --fuse-on-primary-600-rgb:
    69,26,3;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary-950: #FFFFFF;
  --fuse-on-primary-950-rgb:
    255,255,255;
  --fuse-on-primary: #451a03;
  --fuse-on-primary-rgb:
    69,26,3;
}
body.light,
.light,
.dark .light {
  --is-dark: false;
  --fuse-bg-app-bar: #FFFFFF;
  --fuse-bg-app-bar-rgb:
    255,255,255;
  --fuse-bg-card: #FFFFFF;
  --fuse-bg-card-rgb:
    255,255,255;
  --fuse-bg-default: #f1f5f9;
  --fuse-bg-default-rgb:
    241,245,249;
  --fuse-bg-dialog: #FFFFFF;
  --fuse-bg-dialog-rgb:
    255,255,255;
  --fuse-bg-hover: rgba(148,163,184,0.12);
  --fuse-bg-hover-rgb:
    148,163,184;
  --fuse-bg-status-bar: #cbd5e1;
  --fuse-bg-status-bar-rgb:
    203,213,225;
  --fuse-text-default: #1e293b;
  --fuse-text-default-rgb:
    30,41,59;
  --fuse-text-secondary: #64748b;
  --fuse-text-secondary-rgb:
    100,116,139;
  --fuse-text-hint: #94a3b8;
  --fuse-text-hint-rgb:
    148,163,184;
  --fuse-text-disabled: #94a3b8;
  --fuse-text-disabled-rgb:
    148,163,184;
  --fuse-border: #e2e8f0;
  --fuse-border-rgb:
    226,232,240;
  --fuse-divider: #e2e8f0;
  --fuse-divider-rgb:
    226,232,240;
  --fuse-icon: #64748b;
  --fuse-icon-rgb:
    100,116,139;
  --fuse-mat-icon: #64748b;
  --fuse-mat-icon-rgb:
    100,116,139;
}
body.dark,
.dark,
.light .dark {
  --fuse-bg-app-bar: #0f172a;
  --fuse-bg-app-bar-rgb:
    15,23,42;
  --fuse-bg-card: #1e293b;
  --fuse-bg-card-rgb:
    30,41,59;
  --fuse-bg-default: #0f172a;
  --fuse-bg-default-rgb:
    15,23,42;
  --fuse-bg-dialog: #1e293b;
  --fuse-bg-dialog-rgb:
    30,41,59;
  --fuse-bg-hover: rgba(255, 255, 255, 0.05);
  --fuse-bg-hover-rgb:
    255,255,255;
  --fuse-bg-status-bar: #0f172a;
  --fuse-bg-status-bar-rgb:
    15,23,42;
  --fuse-text-default: #FFFFFF;
  --fuse-text-default-rgb:
    255,255,255;
  --fuse-text-secondary: #94a3b8;
  --fuse-text-secondary-rgb:
    148,163,184;
  --fuse-text-hint: #64748b;
  --fuse-text-hint-rgb:
    100,116,139;
  --fuse-text-disabled: #475569;
  --fuse-text-disabled-rgb:
    71,85,105;
  --fuse-border: rgba(241,245,249,0.12);
  --fuse-border-rgb:
    241,245,249;
  --fuse-divider: rgba(241,245,249,0.12);
  --fuse-divider-rgb:
    241,245,249;
  --fuse-icon: #94a3b8;
  --fuse-icon-rgb:
    148,163,184;
  --fuse-mat-icon: #94a3b8;
  --fuse-mat-icon-rgb:
    148,163,184;
}
.prose {
  color: var(--fuse-text-default);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-secondary);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-primary-500);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--fuse-border);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--fuse-text-default);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201c""\201d""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-color: var(--fuse-border);
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-default);
  font-weight: 500;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-primary);
}
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: #fff;
  background-color: #1e293b;
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--fuse-border);
  color: var(--fuse-text-default);
}
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--fuse-border);
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  color: var(--fuse-text-secondary);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  background-color: var(--fuse-text-hint);
}
.prose :where(figure figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--fuse-text-secondary);
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1em;
}
.prose-sm :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .sm\:bg-card {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  }
}
.dark\:bg-card:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.dark\:bg-default:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
.dark\:bg-hover:where(.dark, .dark *) {
  background-color: var(--fuse-bg-hover) !important;
}
.dark\:hover\:bg-hover:hover:where(.dark, .dark *) {
  background-color: var(--fuse-bg-hover) !important;
}

/* apps/platform/src/@fuse/styles/themes.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-option-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-option-label-text-line-height: 1.5rem;
  --mat-option-label-text-size: 0.875rem;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-optgroup-label-text-line-height: 1.5rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-title-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-title-text-line-height: 1.5rem;
  --mat-card-title-text-size: 0.875rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-subtitle-text-line-height: 1.25rem;
  --mat-card-subtitle-text-size: 0.875rem;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 600;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-filled-text-field-label-text-size: 0.875rem;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-outlined-text-field-label-text-size: 0.875rem;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 0.875rem;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 0.875rem;
  --mat-form-field-subscript-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 0.875rem;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-subhead-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-subhead-line-height: 1.5rem;
  --mdc-dialog-subhead-size: 0.875rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-supporting-text-line-height: 1.5rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-chip-label-text-line-height: 1.5rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-switch-label-text-line-height: 1.5rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-radio-label-text-line-height: 1.5rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-label-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-slider-label-label-text-size: 0.875rem;
  --mdc-slider-label-label-text-line-height: 1.25rem;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 600;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.5rem;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 0.875rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-supporting-text-line-height: 1.5rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.75rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font:
    400 1rem / 1.75rem "Inter var",
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 0.875rem;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-checkbox-label-text-line-height: 1.5rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-snackbar-supporting-text-line-height: 1.5rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 600;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-row-item-label-text-line-height: 1.5rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-footer-supporting-text-line-height: 1.5rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 0.875rem;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-legacy-button-toggle-label-text-line-height: 1.5rem;
  --mat-legacy-button-toggle-label-text-size: 0.875rem;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-standard-button-toggle-label-text-line-height: 1.5rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-expansion-header-text-size: 0.875rem;
  --mat-expansion-header-text-weight: 600;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 0.875rem;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 0.875rem;
  --mat-grid-list-tile-header-secondary-text-size: 0.75rem;
  --mat-grid-list-tile-footer-primary-text-size: 0.875rem;
  --mat-grid-list-tile-footer-secondary-text-size: 0.75rem;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-stepper-header-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-toolbar-title-text-line-height: 1.5rem;
  --mat-toolbar-title-text-size: 0.875rem;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-tree-node-text-size: 0.875rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme-default .light,
.theme-default.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light,
.theme-default.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-primary,
.theme-default.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light,
.theme-default.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-default .light .mat-mdc-progress-bar,
.theme-default.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-accent,
.theme-default.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-warn,
.theme-default.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-default .light,
.theme-default.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-default .light .mat-mdc-form-field.mat-accent,
.theme-default.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn,
.theme-default.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light,
.theme-default.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-accent,
.theme-default.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn,
.theme-default.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light,
.theme-default.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-default .light .mat-mdc-standard-chip,
.theme-default.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light,
.theme-default.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-default .light .mat-mdc-slide-toggle,
.theme-default.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-default .light,
.theme-default.light {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-default .light .mat-mdc-slide-toggle,
.theme-default.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-slide-toggle.mat-accent,
.theme-default.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-default .light .mat-mdc-slide-toggle.mat-warn,
.theme-default.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-default .light,
.theme-default.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-default .light .mat-mdc-radio-button.mat-primary,
.theme-default.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-radio-button.mat-accent,
.theme-default.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-radio-button.mat-warn,
.theme-default.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light,
.theme-default.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-default .light,
.theme-default.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-default .light .mdc-list-item__start,
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__start,
.theme-default.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-default .light .mat-accent .mdc-list-item__start,
.theme-default .light .mat-accent .mdc-list-item__end,
.theme-default.light .mat-accent .mdc-list-item__start,
.theme-default.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-default .light .mat-warn .mdc-list-item__start,
.theme-default .light .mat-warn .mdc-list-item__end,
.theme-default.light .mat-warn .mdc-list-item__start,
.theme-default.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-default .light .mat-mdc-list-option,
.theme-default.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-accent,
.theme-default.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-warn,
.theme-default.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1e293b;
}
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .light,
.theme-default.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-default .light .mat-mdc-tab-group,
.theme-default .light .mat-mdc-tab-nav-bar,
.theme-default.light .mat-mdc-tab-group,
.theme-default.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .light .mat-mdc-tab-group.mat-accent,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.light .mat-mdc-tab-group.mat-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-default .light .mat-mdc-tab-group.mat-warn,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.light .mat-mdc-tab-group.mat-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-default .light .mat-mdc-tab-group.mat-background-primary,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.light .mat-mdc-tab-group.mat-background-primary,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light .mat-mdc-tab-group.mat-background-accent,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.light .mat-mdc-tab-group.mat-background-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light .mat-mdc-tab-group.mat-background-warn,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.light .mat-mdc-tab-group.mat-background-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light,
.theme-default.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-checkbox.mat-primary,
.theme-default.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-checkbox.mat-warn,
.theme-default.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light,
.theme-default.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-default .light .mat-mdc-button.mat-primary,
.theme-default.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-button.mat-accent,
.theme-default.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .light .mat-mdc-button.mat-warn,
.theme-default.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-primary,
.theme-default.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-accent,
.theme-default.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-warn,
.theme-default.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-primary,
.theme-default.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-accent,
.theme-default.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-warn,
.theme-default.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-primary,
.theme-default.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-accent,
.theme-default.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-warn,
.theme-default.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light,
.theme-default.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-default .light .mat-mdc-icon-button.mat-primary,
.theme-default.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-accent,
.theme-default.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-warn,
.theme-default.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light,
.theme-default.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-default .light .mat-mdc-fab.mat-primary,
.theme-default.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-accent,
.theme-default.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-warn,
.theme-default.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-primary,
.theme-default.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-accent,
.theme-default.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-warn,
.theme-default.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light,
.theme-default.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f1f5f9;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .light,
.theme-default.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-default .light .mat-badge-accent,
.theme-default.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-default .light .mat-badge-warn,
.theme-default.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-default .light,
.theme-default.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-default .light .mat-datepicker-content.mat-accent,
.theme-default.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-default .light .mat-datepicker-content.mat-warn,
.theme-default.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-default .light .mat-datepicker-toggle-active.mat-accent,
.theme-default.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-default .light .mat-datepicker-toggle-active.mat-warn,
.theme-default.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-default .light,
.theme-default.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-default .light .mat-icon.mat-primary,
.theme-default.light .mat-icon.mat-primary {
  --mat-icon-color: #1e293b;
}
.theme-default .light .mat-icon.mat-accent,
.theme-default.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-default .light .mat-icon.mat-warn,
.theme-default.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-default .light,
.theme-default.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-default .light .mat-step-header.mat-accent,
.theme-default.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .light .mat-step-header.mat-warn,
.theme-default.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .light,
.theme-default.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-default .light .mat-toolbar.mat-primary,
.theme-default.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-default .light .mat-toolbar.mat-accent,
.theme-default.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-default .light .mat-toolbar.mat-warn,
.theme-default.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-default .light,
.theme-default.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-default .dark,
.theme-default.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-primary,
.theme-default.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark,
.theme-default.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-default .dark .mat-mdc-progress-bar,
.theme-default.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-accent,
.theme-default.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-warn,
.theme-default.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-default .dark,
.theme-default.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-default .dark .mat-mdc-form-field.mat-accent,
.theme-default.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn,
.theme-default.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark,
.theme-default.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-accent,
.theme-default.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn,
.theme-default.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark,
.theme-default.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-default .dark .mat-mdc-standard-chip,
.theme-default.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-default .dark .mat-mdc-slide-toggle,
.theme-default.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-default .dark .mat-mdc-slide-toggle,
.theme-default.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-accent,
.theme-default.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-warn,
.theme-default.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-default .dark .mat-mdc-radio-button.mat-primary,
.theme-default.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark .mat-mdc-radio-button.mat-accent,
.theme-default.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark .mat-mdc-radio-button.mat-warn,
.theme-default.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-default .dark,
.theme-default.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-default .dark .mdc-list-item__start,
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__start,
.theme-default.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-default .dark .mat-accent .mdc-list-item__start,
.theme-default .dark .mat-accent .mdc-list-item__end,
.theme-default.dark .mat-accent .mdc-list-item__start,
.theme-default.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-default .dark .mat-warn .mdc-list-item__start,
.theme-default .dark .mat-warn .mdc-list-item__end,
.theme-default.dark .mat-warn .mdc-list-item__start,
.theme-default.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-default .dark .mat-mdc-list-option,
.theme-default.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-accent,
.theme-default.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-warn,
.theme-default.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1e293b;
}
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .dark,
.theme-default.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-default .dark .mat-mdc-tab-group,
.theme-default .dark .mat-mdc-tab-nav-bar,
.theme-default.dark .mat-mdc-tab-group,
.theme-default.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .dark .mat-mdc-tab-group.mat-accent,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.dark .mat-mdc-tab-group.mat-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-default .dark .mat-mdc-tab-group.mat-warn,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.dark .mat-mdc-tab-group.mat-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-primary,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.dark .mat-mdc-tab-group.mat-background-primary,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-accent,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.dark .mat-mdc-tab-group.mat-background-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-warn,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.dark .mat-mdc-tab-group.mat-background-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-primary,
.theme-default.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-warn,
.theme-default.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-default .dark .mat-mdc-button.mat-primary,
.theme-default.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-accent,
.theme-default.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-warn,
.theme-default.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-primary,
.theme-default.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-accent,
.theme-default.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-warn,
.theme-default.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-primary,
.theme-default.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-accent,
.theme-default.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-warn,
.theme-default.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-primary,
.theme-default.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-accent,
.theme-default.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-warn,
.theme-default.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark,
.theme-default.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-default .dark .mat-mdc-icon-button.mat-primary,
.theme-default.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-accent,
.theme-default.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-warn,
.theme-default.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark,
.theme-default.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-default .dark .mat-mdc-fab.mat-primary,
.theme-default.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-accent,
.theme-default.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-warn,
.theme-default.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-primary,
.theme-default.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-accent,
.theme-default.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-warn,
.theme-default.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark,
.theme-default.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #64748b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .dark,
.theme-default.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-default .dark .mat-badge-accent,
.theme-default.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-default .dark .mat-badge-warn,
.theme-default.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-default .dark .mat-datepicker-content.mat-accent,
.theme-default.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-default .dark .mat-datepicker-content.mat-warn,
.theme-default.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-default .dark .mat-datepicker-toggle-active.mat-accent,
.theme-default.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-default .dark .mat-datepicker-toggle-active.mat-warn,
.theme-default.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-default .dark,
.theme-default.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-default .dark .mat-icon.mat-primary,
.theme-default.dark .mat-icon.mat-primary {
  --mat-icon-color: #1e293b;
}
.theme-default .dark .mat-icon.mat-accent,
.theme-default.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-default .dark .mat-icon.mat-warn,
.theme-default.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-default .dark,
.theme-default.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-default .dark .mat-step-header.mat-accent,
.theme-default.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .dark .mat-step-header.mat-warn,
.theme-default.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark .mat-toolbar.mat-primary,
.theme-default.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark .mat-toolbar.mat-accent,
.theme-default.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark .mat-toolbar.mat-warn,
.theme-default.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}
.theme-brand .light,
.theme-brand.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #fe7902;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light,
.theme-brand.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-primary,
.theme-brand.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #fe7902;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #fe7902;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light,
.theme-brand.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-brand .light .mat-mdc-progress-bar,
.theme-brand.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #fe7902;
  --mdc-linear-progress-track-color: rgba(254, 121, 2, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-accent,
.theme-brand.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-warn,
.theme-brand.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .light,
.theme-brand.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #fe7902;
  --mdc-filled-text-field-focus-active-indicator-color: #fe7902;
  --mdc-filled-text-field-focus-label-text-color: rgba(254, 121, 2, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #fe7902;
  --mdc-outlined-text-field-focus-outline-color: #fe7902;
  --mdc-outlined-text-field-focus-label-text-color: rgba(254, 121, 2, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(254, 121, 2, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-brand .light .mat-mdc-form-field.mat-accent,
.theme-brand.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn,
.theme-brand.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light,
.theme-brand.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(254, 121, 2, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-accent,
.theme-brand.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn,
.theme-brand.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light,
.theme-brand.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-brand .light .mat-mdc-standard-chip,
.theme-brand.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #7a3800;
  --mdc-chip-elevated-container-color: #fe7902;
  --mdc-chip-elevated-selected-container-color: #fe7902;
  --mdc-chip-elevated-disabled-container-color: #fe7902;
  --mdc-chip-flat-disabled-selected-container-color: #fe7902;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #7a3800;
  --mdc-chip-selected-label-text-color: #7a3800;
  --mdc-chip-with-icon-icon-color: #7a3800;
  --mdc-chip-with-icon-disabled-icon-color: #7a3800;
  --mdc-chip-with-icon-selected-icon-color: #7a3800;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #7a3800;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #7a3800;
  --mat-chip-selected-disabled-trailing-icon-color: #7a3800;
  --mat-chip-selected-trailing-icon-color: #7a3800;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-brand .light .mat-mdc-slide-toggle,
.theme-brand.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-switch-selected-focus-state-layer-color: #e86900;
  --mdc-switch-selected-handle-color: #e86900;
  --mdc-switch-selected-hover-state-layer-color: #e86900;
  --mdc-switch-selected-pressed-state-layer-color: #e86900;
  --mdc-switch-selected-focus-handle-color: #7a3800;
  --mdc-switch-selected-hover-handle-color: #7a3800;
  --mdc-switch-selected-pressed-handle-color: #7a3800;
  --mdc-switch-selected-focus-track-color: #ffb074;
  --mdc-switch-selected-hover-track-color: #ffb074;
  --mdc-switch-selected-pressed-track-color: #ffb074;
  --mdc-switch-selected-track-color: #ffb074;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-brand .light .mat-mdc-slide-toggle,
.theme-brand.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-accent,
.theme-brand.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-warn,
.theme-brand.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-brand .light .mat-mdc-radio-button.mat-primary,
.theme-brand.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #fe7902;
  --mdc-radio-selected-hover-icon-color: #fe7902;
  --mdc-radio-selected-icon-color: #fe7902;
  --mdc-radio-selected-pressed-icon-color: #fe7902;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fe7902;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-radio-button.mat-accent,
.theme-brand.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-radio-button.mat-warn,
.theme-brand.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #fe7902;
  --mdc-slider-focus-handle-color: #fe7902;
  --mdc-slider-hover-handle-color: #fe7902;
  --mdc-slider-active-track-color: #fe7902;
  --mdc-slider-inactive-track-color: #fe7902;
  --mdc-slider-with-tick-marks-inactive-container-color: #fe7902;
  --mdc-slider-with-tick-marks-active-container-color: #7a3800;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #fe7902;
  --mat-slider-hover-state-layer-color: rgba(254, 121, 2, 0.05);
  --mat-slider-focus-state-layer-color: rgba(254, 121, 2, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .light,
.theme-brand.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-brand .light .mdc-list-item__start,
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__start,
.theme-brand.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #fe7902;
  --mdc-radio-selected-hover-icon-color: #fe7902;
  --mdc-radio-selected-icon-color: #fe7902;
  --mdc-radio-selected-pressed-icon-color: #fe7902;
}
.theme-brand .light .mat-accent .mdc-list-item__start,
.theme-brand .light .mat-accent .mdc-list-item__end,
.theme-brand.light .mat-accent .mdc-list-item__start,
.theme-brand.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-brand .light .mat-warn .mdc-list-item__start,
.theme-brand .light .mat-warn .mdc-list-item__end,
.theme-brand.light .mat-warn .mdc-list-item__start,
.theme-brand.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-brand .light .mat-mdc-list-option,
.theme-brand.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #7a3800;
  --mdc-checkbox-selected-focus-icon-color: #fe7902;
  --mdc-checkbox-selected-hover-icon-color: #fe7902;
  --mdc-checkbox-selected-icon-color: #fe7902;
  --mdc-checkbox-selected-pressed-icon-color: #fe7902;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fe7902;
  --mdc-checkbox-selected-hover-state-layer-color: #fe7902;
  --mdc-checkbox-selected-pressed-state-layer-color: #fe7902;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-accent,
.theme-brand.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-warn,
.theme-brand.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #fe7902;
}
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .light,
.theme-brand.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-brand .light .mat-mdc-tab-group,
.theme-brand .light .mat-mdc-tab-nav-bar,
.theme-brand.light .mat-mdc-tab-group,
.theme-brand.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #fe7902;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #fe7902;
  --mat-tab-header-active-ripple-color: #fe7902;
  --mat-tab-header-inactive-ripple-color: #fe7902;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #fe7902;
  --mat-tab-header-active-hover-label-text-color: #fe7902;
  --mat-tab-header-active-focus-indicator-color: #fe7902;
  --mat-tab-header-active-hover-indicator-color: #fe7902;
}
.theme-brand .light .mat-mdc-tab-group.mat-accent,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.light .mat-mdc-tab-group.mat-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-brand .light .mat-mdc-tab-group.mat-warn,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.light .mat-mdc-tab-group.mat-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-primary,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.light .mat-mdc-tab-group.mat-background-primary,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #fe7902;
  --mat-tab-header-with-background-foreground-color: #7a3800;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-accent,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.light .mat-mdc-tab-group.mat-background-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-warn,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.light .mat-mdc-tab-group.mat-background-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-checkbox.mat-primary,
.theme-brand.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #7a3800;
  --mdc-checkbox-selected-focus-icon-color: #fe7902;
  --mdc-checkbox-selected-hover-icon-color: #fe7902;
  --mdc-checkbox-selected-icon-color: #fe7902;
  --mdc-checkbox-selected-pressed-icon-color: #fe7902;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fe7902;
  --mdc-checkbox-selected-hover-state-layer-color: #fe7902;
  --mdc-checkbox-selected-pressed-state-layer-color: #fe7902;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-checkbox.mat-warn,
.theme-brand.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light,
.theme-brand.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-brand .light .mat-mdc-button.mat-primary,
.theme-brand.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #fe7902;
  --mat-text-button-state-layer-color: #fe7902;
  --mat-text-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-accent,
.theme-brand.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-warn,
.theme-brand.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-primary,
.theme-brand.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #fe7902;
  --mdc-filled-button-label-text-color: #7a3800;
  --mat-filled-button-state-layer-color: #7a3800;
  --mat-filled-button-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-accent,
.theme-brand.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-warn,
.theme-brand.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-primary,
.theme-brand.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #fe7902;
  --mdc-protected-button-label-text-color: #7a3800;
  --mat-protected-button-state-layer-color: #7a3800;
  --mat-protected-button-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-accent,
.theme-brand.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-warn,
.theme-brand.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-primary,
.theme-brand.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #fe7902;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #fe7902;
  --mat-outlined-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-accent,
.theme-brand.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-warn,
.theme-brand.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light,
.theme-brand.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-brand .light .mat-mdc-icon-button.mat-primary,
.theme-brand.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #fe7902;
  --mat-icon-button-state-layer-color: #fe7902;
  --mat-icon-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-accent,
.theme-brand.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-warn,
.theme-brand.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light,
.theme-brand.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-brand .light .mat-mdc-fab.mat-primary,
.theme-brand.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #fe7902;
  --mat-fab-foreground-color: #7a3800;
  --mat-fab-state-layer-color: #7a3800;
  --mat-fab-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-accent,
.theme-brand.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-warn,
.theme-brand.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-primary,
.theme-brand.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #fe7902;
  --mat-fab-small-foreground-color: #7a3800;
  --mat-fab-small-state-layer-color: #7a3800;
  --mat-fab-small-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-accent,
.theme-brand.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-warn,
.theme-brand.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light,
.theme-brand.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ffe8d3;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #fe7902;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .light,
.theme-brand.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #fe7902;
  --mat-badge-text-color: #7a3800;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-brand .light .mat-badge-accent,
.theme-brand.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-brand .light .mat-badge-warn,
.theme-brand.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #7a3800;
  --mat-datepicker-calendar-date-selected-state-background-color: #fe7902;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(254, 121, 2, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #7a3800;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(254, 121, 2, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(254, 121, 2, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #fe7902;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(254, 121, 2, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-brand .light .mat-datepicker-content.mat-accent,
.theme-brand.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-brand .light .mat-datepicker-content.mat-warn,
.theme-brand.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-brand .light .mat-datepicker-toggle-active.mat-accent,
.theme-brand.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-brand .light .mat-datepicker-toggle-active.mat-warn,
.theme-brand.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-brand .light,
.theme-brand.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-brand .light .mat-icon.mat-primary,
.theme-brand.light .mat-icon.mat-primary {
  --mat-icon-color: #fe7902;
}
.theme-brand .light .mat-icon.mat-accent,
.theme-brand.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-brand .light .mat-icon.mat-warn,
.theme-brand.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-brand .light,
.theme-brand.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #7a3800;
  --mat-stepper-header-selected-state-icon-background-color: #fe7902;
  --mat-stepper-header-selected-state-icon-foreground-color: #7a3800;
  --mat-stepper-header-done-state-icon-background-color: #fe7902;
  --mat-stepper-header-done-state-icon-foreground-color: #7a3800;
  --mat-stepper-header-edit-state-icon-background-color: #fe7902;
  --mat-stepper-header-edit-state-icon-foreground-color: #7a3800;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-brand .light .mat-step-header.mat-accent,
.theme-brand.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .light .mat-step-header.mat-warn,
.theme-brand.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-brand .light .mat-toolbar.mat-primary,
.theme-brand.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #fe7902;
  --mat-toolbar-container-text-color: #7a3800;
}
.theme-brand .light .mat-toolbar.mat-accent,
.theme-brand.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .light .mat-toolbar.mat-warn,
.theme-brand.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #fe7902;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-primary,
.theme-brand.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #fe7902;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #fe7902;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-brand .dark .mat-mdc-progress-bar,
.theme-brand.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #fe7902;
  --mdc-linear-progress-track-color: rgba(254, 121, 2, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-accent,
.theme-brand.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-warn,
.theme-brand.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #fe7902;
  --mdc-filled-text-field-focus-active-indicator-color: #fe7902;
  --mdc-filled-text-field-focus-label-text-color: rgba(254, 121, 2, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #fe7902;
  --mdc-outlined-text-field-focus-outline-color: #fe7902;
  --mdc-outlined-text-field-focus-label-text-color: rgba(254, 121, 2, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(254, 121, 2, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-brand .dark .mat-mdc-form-field.mat-accent,
.theme-brand.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn,
.theme-brand.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(254, 121, 2, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent,
.theme-brand.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn,
.theme-brand.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-brand .dark .mat-mdc-standard-chip,
.theme-brand.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #7a3800;
  --mdc-chip-elevated-container-color: #fe7902;
  --mdc-chip-elevated-selected-container-color: #fe7902;
  --mdc-chip-elevated-disabled-container-color: #fe7902;
  --mdc-chip-flat-disabled-selected-container-color: #fe7902;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #7a3800;
  --mdc-chip-selected-label-text-color: #7a3800;
  --mdc-chip-with-icon-icon-color: #7a3800;
  --mdc-chip-with-icon-disabled-icon-color: #7a3800;
  --mdc-chip-with-icon-selected-icon-color: #7a3800;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #7a3800;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #7a3800;
  --mat-chip-selected-disabled-trailing-icon-color: #7a3800;
  --mat-chip-selected-trailing-icon-color: #7a3800;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-brand .dark .mat-mdc-slide-toggle,
.theme-brand.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-switch-selected-focus-state-layer-color: #ffb074;
  --mdc-switch-selected-handle-color: #ffb074;
  --mdc-switch-selected-hover-state-layer-color: #ffb074;
  --mdc-switch-selected-pressed-state-layer-color: #ffb074;
  --mdc-switch-selected-focus-handle-color: #ffd1a8;
  --mdc-switch-selected-hover-handle-color: #ffd1a8;
  --mdc-switch-selected-pressed-handle-color: #ffd1a8;
  --mdc-switch-selected-focus-track-color: #e86900;
  --mdc-switch-selected-hover-track-color: #e86900;
  --mdc-switch-selected-pressed-track-color: #e86900;
  --mdc-switch-selected-track-color: #e86900;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-brand .dark .mat-mdc-slide-toggle,
.theme-brand.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-accent,
.theme-brand.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-warn,
.theme-brand.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-brand .dark .mat-mdc-radio-button.mat-primary,
.theme-brand.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #fe7902;
  --mdc-radio-selected-hover-icon-color: #fe7902;
  --mdc-radio-selected-icon-color: #fe7902;
  --mdc-radio-selected-pressed-icon-color: #fe7902;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #fe7902;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark .mat-mdc-radio-button.mat-accent,
.theme-brand.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark .mat-mdc-radio-button.mat-warn,
.theme-brand.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #fe7902;
  --mdc-slider-focus-handle-color: #fe7902;
  --mdc-slider-hover-handle-color: #fe7902;
  --mdc-slider-active-track-color: #fe7902;
  --mdc-slider-inactive-track-color: #fe7902;
  --mdc-slider-with-tick-marks-inactive-container-color: #fe7902;
  --mdc-slider-with-tick-marks-active-container-color: #7a3800;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #fe7902;
  --mat-slider-hover-state-layer-color: rgba(254, 121, 2, 0.05);
  --mat-slider-focus-state-layer-color: rgba(254, 121, 2, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-brand .dark .mdc-list-item__start,
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__start,
.theme-brand.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #fe7902;
  --mdc-radio-selected-hover-icon-color: #fe7902;
  --mdc-radio-selected-icon-color: #fe7902;
  --mdc-radio-selected-pressed-icon-color: #fe7902;
}
.theme-brand .dark .mat-accent .mdc-list-item__start,
.theme-brand .dark .mat-accent .mdc-list-item__end,
.theme-brand.dark .mat-accent .mdc-list-item__start,
.theme-brand.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-brand .dark .mat-warn .mdc-list-item__start,
.theme-brand .dark .mat-warn .mdc-list-item__end,
.theme-brand.dark .mat-warn .mdc-list-item__start,
.theme-brand.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-brand .dark .mat-mdc-list-option,
.theme-brand.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #7a3800;
  --mdc-checkbox-selected-focus-icon-color: #fe7902;
  --mdc-checkbox-selected-hover-icon-color: #fe7902;
  --mdc-checkbox-selected-icon-color: #fe7902;
  --mdc-checkbox-selected-pressed-icon-color: #fe7902;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fe7902;
  --mdc-checkbox-selected-hover-state-layer-color: #fe7902;
  --mdc-checkbox-selected-pressed-state-layer-color: #fe7902;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-accent,
.theme-brand.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-warn,
.theme-brand.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #fe7902;
}
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-brand .dark .mat-mdc-tab-group,
.theme-brand .dark .mat-mdc-tab-nav-bar,
.theme-brand.dark .mat-mdc-tab-group,
.theme-brand.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #fe7902;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #fe7902;
  --mat-tab-header-active-ripple-color: #fe7902;
  --mat-tab-header-inactive-ripple-color: #fe7902;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #fe7902;
  --mat-tab-header-active-hover-label-text-color: #fe7902;
  --mat-tab-header-active-focus-indicator-color: #fe7902;
  --mat-tab-header-active-hover-indicator-color: #fe7902;
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-primary,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-group.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #fe7902;
  --mat-tab-header-with-background-foreground-color: #7a3800;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-accent,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-warn,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary,
.theme-brand.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #7a3800;
  --mdc-checkbox-selected-focus-icon-color: #fe7902;
  --mdc-checkbox-selected-hover-icon-color: #fe7902;
  --mdc-checkbox-selected-icon-color: #fe7902;
  --mdc-checkbox-selected-pressed-icon-color: #fe7902;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fe7902;
  --mdc-checkbox-selected-hover-state-layer-color: #fe7902;
  --mdc-checkbox-selected-pressed-state-layer-color: #fe7902;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn,
.theme-brand.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-brand .dark .mat-mdc-button.mat-primary,
.theme-brand.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #fe7902;
  --mat-text-button-state-layer-color: #fe7902;
  --mat-text-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-accent,
.theme-brand.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-warn,
.theme-brand.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-primary,
.theme-brand.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #fe7902;
  --mdc-filled-button-label-text-color: #7a3800;
  --mat-filled-button-state-layer-color: #7a3800;
  --mat-filled-button-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-accent,
.theme-brand.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-warn,
.theme-brand.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-primary,
.theme-brand.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #fe7902;
  --mdc-protected-button-label-text-color: #7a3800;
  --mat-protected-button-state-layer-color: #7a3800;
  --mat-protected-button-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-accent,
.theme-brand.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-warn,
.theme-brand.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-primary,
.theme-brand.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #fe7902;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #fe7902;
  --mat-outlined-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-accent,
.theme-brand.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-warn,
.theme-brand.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-brand .dark .mat-mdc-icon-button.mat-primary,
.theme-brand.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #fe7902;
  --mat-icon-button-state-layer-color: #fe7902;
  --mat-icon-button-ripple-color: rgba(254, 121, 2, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-accent,
.theme-brand.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-warn,
.theme-brand.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-brand .dark .mat-mdc-fab.mat-primary,
.theme-brand.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #fe7902;
  --mat-fab-foreground-color: #7a3800;
  --mat-fab-state-layer-color: #7a3800;
  --mat-fab-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-accent,
.theme-brand.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-warn,
.theme-brand.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-primary,
.theme-brand.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #fe7902;
  --mat-fab-small-foreground-color: #7a3800;
  --mat-fab-small-state-layer-color: #7a3800;
  --mat-fab-small-ripple-color: rgba(122, 56, 0, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-accent,
.theme-brand.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-warn,
.theme-brand.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark,
.theme-brand.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #fe7902;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #fe7902;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #fe7902;
  --mat-badge-text-color: #7a3800;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-brand .dark .mat-badge-accent,
.theme-brand.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-brand .dark .mat-badge-warn,
.theme-brand.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #7a3800;
  --mat-datepicker-calendar-date-selected-state-background-color: #fe7902;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(254, 121, 2, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #7a3800;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(254, 121, 2, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(254, 121, 2, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #fe7902;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(254, 121, 2, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-brand .dark .mat-datepicker-content.mat-accent,
.theme-brand.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-brand .dark .mat-datepicker-content.mat-warn,
.theme-brand.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-accent,
.theme-brand.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-warn,
.theme-brand.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-brand .dark .mat-icon.mat-primary,
.theme-brand.dark .mat-icon.mat-primary {
  --mat-icon-color: #fe7902;
}
.theme-brand .dark .mat-icon.mat-accent,
.theme-brand.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-brand .dark .mat-icon.mat-warn,
.theme-brand.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #7a3800;
  --mat-stepper-header-selected-state-icon-background-color: #fe7902;
  --mat-stepper-header-selected-state-icon-foreground-color: #7a3800;
  --mat-stepper-header-done-state-icon-background-color: #fe7902;
  --mat-stepper-header-done-state-icon-foreground-color: #7a3800;
  --mat-stepper-header-edit-state-icon-background-color: #fe7902;
  --mat-stepper-header-edit-state-icon-foreground-color: #7a3800;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-brand .dark .mat-step-header.mat-accent,
.theme-brand.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .dark .mat-step-header.mat-warn,
.theme-brand.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark .mat-toolbar.mat-primary,
.theme-brand.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #fe7902;
  --mat-toolbar-container-text-color: #7a3800;
}
.theme-brand .dark .mat-toolbar.mat-accent,
.theme-brand.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark .mat-toolbar.mat-warn,
.theme-brand.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}
.theme-teal .light,
.theme-teal.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light,
.theme-teal.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-primary,
.theme-teal.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d9488;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d9488;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light,
.theme-teal.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-teal .light .mat-mdc-progress-bar,
.theme-teal.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-accent,
.theme-teal.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-warn,
.theme-teal.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .light,
.theme-teal.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #0d9488;
  --mdc-filled-text-field-focus-active-indicator-color: #0d9488;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #0d9488;
  --mdc-outlined-text-field-focus-outline-color: #0d9488;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-teal .light .mat-mdc-form-field.mat-accent,
.theme-teal.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn,
.theme-teal.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light,
.theme-teal.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-accent,
.theme-teal.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn,
.theme-teal.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light,
.theme-teal.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-teal .light .mat-mdc-standard-chip,
.theme-teal.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-selected-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-flat-disabled-selected-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-selected-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mat-chip-selected-disabled-trailing-icon-color: #042f2e;
  --mat-chip-selected-trailing-icon-color: #042f2e;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-teal .light .mat-mdc-slide-toggle,
.theme-teal.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-switch-selected-focus-state-layer-color: #0d9488;
  --mdc-switch-selected-handle-color: #0d9488;
  --mdc-switch-selected-hover-state-layer-color: #0d9488;
  --mdc-switch-selected-pressed-state-layer-color: #0d9488;
  --mdc-switch-selected-focus-handle-color: #134e4a;
  --mdc-switch-selected-hover-handle-color: #134e4a;
  --mdc-switch-selected-pressed-handle-color: #134e4a;
  --mdc-switch-selected-focus-track-color: #5eead4;
  --mdc-switch-selected-hover-track-color: #5eead4;
  --mdc-switch-selected-pressed-track-color: #5eead4;
  --mdc-switch-selected-track-color: #5eead4;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-teal .light .mat-mdc-slide-toggle,
.theme-teal.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-accent,
.theme-teal.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-warn,
.theme-teal.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-teal .light .mat-mdc-radio-button.mat-primary,
.theme-teal.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-radio-button.mat-accent,
.theme-teal.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-radio-button.mat-warn,
.theme-teal.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #042f2e;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-hover-state-layer-color: rgba(13, 148, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 148, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .light,
.theme-teal.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-teal .light .mdc-list-item__start,
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__start,
.theme-teal.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
}
.theme-teal .light .mat-accent .mdc-list-item__start,
.theme-teal .light .mat-accent .mdc-list-item__end,
.theme-teal.light .mat-accent .mdc-list-item__start,
.theme-teal.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-teal .light .mat-warn .mdc-list-item__start,
.theme-teal .light .mat-warn .mdc-list-item__end,
.theme-teal.light .mat-warn .mdc-list-item__start,
.theme-teal.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-teal .light .mat-mdc-list-option,
.theme-teal.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-accent,
.theme-teal.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-warn,
.theme-teal.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .light,
.theme-teal.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-teal .light .mat-mdc-tab-group,
.theme-teal .light .mat-mdc-tab-nav-bar,
.theme-teal.light .mat-mdc-tab-group,
.theme-teal.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .light .mat-mdc-tab-group.mat-accent,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.light .mat-mdc-tab-group.mat-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-teal .light .mat-mdc-tab-group.mat-warn,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.light .mat-mdc-tab-group.mat-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-primary,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.light .mat-mdc-tab-group.mat-background-primary,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-accent,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.light .mat-mdc-tab-group.mat-background-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-warn,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.light .mat-mdc-tab-group.mat-background-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-checkbox.mat-primary,
.theme-teal.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-checkbox.mat-warn,
.theme-teal.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light,
.theme-teal.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-teal .light .mat-mdc-button.mat-primary,
.theme-teal.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
  --mat-text-button-state-layer-color: #0d9488;
  --mat-text-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-accent,
.theme-teal.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-warn,
.theme-teal.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-primary,
.theme-teal.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #042f2e;
  --mat-filled-button-state-layer-color: #042f2e;
  --mat-filled-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-accent,
.theme-teal.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-warn,
.theme-teal.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-primary,
.theme-teal.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #042f2e;
  --mat-protected-button-state-layer-color: #042f2e;
  --mat-protected-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-accent,
.theme-teal.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-warn,
.theme-teal.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-primary,
.theme-teal.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #0d9488;
  --mat-outlined-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-accent,
.theme-teal.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-warn,
.theme-teal.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light,
.theme-teal.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-teal .light .mat-mdc-icon-button.mat-primary,
.theme-teal.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-accent,
.theme-teal.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-warn,
.theme-teal.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light,
.theme-teal.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-teal .light .mat-mdc-fab.mat-primary,
.theme-teal.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #042f2e;
  --mat-fab-state-layer-color: #042f2e;
  --mat-fab-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-accent,
.theme-teal.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-warn,
.theme-teal.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-primary,
.theme-teal.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d9488;
  --mat-fab-small-foreground-color: #042f2e;
  --mat-fab-small-state-layer-color: #042f2e;
  --mat-fab-small-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-accent,
.theme-teal.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-warn,
.theme-teal.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light,
.theme-teal.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ccfbf1;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #0d9488;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .light,
.theme-teal.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: #042f2e;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-teal .light .mat-badge-accent,
.theme-teal.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-teal .light .mat-badge-warn,
.theme-teal.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #042f2e;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 148, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #042f2e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 148, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-teal .light .mat-datepicker-content.mat-accent,
.theme-teal.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-teal .light .mat-datepicker-content.mat-warn,
.theme-teal.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-teal .light .mat-datepicker-toggle-active.mat-accent,
.theme-teal.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-teal .light .mat-datepicker-toggle-active.mat-warn,
.theme-teal.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-teal .light,
.theme-teal.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-teal .light .mat-icon.mat-primary,
.theme-teal.light .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.theme-teal .light .mat-icon.mat-accent,
.theme-teal.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-teal .light .mat-icon.mat-warn,
.theme-teal.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-teal .light,
.theme-teal.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #042f2e;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: #042f2e;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-teal .light .mat-step-header.mat-accent,
.theme-teal.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .light .mat-step-header.mat-warn,
.theme-teal.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-teal .light .mat-toolbar.mat-primary,
.theme-teal.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: #042f2e;
}
.theme-teal .light .mat-toolbar.mat-accent,
.theme-teal.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .light .mat-toolbar.mat-warn,
.theme-teal.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-primary,
.theme-teal.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d9488;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d9488;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-teal .dark .mat-mdc-progress-bar,
.theme-teal.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-accent,
.theme-teal.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-warn,
.theme-teal.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #0d9488;
  --mdc-filled-text-field-focus-active-indicator-color: #0d9488;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #0d9488;
  --mdc-outlined-text-field-focus-outline-color: #0d9488;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-teal .dark .mat-mdc-form-field.mat-accent,
.theme-teal.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn,
.theme-teal.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent,
.theme-teal.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn,
.theme-teal.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-teal .dark .mat-mdc-standard-chip,
.theme-teal.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-selected-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-flat-disabled-selected-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-selected-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mat-chip-selected-disabled-trailing-icon-color: #042f2e;
  --mat-chip-selected-trailing-icon-color: #042f2e;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-teal .dark .mat-mdc-slide-toggle,
.theme-teal.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-switch-selected-focus-state-layer-color: #5eead4;
  --mdc-switch-selected-handle-color: #5eead4;
  --mdc-switch-selected-hover-state-layer-color: #5eead4;
  --mdc-switch-selected-pressed-state-layer-color: #5eead4;
  --mdc-switch-selected-focus-handle-color: #99f6e4;
  --mdc-switch-selected-hover-handle-color: #99f6e4;
  --mdc-switch-selected-pressed-handle-color: #99f6e4;
  --mdc-switch-selected-focus-track-color: #0d9488;
  --mdc-switch-selected-hover-track-color: #0d9488;
  --mdc-switch-selected-pressed-track-color: #0d9488;
  --mdc-switch-selected-track-color: #0d9488;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-teal .dark .mat-mdc-slide-toggle,
.theme-teal.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-accent,
.theme-teal.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-warn,
.theme-teal.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-teal .dark .mat-mdc-radio-button.mat-primary,
.theme-teal.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark .mat-mdc-radio-button.mat-accent,
.theme-teal.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark .mat-mdc-radio-button.mat-warn,
.theme-teal.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #042f2e;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-hover-state-layer-color: rgba(13, 148, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 148, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-teal .dark .mdc-list-item__start,
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__start,
.theme-teal.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
}
.theme-teal .dark .mat-accent .mdc-list-item__start,
.theme-teal .dark .mat-accent .mdc-list-item__end,
.theme-teal.dark .mat-accent .mdc-list-item__start,
.theme-teal.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-teal .dark .mat-warn .mdc-list-item__start,
.theme-teal .dark .mat-warn .mdc-list-item__end,
.theme-teal.dark .mat-warn .mdc-list-item__start,
.theme-teal.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-teal .dark .mat-mdc-list-option,
.theme-teal.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-accent,
.theme-teal.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-warn,
.theme-teal.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-teal .dark .mat-mdc-tab-group,
.theme-teal .dark .mat-mdc-tab-nav-bar,
.theme-teal.dark .mat-mdc-tab-group,
.theme-teal.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-primary,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-group.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-accent,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-warn,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary,
.theme-teal.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn,
.theme-teal.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-teal .dark .mat-mdc-button.mat-primary,
.theme-teal.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
  --mat-text-button-state-layer-color: #0d9488;
  --mat-text-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-accent,
.theme-teal.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-warn,
.theme-teal.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-primary,
.theme-teal.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #042f2e;
  --mat-filled-button-state-layer-color: #042f2e;
  --mat-filled-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-accent,
.theme-teal.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-warn,
.theme-teal.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-primary,
.theme-teal.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #042f2e;
  --mat-protected-button-state-layer-color: #042f2e;
  --mat-protected-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-accent,
.theme-teal.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-warn,
.theme-teal.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-primary,
.theme-teal.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #0d9488;
  --mat-outlined-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-accent,
.theme-teal.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-warn,
.theme-teal.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-teal .dark .mat-mdc-icon-button.mat-primary,
.theme-teal.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-accent,
.theme-teal.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-warn,
.theme-teal.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-teal .dark .mat-mdc-fab.mat-primary,
.theme-teal.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #042f2e;
  --mat-fab-state-layer-color: #042f2e;
  --mat-fab-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-accent,
.theme-teal.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-warn,
.theme-teal.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-primary,
.theme-teal.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d9488;
  --mat-fab-small-foreground-color: #042f2e;
  --mat-fab-small-state-layer-color: #042f2e;
  --mat-fab-small-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-accent,
.theme-teal.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-warn,
.theme-teal.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark,
.theme-teal.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #14b8a6;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #0d9488;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: #042f2e;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-teal .dark .mat-badge-accent,
.theme-teal.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-teal .dark .mat-badge-warn,
.theme-teal.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #042f2e;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 148, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #042f2e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 148, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-teal .dark .mat-datepicker-content.mat-accent,
.theme-teal.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-teal .dark .mat-datepicker-content.mat-warn,
.theme-teal.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-accent,
.theme-teal.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-warn,
.theme-teal.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-teal .dark .mat-icon.mat-primary,
.theme-teal.dark .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.theme-teal .dark .mat-icon.mat-accent,
.theme-teal.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-teal .dark .mat-icon.mat-warn,
.theme-teal.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #042f2e;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: #042f2e;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-teal .dark .mat-step-header.mat-accent,
.theme-teal.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .dark .mat-step-header.mat-warn,
.theme-teal.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .dark .mat-toolbar.mat-primary,
.theme-teal.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: #042f2e;
}
.theme-teal .dark .mat-toolbar.mat-accent,
.theme-teal.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .dark .mat-toolbar.mat-warn,
.theme-teal.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}
.theme-rose .light,
.theme-rose.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #f43f5e;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light,
.theme-rose.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-primary,
.theme-rose.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f43f5e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f43f5e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light,
.theme-rose.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-rose .light .mat-mdc-progress-bar,
.theme-rose.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-accent,
.theme-rose.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-warn,
.theme-rose.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .light,
.theme-rose.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f43f5e;
  --mdc-filled-text-field-focus-active-indicator-color: #f43f5e;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f43f5e;
  --mdc-outlined-text-field-focus-outline-color: #f43f5e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-rose .light .mat-mdc-form-field.mat-accent,
.theme-rose.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn,
.theme-rose.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light,
.theme-rose.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-accent,
.theme-rose.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn,
.theme-rose.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light,
.theme-rose.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-rose .light .mat-mdc-standard-chip,
.theme-rose.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-selected-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-flat-disabled-selected-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-selected-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mat-chip-selected-disabled-trailing-icon-color: #4c0519;
  --mat-chip-selected-trailing-icon-color: #4c0519;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-rose .light .mat-mdc-slide-toggle,
.theme-rose.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-switch-selected-focus-state-layer-color: #e11d48;
  --mdc-switch-selected-handle-color: #e11d48;
  --mdc-switch-selected-hover-state-layer-color: #e11d48;
  --mdc-switch-selected-pressed-state-layer-color: #e11d48;
  --mdc-switch-selected-focus-handle-color: #881337;
  --mdc-switch-selected-hover-handle-color: #881337;
  --mdc-switch-selected-pressed-handle-color: #881337;
  --mdc-switch-selected-focus-track-color: #fda4af;
  --mdc-switch-selected-hover-track-color: #fda4af;
  --mdc-switch-selected-pressed-track-color: #fda4af;
  --mdc-switch-selected-track-color: #fda4af;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-rose .light .mat-mdc-slide-toggle,
.theme-rose.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-accent,
.theme-rose.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-warn,
.theme-rose.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-rose .light .mat-mdc-radio-button.mat-primary,
.theme-rose.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-radio-button.mat-accent,
.theme-rose.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-radio-button.mat-warn,
.theme-rose.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #4c0519;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #f43f5e;
  --mat-slider-hover-state-layer-color: rgba(244, 63, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 63, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .light,
.theme-rose.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-rose .light .mdc-list-item__start,
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__start,
.theme-rose.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
}
.theme-rose .light .mat-accent .mdc-list-item__start,
.theme-rose .light .mat-accent .mdc-list-item__end,
.theme-rose.light .mat-accent .mdc-list-item__start,
.theme-rose.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-rose .light .mat-warn .mdc-list-item__start,
.theme-rose .light .mat-warn .mdc-list-item__end,
.theme-rose.light .mat-warn .mdc-list-item__start,
.theme-rose.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-rose .light .mat-mdc-list-option,
.theme-rose.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-accent,
.theme-rose.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-warn,
.theme-rose.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .light,
.theme-rose.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-rose .light .mat-mdc-tab-group,
.theme-rose .light .mat-mdc-tab-nav-bar,
.theme-rose.light .mat-mdc-tab-group,
.theme-rose.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .light .mat-mdc-tab-group.mat-accent,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.light .mat-mdc-tab-group.mat-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-rose .light .mat-mdc-tab-group.mat-warn,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.light .mat-mdc-tab-group.mat-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-primary,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.light .mat-mdc-tab-group.mat-background-primary,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-accent,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.light .mat-mdc-tab-group.mat-background-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-warn,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.light .mat-mdc-tab-group.mat-background-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-checkbox.mat-primary,
.theme-rose.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-checkbox.mat-warn,
.theme-rose.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light,
.theme-rose.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-rose .light .mat-mdc-button.mat-primary,
.theme-rose.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
  --mat-text-button-state-layer-color: #f43f5e;
  --mat-text-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-accent,
.theme-rose.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-warn,
.theme-rose.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-primary,
.theme-rose.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #4c0519;
  --mat-filled-button-state-layer-color: #4c0519;
  --mat-filled-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-accent,
.theme-rose.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-warn,
.theme-rose.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-primary,
.theme-rose.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #4c0519;
  --mat-protected-button-state-layer-color: #4c0519;
  --mat-protected-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-accent,
.theme-rose.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-warn,
.theme-rose.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-primary,
.theme-rose.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #f43f5e;
  --mat-outlined-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-accent,
.theme-rose.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-warn,
.theme-rose.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light,
.theme-rose.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-rose .light .mat-mdc-icon-button.mat-primary,
.theme-rose.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
  --mat-icon-button-state-layer-color: #f43f5e;
  --mat-icon-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-accent,
.theme-rose.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-warn,
.theme-rose.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light,
.theme-rose.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-rose .light .mat-mdc-fab.mat-primary,
.theme-rose.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mat-fab-foreground-color: #4c0519;
  --mat-fab-state-layer-color: #4c0519;
  --mat-fab-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-accent,
.theme-rose.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-warn,
.theme-rose.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-primary,
.theme-rose.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f43f5e;
  --mat-fab-small-foreground-color: #4c0519;
  --mat-fab-small-state-layer-color: #4c0519;
  --mat-fab-small-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-accent,
.theme-rose.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-warn,
.theme-rose.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light,
.theme-rose.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ffe4e6;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f43f5e;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .light,
.theme-rose.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f43f5e;
  --mat-badge-text-color: #4c0519;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-rose .light .mat-badge-accent,
.theme-rose.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-rose .light .mat-badge-warn,
.theme-rose.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #4c0519;
  --mat-datepicker-calendar-date-selected-state-background-color: #f43f5e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 63, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c0519;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f43f5e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 63, 94, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-rose .light .mat-datepicker-content.mat-accent,
.theme-rose.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-rose .light .mat-datepicker-content.mat-warn,
.theme-rose.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-rose .light .mat-datepicker-toggle-active.mat-accent,
.theme-rose.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-rose .light .mat-datepicker-toggle-active.mat-warn,
.theme-rose.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-rose .light,
.theme-rose.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-rose .light .mat-icon.mat-primary,
.theme-rose.light .mat-icon.mat-primary {
  --mat-icon-color: #f43f5e;
}
.theme-rose .light .mat-icon.mat-accent,
.theme-rose.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-rose .light .mat-icon.mat-warn,
.theme-rose.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-rose .light,
.theme-rose.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #4c0519;
  --mat-stepper-header-selected-state-icon-background-color: #f43f5e;
  --mat-stepper-header-selected-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-done-state-icon-background-color: #f43f5e;
  --mat-stepper-header-done-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-edit-state-icon-background-color: #f43f5e;
  --mat-stepper-header-edit-state-icon-foreground-color: #4c0519;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-rose .light .mat-step-header.mat-accent,
.theme-rose.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .light .mat-step-header.mat-warn,
.theme-rose.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-rose .light .mat-toolbar.mat-primary,
.theme-rose.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f43f5e;
  --mat-toolbar-container-text-color: #4c0519;
}
.theme-rose .light .mat-toolbar.mat-accent,
.theme-rose.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .light .mat-toolbar.mat-warn,
.theme-rose.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f43f5e;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-primary,
.theme-rose.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f43f5e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f43f5e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-rose .dark .mat-mdc-progress-bar,
.theme-rose.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-accent,
.theme-rose.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-warn,
.theme-rose.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f43f5e;
  --mdc-filled-text-field-focus-active-indicator-color: #f43f5e;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f43f5e;
  --mdc-outlined-text-field-focus-outline-color: #f43f5e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-rose .dark .mat-mdc-form-field.mat-accent,
.theme-rose.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn,
.theme-rose.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent,
.theme-rose.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn,
.theme-rose.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-rose .dark .mat-mdc-standard-chip,
.theme-rose.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-selected-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-flat-disabled-selected-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-selected-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mat-chip-selected-disabled-trailing-icon-color: #4c0519;
  --mat-chip-selected-trailing-icon-color: #4c0519;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-rose .dark .mat-mdc-slide-toggle,
.theme-rose.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-switch-selected-focus-state-layer-color: #fda4af;
  --mdc-switch-selected-handle-color: #fda4af;
  --mdc-switch-selected-hover-state-layer-color: #fda4af;
  --mdc-switch-selected-pressed-state-layer-color: #fda4af;
  --mdc-switch-selected-focus-handle-color: #fecdd3;
  --mdc-switch-selected-hover-handle-color: #fecdd3;
  --mdc-switch-selected-pressed-handle-color: #fecdd3;
  --mdc-switch-selected-focus-track-color: #e11d48;
  --mdc-switch-selected-hover-track-color: #e11d48;
  --mdc-switch-selected-pressed-track-color: #e11d48;
  --mdc-switch-selected-track-color: #e11d48;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-rose .dark .mat-mdc-slide-toggle,
.theme-rose.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-accent,
.theme-rose.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-warn,
.theme-rose.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-rose .dark .mat-mdc-radio-button.mat-primary,
.theme-rose.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark .mat-mdc-radio-button.mat-accent,
.theme-rose.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark .mat-mdc-radio-button.mat-warn,
.theme-rose.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #4c0519;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #f43f5e;
  --mat-slider-hover-state-layer-color: rgba(244, 63, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 63, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-rose .dark .mdc-list-item__start,
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__start,
.theme-rose.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
}
.theme-rose .dark .mat-accent .mdc-list-item__start,
.theme-rose .dark .mat-accent .mdc-list-item__end,
.theme-rose.dark .mat-accent .mdc-list-item__start,
.theme-rose.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-rose .dark .mat-warn .mdc-list-item__start,
.theme-rose .dark .mat-warn .mdc-list-item__end,
.theme-rose.dark .mat-warn .mdc-list-item__start,
.theme-rose.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-rose .dark .mat-mdc-list-option,
.theme-rose.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-accent,
.theme-rose.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-warn,
.theme-rose.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-rose .dark .mat-mdc-tab-group,
.theme-rose .dark .mat-mdc-tab-nav-bar,
.theme-rose.dark .mat-mdc-tab-group,
.theme-rose.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-primary,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-group.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-accent,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-warn,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary,
.theme-rose.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn,
.theme-rose.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-rose .dark .mat-mdc-button.mat-primary,
.theme-rose.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
  --mat-text-button-state-layer-color: #f43f5e;
  --mat-text-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-accent,
.theme-rose.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-warn,
.theme-rose.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-primary,
.theme-rose.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #4c0519;
  --mat-filled-button-state-layer-color: #4c0519;
  --mat-filled-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-accent,
.theme-rose.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-warn,
.theme-rose.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-primary,
.theme-rose.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #4c0519;
  --mat-protected-button-state-layer-color: #4c0519;
  --mat-protected-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-accent,
.theme-rose.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-warn,
.theme-rose.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-primary,
.theme-rose.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #f43f5e;
  --mat-outlined-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-accent,
.theme-rose.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-warn,
.theme-rose.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-rose .dark .mat-mdc-icon-button.mat-primary,
.theme-rose.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
  --mat-icon-button-state-layer-color: #f43f5e;
  --mat-icon-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-accent,
.theme-rose.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-warn,
.theme-rose.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-rose .dark .mat-mdc-fab.mat-primary,
.theme-rose.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mat-fab-foreground-color: #4c0519;
  --mat-fab-state-layer-color: #4c0519;
  --mat-fab-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-accent,
.theme-rose.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-warn,
.theme-rose.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-primary,
.theme-rose.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f43f5e;
  --mat-fab-small-foreground-color: #4c0519;
  --mat-fab-small-state-layer-color: #4c0519;
  --mat-fab-small-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-accent,
.theme-rose.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-warn,
.theme-rose.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark,
.theme-rose.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #f43f5e;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f43f5e;
  --mat-badge-text-color: #4c0519;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-rose .dark .mat-badge-accent,
.theme-rose.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-rose .dark .mat-badge-warn,
.theme-rose.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #4c0519;
  --mat-datepicker-calendar-date-selected-state-background-color: #f43f5e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 63, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c0519;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f43f5e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 63, 94, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-rose .dark .mat-datepicker-content.mat-accent,
.theme-rose.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-rose .dark .mat-datepicker-content.mat-warn,
.theme-rose.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-accent,
.theme-rose.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-warn,
.theme-rose.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-rose .dark .mat-icon.mat-primary,
.theme-rose.dark .mat-icon.mat-primary {
  --mat-icon-color: #f43f5e;
}
.theme-rose .dark .mat-icon.mat-accent,
.theme-rose.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-rose .dark .mat-icon.mat-warn,
.theme-rose.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #4c0519;
  --mat-stepper-header-selected-state-icon-background-color: #f43f5e;
  --mat-stepper-header-selected-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-done-state-icon-background-color: #f43f5e;
  --mat-stepper-header-done-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-edit-state-icon-background-color: #f43f5e;
  --mat-stepper-header-edit-state-icon-foreground-color: #4c0519;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-rose .dark .mat-step-header.mat-accent,
.theme-rose.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .dark .mat-step-header.mat-warn,
.theme-rose.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .dark .mat-toolbar.mat-primary,
.theme-rose.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f43f5e;
  --mat-toolbar-container-text-color: #4c0519;
}
.theme-rose .dark .mat-toolbar.mat-accent,
.theme-rose.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .dark .mat-toolbar.mat-warn,
.theme-rose.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}
.theme-purple .light,
.theme-purple.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light,
.theme-purple.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-primary,
.theme-purple.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9333ea;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9333ea;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light,
.theme-purple.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-purple .light .mat-mdc-progress-bar,
.theme-purple.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-accent,
.theme-purple.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-warn,
.theme-purple.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .light,
.theme-purple.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9333ea;
  --mdc-filled-text-field-focus-active-indicator-color: #9333ea;
  --mdc-filled-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #9333ea;
  --mdc-outlined-text-field-focus-outline-color: #9333ea;
  --mdc-outlined-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-purple .light .mat-mdc-form-field.mat-accent,
.theme-purple.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn,
.theme-purple.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light,
.theme-purple.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-accent,
.theme-purple.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn,
.theme-purple.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light,
.theme-purple.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-purple .light .mat-mdc-standard-chip,
.theme-purple.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-selected-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-flat-disabled-selected-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-purple .light .mat-mdc-slide-toggle,
.theme-purple.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-switch-selected-focus-state-layer-color: #9333ea;
  --mdc-switch-selected-handle-color: #9333ea;
  --mdc-switch-selected-hover-state-layer-color: #9333ea;
  --mdc-switch-selected-pressed-state-layer-color: #9333ea;
  --mdc-switch-selected-focus-handle-color: #581c87;
  --mdc-switch-selected-hover-handle-color: #581c87;
  --mdc-switch-selected-pressed-handle-color: #581c87;
  --mdc-switch-selected-focus-track-color: #d8b4fe;
  --mdc-switch-selected-hover-track-color: #d8b4fe;
  --mdc-switch-selected-pressed-track-color: #d8b4fe;
  --mdc-switch-selected-track-color: #d8b4fe;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-purple .light .mat-mdc-slide-toggle,
.theme-purple.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-accent,
.theme-purple.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-warn,
.theme-purple.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-purple .light .mat-mdc-radio-button.mat-primary,
.theme-purple.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-radio-button.mat-accent,
.theme-purple.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-radio-button.mat-warn,
.theme-purple.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-hover-state-layer-color: rgba(147, 51, 234, 0.05);
  --mat-slider-focus-state-layer-color: rgba(147, 51, 234, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .light,
.theme-purple.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-purple .light .mdc-list-item__start,
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__start,
.theme-purple.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
}
.theme-purple .light .mat-accent .mdc-list-item__start,
.theme-purple .light .mat-accent .mdc-list-item__end,
.theme-purple.light .mat-accent .mdc-list-item__start,
.theme-purple.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-purple .light .mat-warn .mdc-list-item__start,
.theme-purple .light .mat-warn .mdc-list-item__end,
.theme-purple.light .mat-warn .mdc-list-item__start,
.theme-purple.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-purple .light .mat-mdc-list-option,
.theme-purple.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-accent,
.theme-purple.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-warn,
.theme-purple.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .light,
.theme-purple.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-purple .light .mat-mdc-tab-group,
.theme-purple .light .mat-mdc-tab-nav-bar,
.theme-purple.light .mat-mdc-tab-group,
.theme-purple.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .light .mat-mdc-tab-group.mat-accent,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.light .mat-mdc-tab-group.mat-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-purple .light .mat-mdc-tab-group.mat-warn,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.light .mat-mdc-tab-group.mat-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-primary,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.light .mat-mdc-tab-group.mat-background-primary,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-accent,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.light .mat-mdc-tab-group.mat-background-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-warn,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.light .mat-mdc-tab-group.mat-background-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-checkbox.mat-primary,
.theme-purple.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-checkbox.mat-warn,
.theme-purple.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light,
.theme-purple.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-purple .light .mat-mdc-button.mat-primary,
.theme-purple.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
  --mat-text-button-state-layer-color: #9333ea;
  --mat-text-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-accent,
.theme-purple.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-warn,
.theme-purple.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-primary,
.theme-purple.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-accent,
.theme-purple.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-warn,
.theme-purple.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-primary,
.theme-purple.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-accent,
.theme-purple.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-warn,
.theme-purple.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-primary,
.theme-purple.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #9333ea;
  --mat-outlined-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-accent,
.theme-purple.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-warn,
.theme-purple.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light,
.theme-purple.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-purple .light .mat-mdc-icon-button.mat-primary,
.theme-purple.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-accent,
.theme-purple.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-warn,
.theme-purple.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light,
.theme-purple.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-purple .light .mat-mdc-fab.mat-primary,
.theme-purple.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-accent,
.theme-purple.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-warn,
.theme-purple.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-primary,
.theme-purple.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #9333ea;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-accent,
.theme-purple.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-warn,
.theme-purple.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light,
.theme-purple.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f3e8ff;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9333ea;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .light,
.theme-purple.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-purple .light .mat-badge-accent,
.theme-purple.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-purple .light .mat-badge-warn,
.theme-purple.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(147, 51, 234, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(147, 51, 234, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-purple .light .mat-datepicker-content.mat-accent,
.theme-purple.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-purple .light .mat-datepicker-content.mat-warn,
.theme-purple.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-purple .light .mat-datepicker-toggle-active.mat-accent,
.theme-purple.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-purple .light .mat-datepicker-toggle-active.mat-warn,
.theme-purple.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-purple .light,
.theme-purple.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-purple .light .mat-icon.mat-primary,
.theme-purple.light .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.theme-purple .light .mat-icon.mat-accent,
.theme-purple.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-purple .light .mat-icon.mat-warn,
.theme-purple.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-purple .light,
.theme-purple.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-purple .light .mat-step-header.mat-accent,
.theme-purple.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .light .mat-step-header.mat-warn,
.theme-purple.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-purple .light .mat-toolbar.mat-primary,
.theme-purple.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light .mat-toolbar.mat-accent,
.theme-purple.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light .mat-toolbar.mat-warn,
.theme-purple.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-primary,
.theme-purple.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9333ea;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9333ea;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-purple .dark .mat-mdc-progress-bar,
.theme-purple.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-accent,
.theme-purple.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-warn,
.theme-purple.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9333ea;
  --mdc-filled-text-field-focus-active-indicator-color: #9333ea;
  --mdc-filled-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #9333ea;
  --mdc-outlined-text-field-focus-outline-color: #9333ea;
  --mdc-outlined-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-purple .dark .mat-mdc-form-field.mat-accent,
.theme-purple.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn,
.theme-purple.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent,
.theme-purple.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn,
.theme-purple.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-purple .dark .mat-mdc-standard-chip,
.theme-purple.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-selected-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-flat-disabled-selected-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-purple .dark .mat-mdc-slide-toggle,
.theme-purple.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-switch-selected-focus-state-layer-color: #d8b4fe;
  --mdc-switch-selected-handle-color: #d8b4fe;
  --mdc-switch-selected-hover-state-layer-color: #d8b4fe;
  --mdc-switch-selected-pressed-state-layer-color: #d8b4fe;
  --mdc-switch-selected-focus-handle-color: #e9d5ff;
  --mdc-switch-selected-hover-handle-color: #e9d5ff;
  --mdc-switch-selected-pressed-handle-color: #e9d5ff;
  --mdc-switch-selected-focus-track-color: #9333ea;
  --mdc-switch-selected-hover-track-color: #9333ea;
  --mdc-switch-selected-pressed-track-color: #9333ea;
  --mdc-switch-selected-track-color: #9333ea;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-purple .dark .mat-mdc-slide-toggle,
.theme-purple.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-accent,
.theme-purple.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-warn,
.theme-purple.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-purple .dark .mat-mdc-radio-button.mat-primary,
.theme-purple.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark .mat-mdc-radio-button.mat-accent,
.theme-purple.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark .mat-mdc-radio-button.mat-warn,
.theme-purple.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-hover-state-layer-color: rgba(147, 51, 234, 0.05);
  --mat-slider-focus-state-layer-color: rgba(147, 51, 234, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-purple .dark .mdc-list-item__start,
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__start,
.theme-purple.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
}
.theme-purple .dark .mat-accent .mdc-list-item__start,
.theme-purple .dark .mat-accent .mdc-list-item__end,
.theme-purple.dark .mat-accent .mdc-list-item__start,
.theme-purple.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-purple .dark .mat-warn .mdc-list-item__start,
.theme-purple .dark .mat-warn .mdc-list-item__end,
.theme-purple.dark .mat-warn .mdc-list-item__start,
.theme-purple.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-purple .dark .mat-mdc-list-option,
.theme-purple.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-accent,
.theme-purple.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-warn,
.theme-purple.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-purple .dark .mat-mdc-tab-group,
.theme-purple .dark .mat-mdc-tab-nav-bar,
.theme-purple.dark .mat-mdc-tab-group,
.theme-purple.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-primary,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-group.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-accent,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-warn,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary,
.theme-purple.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn,
.theme-purple.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-purple .dark .mat-mdc-button.mat-primary,
.theme-purple.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
  --mat-text-button-state-layer-color: #9333ea;
  --mat-text-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-accent,
.theme-purple.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-warn,
.theme-purple.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-primary,
.theme-purple.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-accent,
.theme-purple.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-warn,
.theme-purple.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-primary,
.theme-purple.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-accent,
.theme-purple.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-warn,
.theme-purple.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-primary,
.theme-purple.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #9333ea;
  --mat-outlined-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-accent,
.theme-purple.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-warn,
.theme-purple.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-purple .dark .mat-mdc-icon-button.mat-primary,
.theme-purple.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-accent,
.theme-purple.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-warn,
.theme-purple.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-purple .dark .mat-mdc-fab.mat-primary,
.theme-purple.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-accent,
.theme-purple.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-warn,
.theme-purple.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-primary,
.theme-purple.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #9333ea;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-accent,
.theme-purple.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-warn,
.theme-purple.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark,
.theme-purple.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #a855f7;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9333ea;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-purple .dark .mat-badge-accent,
.theme-purple.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-purple .dark .mat-badge-warn,
.theme-purple.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(147, 51, 234, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(147, 51, 234, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-purple .dark .mat-datepicker-content.mat-accent,
.theme-purple.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-purple .dark .mat-datepicker-content.mat-warn,
.theme-purple.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-accent,
.theme-purple.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-warn,
.theme-purple.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-purple .dark .mat-icon.mat-primary,
.theme-purple.dark .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.theme-purple .dark .mat-icon.mat-accent,
.theme-purple.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-purple .dark .mat-icon.mat-warn,
.theme-purple.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-purple .dark .mat-step-header.mat-accent,
.theme-purple.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .dark .mat-step-header.mat-warn,
.theme-purple.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark .mat-toolbar.mat-primary,
.theme-purple.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark .mat-toolbar.mat-accent,
.theme-purple.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark .mat-toolbar.mat-warn,
.theme-purple.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}
.theme-amber .light,
.theme-amber.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light,
.theme-amber.light {
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-primary,
.theme-amber.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light,
.theme-amber.light {
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-amber .light .mat-mdc-progress-bar,
.theme-amber.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-accent,
.theme-amber.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-warn,
.theme-amber.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .light,
.theme-amber.light {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.theme-amber .light .mat-mdc-form-field.mat-accent,
.theme-amber.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn,
.theme-amber.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light,
.theme-amber.light {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-accent,
.theme-amber.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn,
.theme-amber.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light,
.theme-amber.light {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
}
.theme-amber .light .mat-mdc-standard-chip,
.theme-amber.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-selected-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mat-chip-selected-disabled-trailing-icon-color: #451a03;
  --mat-chip-selected-trailing-icon-color: #451a03;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-amber .light .mat-mdc-slide-toggle,
.theme-amber.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-selected-track-color: #fcd34d;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
}
.theme-amber .light .mat-mdc-slide-toggle,
.theme-amber.light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-accent,
.theme-amber.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-warn,
.theme-amber.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-amber .light .mat-mdc-radio-button.mat-primary,
.theme-amber.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-radio-button.mat-accent,
.theme-amber.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-radio-button.mat-warn,
.theme-amber.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #451a03;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .light,
.theme-amber.light {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-amber .light .mdc-list-item__start,
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__start,
.theme-amber.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.theme-amber .light .mat-accent .mdc-list-item__start,
.theme-amber .light .mat-accent .mdc-list-item__end,
.theme-amber.light .mat-accent .mdc-list-item__start,
.theme-amber.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-amber .light .mat-warn .mdc-list-item__start,
.theme-amber .light .mat-warn .mdc-list-item__end,
.theme-amber.light .mat-warn .mdc-list-item__start,
.theme-amber.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-amber .light .mat-mdc-list-option,
.theme-amber.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-accent,
.theme-amber.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-warn,
.theme-amber.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .light,
.theme-amber.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-amber .light .mat-mdc-tab-group,
.theme-amber .light .mat-mdc-tab-nav-bar,
.theme-amber.light .mat-mdc-tab-group,
.theme-amber.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .light .mat-mdc-tab-group.mat-accent,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.light .mat-mdc-tab-group.mat-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-amber .light .mat-mdc-tab-group.mat-warn,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.light .mat-mdc-tab-group.mat-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-primary,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.light .mat-mdc-tab-group.mat-background-primary,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-accent,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.light .mat-mdc-tab-group.mat-background-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-warn,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.light .mat-mdc-tab-group.mat-background-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-checkbox.mat-primary,
.theme-amber.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-checkbox.mat-warn,
.theme-amber.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light,
.theme-amber.light {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.theme-amber .light .mat-mdc-button.mat-primary,
.theme-amber.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-accent,
.theme-amber.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-warn,
.theme-amber.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-primary,
.theme-amber.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #451a03;
  --mat-filled-button-state-layer-color: #451a03;
  --mat-filled-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-accent,
.theme-amber.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-warn,
.theme-amber.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-primary,
.theme-amber.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #451a03;
  --mat-protected-button-state-layer-color: #451a03;
  --mat-protected-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-accent,
.theme-amber.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-warn,
.theme-amber.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-primary,
.theme-amber.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-accent,
.theme-amber.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-warn,
.theme-amber.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light,
.theme-amber.light {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.theme-amber .light .mat-mdc-icon-button.mat-primary,
.theme-amber.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-accent,
.theme-amber.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-warn,
.theme-amber.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light,
.theme-amber.light {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
}
.theme-amber .light .mat-mdc-fab.mat-primary,
.theme-amber.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #451a03;
  --mat-fab-state-layer-color: #451a03;
  --mat-fab-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-accent,
.theme-amber.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-warn,
.theme-amber.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-primary,
.theme-amber.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #451a03;
  --mat-fab-small-state-layer-color: #451a03;
  --mat-fab-small-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-accent,
.theme-amber.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-warn,
.theme-amber.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light,
.theme-amber.light {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #fef3c7;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .light,
.theme-amber.light {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #451a03;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
}
.theme-amber .light .mat-badge-accent,
.theme-amber.light .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-amber .light .mat-badge-warn,
.theme-amber.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #451a03;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #451a03;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
}
.theme-amber .light .mat-datepicker-content.mat-accent,
.theme-amber.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-amber .light .mat-datepicker-content.mat-warn,
.theme-amber.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-amber .light .mat-datepicker-toggle-active.mat-accent,
.theme-amber.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-amber .light .mat-datepicker-toggle-active.mat-warn,
.theme-amber.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-amber .light,
.theme-amber.light {
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
}
.theme-amber .light .mat-icon.mat-primary,
.theme-amber.light .mat-icon.mat-primary {
  --mat-icon-color: #f59e0b;
}
.theme-amber .light .mat-icon.mat-accent,
.theme-amber.light .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-amber .light .mat-icon.mat-warn,
.theme-amber.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-amber .light,
.theme-amber.light {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #451a03;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #451a03;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #451a03;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #451a03;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-amber .light .mat-step-header.mat-accent,
.theme-amber.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .light .mat-step-header.mat-warn,
.theme-amber.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
}
.theme-amber .light .mat-toolbar.mat-primary,
.theme-amber.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #451a03;
}
.theme-amber .light .mat-toolbar.mat-accent,
.theme-amber.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .light .mat-toolbar.mat-warn,
.theme-amber.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #334155;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-primary,
.theme-amber.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #334155;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #334155;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.theme-amber .dark .mat-mdc-progress-bar,
.theme-amber.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-accent,
.theme-amber.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #334155;
  --mdc-linear-progress-track-color: rgba(51, 65, 85, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-warn,
.theme-amber.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-filled-text-field-container-color: rgb(39, 49.56, 66.84);
  --mdc-filled-text-field-disabled-container-color: rgb(34.5, 45.28, 62.92);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.theme-amber .dark .mat-mdc-form-field.mat-accent,
.theme-amber.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #334155;
  --mdc-filled-text-field-focus-active-indicator-color: #334155;
  --mdc-filled-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mdc-outlined-text-field-caret-color: #334155;
  --mdc-outlined-text-field-focus-outline-color: #334155;
  --mdc-outlined-text-field-focus-label-text-color: rgba(51, 65, 85, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(51, 65, 85, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn,
.theme-amber.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent,
.theme-amber.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 65, 85, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn,
.theme-amber.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-amber .dark .mat-mdc-standard-chip,
.theme-amber.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-elevated-disabled-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-flat-disabled-selected-container-color: rgb(57, 66.68, 82.52);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-selected-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mat-chip-selected-disabled-trailing-icon-color: #451a03;
  --mat-chip-selected-trailing-icon-color: #451a03;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #334155;
  --mdc-chip-elevated-selected-container-color: #334155;
  --mdc-chip-elevated-disabled-container-color: #334155;
  --mdc-chip-flat-disabled-selected-container-color: #334155;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.theme-amber .dark .mat-mdc-slide-toggle,
.theme-amber.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
}
.theme-amber .dark .mat-mdc-slide-toggle,
.theme-amber.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-accent,
.theme-amber.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-warn,
.theme-amber.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.theme-amber .dark .mat-mdc-radio-button.mat-primary,
.theme-amber.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark .mat-mdc-radio-button.mat-accent,
.theme-amber.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #334155;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark .mat-mdc-radio-button.mat-warn,
.theme-amber.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #451a03;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mdc-slider-handle-color: #334155;
  --mdc-slider-focus-handle-color: #334155;
  --mdc-slider-hover-handle-color: #334155;
  --mdc-slider-active-track-color: #334155;
  --mdc-slider-inactive-track-color: #334155;
  --mdc-slider-with-tick-marks-inactive-container-color: #334155;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #334155;
  --mat-slider-hover-state-layer-color: rgba(51, 65, 85, 0.05);
  --mat-slider-focus-state-layer-color: rgba(51, 65, 85, 0.2);
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-amber .dark .mdc-list-item__start,
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__start,
.theme-amber.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.theme-amber .dark .mat-accent .mdc-list-item__start,
.theme-amber .dark .mat-accent .mdc-list-item__end,
.theme-amber.dark .mat-accent .mdc-list-item__start,
.theme-amber.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #334155;
  --mdc-radio-selected-hover-icon-color: #334155;
  --mdc-radio-selected-icon-color: #334155;
  --mdc-radio-selected-pressed-icon-color: #334155;
}
.theme-amber .dark .mat-warn .mdc-list-item__start,
.theme-amber .dark .mat-warn .mdc-list-item__end,
.theme-amber.dark .mat-warn .mdc-list-item__start,
.theme-amber.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-amber .dark .mat-mdc-list-option,
.theme-amber.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-accent,
.theme-amber.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-warn,
.theme-amber.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.theme-amber .dark .mat-mdc-tab-group,
.theme-amber .dark .mat-mdc-tab-nav-bar,
.theme-amber.dark .mat-mdc-tab-group,
.theme-amber.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #334155;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #334155;
  --mat-tab-header-active-ripple-color: #334155;
  --mat-tab-header-inactive-ripple-color: #334155;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #334155;
  --mat-tab-header-active-hover-label-text-color: #334155;
  --mat-tab-header-active-focus-indicator-color: #334155;
  --mat-tab-header-active-hover-indicator-color: #334155;
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-primary,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-group.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-accent,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #334155;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-warn,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #334155;
  --mdc-checkbox-selected-hover-icon-color: #334155;
  --mdc-checkbox-selected-icon-color: #334155;
  --mdc-checkbox-selected-pressed-icon-color: #334155;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #334155;
  --mdc-checkbox-selected-hover-state-layer-color: #334155;
  --mdc-checkbox-selected-pressed-state-layer-color: #334155;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary,
.theme-amber.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn,
.theme-amber.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.theme-amber .dark .mat-mdc-button.mat-primary,
.theme-amber.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-accent,
.theme-amber.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #334155;
  --mat-text-button-state-layer-color: #334155;
  --mat-text-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-warn,
.theme-amber.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-primary,
.theme-amber.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #451a03;
  --mat-filled-button-state-layer-color: #451a03;
  --mat-filled-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-accent,
.theme-amber.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #334155;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-warn,
.theme-amber.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-primary,
.theme-amber.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #451a03;
  --mat-protected-button-state-layer-color: #451a03;
  --mat-protected-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-accent,
.theme-amber.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #334155;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-warn,
.theme-amber.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-primary,
.theme-amber.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-accent,
.theme-amber.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #334155;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #334155;
  --mat-outlined-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-warn,
.theme-amber.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.theme-amber .dark .mat-mdc-icon-button.mat-primary,
.theme-amber.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-accent,
.theme-amber.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #334155;
  --mat-icon-button-state-layer-color: #334155;
  --mat-icon-button-ripple-color: rgba(51, 65, 85, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-warn,
.theme-amber.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
}
.theme-amber .dark .mat-mdc-fab.mat-primary,
.theme-amber.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #451a03;
  --mat-fab-state-layer-color: #451a03;
  --mat-fab-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-accent,
.theme-amber.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #334155;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-warn,
.theme-amber.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-primary,
.theme-amber.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #451a03;
  --mat-fab-small-state-layer-color: #451a03;
  --mat-fab-small-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-accent,
.theme-amber.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #334155;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-warn,
.theme-amber.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark,
.theme-amber.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(210, 212.2, 215.8);
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #334155;
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #451a03;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
}
.theme-amber .dark .mat-badge-accent,
.theme-amber.dark .mat-badge-accent {
  --mat-badge-background-color: #334155;
  --mat-badge-text-color: white;
}
.theme-amber .dark .mat-badge-warn,
.theme-amber.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: rgb(55.32, 65.48, 81.8);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #451a03;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #451a03;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
}
.theme-amber .dark .mat-datepicker-content.mat-accent,
.theme-amber.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #334155;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 65, 85, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-amber .dark .mat-datepicker-content.mat-warn,
.theme-amber.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-accent,
.theme-amber.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #334155;
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-warn,
.theme-amber.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
}
.theme-amber .dark .mat-icon.mat-primary,
.theme-amber.dark .mat-icon.mat-primary {
  --mat-icon-color: #f59e0b;
}
.theme-amber .dark .mat-icon.mat-accent,
.theme-amber.dark .mat-icon.mat-accent {
  --mat-icon-color: #334155;
}
.theme-amber .dark .mat-icon.mat-warn,
.theme-amber.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #451a03;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #451a03;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #451a03;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #451a03;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.theme-amber .dark .mat-step-header.mat-accent,
.theme-amber.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #334155;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #334155;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #334155;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .dark .mat-step-header.mat-warn,
.theme-amber.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .dark .mat-toolbar.mat-primary,
.theme-amber.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #451a03;
}
.theme-amber .dark .mat-toolbar.mat-accent,
.theme-amber.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #334155;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .dark .mat-toolbar.mat-warn,
.theme-amber.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: #1e293b;
}

/* apps/platform/src/styles/vendors.scss */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* apps/platform/src/@fuse/styles/main.scss */
.example-viewer {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  border-radius: 1rem;
  background-color: hsl(var(--card));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.example-viewer .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  min-height: 88px;
  max-height: 88px;
  padding: 0 40px;
}
.example-viewer .title h6 {
  font-weight: 700;
}
.example-viewer .title .controls {
  display: flex;
  align-items: center;
}
.example-viewer .title .controls > * + * {
  margin-left: 8px;
}
.example-viewer mat-tab-group .mat-tab-body-content .fuse-highlight pre {
  margin: 0;
  border-radius: 0;
}
input,
textarea {
  background: transparent;
}
input::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::placeholder,
.mat-toolbar.mat-primary textarea::placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::placeholder,
.mat-toolbar.mat-accent textarea::placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::placeholder,
.mat-toolbar.mat-warn textarea::placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-moz-placeholder,
.mat-toolbar.mat-primary textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-moz-placeholder,
.mat-toolbar.mat-accent textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-moz-placeholder,
.mat-toolbar.mat-warn textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-webkit-input-placeholder,
.mat-toolbar.mat-primary textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-webkit-input-placeholder,
.mat-toolbar.mat-accent textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-webkit-input-placeholder,
.mat-toolbar.mat-warn textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input:-ms-input-placeholder,
.mat-toolbar.mat-primary textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input:-ms-input-placeholder,
.mat-toolbar.mat-accent textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input:-ms-input-placeholder,
.mat-toolbar.mat-warn textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 5000s !important;
}
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active,
.dark textarea:-webkit-autofill,
.dark textarea:-webkit-autofill:hover,
.dark textarea:-webkit-autofill:focus,
.dark textarea:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.87);
}
input [data-autocompleted],
textarea [data-autocompleted] {
  background-color: transparent !important;
}
.fuse-backdrop-on-mobile {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.6 !important;
}
@media (min-width: 600px) {
  .fuse-backdrop-on-mobile {
    background-color: transparent !important;
  }
}
*[class*=mat-],
*[class*=mat-mdc-] {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
*[class*=mat-] *,
*[class*=mat-mdc-] * {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.mat-accordion .mat-expansion-panel {
  margin-bottom: 24px;
  border-radius: 8px !important;
  transition: box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-accordion .mat-expansion-panel:last-child {
  margin-bottom: 0;
}
.mat-accordion .mat-expansion-panel.mat-expanded,
.mat-accordion .mat-expansion-panel:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background: transparent !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  font-size: 14px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  margin-right: 28px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  border-color: currentColor !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-primary .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button,
.mat-mdc-icon-button,
.mat-mdc-fab,
.mat-mdc-mini-fab {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 1 !important;
}
.mat-mdc-button.fuse-mat-button-large,
.mat-mdc-raised-button.fuse-mat-button-large,
.mat-mdc-outlined-button.fuse-mat-button-large,
.mat-mdc-unelevated-button.fuse-mat-button-large,
.mat-mdc-icon-button.fuse-mat-button-large,
.mat-mdc-fab.fuse-mat-button-large,
.mat-mdc-mini-fab.fuse-mat-button-large {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.mat-mdc-button[disabled=true] .mat-icon,
.mat-mdc-raised-button[disabled=true] .mat-icon,
.mat-mdc-outlined-button[disabled=true] .mat-icon,
.mat-mdc-unelevated-button[disabled=true] .mat-icon,
.mat-mdc-icon-button[disabled=true] .mat-icon,
.mat-mdc-fab[disabled=true] .mat-icon,
.mat-mdc-mini-fab[disabled=true] .mat-icon {
  opacity: 0.38 !important;
}
.mat-mdc-icon-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  padding: 0 !important;
}
.mat-mdc-icon-button svg,
.mat-mdc-icon-button img {
  height: auto !important;
}
.mat-mdc-fab {
  max-height: 56px;
  border-radius: 16px !important;
}
.mat-mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 16px !important;
}
.mat-mdc-mini-fab {
  border-radius: 12px !important;
}
.mat-mdc-mini-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 12px !important;
}
.mat-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button {
  padding: 0 20px !important;
  border-radius: 9999px !important;
}
.mat-mdc-button > .mat-icon,
.mat-mdc-raised-button > .mat-icon,
.mat-mdc-outlined-button > .mat-icon,
.mat-mdc-unelevated-button > .mat-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mat-mdc-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-raised-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-outlined-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-unelevated-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-icon-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-fab .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-mini-fab .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle {
  stroke: currentColor !important;
  animation-duration: 6000ms;
}
.mat-mdc-raised-button,
.mat-mdc-unelevated-button,
.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #94a3b8 !important;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1) !important;
}
.dark .mat-mdc-raised-button,
.dark .mat-mdc-unelevated-button,
.dark .mat-mdc-fab,
.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000 !important;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1) !important;
}
.mat-mdc-raised-button .mat-icon,
.mat-mdc-unelevated-button .mat-icon,
.mat-mdc-fab .mat-icon,
.mat-mdc-mini-fab .mat-icon {
  color: currentColor !important;
}
.mat-mdc-raised-button .mat-ripple-element,
.mat-mdc-unelevated-button .mat-ripple-element,
.mat-mdc-fab .mat-ripple-element,
.mat-mdc-mini-fab .mat-ripple-element {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.mat-mdc-button:not([disabled=true]),
.mat-mdc-icon-button:not([disabled=true]),
.mat-mdc-outlined-button:not([disabled=true]) {
}
.mat-mdc-button:not([disabled=true]).mat-primary .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-primary .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-primary .mat-icon {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-button:not([disabled=true]).mat-accent .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-accent .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-accent .mat-icon {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-button:not([disabled=true]).mat-warn .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-warn .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-warn .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-outlined-button {
}
.mat-mdc-outlined-button:not([disabled=true]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-outlined-button:not([disabled=true]):where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-outlined-button[disabled=true] {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.mat-mdc-outlined-button[disabled=true]:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}
.mdc-button .mdc-button__label {
  white-space: nowrap;
}
.mat-button-toggle-group {
  border: none !important;
}
.mat-button-toggle-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  background-clip: padding-box;
}
.mat-button-toggle-group .mat-button-toggle {
  border-radius: 9999px;
  overflow: hidden;
  border: none !important;
  font-weight: 500;
}
.mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-label-content {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 20px;
  line-height: 40px !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1));
}
.mat-toolbar.mat-primary .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-checkbox {
  display: inline-flex !important;
}
.mat-mdc-checkbox .mdc-form-field {
  padding-right: 12px;
}
.mdc-checkbox__native-control {
  opacity: 0 !important;
}
.mat-mdc-chip {
  font-weight: 500 !important;
}
.mat-mdc-dialog-container {
  --mdc-dialog-container-color: var(--fuse-bg-dialog);
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px !important;
  padding: 24px;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-disabled {
  opacity: 0.7 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-text-field-wrapper {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-text-field-wrapper:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-select {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-select .mat-mdc-select-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper {
  --tw-border-opacity: 1 !important;
  border-color: hsl(217 33% 17% / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: hsl(217 33% 17% / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix select {
  top: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364748B' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right -7px center;
  background-size: 24px;
}
.dark .mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2397a6ba' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
  display: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  padding: 0;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.05 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:not(.mdc-text-field--no-label) {
  margin-top: 24px;
  overflow: visible;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  border-radius: 6px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  padding: 0 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 12px;
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 4px 0 -10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-left: -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 12px;
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin-left: 10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-right: -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-datepicker-toggle-default-icon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-datepicker-toggle-default-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select {
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  border-top-color: var(--fuse-primary) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger {
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value {
  display: flex;
  max-width: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon {
  margin: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper {
  display: flex;
  align-items: center;
  transform: none;
  margin-left: 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  min-height: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  position: static;
  display: flex;
  align-items: center;
  width: 88px;
  min-height: 48px;
  padding: 0;
  border: 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-floating-label {
  top: -25px !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  pointer-events: auto;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix textarea.mat-mdc-input-element {
  margin: 12px 0;
  padding: 0 6px 0 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-chip-set {
  width: 100%;
  margin: 0 -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper {
  font-size: 12px;
  font-weight: 500;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-self: flex-start;
  padding-top: 14px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded .mat-mdc-text-field-wrapper {
  border-radius: 24px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  border-radius: 24px 0 0 24px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 2px 0 -10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-right: 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  border-radius: 0 24px 24px 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 2px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-left: 4px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button {
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin-left: -6px;
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin-left: 12px;
  margin-right: -6px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix textarea.mat-mdc-input-element {
  margin: 8px 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  padding-top: 10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded .mat-mdc-text-field-wrapper {
  border-radius: 20px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  border-radius: 20px 0 0 20px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  border-radius: 0 20px 20px 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix {
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  align-self: stretch !important;
  margin: 0 16px 0 -16px !important;
  padding-left: 16px !important;
  border-radius: 6px 0 0 6px;
  border-right-width: 1px;
  border-style: solid;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 6px 0 -10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-right: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-right: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-self: stretch !important;
  margin: 0 -16px 0 16px !important;
  padding-right: 16px !important;
  border-radius: 0 6px 6px 0;
  border-left-width: 1px;
  border-style: solid;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 6px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin: 0 -4px 0 16px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-left: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-left: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-items: flex-start;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-bold .mat-mdc-text-field-wrapper {
  border-width: 2px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline {
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__trailing {
  border-color: var(--fuse-warn) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid) {
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__trailing {
  border-color: var(--fuse-primary) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__trailing {
  border-color: var(--fuse-accent) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch:where(.dark, .dark *),
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch {
  border-right-style: none !important;
}
.mat-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  line-height: 24px;
  -webkit-appearance: none !important;
}
.mat-mdc-input-element::placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-input-element::placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-input-element::placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-input-element::placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-input-element::-moz-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-input-element::-moz-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-input-element::-moz-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-input-element::-moz-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-input-element::-webkit-input-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-input-element::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-input-element::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-input-element::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-input-element:-ms-input-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-input-element:-ms-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-input-element:-ms-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-input-element:-ms-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-form-field-invalid .mat-mdc-input-element {
}
.mat-form-field-invalid .mat-mdc-input-element::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-form-field-invalid .mat-mdc-input-element::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-form-field-invalid .mat-mdc-input-element::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-form-field-invalid .mat-mdc-input-element:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-menu-panel {
  min-width: 144px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon-no-color {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-mat-icon-rgb), var(--tw-text-opacity));
}
.mat-mdc-menu-panel .mat-mdc-menu-content mat-divider {
  margin: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  padding: 8px 16px;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container {
    justify-content: normal;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
  align-items: center;
  min-height: 40px;
  margin: 8px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
  display: none;
  margin-right: 12px;
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
    display: block;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select {
  margin: 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper {
  padding: 0 10px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper .mat-form-field-flex {
  min-height: 32px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions {
  margin: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  margin-right: 16px;
}
.mat-mdc-select {
  display: inline-flex !important;
}
.mat-mdc-select .mat-mdc-select-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value {
  position: relative;
  display: flex;
  max-width: none;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text {
  display: inline-flex;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper {
  transform: translateY(0) !important;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  margin: 0 0 0 8px;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #ffffff !important;
}
.dark .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #000000 !important;
}
.mat-step-icon {
}
.mat-step-icon .mat-icon {
  color: currentColor !important;
}
.mat-step-label,
.mat-step-label-selected {
  font-weight: 500 !important;
}
.mat-mdc-table .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background: none !important;
}
.mat-mdc-tab-group {
}
.mat-mdc-tab-group.fuse-mat-no-header .mat-mdc-tab-header {
  height: 0 !important;
  max-height: 0 !important;
  border: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.mat-mdc-tab-group:not(.mat-background-primary):not(.mat-background-accent) .mat-mdc-tab-header .mat-mdc-tab-label-container {
  box-shadow: inset 0 -1px var(--fuse-border);
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container {
  margin: 0 24px;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  padding: 24px;
}
textarea.mat-mdc-input-element {
  box-sizing: content-box !important;
}
.mat-toolbar {
}
.mat-toolbar.mat-primary .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-primary .text-secondary {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-primary .text-hint {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .text-disabled {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .divider {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-accent .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-accent .text-secondary {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .text-hint {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .text-disabled {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .divider {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-warn .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-warn .text-secondary {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .text-hint {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .text-disabled {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .divider {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: var(--fuse-text-default) !important;
  color: white;
}
.dark .mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: var(--fuse-text-secondary) !important;
  color: var(--fuse-bg-default) !important;
}
body.light,
.light,
.dark .light {
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --background: 0 0% 98%;
}
body.dark,
.dark,
.light .dark {
  --card: 217 33% 17%;
  --card-foreground: 0 0% 100%;
  --popover: 217 33% 17%;
  --popover-foreground: 0 0% 100%;
  --background: 222 47% 11%;
}
code[class*=language-] .hljs-comment,
code[class*=language-] .hljs-quote,
pre[class*=language-] .hljs-comment,
pre[class*=language-] .hljs-quote {
  color: #8b9fc1;
  font-style: italic;
}
code[class*=language-] .hljs-doctag,
code[class*=language-] .hljs-keyword,
code[class*=language-] .hljs-formula,
pre[class*=language-] .hljs-doctag,
pre[class*=language-] .hljs-keyword,
pre[class*=language-] .hljs-formula {
  color: #22d3ee;
}
code[class*=language-] .hljs-name,
pre[class*=language-] .hljs-name {
  color: #e879f9;
}
code[class*=language-] .hljs-tag,
pre[class*=language-] .hljs-tag {
  color: #bae6fd;
}
code[class*=language-] .hljs-section,
code[class*=language-] .hljs-selector-tag,
code[class*=language-] .hljs-deletion,
code[class*=language-] .hljs-subst,
pre[class*=language-] .hljs-section,
pre[class*=language-] .hljs-selector-tag,
pre[class*=language-] .hljs-deletion,
pre[class*=language-] .hljs-subst {
  color: #f87f71;
}
code[class*=language-] .hljs-literal,
pre[class*=language-] .hljs-literal {
  color: #36beff;
}
code[class*=language-] .hljs-string,
code[class*=language-] .hljs-regexp,
code[class*=language-] .hljs-addition,
code[class*=language-] .hljs-attribute,
code[class*=language-] .hljs-meta-string,
pre[class*=language-] .hljs-string,
pre[class*=language-] .hljs-regexp,
pre[class*=language-] .hljs-addition,
pre[class*=language-] .hljs-attribute,
pre[class*=language-] .hljs-meta-string {
  color: #bef264;
}
code[class*=language-] .hljs-built_in,
code[class*=language-] .hljs-class .hljs-title,
pre[class*=language-] .hljs-built_in,
pre[class*=language-] .hljs-class .hljs-title {
  color: #ffd374;
}
code[class*=language-] .hljs-attr,
code[class*=language-] .hljs-variable,
code[class*=language-] .hljs-template-variable,
code[class*=language-] .hljs-type,
code[class*=language-] .hljs-selector-class,
code[class*=language-] .hljs-selector-attr,
code[class*=language-] .hljs-selector-pseudo,
code[class*=language-] .hljs-number,
pre[class*=language-] .hljs-attr,
pre[class*=language-] .hljs-variable,
pre[class*=language-] .hljs-template-variable,
pre[class*=language-] .hljs-type,
pre[class*=language-] .hljs-selector-class,
pre[class*=language-] .hljs-selector-attr,
pre[class*=language-] .hljs-selector-pseudo,
pre[class*=language-] .hljs-number {
  color: #22d3ee;
}
code[class*=language-] .hljs-symbol,
code[class*=language-] .hljs-bullet,
code[class*=language-] .hljs-link,
code[class*=language-] .hljs-meta,
code[class*=language-] .hljs-selector-id,
code[class*=language-] .hljs-title,
pre[class*=language-] .hljs-symbol,
pre[class*=language-] .hljs-bullet,
pre[class*=language-] .hljs-link,
pre[class*=language-] .hljs-meta,
pre[class*=language-] .hljs-selector-id,
pre[class*=language-] .hljs-title {
  color: #e879f9;
}
code[class*=language-] .hljs-emphasis,
pre[class*=language-] .hljs-emphasis {
  font-style: italic;
}
code[class*=language-] .hljs-strong,
pre[class*=language-] .hljs-strong {
  font-weight: 700;
}
code[class*=language-] .hljs-link,
pre[class*=language-] .hljs-link {
  text-decoration: underline;
}
.ps {
  position: relative;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps.ps--focus > .ps__rail-x,
.ps.ps--focus > .ps__rail-y,
.ps.ps--scrolling-x > .ps__rail-x,
.ps.ps--scrolling-x > .ps__rail-y,
.ps.ps--scrolling-y > .ps__rail-x,
.ps.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps > .ps__rail-x,
.ps > .ps__rail-y {
  z-index: 99999;
}
.ps > .ps__rail-x {
  height: 14px;
  background: transparent !important;
  transition: none !important;
}
.ps > .ps__rail-x:hover,
.ps > .ps__rail-x:focus,
.ps > .ps__rail-x.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-x:hover .ps__thumb-x,
.ps > .ps__rail-x:focus .ps__thumb-x,
.ps > .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 10px;
}
.ps > .ps__rail-x .ps__thumb-x {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  height: 6px;
  transition: height 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ps > .ps__rail-y {
  width: 14px;
  background: transparent !important;
  transition: none !important;
  left: auto !important;
}
.ps > .ps__rail-y:hover,
.ps > .ps__rail-y:focus,
.ps > .ps__rail-y.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-y:hover .ps__thumb-y,
.ps > .ps__rail-y:focus .ps__thumb-y,
.ps > .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 10px;
}
.ps > .ps__rail-y .ps__thumb-y {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  width: 6px;
  transition: width 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ql-toolbar {
  border-radius: 6px 6px 0 0;
  padding: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-border-opacity: 1 !important;
}
.dark .ql-toolbar {
  background-color: rgba(0, 0, 0, 0.05);
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-toolbar .ql-formats {
  margin: 11px 8px !important;
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  z-index: 10 !important;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  background-color: hsl(var(--card));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.ql-toolbar .ql-picker .ql-picker-label {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity));
}
.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity));
}
.ql-toolbar .ql-stroke,
.ql-toolbar .ql-stroke-mitter {
  stroke: var(--fuse-icon);
}
.ql-toolbar .ql-fill {
  fill: var(--fuse-icon);
}
.ql-toolbar button:hover,
.ql-toolbar button:focus,
.ql-toolbar button.ql-active,
.ql-toolbar .ql-picker-label:hover,
.ql-toolbar .ql-picker-label.ql-active,
.ql-toolbar .ql-picker-item:hover,
.ql-toolbar .ql-picker-item.ql-selected {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.ql-toolbar button:hover .ql-stroke,
.ql-toolbar button:hover .ql-stroke-mitter,
.ql-toolbar button:focus .ql-stroke,
.ql-toolbar button:focus .ql-stroke-mitter,
.ql-toolbar button.ql-active .ql-stroke,
.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: var(--fuse-primary) !important;
}
.ql-toolbar button:hover .ql-fill,
.ql-toolbar button:focus .ql-fill,
.ql-toolbar button.ql-active .ql-fill,
.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: var(--fuse-primary) !important;
}
.ql-container {
  overflow: auto;
  min-height: 160px;
  max-height: 400px;
  border-radius: 0 0 6px 6px;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-border-opacity: 1 !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.dark .ql-container {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-container .ql-editor {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  background-color: hsl(var(--card));
}
.ql-container .ql-editor.ql-blank::before {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.ql-container .ql-tooltip {
  border-radius: calc(0.75rem - 2px);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.dark .ql-container .ql-tooltip {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1));
}
.mat-toolbar.mat-primary .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.ql-container .ql-tooltip .ql-action,
.ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1));
}
.dark .ql-container .ql-tooltip .ql-action,
.dark .ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity, 1));
}
.ql-container .ql-tooltip .ql-action:after {
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.dark .ql-container .ql-tooltip .ql-action:after {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-container .ql-tooltip input {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  border-radius: calc(0.75rem - 4px) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.dark .ql-container .ql-tooltip input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}

/* apps/platform/src/styles/tailwind.scss */
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.inset-0 {
  inset: 0px !important;
}
.-left-1 {
  left: -0.25rem !important;
}
.-right-1 {
  right: -0.25rem !important;
}
.-right-16 {
  right: -4rem !important;
}
.-top-16 {
  top: -4rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.left-0 {
  left: 0px !important;
}
.left-3 {
  left: 0.75rem !important;
}
.right-0 {
  right: 0px !important;
}
.right-3 {
  right: 0.75rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.top-0 {
  top: 0px !important;
}
.top-1\/2 {
  top: 50% !important;
}
.top-3 {
  top: 0.75rem !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-49 {
  z-index: 49 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-90 {
  z-index: 90 !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-999 {
  z-index: 999 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-full {
  grid-column: 1 / -1 !important;
}
.m-0 {
  margin: 0px !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.\!-mr-2 {
  margin-right: -0.5rem !important;
}
.\!-mt-1 {
  margin-top: -0.25rem !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.-ml-0\.5 {
  margin-left: -0.125rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-px {
  margin-left: -1px !important;
}
.-mr-px {
  margin-right: -1px !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mt-6 {
  margin-top: -1.5rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.ml-0\.5 {
  margin-left: 0.125rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-2\.5 {
  margin-left: 0.625rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-1\.5 {
  margin-right: 0.375rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-px {
  margin-right: 1px !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-px {
  margin-top: 1px !important;
}
.box-border {
  box-sizing: border-box !important;
}
.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.\!h-16 {
  height: 4rem !important;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-3\.5 {
  height: 0.875rem !important;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-7 {
  height: 1.75rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-\[60px\] {
  height: 60px !important;
}
.h-full {
  height: 100% !important;
}
.h-px {
  height: 1px !important;
}
.max-h-12 {
  max-height: 3rem !important;
}
.max-h-128 {
  max-height: 32rem !important;
}
.max-h-\[250px\] {
  max-height: 250px !important;
}
.max-h-\[300px\] {
  max-height: 300px !important;
}
.max-h-\[90vh\] {
  max-height: 90vh !important;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-20 {
  min-height: 5rem !important;
}
.min-h-6 {
  min-height: 1.5rem !important;
}
.min-h-\[120px\] {
  min-height: 120px !important;
}
.min-h-\[180px\] {
  min-height: 180px !important;
}
.min-h-\[90px\] {
  min-height: 90px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.\!w-16 {
  width: 4rem !important;
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-3\.5 {
  width: 0.875rem !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-7 {
  width: 1.75rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-30 {
  width: 7.5rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-\[60px\] {
  width: 60px !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-32 {
  min-width: 8rem !important;
}
.min-w-4 {
  min-width: 1rem !important;
}
.min-w-5 {
  min-width: 1.25rem !important;
}
.min-w-6 {
  min-width: 1.5rem !important;
}
.min-w-64 {
  min-width: 16rem !important;
}
.min-w-\[140px\] {
  min-width: 140px !important;
}
.min-w-\[250px\] {
  min-width: 250px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3\/4 {
  max-width: 75% !important;
}
.max-w-360 {
  max-width: 90rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-40 {
  max-width: 10rem !important;
}
.max-w-60 {
  max-width: 15rem !important;
}
.max-w-6xl {
  max-width: 72rem !important;
}
.max-w-7xl {
  max-width: 80rem !important;
}
.max-w-80 {
  max-width: 20rem !important;
}
.max-w-\[216px\] {
  max-width: 216px !important;
}
.max-w-\[460px\] {
  max-width: 460px !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-0 {
  flex: 0 0 auto !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.shrink {
  flex-shrink: 1 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.grow {
  flex-grow: 1 !important;
}
.-translate-x-80 {
  --tw-translate-x: -20rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-full {
  --tw-translate-x: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-45 {
  --tw-rotate: -45deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-scale-x-1 {
  --tw-scale-x: -1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 3s linear infinite !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.resize-y {
  resize: vertical !important;
}
.resize {
  resize: both !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.list-disc {
  list-style-type: disc !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-\[1fr_120px\] {
  grid-template-columns: 1fr 120px !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-items-start {
  justify-items: start !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-0\.5 {
  gap: 0.125rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-1\.5 {
  gap: 0.375rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-2\.5 {
  gap: 0.625rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-3\.5 {
  gap: 0.875rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.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;
}
.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;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.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;
}
.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;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.self-start {
  align-self: flex-start !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.overflow-ellipsis {
  text-overflow: ellipsis !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-clip {
  text-overflow: clip !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.text-wrap {
  text-wrap: wrap !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}
.text-balance {
  text-wrap: balance !important;
}
.text-pretty {
  text-wrap: pretty !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-\[10px\] {
  border-radius: 10px !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.75rem !important;
}
.rounded-md {
  border-radius: calc(0.75rem - 2px) !important;
}
.rounded-sm {
  border-radius: calc(0.75rem - 4px) !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-\[3px\] {
  border-width: 3px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-none {
  border-style: none !important;
}
.\!border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.border-accent\/20 {
  border-color: hsl(217 33% 17% / 0.2) !important;
}
.border-accent\/30 {
  border-color: hsl(217 33% 17% / 0.3) !important;
}
.border-amber-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}
.border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.border-border {
  --tw-border-opacity: 1 !important;
  border-color: hsl(240 6% 90% / var(--tw-border-opacity, 1)) !important;
}
.border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300\/70 {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}
.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}
.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}
.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3) !important;
}
.border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}
.border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}
.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: hsl(217 33% 17% / var(--tw-border-opacity, 1)) !important;
}
.border-primary\/20 {
  border-color: hsl(217 33% 17% / 0.2) !important;
}
.border-primary\/30 {
  border-color: hsl(217 33% 17% / 0.3) !important;
}
.border-primary\/40 {
  border-color: hsl(217 33% 17% / 0.4) !important;
}
.border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2) !important;
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3) !important;
}
.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}
.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.border-secondary\/30 {
  border-color: hsl(215 25% 27% / 0.3) !important;
}
.border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}
.border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}
.border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}
.border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}
.border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity, 1)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-l-amber-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}
.border-l-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}
.border-l-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.border-l-blue-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}
.border-l-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.border-l-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}
.border-l-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.border-l-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}
.border-l-orange-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}
.border-l-purple-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}
.border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.border-l-sky-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}
.border-l-slate-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}
.border-l-slate-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.border-l-teal-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}
.border-r-gray-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.border-r-gray-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.\!bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.bg-accent {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(217 33% 17% / var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-100\/0 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0) !important;
}
.bg-accent-100\/10 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.1) !important;
}
.bg-accent-100\/100 {
  background-color: rgba(var(--fuse-accent-100-rgb), 1) !important;
}
.bg-accent-100\/12 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.12) !important;
}
.bg-accent-100\/15 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.15) !important;
}
.bg-accent-100\/20 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.2) !important;
}
.bg-accent-100\/25 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.25) !important;
}
.bg-accent-100\/30 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.3) !important;
}
.bg-accent-100\/35 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.35) !important;
}
.bg-accent-100\/38 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.38) !important;
}
.bg-accent-100\/40 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.4) !important;
}
.bg-accent-100\/45 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.45) !important;
}
.bg-accent-100\/5 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.05) !important;
}
.bg-accent-100\/50 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.5) !important;
}
.bg-accent-100\/55 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.55) !important;
}
.bg-accent-100\/60 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.6) !important;
}
.bg-accent-100\/65 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.65) !important;
}
.bg-accent-100\/70 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.7) !important;
}
.bg-accent-100\/75 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.75) !important;
}
.bg-accent-100\/80 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.8) !important;
}
.bg-accent-100\/85 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.85) !important;
}
.bg-accent-100\/87 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.87) !important;
}
.bg-accent-100\/90 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.9) !important;
}
.bg-accent-100\/95 {
  background-color: rgba(var(--fuse-accent-100-rgb), 0.95) !important;
}
.bg-accent-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-200\/0 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0) !important;
}
.bg-accent-200\/10 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.1) !important;
}
.bg-accent-200\/100 {
  background-color: rgba(var(--fuse-accent-200-rgb), 1) !important;
}
.bg-accent-200\/12 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.12) !important;
}
.bg-accent-200\/15 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.15) !important;
}
.bg-accent-200\/20 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.2) !important;
}
.bg-accent-200\/25 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.25) !important;
}
.bg-accent-200\/30 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.3) !important;
}
.bg-accent-200\/35 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.35) !important;
}
.bg-accent-200\/38 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.38) !important;
}
.bg-accent-200\/40 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.4) !important;
}
.bg-accent-200\/45 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.45) !important;
}
.bg-accent-200\/5 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.05) !important;
}
.bg-accent-200\/50 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.5) !important;
}
.bg-accent-200\/55 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.55) !important;
}
.bg-accent-200\/60 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.6) !important;
}
.bg-accent-200\/65 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.65) !important;
}
.bg-accent-200\/70 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.7) !important;
}
.bg-accent-200\/75 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.75) !important;
}
.bg-accent-200\/80 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.8) !important;
}
.bg-accent-200\/85 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.85) !important;
}
.bg-accent-200\/87 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.87) !important;
}
.bg-accent-200\/90 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.9) !important;
}
.bg-accent-200\/95 {
  background-color: rgba(var(--fuse-accent-200-rgb), 0.95) !important;
}
.bg-accent-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-300\/0 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0) !important;
}
.bg-accent-300\/10 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.1) !important;
}
.bg-accent-300\/100 {
  background-color: rgba(var(--fuse-accent-300-rgb), 1) !important;
}
.bg-accent-300\/12 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.12) !important;
}
.bg-accent-300\/15 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.15) !important;
}
.bg-accent-300\/20 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.2) !important;
}
.bg-accent-300\/25 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.25) !important;
}
.bg-accent-300\/30 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.3) !important;
}
.bg-accent-300\/35 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.35) !important;
}
.bg-accent-300\/38 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.38) !important;
}
.bg-accent-300\/40 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.4) !important;
}
.bg-accent-300\/45 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.45) !important;
}
.bg-accent-300\/5 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.05) !important;
}
.bg-accent-300\/50 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.5) !important;
}
.bg-accent-300\/55 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.55) !important;
}
.bg-accent-300\/60 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.6) !important;
}
.bg-accent-300\/65 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.65) !important;
}
.bg-accent-300\/70 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.7) !important;
}
.bg-accent-300\/75 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.75) !important;
}
.bg-accent-300\/80 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.8) !important;
}
.bg-accent-300\/85 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.85) !important;
}
.bg-accent-300\/87 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.87) !important;
}
.bg-accent-300\/90 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.9) !important;
}
.bg-accent-300\/95 {
  background-color: rgba(var(--fuse-accent-300-rgb), 0.95) !important;
}
.bg-accent-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-400\/0 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0) !important;
}
.bg-accent-400\/10 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.1) !important;
}
.bg-accent-400\/100 {
  background-color: rgba(var(--fuse-accent-400-rgb), 1) !important;
}
.bg-accent-400\/12 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.12) !important;
}
.bg-accent-400\/15 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.15) !important;
}
.bg-accent-400\/20 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.2) !important;
}
.bg-accent-400\/25 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.25) !important;
}
.bg-accent-400\/30 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.3) !important;
}
.bg-accent-400\/35 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.35) !important;
}
.bg-accent-400\/38 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.38) !important;
}
.bg-accent-400\/40 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.4) !important;
}
.bg-accent-400\/45 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.45) !important;
}
.bg-accent-400\/5 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.05) !important;
}
.bg-accent-400\/50 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.5) !important;
}
.bg-accent-400\/55 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.55) !important;
}
.bg-accent-400\/60 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.6) !important;
}
.bg-accent-400\/65 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.65) !important;
}
.bg-accent-400\/70 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.7) !important;
}
.bg-accent-400\/75 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.75) !important;
}
.bg-accent-400\/80 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.8) !important;
}
.bg-accent-400\/85 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.85) !important;
}
.bg-accent-400\/87 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.87) !important;
}
.bg-accent-400\/90 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.9) !important;
}
.bg-accent-400\/95 {
  background-color: rgba(var(--fuse-accent-400-rgb), 0.95) !important;
}
.bg-accent-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-50\/0 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0) !important;
}
.bg-accent-50\/10 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.1) !important;
}
.bg-accent-50\/100 {
  background-color: rgba(var(--fuse-accent-50-rgb), 1) !important;
}
.bg-accent-50\/12 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.12) !important;
}
.bg-accent-50\/15 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.15) !important;
}
.bg-accent-50\/20 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.2) !important;
}
.bg-accent-50\/25 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.25) !important;
}
.bg-accent-50\/30 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.3) !important;
}
.bg-accent-50\/35 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.35) !important;
}
.bg-accent-50\/38 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.38) !important;
}
.bg-accent-50\/40 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.4) !important;
}
.bg-accent-50\/45 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.45) !important;
}
.bg-accent-50\/5 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.05) !important;
}
.bg-accent-50\/50 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.5) !important;
}
.bg-accent-50\/55 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.55) !important;
}
.bg-accent-50\/60 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.6) !important;
}
.bg-accent-50\/65 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.65) !important;
}
.bg-accent-50\/70 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.7) !important;
}
.bg-accent-50\/75 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.75) !important;
}
.bg-accent-50\/80 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.8) !important;
}
.bg-accent-50\/85 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.85) !important;
}
.bg-accent-50\/87 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.87) !important;
}
.bg-accent-50\/90 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.9) !important;
}
.bg-accent-50\/95 {
  background-color: rgba(var(--fuse-accent-50-rgb), 0.95) !important;
}
.bg-accent-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-500\/0 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0) !important;
}
.bg-accent-500\/10 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.1) !important;
}
.bg-accent-500\/100 {
  background-color: rgba(var(--fuse-accent-500-rgb), 1) !important;
}
.bg-accent-500\/12 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.12) !important;
}
.bg-accent-500\/15 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.15) !important;
}
.bg-accent-500\/20 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.2) !important;
}
.bg-accent-500\/25 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.25) !important;
}
.bg-accent-500\/30 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.3) !important;
}
.bg-accent-500\/35 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.35) !important;
}
.bg-accent-500\/38 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.38) !important;
}
.bg-accent-500\/40 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.4) !important;
}
.bg-accent-500\/45 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.45) !important;
}
.bg-accent-500\/5 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.05) !important;
}
.bg-accent-500\/50 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.5) !important;
}
.bg-accent-500\/55 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.55) !important;
}
.bg-accent-500\/60 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.6) !important;
}
.bg-accent-500\/65 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.65) !important;
}
.bg-accent-500\/70 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.7) !important;
}
.bg-accent-500\/75 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.75) !important;
}
.bg-accent-500\/80 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.8) !important;
}
.bg-accent-500\/85 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.85) !important;
}
.bg-accent-500\/87 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.87) !important;
}
.bg-accent-500\/90 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.9) !important;
}
.bg-accent-500\/95 {
  background-color: rgba(var(--fuse-accent-500-rgb), 0.95) !important;
}
.bg-accent-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-600\/0 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0) !important;
}
.bg-accent-600\/10 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.1) !important;
}
.bg-accent-600\/100 {
  background-color: rgba(var(--fuse-accent-600-rgb), 1) !important;
}
.bg-accent-600\/12 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.12) !important;
}
.bg-accent-600\/15 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.15) !important;
}
.bg-accent-600\/20 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.2) !important;
}
.bg-accent-600\/25 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.25) !important;
}
.bg-accent-600\/30 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.3) !important;
}
.bg-accent-600\/35 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.35) !important;
}
.bg-accent-600\/38 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.38) !important;
}
.bg-accent-600\/40 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.4) !important;
}
.bg-accent-600\/45 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.45) !important;
}
.bg-accent-600\/5 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.05) !important;
}
.bg-accent-600\/50 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.5) !important;
}
.bg-accent-600\/55 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.55) !important;
}
.bg-accent-600\/60 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.6) !important;
}
.bg-accent-600\/65 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.65) !important;
}
.bg-accent-600\/70 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.7) !important;
}
.bg-accent-600\/75 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.75) !important;
}
.bg-accent-600\/80 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.8) !important;
}
.bg-accent-600\/85 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.85) !important;
}
.bg-accent-600\/87 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.87) !important;
}
.bg-accent-600\/90 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.9) !important;
}
.bg-accent-600\/95 {
  background-color: rgba(var(--fuse-accent-600-rgb), 0.95) !important;
}
.bg-accent-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-700\/0 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0) !important;
}
.bg-accent-700\/10 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.1) !important;
}
.bg-accent-700\/100 {
  background-color: rgba(var(--fuse-accent-700-rgb), 1) !important;
}
.bg-accent-700\/12 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.12) !important;
}
.bg-accent-700\/15 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.15) !important;
}
.bg-accent-700\/20 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.2) !important;
}
.bg-accent-700\/25 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.25) !important;
}
.bg-accent-700\/30 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.3) !important;
}
.bg-accent-700\/35 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.35) !important;
}
.bg-accent-700\/38 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.38) !important;
}
.bg-accent-700\/40 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.4) !important;
}
.bg-accent-700\/45 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.45) !important;
}
.bg-accent-700\/5 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.05) !important;
}
.bg-accent-700\/50 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.5) !important;
}
.bg-accent-700\/55 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.55) !important;
}
.bg-accent-700\/60 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.6) !important;
}
.bg-accent-700\/65 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.65) !important;
}
.bg-accent-700\/70 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.7) !important;
}
.bg-accent-700\/75 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.75) !important;
}
.bg-accent-700\/80 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.8) !important;
}
.bg-accent-700\/85 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.85) !important;
}
.bg-accent-700\/87 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.87) !important;
}
.bg-accent-700\/90 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.9) !important;
}
.bg-accent-700\/95 {
  background-color: rgba(var(--fuse-accent-700-rgb), 0.95) !important;
}
.bg-accent-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-800\/0 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0) !important;
}
.bg-accent-800\/10 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.1) !important;
}
.bg-accent-800\/100 {
  background-color: rgba(var(--fuse-accent-800-rgb), 1) !important;
}
.bg-accent-800\/12 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.12) !important;
}
.bg-accent-800\/15 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.15) !important;
}
.bg-accent-800\/20 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.2) !important;
}
.bg-accent-800\/25 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.25) !important;
}
.bg-accent-800\/30 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.3) !important;
}
.bg-accent-800\/35 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.35) !important;
}
.bg-accent-800\/38 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.38) !important;
}
.bg-accent-800\/40 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.4) !important;
}
.bg-accent-800\/45 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.45) !important;
}
.bg-accent-800\/5 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.05) !important;
}
.bg-accent-800\/50 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.5) !important;
}
.bg-accent-800\/55 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.55) !important;
}
.bg-accent-800\/60 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.6) !important;
}
.bg-accent-800\/65 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.65) !important;
}
.bg-accent-800\/70 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.7) !important;
}
.bg-accent-800\/75 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.75) !important;
}
.bg-accent-800\/80 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.8) !important;
}
.bg-accent-800\/85 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.85) !important;
}
.bg-accent-800\/87 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.87) !important;
}
.bg-accent-800\/90 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.9) !important;
}
.bg-accent-800\/95 {
  background-color: rgba(var(--fuse-accent-800-rgb), 0.95) !important;
}
.bg-accent-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-900\/0 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0) !important;
}
.bg-accent-900\/10 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.1) !important;
}
.bg-accent-900\/100 {
  background-color: rgba(var(--fuse-accent-900-rgb), 1) !important;
}
.bg-accent-900\/12 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.12) !important;
}
.bg-accent-900\/15 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.15) !important;
}
.bg-accent-900\/20 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.2) !important;
}
.bg-accent-900\/25 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.25) !important;
}
.bg-accent-900\/30 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.3) !important;
}
.bg-accent-900\/35 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.35) !important;
}
.bg-accent-900\/38 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.38) !important;
}
.bg-accent-900\/40 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.4) !important;
}
.bg-accent-900\/45 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.45) !important;
}
.bg-accent-900\/5 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.05) !important;
}
.bg-accent-900\/50 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.5) !important;
}
.bg-accent-900\/55 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.55) !important;
}
.bg-accent-900\/60 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.6) !important;
}
.bg-accent-900\/65 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.65) !important;
}
.bg-accent-900\/70 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.7) !important;
}
.bg-accent-900\/75 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.75) !important;
}
.bg-accent-900\/80 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.8) !important;
}
.bg-accent-900\/85 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.85) !important;
}
.bg-accent-900\/87 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.87) !important;
}
.bg-accent-900\/90 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.9) !important;
}
.bg-accent-900\/95 {
  background-color: rgba(var(--fuse-accent-900-rgb), 0.95) !important;
}
.bg-accent-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-950\/0 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0) !important;
}
.bg-accent-950\/10 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.1) !important;
}
.bg-accent-950\/100 {
  background-color: rgba(var(--fuse-accent-950-rgb), 1) !important;
}
.bg-accent-950\/12 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.12) !important;
}
.bg-accent-950\/15 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.15) !important;
}
.bg-accent-950\/20 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.2) !important;
}
.bg-accent-950\/25 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.25) !important;
}
.bg-accent-950\/30 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.3) !important;
}
.bg-accent-950\/35 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.35) !important;
}
.bg-accent-950\/38 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.38) !important;
}
.bg-accent-950\/40 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.4) !important;
}
.bg-accent-950\/45 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.45) !important;
}
.bg-accent-950\/5 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.05) !important;
}
.bg-accent-950\/50 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.5) !important;
}
.bg-accent-950\/55 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.55) !important;
}
.bg-accent-950\/60 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.6) !important;
}
.bg-accent-950\/65 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.65) !important;
}
.bg-accent-950\/70 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.7) !important;
}
.bg-accent-950\/75 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.75) !important;
}
.bg-accent-950\/80 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.8) !important;
}
.bg-accent-950\/85 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.85) !important;
}
.bg-accent-950\/87 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.87) !important;
}
.bg-accent-950\/90 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.9) !important;
}
.bg-accent-950\/95 {
  background-color: rgba(var(--fuse-accent-950-rgb), 0.95) !important;
}
.bg-accent-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1)) !important;
}
.bg-accent-foreground\/0 {
  background-color: hsl(0 0% 100% / 0) !important;
}
.bg-accent-foreground\/10 {
  background-color: hsl(0 0% 100% / 0.1) !important;
}
.bg-accent-foreground\/100 {
  background-color: hsl(0 0% 100% / 1) !important;
}
.bg-accent-foreground\/12 {
  background-color: hsl(0 0% 100% / 0.12) !important;
}
.bg-accent-foreground\/15 {
  background-color: hsl(0 0% 100% / 0.15) !important;
}
.bg-accent-foreground\/20 {
  background-color: hsl(0 0% 100% / 0.2) !important;
}
.bg-accent-foreground\/25 {
  background-color: hsl(0 0% 100% / 0.25) !important;
}
.bg-accent-foreground\/30 {
  background-color: hsl(0 0% 100% / 0.3) !important;
}
.bg-accent-foreground\/35 {
  background-color: hsl(0 0% 100% / 0.35) !important;
}
.bg-accent-foreground\/38 {
  background-color: hsl(0 0% 100% / 0.38) !important;
}
.bg-accent-foreground\/40 {
  background-color: hsl(0 0% 100% / 0.4) !important;
}
.bg-accent-foreground\/45 {
  background-color: hsl(0 0% 100% / 0.45) !important;
}
.bg-accent-foreground\/5 {
  background-color: hsl(0 0% 100% / 0.05) !important;
}
.bg-accent-foreground\/50 {
  background-color: hsl(0 0% 100% / 0.5) !important;
}
.bg-accent-foreground\/55 {
  background-color: hsl(0 0% 100% / 0.55) !important;
}
.bg-accent-foreground\/60 {
  background-color: hsl(0 0% 100% / 0.6) !important;
}
.bg-accent-foreground\/65 {
  background-color: hsl(0 0% 100% / 0.65) !important;
}
.bg-accent-foreground\/70 {
  background-color: hsl(0 0% 100% / 0.7) !important;
}
.bg-accent-foreground\/75 {
  background-color: hsl(0 0% 100% / 0.75) !important;
}
.bg-accent-foreground\/80 {
  background-color: hsl(0 0% 100% / 0.8) !important;
}
.bg-accent-foreground\/85 {
  background-color: hsl(0 0% 100% / 0.85) !important;
}
.bg-accent-foreground\/87 {
  background-color: hsl(0 0% 100% / 0.87) !important;
}
.bg-accent-foreground\/90 {
  background-color: hsl(0 0% 100% / 0.9) !important;
}
.bg-accent-foreground\/95 {
  background-color: hsl(0 0% 100% / 0.95) !important;
}
.bg-accent\/0 {
  background-color: hsl(217 33% 17% / 0) !important;
}
.bg-accent\/10 {
  background-color: hsl(217 33% 17% / 0.1) !important;
}
.bg-accent\/100 {
  background-color: hsl(217 33% 17% / 1) !important;
}
.bg-accent\/12 {
  background-color: hsl(217 33% 17% / 0.12) !important;
}
.bg-accent\/15 {
  background-color: hsl(217 33% 17% / 0.15) !important;
}
.bg-accent\/20 {
  background-color: hsl(217 33% 17% / 0.2) !important;
}
.bg-accent\/25 {
  background-color: hsl(217 33% 17% / 0.25) !important;
}
.bg-accent\/30 {
  background-color: hsl(217 33% 17% / 0.3) !important;
}
.bg-accent\/35 {
  background-color: hsl(217 33% 17% / 0.35) !important;
}
.bg-accent\/38 {
  background-color: hsl(217 33% 17% / 0.38) !important;
}
.bg-accent\/40 {
  background-color: hsl(217 33% 17% / 0.4) !important;
}
.bg-accent\/45 {
  background-color: hsl(217 33% 17% / 0.45) !important;
}
.bg-accent\/5 {
  background-color: hsl(217 33% 17% / 0.05) !important;
}
.bg-accent\/50 {
  background-color: hsl(217 33% 17% / 0.5) !important;
}
.bg-accent\/55 {
  background-color: hsl(217 33% 17% / 0.55) !important;
}
.bg-accent\/60 {
  background-color: hsl(217 33% 17% / 0.6) !important;
}
.bg-accent\/65 {
  background-color: hsl(217 33% 17% / 0.65) !important;
}
.bg-accent\/70 {
  background-color: hsl(217 33% 17% / 0.7) !important;
}
.bg-accent\/75 {
  background-color: hsl(217 33% 17% / 0.75) !important;
}
.bg-accent\/80 {
  background-color: hsl(217 33% 17% / 0.8) !important;
}
.bg-accent\/85 {
  background-color: hsl(217 33% 17% / 0.85) !important;
}
.bg-accent\/87 {
  background-color: hsl(217 33% 17% / 0.87) !important;
}
.bg-accent\/90 {
  background-color: hsl(217 33% 17% / 0.9) !important;
}
.bg-accent\/95 {
  background-color: hsl(217 33% 17% / 0.95) !important;
}
.bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0) !important;
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1) !important;
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1) !important;
}
.bg-amber-100\/12 {
  background-color: rgb(254 243 199 / 0.12) !important;
}
.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15) !important;
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2) !important;
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25) !important;
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3) !important;
}
.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35) !important;
}
.bg-amber-100\/38 {
  background-color: rgb(254 243 199 / 0.38) !important;
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4) !important;
}
.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45) !important;
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05) !important;
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5) !important;
}
.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55) !important;
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6) !important;
}
.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65) !important;
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7) !important;
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75) !important;
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8) !important;
}
.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85) !important;
}
.bg-amber-100\/87 {
  background-color: rgb(254 243 199 / 0.87) !important;
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9) !important;
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95) !important;
}
.bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0) !important;
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1) !important;
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1) !important;
}
.bg-amber-200\/12 {
  background-color: rgb(253 230 138 / 0.12) !important;
}
.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15) !important;
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2) !important;
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25) !important;
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3) !important;
}
.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35) !important;
}
.bg-amber-200\/38 {
  background-color: rgb(253 230 138 / 0.38) !important;
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4) !important;
}
.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45) !important;
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05) !important;
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5) !important;
}
.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55) !important;
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6) !important;
}
.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65) !important;
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7) !important;
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75) !important;
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8) !important;
}
.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85) !important;
}
.bg-amber-200\/87 {
  background-color: rgb(253 230 138 / 0.87) !important;
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9) !important;
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95) !important;
}
.bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0) !important;
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1) !important;
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1) !important;
}
.bg-amber-300\/12 {
  background-color: rgb(252 211 77 / 0.12) !important;
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15) !important;
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2) !important;
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25) !important;
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3) !important;
}
.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35) !important;
}
.bg-amber-300\/38 {
  background-color: rgb(252 211 77 / 0.38) !important;
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4) !important;
}
.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45) !important;
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05) !important;
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5) !important;
}
.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55) !important;
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6) !important;
}
.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65) !important;
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7) !important;
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75) !important;
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8) !important;
}
.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85) !important;
}
.bg-amber-300\/87 {
  background-color: rgb(252 211 77 / 0.87) !important;
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9) !important;
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95) !important;
}
.bg-amber-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0) !important;
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1) !important;
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1) !important;
}
.bg-amber-400\/12 {
  background-color: rgb(251 191 36 / 0.12) !important;
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15) !important;
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2) !important;
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25) !important;
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3) !important;
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35) !important;
}
.bg-amber-400\/38 {
  background-color: rgb(251 191 36 / 0.38) !important;
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4) !important;
}
.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45) !important;
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05) !important;
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5) !important;
}
.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55) !important;
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6) !important;
}
.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65) !important;
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7) !important;
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75) !important;
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8) !important;
}
.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85) !important;
}
.bg-amber-400\/87 {
  background-color: rgb(251 191 36 / 0.87) !important;
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9) !important;
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95) !important;
}
.bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0) !important;
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1) !important;
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1) !important;
}
.bg-amber-50\/12 {
  background-color: rgb(255 251 235 / 0.12) !important;
}
.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15) !important;
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2) !important;
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25) !important;
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3) !important;
}
.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35) !important;
}
.bg-amber-50\/38 {
  background-color: rgb(255 251 235 / 0.38) !important;
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4) !important;
}
.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45) !important;
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05) !important;
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5) !important;
}
.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55) !important;
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6) !important;
}
.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65) !important;
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7) !important;
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75) !important;
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8) !important;
}
.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85) !important;
}
.bg-amber-50\/87 {
  background-color: rgb(255 251 235 / 0.87) !important;
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9) !important;
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95) !important;
}
.bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0) !important;
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1) !important;
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1) !important;
}
.bg-amber-500\/12 {
  background-color: rgb(245 158 11 / 0.12) !important;
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15) !important;
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2) !important;
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25) !important;
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3) !important;
}
.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35) !important;
}
.bg-amber-500\/38 {
  background-color: rgb(245 158 11 / 0.38) !important;
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4) !important;
}
.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45) !important;
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05) !important;
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5) !important;
}
.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55) !important;
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6) !important;
}
.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65) !important;
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7) !important;
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75) !important;
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8) !important;
}
.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85) !important;
}
.bg-amber-500\/87 {
  background-color: rgb(245 158 11 / 0.87) !important;
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9) !important;
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95) !important;
}
.bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0) !important;
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1) !important;
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1) !important;
}
.bg-amber-600\/12 {
  background-color: rgb(217 119 6 / 0.12) !important;
}
.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15) !important;
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2) !important;
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25) !important;
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3) !important;
}
.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35) !important;
}
.bg-amber-600\/38 {
  background-color: rgb(217 119 6 / 0.38) !important;
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4) !important;
}
.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45) !important;
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05) !important;
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5) !important;
}
.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55) !important;
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6) !important;
}
.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65) !important;
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7) !important;
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75) !important;
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8) !important;
}
.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85) !important;
}
.bg-amber-600\/87 {
  background-color: rgb(217 119 6 / 0.87) !important;
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9) !important;
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95) !important;
}
.bg-amber-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0) !important;
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1) !important;
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1) !important;
}
.bg-amber-700\/12 {
  background-color: rgb(180 83 9 / 0.12) !important;
}
.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15) !important;
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2) !important;
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25) !important;
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3) !important;
}
.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35) !important;
}
.bg-amber-700\/38 {
  background-color: rgb(180 83 9 / 0.38) !important;
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4) !important;
}
.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45) !important;
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05) !important;
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5) !important;
}
.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55) !important;
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6) !important;
}
.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65) !important;
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7) !important;
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75) !important;
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8) !important;
}
.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85) !important;
}
.bg-amber-700\/87 {
  background-color: rgb(180 83 9 / 0.87) !important;
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9) !important;
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95) !important;
}
.bg-amber-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0) !important;
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1) !important;
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1) !important;
}
.bg-amber-800\/12 {
  background-color: rgb(146 64 14 / 0.12) !important;
}
.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15) !important;
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2) !important;
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25) !important;
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3) !important;
}
.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35) !important;
}
.bg-amber-800\/38 {
  background-color: rgb(146 64 14 / 0.38) !important;
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4) !important;
}
.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45) !important;
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05) !important;
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5) !important;
}
.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55) !important;
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6) !important;
}
.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65) !important;
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7) !important;
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75) !important;
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8) !important;
}
.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85) !important;
}
.bg-amber-800\/87 {
  background-color: rgb(146 64 14 / 0.87) !important;
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9) !important;
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95) !important;
}
.bg-amber-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0) !important;
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1) !important;
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1) !important;
}
.bg-amber-900\/12 {
  background-color: rgb(120 53 15 / 0.12) !important;
}
.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15) !important;
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2) !important;
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25) !important;
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3) !important;
}
.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35) !important;
}
.bg-amber-900\/38 {
  background-color: rgb(120 53 15 / 0.38) !important;
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4) !important;
}
.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45) !important;
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05) !important;
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5) !important;
}
.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55) !important;
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6) !important;
}
.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65) !important;
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7) !important;
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75) !important;
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8) !important;
}
.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85) !important;
}
.bg-amber-900\/87 {
  background-color: rgb(120 53 15 / 0.87) !important;
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9) !important;
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95) !important;
}
.bg-amber-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0) !important;
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1) !important;
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1) !important;
}
.bg-amber-950\/12 {
  background-color: rgb(69 26 3 / 0.12) !important;
}
.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15) !important;
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2) !important;
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25) !important;
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3) !important;
}
.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35) !important;
}
.bg-amber-950\/38 {
  background-color: rgb(69 26 3 / 0.38) !important;
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4) !important;
}
.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45) !important;
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05) !important;
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5) !important;
}
.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55) !important;
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6) !important;
}
.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65) !important;
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7) !important;
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75) !important;
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8) !important;
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85) !important;
}
.bg-amber-950\/87 {
  background-color: rgb(69 26 3 / 0.87) !important;
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9) !important;
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95) !important;
}
.bg-background {
  background-color: hsl(var(--background)) !important;
}
.bg-background\/0 {
  background-color: hsl(var(--background) / 0) !important;
}
.bg-background\/10 {
  background-color: hsl(var(--background) / 0.1) !important;
}
.bg-background\/100 {
  background-color: hsl(var(--background) / 1) !important;
}
.bg-background\/12 {
  background-color: hsl(var(--background) / 0.12) !important;
}
.bg-background\/15 {
  background-color: hsl(var(--background) / 0.15) !important;
}
.bg-background\/20 {
  background-color: hsl(var(--background) / 0.2) !important;
}
.bg-background\/25 {
  background-color: hsl(var(--background) / 0.25) !important;
}
.bg-background\/30 {
  background-color: hsl(var(--background) / 0.3) !important;
}
.bg-background\/35 {
  background-color: hsl(var(--background) / 0.35) !important;
}
.bg-background\/38 {
  background-color: hsl(var(--background) / 0.38) !important;
}
.bg-background\/40 {
  background-color: hsl(var(--background) / 0.4) !important;
}
.bg-background\/45 {
  background-color: hsl(var(--background) / 0.45) !important;
}
.bg-background\/5 {
  background-color: hsl(var(--background) / 0.05) !important;
}
.bg-background\/50 {
  background-color: hsl(var(--background) / 0.5) !important;
}
.bg-background\/55 {
  background-color: hsl(var(--background) / 0.55) !important;
}
.bg-background\/60 {
  background-color: hsl(var(--background) / 0.6) !important;
}
.bg-background\/65 {
  background-color: hsl(var(--background) / 0.65) !important;
}
.bg-background\/70 {
  background-color: hsl(var(--background) / 0.7) !important;
}
.bg-background\/75 {
  background-color: hsl(var(--background) / 0.75) !important;
}
.bg-background\/80 {
  background-color: hsl(var(--background) / 0.8) !important;
}
.bg-background\/85 {
  background-color: hsl(var(--background) / 0.85) !important;
}
.bg-background\/87 {
  background-color: hsl(var(--background) / 0.87) !important;
}
.bg-background\/90 {
  background-color: hsl(var(--background) / 0.9) !important;
}
.bg-background\/95 {
  background-color: hsl(var(--background) / 0.95) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}
.bg-black\/12 {
  background-color: rgb(0 0 0 / 0.12) !important;
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}
.bg-black\/38 {
  background-color: rgb(0 0 0 / 0.38) !important;
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65) !important;
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}
.bg-black\/87 {
  background-color: rgb(0 0 0 / 0.87) !important;
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0) !important;
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1) !important;
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1) !important;
}
.bg-blue-100\/12 {
  background-color: rgb(219 234 254 / 0.12) !important;
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15) !important;
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2) !important;
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25) !important;
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3) !important;
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35) !important;
}
.bg-blue-100\/38 {
  background-color: rgb(219 234 254 / 0.38) !important;
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4) !important;
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45) !important;
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05) !important;
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5) !important;
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55) !important;
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6) !important;
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65) !important;
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7) !important;
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75) !important;
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8) !important;
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85) !important;
}
.bg-blue-100\/87 {
  background-color: rgb(219 234 254 / 0.87) !important;
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9) !important;
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95) !important;
}
.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0) !important;
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1) !important;
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1) !important;
}
.bg-blue-200\/12 {
  background-color: rgb(191 219 254 / 0.12) !important;
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15) !important;
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2) !important;
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25) !important;
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3) !important;
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35) !important;
}
.bg-blue-200\/38 {
  background-color: rgb(191 219 254 / 0.38) !important;
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4) !important;
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45) !important;
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05) !important;
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5) !important;
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55) !important;
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6) !important;
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65) !important;
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7) !important;
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75) !important;
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8) !important;
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85) !important;
}
.bg-blue-200\/87 {
  background-color: rgb(191 219 254 / 0.87) !important;
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9) !important;
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95) !important;
}
.bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0) !important;
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1) !important;
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1) !important;
}
.bg-blue-300\/12 {
  background-color: rgb(147 197 253 / 0.12) !important;
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15) !important;
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2) !important;
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25) !important;
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3) !important;
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35) !important;
}
.bg-blue-300\/38 {
  background-color: rgb(147 197 253 / 0.38) !important;
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4) !important;
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45) !important;
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05) !important;
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5) !important;
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55) !important;
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6) !important;
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65) !important;
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7) !important;
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75) !important;
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8) !important;
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85) !important;
}
.bg-blue-300\/87 {
  background-color: rgb(147 197 253 / 0.87) !important;
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9) !important;
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95) !important;
}
.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0) !important;
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1) !important;
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1) !important;
}
.bg-blue-400\/12 {
  background-color: rgb(96 165 250 / 0.12) !important;
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15) !important;
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2) !important;
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25) !important;
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3) !important;
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35) !important;
}
.bg-blue-400\/38 {
  background-color: rgb(96 165 250 / 0.38) !important;
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4) !important;
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45) !important;
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05) !important;
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5) !important;
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55) !important;
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6) !important;
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65) !important;
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7) !important;
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75) !important;
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8) !important;
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85) !important;
}
.bg-blue-400\/87 {
  background-color: rgb(96 165 250 / 0.87) !important;
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9) !important;
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0) !important;
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1) !important;
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1) !important;
}
.bg-blue-50\/12 {
  background-color: rgb(239 246 255 / 0.12) !important;
}
.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15) !important;
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2) !important;
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25) !important;
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3) !important;
}
.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35) !important;
}
.bg-blue-50\/38 {
  background-color: rgb(239 246 255 / 0.38) !important;
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4) !important;
}
.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45) !important;
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05) !important;
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5) !important;
}
.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55) !important;
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6) !important;
}
.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65) !important;
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7) !important;
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75) !important;
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8) !important;
}
.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85) !important;
}
.bg-blue-50\/87 {
  background-color: rgb(239 246 255 / 0.87) !important;
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9) !important;
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95) !important;
}
.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0) !important;
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1) !important;
}
.bg-blue-500\/12 {
  background-color: rgb(59 130 246 / 0.12) !important;
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15) !important;
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2) !important;
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25) !important;
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3) !important;
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35) !important;
}
.bg-blue-500\/38 {
  background-color: rgb(59 130 246 / 0.38) !important;
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4) !important;
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45) !important;
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05) !important;
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5) !important;
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55) !important;
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6) !important;
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65) !important;
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7) !important;
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75) !important;
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8) !important;
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85) !important;
}
.bg-blue-500\/87 {
  background-color: rgb(59 130 246 / 0.87) !important;
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9) !important;
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95) !important;
}
.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0) !important;
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1) !important;
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1) !important;
}
.bg-blue-600\/12 {
  background-color: rgb(37 99 235 / 0.12) !important;
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15) !important;
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2) !important;
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25) !important;
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3) !important;
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35) !important;
}
.bg-blue-600\/38 {
  background-color: rgb(37 99 235 / 0.38) !important;
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4) !important;
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45) !important;
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05) !important;
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5) !important;
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55) !important;
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6) !important;
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65) !important;
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7) !important;
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75) !important;
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8) !important;
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85) !important;
}
.bg-blue-600\/87 {
  background-color: rgb(37 99 235 / 0.87) !important;
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9) !important;
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95) !important;
}
.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0) !important;
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1) !important;
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1) !important;
}
.bg-blue-700\/12 {
  background-color: rgb(29 78 216 / 0.12) !important;
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15) !important;
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2) !important;
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25) !important;
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3) !important;
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35) !important;
}
.bg-blue-700\/38 {
  background-color: rgb(29 78 216 / 0.38) !important;
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4) !important;
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45) !important;
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05) !important;
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5) !important;
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55) !important;
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6) !important;
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65) !important;
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7) !important;
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75) !important;
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8) !important;
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85) !important;
}
.bg-blue-700\/87 {
  background-color: rgb(29 78 216 / 0.87) !important;
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9) !important;
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95) !important;
}
.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0) !important;
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1) !important;
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1) !important;
}
.bg-blue-800\/12 {
  background-color: rgb(30 64 175 / 0.12) !important;
}
.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15) !important;
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2) !important;
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25) !important;
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3) !important;
}
.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35) !important;
}
.bg-blue-800\/38 {
  background-color: rgb(30 64 175 / 0.38) !important;
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4) !important;
}
.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45) !important;
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05) !important;
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5) !important;
}
.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55) !important;
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6) !important;
}
.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65) !important;
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7) !important;
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75) !important;
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8) !important;
}
.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85) !important;
}
.bg-blue-800\/87 {
  background-color: rgb(30 64 175 / 0.87) !important;
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9) !important;
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95) !important;
}
.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0) !important;
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1) !important;
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1) !important;
}
.bg-blue-900\/12 {
  background-color: rgb(30 58 138 / 0.12) !important;
}
.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15) !important;
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2) !important;
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25) !important;
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3) !important;
}
.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35) !important;
}
.bg-blue-900\/38 {
  background-color: rgb(30 58 138 / 0.38) !important;
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4) !important;
}
.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45) !important;
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05) !important;
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5) !important;
}
.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55) !important;
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6) !important;
}
.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65) !important;
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7) !important;
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75) !important;
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8) !important;
}
.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85) !important;
}
.bg-blue-900\/87 {
  background-color: rgb(30 58 138 / 0.87) !important;
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9) !important;
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95) !important;
}
.bg-blue-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0) !important;
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1) !important;
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1) !important;
}
.bg-blue-950\/12 {
  background-color: rgb(23 37 84 / 0.12) !important;
}
.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15) !important;
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2) !important;
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25) !important;
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3) !important;
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35) !important;
}
.bg-blue-950\/38 {
  background-color: rgb(23 37 84 / 0.38) !important;
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4) !important;
}
.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45) !important;
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05) !important;
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5) !important;
}
.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55) !important;
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6) !important;
}
.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65) !important;
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7) !important;
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75) !important;
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8) !important;
}
.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85) !important;
}
.bg-blue-950\/87 {
  background-color: rgb(23 37 84 / 0.87) !important;
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9) !important;
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95) !important;
}
.bg-border {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(240 6% 90% / var(--tw-bg-opacity, 1)) !important;
}
.bg-border\/0 {
  background-color: hsl(240 6% 90% / 0) !important;
}
.bg-border\/10 {
  background-color: hsl(240 6% 90% / 0.1) !important;
}
.bg-border\/100 {
  background-color: hsl(240 6% 90% / 1) !important;
}
.bg-border\/12 {
  background-color: hsl(240 6% 90% / 0.12) !important;
}
.bg-border\/15 {
  background-color: hsl(240 6% 90% / 0.15) !important;
}
.bg-border\/20 {
  background-color: hsl(240 6% 90% / 0.2) !important;
}
.bg-border\/25 {
  background-color: hsl(240 6% 90% / 0.25) !important;
}
.bg-border\/30 {
  background-color: hsl(240 6% 90% / 0.3) !important;
}
.bg-border\/35 {
  background-color: hsl(240 6% 90% / 0.35) !important;
}
.bg-border\/38 {
  background-color: hsl(240 6% 90% / 0.38) !important;
}
.bg-border\/40 {
  background-color: hsl(240 6% 90% / 0.4) !important;
}
.bg-border\/45 {
  background-color: hsl(240 6% 90% / 0.45) !important;
}
.bg-border\/5 {
  background-color: hsl(240 6% 90% / 0.05) !important;
}
.bg-border\/50 {
  background-color: hsl(240 6% 90% / 0.5) !important;
}
.bg-border\/55 {
  background-color: hsl(240 6% 90% / 0.55) !important;
}
.bg-border\/60 {
  background-color: hsl(240 6% 90% / 0.6) !important;
}
.bg-border\/65 {
  background-color: hsl(240 6% 90% / 0.65) !important;
}
.bg-border\/70 {
  background-color: hsl(240 6% 90% / 0.7) !important;
}
.bg-border\/75 {
  background-color: hsl(240 6% 90% / 0.75) !important;
}
.bg-border\/80 {
  background-color: hsl(240 6% 90% / 0.8) !important;
}
.bg-border\/85 {
  background-color: hsl(240 6% 90% / 0.85) !important;
}
.bg-border\/87 {
  background-color: hsl(240 6% 90% / 0.87) !important;
}
.bg-border\/90 {
  background-color: hsl(240 6% 90% / 0.9) !important;
}
.bg-border\/95 {
  background-color: hsl(240 6% 90% / 0.95) !important;
}
.bg-brand {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(28 99% 50% / var(--tw-bg-opacity, 1)) !important;
}
.bg-brand-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1)) !important;
}
.bg-brand-foreground\/0 {
  background-color: hsl(0 0% 100% / 0) !important;
}
.bg-brand-foreground\/10 {
  background-color: hsl(0 0% 100% / 0.1) !important;
}
.bg-brand-foreground\/100 {
  background-color: hsl(0 0% 100% / 1) !important;
}
.bg-brand-foreground\/12 {
  background-color: hsl(0 0% 100% / 0.12) !important;
}
.bg-brand-foreground\/15 {
  background-color: hsl(0 0% 100% / 0.15) !important;
}
.bg-brand-foreground\/20 {
  background-color: hsl(0 0% 100% / 0.2) !important;
}
.bg-brand-foreground\/25 {
  background-color: hsl(0 0% 100% / 0.25) !important;
}
.bg-brand-foreground\/30 {
  background-color: hsl(0 0% 100% / 0.3) !important;
}
.bg-brand-foreground\/35 {
  background-color: hsl(0 0% 100% / 0.35) !important;
}
.bg-brand-foreground\/38 {
  background-color: hsl(0 0% 100% / 0.38) !important;
}
.bg-brand-foreground\/40 {
  background-color: hsl(0 0% 100% / 0.4) !important;
}
.bg-brand-foreground\/45 {
  background-color: hsl(0 0% 100% / 0.45) !important;
}
.bg-brand-foreground\/5 {
  background-color: hsl(0 0% 100% / 0.05) !important;
}
.bg-brand-foreground\/50 {
  background-color: hsl(0 0% 100% / 0.5) !important;
}
.bg-brand-foreground\/55 {
  background-color: hsl(0 0% 100% / 0.55) !important;
}
.bg-brand-foreground\/60 {
  background-color: hsl(0 0% 100% / 0.6) !important;
}
.bg-brand-foreground\/65 {
  background-color: hsl(0 0% 100% / 0.65) !important;
}
.bg-brand-foreground\/70 {
  background-color: hsl(0 0% 100% / 0.7) !important;
}
.bg-brand-foreground\/75 {
  background-color: hsl(0 0% 100% / 0.75) !important;
}
.bg-brand-foreground\/80 {
  background-color: hsl(0 0% 100% / 0.8) !important;
}
.bg-brand-foreground\/85 {
  background-color: hsl(0 0% 100% / 0.85) !important;
}
.bg-brand-foreground\/87 {
  background-color: hsl(0 0% 100% / 0.87) !important;
}
.bg-brand-foreground\/90 {
  background-color: hsl(0 0% 100% / 0.9) !important;
}
.bg-brand-foreground\/95 {
  background-color: hsl(0 0% 100% / 0.95) !important;
}
.bg-brand-light {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(28 100% 95% / var(--tw-bg-opacity, 1)) !important;
}
.bg-brand-light\/0 {
  background-color: hsl(28 100% 95% / 0) !important;
}
.bg-brand-light\/10 {
  background-color: hsl(28 100% 95% / 0.1) !important;
}
.bg-brand-light\/100 {
  background-color: hsl(28 100% 95% / 1) !important;
}
.bg-brand-light\/12 {
  background-color: hsl(28 100% 95% / 0.12) !important;
}
.bg-brand-light\/15 {
  background-color: hsl(28 100% 95% / 0.15) !important;
}
.bg-brand-light\/20 {
  background-color: hsl(28 100% 95% / 0.2) !important;
}
.bg-brand-light\/25 {
  background-color: hsl(28 100% 95% / 0.25) !important;
}
.bg-brand-light\/30 {
  background-color: hsl(28 100% 95% / 0.3) !important;
}
.bg-brand-light\/35 {
  background-color: hsl(28 100% 95% / 0.35) !important;
}
.bg-brand-light\/38 {
  background-color: hsl(28 100% 95% / 0.38) !important;
}
.bg-brand-light\/40 {
  background-color: hsl(28 100% 95% / 0.4) !important;
}
.bg-brand-light\/45 {
  background-color: hsl(28 100% 95% / 0.45) !important;
}
.bg-brand-light\/5 {
  background-color: hsl(28 100% 95% / 0.05) !important;
}
.bg-brand-light\/50 {
  background-color: hsl(28 100% 95% / 0.5) !important;
}
.bg-brand-light\/55 {
  background-color: hsl(28 100% 95% / 0.55) !important;
}
.bg-brand-light\/60 {
  background-color: hsl(28 100% 95% / 0.6) !important;
}
.bg-brand-light\/65 {
  background-color: hsl(28 100% 95% / 0.65) !important;
}
.bg-brand-light\/70 {
  background-color: hsl(28 100% 95% / 0.7) !important;
}
.bg-brand-light\/75 {
  background-color: hsl(28 100% 95% / 0.75) !important;
}
.bg-brand-light\/80 {
  background-color: hsl(28 100% 95% / 0.8) !important;
}
.bg-brand-light\/85 {
  background-color: hsl(28 100% 95% / 0.85) !important;
}
.bg-brand-light\/87 {
  background-color: hsl(28 100% 95% / 0.87) !important;
}
.bg-brand-light\/90 {
  background-color: hsl(28 100% 95% / 0.9) !important;
}
.bg-brand-light\/95 {
  background-color: hsl(28 100% 95% / 0.95) !important;
}
.bg-brand\/0 {
  background-color: hsl(28 99% 50% / 0) !important;
}
.bg-brand\/10 {
  background-color: hsl(28 99% 50% / 0.1) !important;
}
.bg-brand\/100 {
  background-color: hsl(28 99% 50% / 1) !important;
}
.bg-brand\/12 {
  background-color: hsl(28 99% 50% / 0.12) !important;
}
.bg-brand\/15 {
  background-color: hsl(28 99% 50% / 0.15) !important;
}
.bg-brand\/20 {
  background-color: hsl(28 99% 50% / 0.2) !important;
}
.bg-brand\/25 {
  background-color: hsl(28 99% 50% / 0.25) !important;
}
.bg-brand\/30 {
  background-color: hsl(28 99% 50% / 0.3) !important;
}
.bg-brand\/35 {
  background-color: hsl(28 99% 50% / 0.35) !important;
}
.bg-brand\/38 {
  background-color: hsl(28 99% 50% / 0.38) !important;
}
.bg-brand\/40 {
  background-color: hsl(28 99% 50% / 0.4) !important;
}
.bg-brand\/45 {
  background-color: hsl(28 99% 50% / 0.45) !important;
}
.bg-brand\/5 {
  background-color: hsl(28 99% 50% / 0.05) !important;
}
.bg-brand\/50 {
  background-color: hsl(28 99% 50% / 0.5) !important;
}
.bg-brand\/55 {
  background-color: hsl(28 99% 50% / 0.55) !important;
}
.bg-brand\/60 {
  background-color: hsl(28 99% 50% / 0.6) !important;
}
.bg-brand\/65 {
  background-color: hsl(28 99% 50% / 0.65) !important;
}
.bg-brand\/70 {
  background-color: hsl(28 99% 50% / 0.7) !important;
}
.bg-brand\/75 {
  background-color: hsl(28 99% 50% / 0.75) !important;
}
.bg-brand\/80 {
  background-color: hsl(28 99% 50% / 0.8) !important;
}
.bg-brand\/85 {
  background-color: hsl(28 99% 50% / 0.85) !important;
}
.bg-brand\/87 {
  background-color: hsl(28 99% 50% / 0.87) !important;
}
.bg-brand\/90 {
  background-color: hsl(28 99% 50% / 0.9) !important;
}
.bg-brand\/95 {
  background-color: hsl(28 99% 50% / 0.95) !important;
}
.bg-card {
  background-color: hsl(var(--card)) !important;
}
.bg-card-foreground {
  background-color: hsl(var(--card-foreground)) !important;
}
.bg-card-foreground\/0 {
  background-color: hsl(var(--card-foreground) / 0) !important;
}
.bg-card-foreground\/10 {
  background-color: hsl(var(--card-foreground) / 0.1) !important;
}
.bg-card-foreground\/100 {
  background-color: hsl(var(--card-foreground) / 1) !important;
}
.bg-card-foreground\/12 {
  background-color: hsl(var(--card-foreground) / 0.12) !important;
}
.bg-card-foreground\/15 {
  background-color: hsl(var(--card-foreground) / 0.15) !important;
}
.bg-card-foreground\/20 {
  background-color: hsl(var(--card-foreground) / 0.2) !important;
}
.bg-card-foreground\/25 {
  background-color: hsl(var(--card-foreground) / 0.25) !important;
}
.bg-card-foreground\/30 {
  background-color: hsl(var(--card-foreground) / 0.3) !important;
}
.bg-card-foreground\/35 {
  background-color: hsl(var(--card-foreground) / 0.35) !important;
}
.bg-card-foreground\/38 {
  background-color: hsl(var(--card-foreground) / 0.38) !important;
}
.bg-card-foreground\/40 {
  background-color: hsl(var(--card-foreground) / 0.4) !important;
}
.bg-card-foreground\/45 {
  background-color: hsl(var(--card-foreground) / 0.45) !important;
}
.bg-card-foreground\/5 {
  background-color: hsl(var(--card-foreground) / 0.05) !important;
}
.bg-card-foreground\/50 {
  background-color: hsl(var(--card-foreground) / 0.5) !important;
}
.bg-card-foreground\/55 {
  background-color: hsl(var(--card-foreground) / 0.55) !important;
}
.bg-card-foreground\/60 {
  background-color: hsl(var(--card-foreground) / 0.6) !important;
}
.bg-card-foreground\/65 {
  background-color: hsl(var(--card-foreground) / 0.65) !important;
}
.bg-card-foreground\/70 {
  background-color: hsl(var(--card-foreground) / 0.7) !important;
}
.bg-card-foreground\/75 {
  background-color: hsl(var(--card-foreground) / 0.75) !important;
}
.bg-card-foreground\/80 {
  background-color: hsl(var(--card-foreground) / 0.8) !important;
}
.bg-card-foreground\/85 {
  background-color: hsl(var(--card-foreground) / 0.85) !important;
}
.bg-card-foreground\/87 {
  background-color: hsl(var(--card-foreground) / 0.87) !important;
}
.bg-card-foreground\/90 {
  background-color: hsl(var(--card-foreground) / 0.9) !important;
}
.bg-card-foreground\/95 {
  background-color: hsl(var(--card-foreground) / 0.95) !important;
}
.bg-card\/0 {
  background-color: hsl(var(--card) / 0) !important;
}
.bg-card\/10 {
  background-color: hsl(var(--card) / 0.1) !important;
}
.bg-card\/100 {
  background-color: hsl(var(--card) / 1) !important;
}
.bg-card\/12 {
  background-color: hsl(var(--card) / 0.12) !important;
}
.bg-card\/15 {
  background-color: hsl(var(--card) / 0.15) !important;
}
.bg-card\/20 {
  background-color: hsl(var(--card) / 0.2) !important;
}
.bg-card\/25 {
  background-color: hsl(var(--card) / 0.25) !important;
}
.bg-card\/30 {
  background-color: hsl(var(--card) / 0.3) !important;
}
.bg-card\/35 {
  background-color: hsl(var(--card) / 0.35) !important;
}
.bg-card\/38 {
  background-color: hsl(var(--card) / 0.38) !important;
}
.bg-card\/40 {
  background-color: hsl(var(--card) / 0.4) !important;
}
.bg-card\/45 {
  background-color: hsl(var(--card) / 0.45) !important;
}
.bg-card\/5 {
  background-color: hsl(var(--card) / 0.05) !important;
}
.bg-card\/50 {
  background-color: hsl(var(--card) / 0.5) !important;
}
.bg-card\/55 {
  background-color: hsl(var(--card) / 0.55) !important;
}
.bg-card\/60 {
  background-color: hsl(var(--card) / 0.6) !important;
}
.bg-card\/65 {
  background-color: hsl(var(--card) / 0.65) !important;
}
.bg-card\/70 {
  background-color: hsl(var(--card) / 0.7) !important;
}
.bg-card\/75 {
  background-color: hsl(var(--card) / 0.75) !important;
}
.bg-card\/80 {
  background-color: hsl(var(--card) / 0.8) !important;
}
.bg-card\/85 {
  background-color: hsl(var(--card) / 0.85) !important;
}
.bg-card\/87 {
  background-color: hsl(var(--card) / 0.87) !important;
}
.bg-card\/90 {
  background-color: hsl(var(--card) / 0.9) !important;
}
.bg-card\/95 {
  background-color: hsl(var(--card) / 0.95) !important;
}
.bg-current {
  background-color: currentColor !important;
}
.bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0) !important;
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1) !important;
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1) !important;
}
.bg-cyan-100\/12 {
  background-color: rgb(207 250 254 / 0.12) !important;
}
.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15) !important;
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2) !important;
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25) !important;
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3) !important;
}
.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35) !important;
}
.bg-cyan-100\/38 {
  background-color: rgb(207 250 254 / 0.38) !important;
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4) !important;
}
.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45) !important;
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05) !important;
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5) !important;
}
.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55) !important;
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6) !important;
}
.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65) !important;
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7) !important;
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75) !important;
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8) !important;
}
.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85) !important;
}
.bg-cyan-100\/87 {
  background-color: rgb(207 250 254 / 0.87) !important;
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9) !important;
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95) !important;
}
.bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0) !important;
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1) !important;
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1) !important;
}
.bg-cyan-200\/12 {
  background-color: rgb(165 243 252 / 0.12) !important;
}
.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15) !important;
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2) !important;
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25) !important;
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3) !important;
}
.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35) !important;
}
.bg-cyan-200\/38 {
  background-color: rgb(165 243 252 / 0.38) !important;
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4) !important;
}
.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45) !important;
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05) !important;
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5) !important;
}
.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55) !important;
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6) !important;
}
.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65) !important;
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7) !important;
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75) !important;
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8) !important;
}
.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85) !important;
}
.bg-cyan-200\/87 {
  background-color: rgb(165 243 252 / 0.87) !important;
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9) !important;
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95) !important;
}
.bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0) !important;
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1) !important;
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1) !important;
}
.bg-cyan-300\/12 {
  background-color: rgb(103 232 249 / 0.12) !important;
}
.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15) !important;
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2) !important;
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25) !important;
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3) !important;
}
.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35) !important;
}
.bg-cyan-300\/38 {
  background-color: rgb(103 232 249 / 0.38) !important;
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4) !important;
}
.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45) !important;
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05) !important;
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5) !important;
}
.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55) !important;
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6) !important;
}
.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65) !important;
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7) !important;
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75) !important;
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8) !important;
}
.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85) !important;
}
.bg-cyan-300\/87 {
  background-color: rgb(103 232 249 / 0.87) !important;
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9) !important;
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95) !important;
}
.bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0) !important;
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1) !important;
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1) !important;
}
.bg-cyan-400\/12 {
  background-color: rgb(34 211 238 / 0.12) !important;
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15) !important;
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2) !important;
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25) !important;
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3) !important;
}
.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35) !important;
}
.bg-cyan-400\/38 {
  background-color: rgb(34 211 238 / 0.38) !important;
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4) !important;
}
.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45) !important;
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05) !important;
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5) !important;
}
.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55) !important;
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6) !important;
}
.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65) !important;
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7) !important;
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75) !important;
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8) !important;
}
.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85) !important;
}
.bg-cyan-400\/87 {
  background-color: rgb(34 211 238 / 0.87) !important;
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9) !important;
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95) !important;
}
.bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0) !important;
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1) !important;
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1) !important;
}
.bg-cyan-50\/12 {
  background-color: rgb(236 254 255 / 0.12) !important;
}
.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15) !important;
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2) !important;
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25) !important;
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3) !important;
}
.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35) !important;
}
.bg-cyan-50\/38 {
  background-color: rgb(236 254 255 / 0.38) !important;
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4) !important;
}
.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45) !important;
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05) !important;
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5) !important;
}
.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55) !important;
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6) !important;
}
.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65) !important;
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7) !important;
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75) !important;
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8) !important;
}
.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85) !important;
}
.bg-cyan-50\/87 {
  background-color: rgb(236 254 255 / 0.87) !important;
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9) !important;
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95) !important;
}
.bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0) !important;
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1) !important;
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1) !important;
}
.bg-cyan-500\/12 {
  background-color: rgb(6 182 212 / 0.12) !important;
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15) !important;
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2) !important;
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25) !important;
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3) !important;
}
.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35) !important;
}
.bg-cyan-500\/38 {
  background-color: rgb(6 182 212 / 0.38) !important;
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4) !important;
}
.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45) !important;
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05) !important;
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5) !important;
}
.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55) !important;
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6) !important;
}
.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65) !important;
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7) !important;
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75) !important;
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8) !important;
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85) !important;
}
.bg-cyan-500\/87 {
  background-color: rgb(6 182 212 / 0.87) !important;
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9) !important;
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95) !important;
}
.bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0) !important;
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1) !important;
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1) !important;
}
.bg-cyan-600\/12 {
  background-color: rgb(8 145 178 / 0.12) !important;
}
.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15) !important;
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2) !important;
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25) !important;
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3) !important;
}
.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35) !important;
}
.bg-cyan-600\/38 {
  background-color: rgb(8 145 178 / 0.38) !important;
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4) !important;
}
.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45) !important;
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05) !important;
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5) !important;
}
.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55) !important;
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6) !important;
}
.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65) !important;
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7) !important;
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75) !important;
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8) !important;
}
.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85) !important;
}
.bg-cyan-600\/87 {
  background-color: rgb(8 145 178 / 0.87) !important;
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9) !important;
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95) !important;
}
.bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0) !important;
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1) !important;
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1) !important;
}
.bg-cyan-700\/12 {
  background-color: rgb(14 116 144 / 0.12) !important;
}
.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15) !important;
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2) !important;
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25) !important;
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3) !important;
}
.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35) !important;
}
.bg-cyan-700\/38 {
  background-color: rgb(14 116 144 / 0.38) !important;
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4) !important;
}
.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45) !important;
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05) !important;
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5) !important;
}
.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55) !important;
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6) !important;
}
.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65) !important;
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7) !important;
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75) !important;
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8) !important;
}
.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85) !important;
}
.bg-cyan-700\/87 {
  background-color: rgb(14 116 144 / 0.87) !important;
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9) !important;
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95) !important;
}
.bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0) !important;
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1) !important;
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1) !important;
}
.bg-cyan-800\/12 {
  background-color: rgb(21 94 117 / 0.12) !important;
}
.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15) !important;
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2) !important;
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25) !important;
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3) !important;
}
.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35) !important;
}
.bg-cyan-800\/38 {
  background-color: rgb(21 94 117 / 0.38) !important;
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4) !important;
}
.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45) !important;
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05) !important;
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5) !important;
}
.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55) !important;
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6) !important;
}
.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65) !important;
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7) !important;
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75) !important;
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8) !important;
}
.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85) !important;
}
.bg-cyan-800\/87 {
  background-color: rgb(21 94 117 / 0.87) !important;
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9) !important;
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95) !important;
}
.bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0) !important;
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1) !important;
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1) !important;
}
.bg-cyan-900\/12 {
  background-color: rgb(22 78 99 / 0.12) !important;
}
.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15) !important;
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2) !important;
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25) !important;
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3) !important;
}
.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35) !important;
}
.bg-cyan-900\/38 {
  background-color: rgb(22 78 99 / 0.38) !important;
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4) !important;
}
.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45) !important;
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05) !important;
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5) !important;
}
.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55) !important;
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6) !important;
}
.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65) !important;
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7) !important;
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75) !important;
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8) !important;
}
.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85) !important;
}
.bg-cyan-900\/87 {
  background-color: rgb(22 78 99 / 0.87) !important;
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9) !important;
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95) !important;
}
.bg-cyan-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0) !important;
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1) !important;
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1) !important;
}
.bg-cyan-950\/12 {
  background-color: rgb(8 51 68 / 0.12) !important;
}
.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15) !important;
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2) !important;
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25) !important;
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3) !important;
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35) !important;
}
.bg-cyan-950\/38 {
  background-color: rgb(8 51 68 / 0.38) !important;
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4) !important;
}
.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45) !important;
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05) !important;
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5) !important;
}
.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55) !important;
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6) !important;
}
.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65) !important;
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7) !important;
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75) !important;
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8) !important;
}
.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85) !important;
}
.bg-cyan-950\/87 {
  background-color: rgb(8 51 68 / 0.87) !important;
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9) !important;
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95) !important;
}
.bg-destructive {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1)) !important;
}
.bg-destructive-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1)) !important;
}
.bg-destructive-foreground\/0 {
  background-color: hsl(0 0% 100% / 0) !important;
}
.bg-destructive-foreground\/10 {
  background-color: hsl(0 0% 100% / 0.1) !important;
}
.bg-destructive-foreground\/100 {
  background-color: hsl(0 0% 100% / 1) !important;
}
.bg-destructive-foreground\/12 {
  background-color: hsl(0 0% 100% / 0.12) !important;
}
.bg-destructive-foreground\/15 {
  background-color: hsl(0 0% 100% / 0.15) !important;
}
.bg-destructive-foreground\/20 {
  background-color: hsl(0 0% 100% / 0.2) !important;
}
.bg-destructive-foreground\/25 {
  background-color: hsl(0 0% 100% / 0.25) !important;
}
.bg-destructive-foreground\/30 {
  background-color: hsl(0 0% 100% / 0.3) !important;
}
.bg-destructive-foreground\/35 {
  background-color: hsl(0 0% 100% / 0.35) !important;
}
.bg-destructive-foreground\/38 {
  background-color: hsl(0 0% 100% / 0.38) !important;
}
.bg-destructive-foreground\/40 {
  background-color: hsl(0 0% 100% / 0.4) !important;
}
.bg-destructive-foreground\/45 {
  background-color: hsl(0 0% 100% / 0.45) !important;
}
.bg-destructive-foreground\/5 {
  background-color: hsl(0 0% 100% / 0.05) !important;
}
.bg-destructive-foreground\/50 {
  background-color: hsl(0 0% 100% / 0.5) !important;
}
.bg-destructive-foreground\/55 {
  background-color: hsl(0 0% 100% / 0.55) !important;
}
.bg-destructive-foreground\/60 {
  background-color: hsl(0 0% 100% / 0.6) !important;
}
.bg-destructive-foreground\/65 {
  background-color: hsl(0 0% 100% / 0.65) !important;
}
.bg-destructive-foreground\/70 {
  background-color: hsl(0 0% 100% / 0.7) !important;
}
.bg-destructive-foreground\/75 {
  background-color: hsl(0 0% 100% / 0.75) !important;
}
.bg-destructive-foreground\/80 {
  background-color: hsl(0 0% 100% / 0.8) !important;
}
.bg-destructive-foreground\/85 {
  background-color: hsl(0 0% 100% / 0.85) !important;
}
.bg-destructive-foreground\/87 {
  background-color: hsl(0 0% 100% / 0.87) !important;
}
.bg-destructive-foreground\/90 {
  background-color: hsl(0 0% 100% / 0.9) !important;
}
.bg-destructive-foreground\/95 {
  background-color: hsl(0 0% 100% / 0.95) !important;
}
.bg-destructive\/0 {
  background-color: hsl(0 84.2% 60.2% / 0) !important;
}
.bg-destructive\/10 {
  background-color: hsl(0 84.2% 60.2% / 0.1) !important;
}
.bg-destructive\/100 {
  background-color: hsl(0 84.2% 60.2% / 1) !important;
}
.bg-destructive\/12 {
  background-color: hsl(0 84.2% 60.2% / 0.12) !important;
}
.bg-destructive\/15 {
  background-color: hsl(0 84.2% 60.2% / 0.15) !important;
}
.bg-destructive\/20 {
  background-color: hsl(0 84.2% 60.2% / 0.2) !important;
}
.bg-destructive\/25 {
  background-color: hsl(0 84.2% 60.2% / 0.25) !important;
}
.bg-destructive\/30 {
  background-color: hsl(0 84.2% 60.2% / 0.3) !important;
}
.bg-destructive\/35 {
  background-color: hsl(0 84.2% 60.2% / 0.35) !important;
}
.bg-destructive\/38 {
  background-color: hsl(0 84.2% 60.2% / 0.38) !important;
}
.bg-destructive\/40 {
  background-color: hsl(0 84.2% 60.2% / 0.4) !important;
}
.bg-destructive\/45 {
  background-color: hsl(0 84.2% 60.2% / 0.45) !important;
}
.bg-destructive\/5 {
  background-color: hsl(0 84.2% 60.2% / 0.05) !important;
}
.bg-destructive\/50 {
  background-color: hsl(0 84.2% 60.2% / 0.5) !important;
}
.bg-destructive\/55 {
  background-color: hsl(0 84.2% 60.2% / 0.55) !important;
}
.bg-destructive\/60 {
  background-color: hsl(0 84.2% 60.2% / 0.6) !important;
}
.bg-destructive\/65 {
  background-color: hsl(0 84.2% 60.2% / 0.65) !important;
}
.bg-destructive\/70 {
  background-color: hsl(0 84.2% 60.2% / 0.7) !important;
}
.bg-destructive\/75 {
  background-color: hsl(0 84.2% 60.2% / 0.75) !important;
}
.bg-destructive\/80 {
  background-color: hsl(0 84.2% 60.2% / 0.8) !important;
}
.bg-destructive\/85 {
  background-color: hsl(0 84.2% 60.2% / 0.85) !important;
}
.bg-destructive\/87 {
  background-color: hsl(0 84.2% 60.2% / 0.87) !important;
}
.bg-destructive\/90 {
  background-color: hsl(0 84.2% 60.2% / 0.9) !important;
}
.bg-destructive\/95 {
  background-color: hsl(0 84.2% 60.2% / 0.95) !important;
}
.bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0) !important;
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1) !important;
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1) !important;
}
.bg-emerald-100\/12 {
  background-color: rgb(209 250 229 / 0.12) !important;
}
.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15) !important;
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2) !important;
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25) !important;
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3) !important;
}
.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35) !important;
}
.bg-emerald-100\/38 {
  background-color: rgb(209 250 229 / 0.38) !important;
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4) !important;
}
.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45) !important;
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05) !important;
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5) !important;
}
.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55) !important;
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6) !important;
}
.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65) !important;
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7) !important;
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75) !important;
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8) !important;
}
.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85) !important;
}
.bg-emerald-100\/87 {
  background-color: rgb(209 250 229 / 0.87) !important;
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9) !important;
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95) !important;
}
.bg-emerald-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0) !important;
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1) !important;
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1) !important;
}
.bg-emerald-200\/12 {
  background-color: rgb(167 243 208 / 0.12) !important;
}
.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15) !important;
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2) !important;
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25) !important;
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3) !important;
}
.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35) !important;
}
.bg-emerald-200\/38 {
  background-color: rgb(167 243 208 / 0.38) !important;
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4) !important;
}
.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45) !important;
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05) !important;
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5) !important;
}
.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55) !important;
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6) !important;
}
.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65) !important;
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7) !important;
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75) !important;
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8) !important;
}
.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85) !important;
}
.bg-emerald-200\/87 {
  background-color: rgb(167 243 208 / 0.87) !important;
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9) !important;
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95) !important;
}
.bg-emerald-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0) !important;
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1) !important;
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1) !important;
}
.bg-emerald-300\/12 {
  background-color: rgb(110 231 183 / 0.12) !important;
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15) !important;
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2) !important;
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25) !important;
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3) !important;
}
.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35) !important;
}
.bg-emerald-300\/38 {
  background-color: rgb(110 231 183 / 0.38) !important;
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4) !important;
}
.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45) !important;
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05) !important;
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5) !important;
}
.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55) !important;
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6) !important;
}
.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65) !important;
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7) !important;
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75) !important;
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8) !important;
}
.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85) !important;
}
.bg-emerald-300\/87 {
  background-color: rgb(110 231 183 / 0.87) !important;
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9) !important;
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95) !important;
}
.bg-emerald-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0) !important;
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1) !important;
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1) !important;
}
.bg-emerald-400\/12 {
  background-color: rgb(52 211 153 / 0.12) !important;
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15) !important;
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2) !important;
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25) !important;
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3) !important;
}
.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35) !important;
}
.bg-emerald-400\/38 {
  background-color: rgb(52 211 153 / 0.38) !important;
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4) !important;
}
.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45) !important;
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05) !important;
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5) !important;
}
.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55) !important;
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6) !important;
}
.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65) !important;
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7) !important;
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75) !important;
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8) !important;
}
.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85) !important;
}
.bg-emerald-400\/87 {
  background-color: rgb(52 211 153 / 0.87) !important;
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9) !important;
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95) !important;
}
.bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0) !important;
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1) !important;
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1) !important;
}
.bg-emerald-50\/12 {
  background-color: rgb(236 253 245 / 0.12) !important;
}
.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15) !important;
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2) !important;
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25) !important;
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3) !important;
}
.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35) !important;
}
.bg-emerald-50\/38 {
  background-color: rgb(236 253 245 / 0.38) !important;
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4) !important;
}
.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45) !important;
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05) !important;
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5) !important;
}
.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55) !important;
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6) !important;
}
.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65) !important;
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7) !important;
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75) !important;
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8) !important;
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85) !important;
}
.bg-emerald-50\/87 {
  background-color: rgb(236 253 245 / 0.87) !important;
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9) !important;
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95) !important;
}
.bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0) !important;
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1) !important;
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1) !important;
}
.bg-emerald-500\/12 {
  background-color: rgb(16 185 129 / 0.12) !important;
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15) !important;
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2) !important;
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25) !important;
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3) !important;
}
.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35) !important;
}
.bg-emerald-500\/38 {
  background-color: rgb(16 185 129 / 0.38) !important;
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4) !important;
}
.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45) !important;
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05) !important;
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5) !important;
}
.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55) !important;
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6) !important;
}
.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65) !important;
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7) !important;
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75) !important;
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8) !important;
}
.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85) !important;
}
.bg-emerald-500\/87 {
  background-color: rgb(16 185 129 / 0.87) !important;
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9) !important;
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95) !important;
}
.bg-emerald-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0) !important;
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1) !important;
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1) !important;
}
.bg-emerald-600\/12 {
  background-color: rgb(5 150 105 / 0.12) !important;
}
.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15) !important;
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2) !important;
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25) !important;
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3) !important;
}
.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35) !important;
}
.bg-emerald-600\/38 {
  background-color: rgb(5 150 105 / 0.38) !important;
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4) !important;
}
.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45) !important;
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05) !important;
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5) !important;
}
.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55) !important;
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6) !important;
}
.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65) !important;
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7) !important;
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75) !important;
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8) !important;
}
.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85) !important;
}
.bg-emerald-600\/87 {
  background-color: rgb(5 150 105 / 0.87) !important;
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9) !important;
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95) !important;
}
.bg-emerald-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0) !important;
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1) !important;
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1) !important;
}
.bg-emerald-700\/12 {
  background-color: rgb(4 120 87 / 0.12) !important;
}
.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15) !important;
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2) !important;
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25) !important;
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3) !important;
}
.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35) !important;
}
.bg-emerald-700\/38 {
  background-color: rgb(4 120 87 / 0.38) !important;
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4) !important;
}
.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45) !important;
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05) !important;
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5) !important;
}
.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55) !important;
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6) !important;
}
.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65) !important;
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7) !important;
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75) !important;
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8) !important;
}
.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85) !important;
}
.bg-emerald-700\/87 {
  background-color: rgb(4 120 87 / 0.87) !important;
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9) !important;
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95) !important;
}
.bg-emerald-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0) !important;
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1) !important;
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1) !important;
}
.bg-emerald-800\/12 {
  background-color: rgb(6 95 70 / 0.12) !important;
}
.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15) !important;
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2) !important;
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25) !important;
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3) !important;
}
.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35) !important;
}
.bg-emerald-800\/38 {
  background-color: rgb(6 95 70 / 0.38) !important;
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4) !important;
}
.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45) !important;
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05) !important;
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5) !important;
}
.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55) !important;
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6) !important;
}
.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65) !important;
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7) !important;
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75) !important;
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8) !important;
}
.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85) !important;
}
.bg-emerald-800\/87 {
  background-color: rgb(6 95 70 / 0.87) !important;
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9) !important;
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95) !important;
}
.bg-emerald-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0) !important;
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1) !important;
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1) !important;
}
.bg-emerald-900\/12 {
  background-color: rgb(6 78 59 / 0.12) !important;
}
.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15) !important;
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2) !important;
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25) !important;
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3) !important;
}
.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35) !important;
}
.bg-emerald-900\/38 {
  background-color: rgb(6 78 59 / 0.38) !important;
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4) !important;
}
.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45) !important;
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05) !important;
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5) !important;
}
.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55) !important;
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6) !important;
}
.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65) !important;
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7) !important;
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75) !important;
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8) !important;
}
.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85) !important;
}
.bg-emerald-900\/87 {
  background-color: rgb(6 78 59 / 0.87) !important;
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9) !important;
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95) !important;
}
.bg-emerald-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0) !important;
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1) !important;
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1) !important;
}
.bg-emerald-950\/12 {
  background-color: rgb(2 44 34 / 0.12) !important;
}
.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15) !important;
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2) !important;
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25) !important;
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3) !important;
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35) !important;
}
.bg-emerald-950\/38 {
  background-color: rgb(2 44 34 / 0.38) !important;
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4) !important;
}
.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45) !important;
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05) !important;
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5) !important;
}
.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55) !important;
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6) !important;
}
.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65) !important;
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7) !important;
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75) !important;
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8) !important;
}
.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85) !important;
}
.bg-emerald-950\/87 {
  background-color: rgb(2 44 34 / 0.87) !important;
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9) !important;
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95) !important;
}
.bg-foreground {
  background-color: hsl(var(--foreground)) !important;
}
.bg-foreground\/0 {
  background-color: hsl(var(--foreground) / 0) !important;
}
.bg-foreground\/10 {
  background-color: hsl(var(--foreground) / 0.1) !important;
}
.bg-foreground\/100 {
  background-color: hsl(var(--foreground) / 1) !important;
}
.bg-foreground\/12 {
  background-color: hsl(var(--foreground) / 0.12) !important;
}
.bg-foreground\/15 {
  background-color: hsl(var(--foreground) / 0.15) !important;
}
.bg-foreground\/20 {
  background-color: hsl(var(--foreground) / 0.2) !important;
}
.bg-foreground\/25 {
  background-color: hsl(var(--foreground) / 0.25) !important;
}
.bg-foreground\/30 {
  background-color: hsl(var(--foreground) / 0.3) !important;
}
.bg-foreground\/35 {
  background-color: hsl(var(--foreground) / 0.35) !important;
}
.bg-foreground\/38 {
  background-color: hsl(var(--foreground) / 0.38) !important;
}
.bg-foreground\/40 {
  background-color: hsl(var(--foreground) / 0.4) !important;
}
.bg-foreground\/45 {
  background-color: hsl(var(--foreground) / 0.45) !important;
}
.bg-foreground\/5 {
  background-color: hsl(var(--foreground) / 0.05) !important;
}
.bg-foreground\/50 {
  background-color: hsl(var(--foreground) / 0.5) !important;
}
.bg-foreground\/55 {
  background-color: hsl(var(--foreground) / 0.55) !important;
}
.bg-foreground\/60 {
  background-color: hsl(var(--foreground) / 0.6) !important;
}
.bg-foreground\/65 {
  background-color: hsl(var(--foreground) / 0.65) !important;
}
.bg-foreground\/70 {
  background-color: hsl(var(--foreground) / 0.7) !important;
}
.bg-foreground\/75 {
  background-color: hsl(var(--foreground) / 0.75) !important;
}
.bg-foreground\/80 {
  background-color: hsl(var(--foreground) / 0.8) !important;
}
.bg-foreground\/85 {
  background-color: hsl(var(--foreground) / 0.85) !important;
}
.bg-foreground\/87 {
  background-color: hsl(var(--foreground) / 0.87) !important;
}
.bg-foreground\/90 {
  background-color: hsl(var(--foreground) / 0.9) !important;
}
.bg-foreground\/95 {
  background-color: hsl(var(--foreground) / 0.95) !important;
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0) !important;
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1) !important;
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1) !important;
}
.bg-fuchsia-100\/12 {
  background-color: rgb(250 232 255 / 0.12) !important;
}
.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15) !important;
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2) !important;
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25) !important;
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3) !important;
}
.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35) !important;
}
.bg-fuchsia-100\/38 {
  background-color: rgb(250 232 255 / 0.38) !important;
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4) !important;
}
.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45) !important;
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05) !important;
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5) !important;
}
.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55) !important;
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6) !important;
}
.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65) !important;
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7) !important;
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75) !important;
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8) !important;
}
.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85) !important;
}
.bg-fuchsia-100\/87 {
  background-color: rgb(250 232 255 / 0.87) !important;
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9) !important;
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95) !important;
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0) !important;
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1) !important;
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1) !important;
}
.bg-fuchsia-200\/12 {
  background-color: rgb(245 208 254 / 0.12) !important;
}
.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15) !important;
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2) !important;
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25) !important;
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3) !important;
}
.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35) !important;
}
.bg-fuchsia-200\/38 {
  background-color: rgb(245 208 254 / 0.38) !important;
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4) !important;
}
.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45) !important;
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05) !important;
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5) !important;
}
.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55) !important;
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6) !important;
}
.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65) !important;
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7) !important;
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75) !important;
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8) !important;
}
.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85) !important;
}
.bg-fuchsia-200\/87 {
  background-color: rgb(245 208 254 / 0.87) !important;
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9) !important;
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95) !important;
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0) !important;
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1) !important;
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1) !important;
}
.bg-fuchsia-300\/12 {
  background-color: rgb(240 171 252 / 0.12) !important;
}
.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15) !important;
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2) !important;
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25) !important;
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3) !important;
}
.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35) !important;
}
.bg-fuchsia-300\/38 {
  background-color: rgb(240 171 252 / 0.38) !important;
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4) !important;
}
.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45) !important;
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05) !important;
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5) !important;
}
.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55) !important;
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6) !important;
}
.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65) !important;
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7) !important;
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75) !important;
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8) !important;
}
.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85) !important;
}
.bg-fuchsia-300\/87 {
  background-color: rgb(240 171 252 / 0.87) !important;
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9) !important;
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95) !important;
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0) !important;
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1) !important;
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1) !important;
}
.bg-fuchsia-400\/12 {
  background-color: rgb(232 121 249 / 0.12) !important;
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15) !important;
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2) !important;
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25) !important;
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3) !important;
}
.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35) !important;
}
.bg-fuchsia-400\/38 {
  background-color: rgb(232 121 249 / 0.38) !important;
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4) !important;
}
.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45) !important;
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05) !important;
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5) !important;
}
.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55) !important;
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6) !important;
}
.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65) !important;
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7) !important;
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75) !important;
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8) !important;
}
.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85) !important;
}
.bg-fuchsia-400\/87 {
  background-color: rgb(232 121 249 / 0.87) !important;
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9) !important;
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95) !important;
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0) !important;
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1) !important;
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1) !important;
}
.bg-fuchsia-50\/12 {
  background-color: rgb(253 244 255 / 0.12) !important;
}
.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15) !important;
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2) !important;
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25) !important;
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3) !important;
}
.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35) !important;
}
.bg-fuchsia-50\/38 {
  background-color: rgb(253 244 255 / 0.38) !important;
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4) !important;
}
.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45) !important;
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05) !important;
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5) !important;
}
.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55) !important;
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6) !important;
}
.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65) !important;
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7) !important;
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75) !important;
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8) !important;
}
.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85) !important;
}
.bg-fuchsia-50\/87 {
  background-color: rgb(253 244 255 / 0.87) !important;
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9) !important;
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95) !important;
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0) !important;
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1) !important;
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1) !important;
}
.bg-fuchsia-500\/12 {
  background-color: rgb(217 70 239 / 0.12) !important;
}
.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15) !important;
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2) !important;
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25) !important;
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3) !important;
}
.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35) !important;
}
.bg-fuchsia-500\/38 {
  background-color: rgb(217 70 239 / 0.38) !important;
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4) !important;
}
.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45) !important;
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05) !important;
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5) !important;
}
.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55) !important;
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6) !important;
}
.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65) !important;
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7) !important;
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75) !important;
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8) !important;
}
.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85) !important;
}
.bg-fuchsia-500\/87 {
  background-color: rgb(217 70 239 / 0.87) !important;
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9) !important;
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95) !important;
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0) !important;
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1) !important;
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1) !important;
}
.bg-fuchsia-600\/12 {
  background-color: rgb(192 38 211 / 0.12) !important;
}
.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15) !important;
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2) !important;
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25) !important;
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3) !important;
}
.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35) !important;
}
.bg-fuchsia-600\/38 {
  background-color: rgb(192 38 211 / 0.38) !important;
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4) !important;
}
.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45) !important;
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05) !important;
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5) !important;
}
.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55) !important;
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6) !important;
}
.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65) !important;
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7) !important;
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75) !important;
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8) !important;
}
.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85) !important;
}
.bg-fuchsia-600\/87 {
  background-color: rgb(192 38 211 / 0.87) !important;
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9) !important;
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95) !important;
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0) !important;
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1) !important;
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1) !important;
}
.bg-fuchsia-700\/12 {
  background-color: rgb(162 28 175 / 0.12) !important;
}
.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15) !important;
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2) !important;
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25) !important;
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3) !important;
}
.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35) !important;
}
.bg-fuchsia-700\/38 {
  background-color: rgb(162 28 175 / 0.38) !important;
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4) !important;
}
.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45) !important;
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05) !important;
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5) !important;
}
.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55) !important;
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6) !important;
}
.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65) !important;
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7) !important;
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75) !important;
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8) !important;
}
.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85) !important;
}
.bg-fuchsia-700\/87 {
  background-color: rgb(162 28 175 / 0.87) !important;
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9) !important;
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95) !important;
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0) !important;
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1) !important;
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1) !important;
}
.bg-fuchsia-800\/12 {
  background-color: rgb(134 25 143 / 0.12) !important;
}
.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15) !important;
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2) !important;
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25) !important;
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3) !important;
}
.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35) !important;
}
.bg-fuchsia-800\/38 {
  background-color: rgb(134 25 143 / 0.38) !important;
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4) !important;
}
.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45) !important;
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05) !important;
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5) !important;
}
.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55) !important;
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6) !important;
}
.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65) !important;
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7) !important;
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75) !important;
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8) !important;
}
.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85) !important;
}
.bg-fuchsia-800\/87 {
  background-color: rgb(134 25 143 / 0.87) !important;
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9) !important;
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95) !important;
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0) !important;
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1) !important;
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1) !important;
}
.bg-fuchsia-900\/12 {
  background-color: rgb(112 26 117 / 0.12) !important;
}
.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15) !important;
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2) !important;
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25) !important;
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3) !important;
}
.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35) !important;
}
.bg-fuchsia-900\/38 {
  background-color: rgb(112 26 117 / 0.38) !important;
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4) !important;
}
.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45) !important;
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05) !important;
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5) !important;
}
.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55) !important;
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6) !important;
}
.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65) !important;
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7) !important;
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75) !important;
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8) !important;
}
.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85) !important;
}
.bg-fuchsia-900\/87 {
  background-color: rgb(112 26 117 / 0.87) !important;
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9) !important;
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95) !important;
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1)) !important;
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0) !important;
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1) !important;
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1) !important;
}
.bg-fuchsia-950\/12 {
  background-color: rgb(74 4 78 / 0.12) !important;
}
.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15) !important;
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2) !important;
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25) !important;
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3) !important;
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35) !important;
}
.bg-fuchsia-950\/38 {
  background-color: rgb(74 4 78 / 0.38) !important;
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4) !important;
}
.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45) !important;
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05) !important;
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5) !important;
}
.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55) !important;
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6) !important;
}
.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65) !important;
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7) !important;
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75) !important;
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8) !important;
}
.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85) !important;
}
.bg-fuchsia-950\/87 {
  background-color: rgb(74 4 78 / 0.87) !important;
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9) !important;
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-100\/0 {
  background-color: rgb(241 245 249 / 0) !important;
}
.bg-gray-100\/10 {
  background-color: rgb(241 245 249 / 0.1) !important;
}
.bg-gray-100\/100 {
  background-color: rgb(241 245 249 / 1) !important;
}
.bg-gray-100\/12 {
  background-color: rgb(241 245 249 / 0.12) !important;
}
.bg-gray-100\/15 {
  background-color: rgb(241 245 249 / 0.15) !important;
}
.bg-gray-100\/20 {
  background-color: rgb(241 245 249 / 0.2) !important;
}
.bg-gray-100\/25 {
  background-color: rgb(241 245 249 / 0.25) !important;
}
.bg-gray-100\/30 {
  background-color: rgb(241 245 249 / 0.3) !important;
}
.bg-gray-100\/35 {
  background-color: rgb(241 245 249 / 0.35) !important;
}
.bg-gray-100\/38 {
  background-color: rgb(241 245 249 / 0.38) !important;
}
.bg-gray-100\/40 {
  background-color: rgb(241 245 249 / 0.4) !important;
}
.bg-gray-100\/45 {
  background-color: rgb(241 245 249 / 0.45) !important;
}
.bg-gray-100\/5 {
  background-color: rgb(241 245 249 / 0.05) !important;
}
.bg-gray-100\/50 {
  background-color: rgb(241 245 249 / 0.5) !important;
}
.bg-gray-100\/55 {
  background-color: rgb(241 245 249 / 0.55) !important;
}
.bg-gray-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}
.bg-gray-100\/65 {
  background-color: rgb(241 245 249 / 0.65) !important;
}
.bg-gray-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}
.bg-gray-100\/75 {
  background-color: rgb(241 245 249 / 0.75) !important;
}
.bg-gray-100\/80 {
  background-color: rgb(241 245 249 / 0.8) !important;
}
.bg-gray-100\/85 {
  background-color: rgb(241 245 249 / 0.85) !important;
}
.bg-gray-100\/87 {
  background-color: rgb(241 245 249 / 0.87) !important;
}
.bg-gray-100\/90 {
  background-color: rgb(241 245 249 / 0.9) !important;
}
.bg-gray-100\/95 {
  background-color: rgb(241 245 249 / 0.95) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-200\/0 {
  background-color: rgb(226 232 240 / 0) !important;
}
.bg-gray-200\/10 {
  background-color: rgb(226 232 240 / 0.1) !important;
}
.bg-gray-200\/100 {
  background-color: rgb(226 232 240 / 1) !important;
}
.bg-gray-200\/12 {
  background-color: rgb(226 232 240 / 0.12) !important;
}
.bg-gray-200\/15 {
  background-color: rgb(226 232 240 / 0.15) !important;
}
.bg-gray-200\/20 {
  background-color: rgb(226 232 240 / 0.2) !important;
}
.bg-gray-200\/25 {
  background-color: rgb(226 232 240 / 0.25) !important;
}
.bg-gray-200\/30 {
  background-color: rgb(226 232 240 / 0.3) !important;
}
.bg-gray-200\/35 {
  background-color: rgb(226 232 240 / 0.35) !important;
}
.bg-gray-200\/38 {
  background-color: rgb(226 232 240 / 0.38) !important;
}
.bg-gray-200\/40 {
  background-color: rgb(226 232 240 / 0.4) !important;
}
.bg-gray-200\/45 {
  background-color: rgb(226 232 240 / 0.45) !important;
}
.bg-gray-200\/5 {
  background-color: rgb(226 232 240 / 0.05) !important;
}
.bg-gray-200\/50 {
  background-color: rgb(226 232 240 / 0.5) !important;
}
.bg-gray-200\/55 {
  background-color: rgb(226 232 240 / 0.55) !important;
}
.bg-gray-200\/60 {
  background-color: rgb(226 232 240 / 0.6) !important;
}
.bg-gray-200\/65 {
  background-color: rgb(226 232 240 / 0.65) !important;
}
.bg-gray-200\/70 {
  background-color: rgb(226 232 240 / 0.7) !important;
}
.bg-gray-200\/75 {
  background-color: rgb(226 232 240 / 0.75) !important;
}
.bg-gray-200\/80 {
  background-color: rgb(226 232 240 / 0.8) !important;
}
.bg-gray-200\/85 {
  background-color: rgb(226 232 240 / 0.85) !important;
}
.bg-gray-200\/87 {
  background-color: rgb(226 232 240 / 0.87) !important;
}
.bg-gray-200\/90 {
  background-color: rgb(226 232 240 / 0.9) !important;
}
.bg-gray-200\/95 {
  background-color: rgb(226 232 240 / 0.95) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-300\/0 {
  background-color: rgb(203 213 225 / 0) !important;
}
.bg-gray-300\/10 {
  background-color: rgb(203 213 225 / 0.1) !important;
}
.bg-gray-300\/100 {
  background-color: rgb(203 213 225 / 1) !important;
}
.bg-gray-300\/12 {
  background-color: rgb(203 213 225 / 0.12) !important;
}
.bg-gray-300\/15 {
  background-color: rgb(203 213 225 / 0.15) !important;
}
.bg-gray-300\/20 {
  background-color: rgb(203 213 225 / 0.2) !important;
}
.bg-gray-300\/25 {
  background-color: rgb(203 213 225 / 0.25) !important;
}
.bg-gray-300\/30 {
  background-color: rgb(203 213 225 / 0.3) !important;
}
.bg-gray-300\/35 {
  background-color: rgb(203 213 225 / 0.35) !important;
}
.bg-gray-300\/38 {
  background-color: rgb(203 213 225 / 0.38) !important;
}
.bg-gray-300\/40 {
  background-color: rgb(203 213 225 / 0.4) !important;
}
.bg-gray-300\/45 {
  background-color: rgb(203 213 225 / 0.45) !important;
}
.bg-gray-300\/5 {
  background-color: rgb(203 213 225 / 0.05) !important;
}
.bg-gray-300\/50 {
  background-color: rgb(203 213 225 / 0.5) !important;
}
.bg-gray-300\/55 {
  background-color: rgb(203 213 225 / 0.55) !important;
}
.bg-gray-300\/60 {
  background-color: rgb(203 213 225 / 0.6) !important;
}
.bg-gray-300\/65 {
  background-color: rgb(203 213 225 / 0.65) !important;
}
.bg-gray-300\/70 {
  background-color: rgb(203 213 225 / 0.7) !important;
}
.bg-gray-300\/75 {
  background-color: rgb(203 213 225 / 0.75) !important;
}
.bg-gray-300\/80 {
  background-color: rgb(203 213 225 / 0.8) !important;
}
.bg-gray-300\/85 {
  background-color: rgb(203 213 225 / 0.85) !important;
}
.bg-gray-300\/87 {
  background-color: rgb(203 213 225 / 0.87) !important;
}
.bg-gray-300\/90 {
  background-color: rgb(203 213 225 / 0.9) !important;
}
.bg-gray-300\/95 {
  background-color: rgb(203 213 225 / 0.95) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-400\/0 {
  background-color: rgb(148 163 184 / 0) !important;
}
.bg-gray-400\/10 {
  background-color: rgb(148 163 184 / 0.1) !important;
}
.bg-gray-400\/100 {
  background-color: rgb(148 163 184 / 1) !important;
}
.bg-gray-400\/12 {
  background-color: rgb(148 163 184 / 0.12) !important;
}
.bg-gray-400\/15 {
  background-color: rgb(148 163 184 / 0.15) !important;
}
.bg-gray-400\/20 {
  background-color: rgb(148 163 184 / 0.2) !important;
}
.bg-gray-400\/25 {
  background-color: rgb(148 163 184 / 0.25) !important;
}
.bg-gray-400\/30 {
  background-color: rgb(148 163 184 / 0.3) !important;
}
.bg-gray-400\/35 {
  background-color: rgb(148 163 184 / 0.35) !important;
}
.bg-gray-400\/38 {
  background-color: rgb(148 163 184 / 0.38) !important;
}
.bg-gray-400\/40 {
  background-color: rgb(148 163 184 / 0.4) !important;
}
.bg-gray-400\/45 {
  background-color: rgb(148 163 184 / 0.45) !important;
}
.bg-gray-400\/5 {
  background-color: rgb(148 163 184 / 0.05) !important;
}
.bg-gray-400\/50 {
  background-color: rgb(148 163 184 / 0.5) !important;
}
.bg-gray-400\/55 {
  background-color: rgb(148 163 184 / 0.55) !important;
}
.bg-gray-400\/60 {
  background-color: rgb(148 163 184 / 0.6) !important;
}
.bg-gray-400\/65 {
  background-color: rgb(148 163 184 / 0.65) !important;
}
.bg-gray-400\/70 {
  background-color: rgb(148 163 184 / 0.7) !important;
}
.bg-gray-400\/75 {
  background-color: rgb(148 163 184 / 0.75) !important;
}
.bg-gray-400\/80 {
  background-color: rgb(148 163 184 / 0.8) !important;
}
.bg-gray-400\/85 {
  background-color: rgb(148 163 184 / 0.85) !important;
}
.bg-gray-400\/87 {
  background-color: rgb(148 163 184 / 0.87) !important;
}
.bg-gray-400\/90 {
  background-color: rgb(148 163 184 / 0.9) !important;
}
.bg-gray-400\/95 {
  background-color: rgb(148 163 184 / 0.95) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-50\/0 {
  background-color: rgb(248 250 252 / 0) !important;
}
.bg-gray-50\/10 {
  background-color: rgb(248 250 252 / 0.1) !important;
}
.bg-gray-50\/100 {
  background-color: rgb(248 250 252 / 1) !important;
}
.bg-gray-50\/12 {
  background-color: rgb(248 250 252 / 0.12) !important;
}
.bg-gray-50\/15 {
  background-color: rgb(248 250 252 / 0.15) !important;
}
.bg-gray-50\/20 {
  background-color: rgb(248 250 252 / 0.2) !important;
}
.bg-gray-50\/25 {
  background-color: rgb(248 250 252 / 0.25) !important;
}
.bg-gray-50\/30 {
  background-color: rgb(248 250 252 / 0.3) !important;
}
.bg-gray-50\/35 {
  background-color: rgb(248 250 252 / 0.35) !important;
}
.bg-gray-50\/38 {
  background-color: rgb(248 250 252 / 0.38) !important;
}
.bg-gray-50\/40 {
  background-color: rgb(248 250 252 / 0.4) !important;
}
.bg-gray-50\/45 {
  background-color: rgb(248 250 252 / 0.45) !important;
}
.bg-gray-50\/5 {
  background-color: rgb(248 250 252 / 0.05) !important;
}
.bg-gray-50\/50 {
  background-color: rgb(248 250 252 / 0.5) !important;
}
.bg-gray-50\/55 {
  background-color: rgb(248 250 252 / 0.55) !important;
}
.bg-gray-50\/60 {
  background-color: rgb(248 250 252 / 0.6) !important;
}
.bg-gray-50\/65 {
  background-color: rgb(248 250 252 / 0.65) !important;
}
.bg-gray-50\/70 {
  background-color: rgb(248 250 252 / 0.7) !important;
}
.bg-gray-50\/75 {
  background-color: rgb(248 250 252 / 0.75) !important;
}
.bg-gray-50\/80 {
  background-color: rgb(248 250 252 / 0.8) !important;
}
.bg-gray-50\/85 {
  background-color: rgb(248 250 252 / 0.85) !important;
}
.bg-gray-50\/87 {
  background-color: rgb(248 250 252 / 0.87) !important;
}
.bg-gray-50\/90 {
  background-color: rgb(248 250 252 / 0.9) !important;
}
.bg-gray-50\/95 {
  background-color: rgb(248 250 252 / 0.95) !important;
}
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-500\/0 {
  background-color: rgb(100 116 139 / 0) !important;
}
.bg-gray-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}
.bg-gray-500\/100 {
  background-color: rgb(100 116 139 / 1) !important;
}
.bg-gray-500\/12 {
  background-color: rgb(100 116 139 / 0.12) !important;
}
.bg-gray-500\/15 {
  background-color: rgb(100 116 139 / 0.15) !important;
}
.bg-gray-500\/20 {
  background-color: rgb(100 116 139 / 0.2) !important;
}
.bg-gray-500\/25 {
  background-color: rgb(100 116 139 / 0.25) !important;
}
.bg-gray-500\/30 {
  background-color: rgb(100 116 139 / 0.3) !important;
}
.bg-gray-500\/35 {
  background-color: rgb(100 116 139 / 0.35) !important;
}
.bg-gray-500\/38 {
  background-color: rgb(100 116 139 / 0.38) !important;
}
.bg-gray-500\/40 {
  background-color: rgb(100 116 139 / 0.4) !important;
}
.bg-gray-500\/45 {
  background-color: rgb(100 116 139 / 0.45) !important;
}
.bg-gray-500\/5 {
  background-color: rgb(100 116 139 / 0.05) !important;
}
.bg-gray-500\/50 {
  background-color: rgb(100 116 139 / 0.5) !important;
}
.bg-gray-500\/55 {
  background-color: rgb(100 116 139 / 0.55) !important;
}
.bg-gray-500\/60 {
  background-color: rgb(100 116 139 / 0.6) !important;
}
.bg-gray-500\/65 {
  background-color: rgb(100 116 139 / 0.65) !important;
}
.bg-gray-500\/70 {
  background-color: rgb(100 116 139 / 0.7) !important;
}
.bg-gray-500\/75 {
  background-color: rgb(100 116 139 / 0.75) !important;
}
.bg-gray-500\/80 {
  background-color: rgb(100 116 139 / 0.8) !important;
}
.bg-gray-500\/85 {
  background-color: rgb(100 116 139 / 0.85) !important;
}
.bg-gray-500\/87 {
  background-color: rgb(100 116 139 / 0.87) !important;
}
.bg-gray-500\/90 {
  background-color: rgb(100 116 139 / 0.9) !important;
}
.bg-gray-500\/95 {
  background-color: rgb(100 116 139 / 0.95) !important;
}
.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-600\/0 {
  background-color: rgb(71 85 105 / 0) !important;
}
.bg-gray-600\/10 {
  background-color: rgb(71 85 105 / 0.1) !important;
}
.bg-gray-600\/100 {
  background-color: rgb(71 85 105 / 1) !important;
}
.bg-gray-600\/12 {
  background-color: rgb(71 85 105 / 0.12) !important;
}
.bg-gray-600\/15 {
  background-color: rgb(71 85 105 / 0.15) !important;
}
.bg-gray-600\/20 {
  background-color: rgb(71 85 105 / 0.2) !important;
}
.bg-gray-600\/25 {
  background-color: rgb(71 85 105 / 0.25) !important;
}
.bg-gray-600\/30 {
  background-color: rgb(71 85 105 / 0.3) !important;
}
.bg-gray-600\/35 {
  background-color: rgb(71 85 105 / 0.35) !important;
}
.bg-gray-600\/38 {
  background-color: rgb(71 85 105 / 0.38) !important;
}
.bg-gray-600\/40 {
  background-color: rgb(71 85 105 / 0.4) !important;
}
.bg-gray-600\/45 {
  background-color: rgb(71 85 105 / 0.45) !important;
}
.bg-gray-600\/5 {
  background-color: rgb(71 85 105 / 0.05) !important;
}
.bg-gray-600\/50 {
  background-color: rgb(71 85 105 / 0.5) !important;
}
.bg-gray-600\/55 {
  background-color: rgb(71 85 105 / 0.55) !important;
}
.bg-gray-600\/60 {
  background-color: rgb(71 85 105 / 0.6) !important;
}
.bg-gray-600\/65 {
  background-color: rgb(71 85 105 / 0.65) !important;
}
.bg-gray-600\/70 {
  background-color: rgb(71 85 105 / 0.7) !important;
}
.bg-gray-600\/75 {
  background-color: rgb(71 85 105 / 0.75) !important;
}
.bg-gray-600\/80 {
  background-color: rgb(71 85 105 / 0.8) !important;
}
.bg-gray-600\/85 {
  background-color: rgb(71 85 105 / 0.85) !important;
}
.bg-gray-600\/87 {
  background-color: rgb(71 85 105 / 0.87) !important;
}
.bg-gray-600\/90 {
  background-color: rgb(71 85 105 / 0.9) !important;
}
.bg-gray-600\/95 {
  background-color: rgb(71 85 105 / 0.95) !important;
}
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-700\/0 {
  background-color: rgb(51 65 85 / 0) !important;
}
.bg-gray-700\/10 {
  background-color: rgb(51 65 85 / 0.1) !important;
}
.bg-gray-700\/100 {
  background-color: rgb(51 65 85 / 1) !important;
}
.bg-gray-700\/12 {
  background-color: rgb(51 65 85 / 0.12) !important;
}
.bg-gray-700\/15 {
  background-color: rgb(51 65 85 / 0.15) !important;
}
.bg-gray-700\/20 {
  background-color: rgb(51 65 85 / 0.2) !important;
}
.bg-gray-700\/25 {
  background-color: rgb(51 65 85 / 0.25) !important;
}
.bg-gray-700\/30 {
  background-color: rgb(51 65 85 / 0.3) !important;
}
.bg-gray-700\/35 {
  background-color: rgb(51 65 85 / 0.35) !important;
}
.bg-gray-700\/38 {
  background-color: rgb(51 65 85 / 0.38) !important;
}
.bg-gray-700\/40 {
  background-color: rgb(51 65 85 / 0.4) !important;
}
.bg-gray-700\/45 {
  background-color: rgb(51 65 85 / 0.45) !important;
}
.bg-gray-700\/5 {
  background-color: rgb(51 65 85 / 0.05) !important;
}
.bg-gray-700\/50 {
  background-color: rgb(51 65 85 / 0.5) !important;
}
.bg-gray-700\/55 {
  background-color: rgb(51 65 85 / 0.55) !important;
}
.bg-gray-700\/60 {
  background-color: rgb(51 65 85 / 0.6) !important;
}
.bg-gray-700\/65 {
  background-color: rgb(51 65 85 / 0.65) !important;
}
.bg-gray-700\/70 {
  background-color: rgb(51 65 85 / 0.7) !important;
}
.bg-gray-700\/75 {
  background-color: rgb(51 65 85 / 0.75) !important;
}
.bg-gray-700\/80 {
  background-color: rgb(51 65 85 / 0.8) !important;
}
.bg-gray-700\/85 {
  background-color: rgb(51 65 85 / 0.85) !important;
}
.bg-gray-700\/87 {
  background-color: rgb(51 65 85 / 0.87) !important;
}
.bg-gray-700\/90 {
  background-color: rgb(51 65 85 / 0.9) !important;
}
.bg-gray-700\/95 {
  background-color: rgb(51 65 85 / 0.95) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-800\/0 {
  background-color: rgb(30 41 59 / 0) !important;
}
.bg-gray-800\/10 {
  background-color: rgb(30 41 59 / 0.1) !important;
}
.bg-gray-800\/100 {
  background-color: rgb(30 41 59 / 1) !important;
}
.bg-gray-800\/12 {
  background-color: rgb(30 41 59 / 0.12) !important;
}
.bg-gray-800\/15 {
  background-color: rgb(30 41 59 / 0.15) !important;
}
.bg-gray-800\/20 {
  background-color: rgb(30 41 59 / 0.2) !important;
}
.bg-gray-800\/25 {
  background-color: rgb(30 41 59 / 0.25) !important;
}
.bg-gray-800\/30 {
  background-color: rgb(30 41 59 / 0.3) !important;
}
.bg-gray-800\/35 {
  background-color: rgb(30 41 59 / 0.35) !important;
}
.bg-gray-800\/38 {
  background-color: rgb(30 41 59 / 0.38) !important;
}
.bg-gray-800\/40 {
  background-color: rgb(30 41 59 / 0.4) !important;
}
.bg-gray-800\/45 {
  background-color: rgb(30 41 59 / 0.45) !important;
}
.bg-gray-800\/5 {
  background-color: rgb(30 41 59 / 0.05) !important;
}
.bg-gray-800\/50 {
  background-color: rgb(30 41 59 / 0.5) !important;
}
.bg-gray-800\/55 {
  background-color: rgb(30 41 59 / 0.55) !important;
}
.bg-gray-800\/60 {
  background-color: rgb(30 41 59 / 0.6) !important;
}
.bg-gray-800\/65 {
  background-color: rgb(30 41 59 / 0.65) !important;
}
.bg-gray-800\/70 {
  background-color: rgb(30 41 59 / 0.7) !important;
}
.bg-gray-800\/75 {
  background-color: rgb(30 41 59 / 0.75) !important;
}
.bg-gray-800\/80 {
  background-color: rgb(30 41 59 / 0.8) !important;
}
.bg-gray-800\/85 {
  background-color: rgb(30 41 59 / 0.85) !important;
}
.bg-gray-800\/87 {
  background-color: rgb(30 41 59 / 0.87) !important;
}
.bg-gray-800\/90 {
  background-color: rgb(30 41 59 / 0.9) !important;
}
.bg-gray-800\/95 {
  background-color: rgb(30 41 59 / 0.95) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-900\/0 {
  background-color: rgb(15 23 42 / 0) !important;
}
.bg-gray-900\/10 {
  background-color: rgb(15 23 42 / 0.1) !important;
}
.bg-gray-900\/100 {
  background-color: rgb(15 23 42 / 1) !important;
}
.bg-gray-900\/12 {
  background-color: rgb(15 23 42 / 0.12) !important;
}
.bg-gray-900\/15 {
  background-color: rgb(15 23 42 / 0.15) !important;
}
.bg-gray-900\/20 {
  background-color: rgb(15 23 42 / 0.2) !important;
}
.bg-gray-900\/25 {
  background-color: rgb(15 23 42 / 0.25) !important;
}
.bg-gray-900\/30 {
  background-color: rgb(15 23 42 / 0.3) !important;
}
.bg-gray-900\/35 {
  background-color: rgb(15 23 42 / 0.35) !important;
}
.bg-gray-900\/38 {
  background-color: rgb(15 23 42 / 0.38) !important;
}
.bg-gray-900\/40 {
  background-color: rgb(15 23 42 / 0.4) !important;
}
.bg-gray-900\/45 {
  background-color: rgb(15 23 42 / 0.45) !important;
}
.bg-gray-900\/5 {
  background-color: rgb(15 23 42 / 0.05) !important;
}
.bg-gray-900\/50 {
  background-color: rgb(15 23 42 / 0.5) !important;
}
.bg-gray-900\/55 {
  background-color: rgb(15 23 42 / 0.55) !important;
}
.bg-gray-900\/60 {
  background-color: rgb(15 23 42 / 0.6) !important;
}
.bg-gray-900\/65 {
  background-color: rgb(15 23 42 / 0.65) !important;
}
.bg-gray-900\/70 {
  background-color: rgb(15 23 42 / 0.7) !important;
}
.bg-gray-900\/75 {
  background-color: rgb(15 23 42 / 0.75) !important;
}
.bg-gray-900\/80 {
  background-color: rgb(15 23 42 / 0.8) !important;
}
.bg-gray-900\/85 {
  background-color: rgb(15 23 42 / 0.85) !important;
}
.bg-gray-900\/87 {
  background-color: rgb(15 23 42 / 0.87) !important;
}
.bg-gray-900\/90 {
  background-color: rgb(15 23 42 / 0.9) !important;
}
.bg-gray-900\/95 {
  background-color: rgb(15 23 42 / 0.95) !important;
}
.bg-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-950\/0 {
  background-color: rgb(2 6 23 / 0) !important;
}
.bg-gray-950\/10 {
  background-color: rgb(2 6 23 / 0.1) !important;
}
.bg-gray-950\/100 {
  background-color: rgb(2 6 23 / 1) !important;
}
.bg-gray-950\/12 {
  background-color: rgb(2 6 23 / 0.12) !important;
}
.bg-gray-950\/15 {
  background-color: rgb(2 6 23 / 0.15) !important;
}
.bg-gray-950\/20 {
  background-color: rgb(2 6 23 / 0.2) !important;
}
.bg-gray-950\/25 {
  background-color: rgb(2 6 23 / 0.25) !important;
}
.bg-gray-950\/30 {
  background-color: rgb(2 6 23 / 0.3) !important;
}
.bg-gray-950\/35 {
  background-color: rgb(2 6 23 / 0.35) !important;
}
.bg-gray-950\/38 {
  background-color: rgb(2 6 23 / 0.38) !important;
}
.bg-gray-950\/40 {
  background-color: rgb(2 6 23 / 0.4) !important;
}
.bg-gray-950\/45 {
  background-color: rgb(2 6 23 / 0.45) !important;
}
.bg-gray-950\/5 {
  background-color: rgb(2 6 23 / 0.05) !important;
}
.bg-gray-950\/50 {
  background-color: rgb(2 6 23 / 0.5) !important;
}
.bg-gray-950\/55 {
  background-color: rgb(2 6 23 / 0.55) !important;
}
.bg-gray-950\/60 {
  background-color: rgb(2 6 23 / 0.6) !important;
}
.bg-gray-950\/65 {
  background-color: rgb(2 6 23 / 0.65) !important;
}
.bg-gray-950\/70 {
  background-color: rgb(2 6 23 / 0.7) !important;
}
.bg-gray-950\/75 {
  background-color: rgb(2 6 23 / 0.75) !important;
}
.bg-gray-950\/80 {
  background-color: rgb(2 6 23 / 0.8) !important;
}
.bg-gray-950\/85 {
  background-color: rgb(2 6 23 / 0.85) !important;
}
.bg-gray-950\/87 {
  background-color: rgb(2 6 23 / 0.87) !important;
}
.bg-gray-950\/90 {
  background-color: rgb(2 6 23 / 0.9) !important;
}
.bg-gray-950\/95 {
  background-color: rgb(2 6 23 / 0.95) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0) !important;
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1) !important;
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1) !important;
}
.bg-green-100\/12 {
  background-color: rgb(220 252 231 / 0.12) !important;
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15) !important;
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2) !important;
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25) !important;
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3) !important;
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35) !important;
}
.bg-green-100\/38 {
  background-color: rgb(220 252 231 / 0.38) !important;
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4) !important;
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45) !important;
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05) !important;
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5) !important;
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55) !important;
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6) !important;
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65) !important;
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7) !important;
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75) !important;
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8) !important;
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85) !important;
}
.bg-green-100\/87 {
  background-color: rgb(220 252 231 / 0.87) !important;
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9) !important;
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95) !important;
}
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0) !important;
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1) !important;
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1) !important;
}
.bg-green-200\/12 {
  background-color: rgb(187 247 208 / 0.12) !important;
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15) !important;
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2) !important;
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25) !important;
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3) !important;
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35) !important;
}
.bg-green-200\/38 {
  background-color: rgb(187 247 208 / 0.38) !important;
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4) !important;
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45) !important;
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05) !important;
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5) !important;
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55) !important;
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6) !important;
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65) !important;
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7) !important;
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75) !important;
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8) !important;
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85) !important;
}
.bg-green-200\/87 {
  background-color: rgb(187 247 208 / 0.87) !important;
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9) !important;
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95) !important;
}
.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0) !important;
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1) !important;
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1) !important;
}
.bg-green-300\/12 {
  background-color: rgb(134 239 172 / 0.12) !important;
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15) !important;
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2) !important;
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25) !important;
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3) !important;
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35) !important;
}
.bg-green-300\/38 {
  background-color: rgb(134 239 172 / 0.38) !important;
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4) !important;
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45) !important;
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05) !important;
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5) !important;
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55) !important;
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6) !important;
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65) !important;
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7) !important;
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75) !important;
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8) !important;
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85) !important;
}
.bg-green-300\/87 {
  background-color: rgb(134 239 172 / 0.87) !important;
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9) !important;
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95) !important;
}
.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0) !important;
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1) !important;
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1) !important;
}
.bg-green-400\/12 {
  background-color: rgb(74 222 128 / 0.12) !important;
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15) !important;
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2) !important;
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25) !important;
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3) !important;
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35) !important;
}
.bg-green-400\/38 {
  background-color: rgb(74 222 128 / 0.38) !important;
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4) !important;
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45) !important;
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05) !important;
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5) !important;
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55) !important;
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6) !important;
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65) !important;
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7) !important;
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75) !important;
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8) !important;
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85) !important;
}
.bg-green-400\/87 {
  background-color: rgb(74 222 128 / 0.87) !important;
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9) !important;
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95) !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0) !important;
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1) !important;
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1) !important;
}
.bg-green-50\/12 {
  background-color: rgb(240 253 244 / 0.12) !important;
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15) !important;
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2) !important;
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25) !important;
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3) !important;
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35) !important;
}
.bg-green-50\/38 {
  background-color: rgb(240 253 244 / 0.38) !important;
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4) !important;
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45) !important;
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05) !important;
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5) !important;
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55) !important;
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6) !important;
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65) !important;
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7) !important;
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75) !important;
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8) !important;
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85) !important;
}
.bg-green-50\/87 {
  background-color: rgb(240 253 244 / 0.87) !important;
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9) !important;
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95) !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0) !important;
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1) !important;
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1) !important;
}
.bg-green-500\/12 {
  background-color: rgb(34 197 94 / 0.12) !important;
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15) !important;
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2) !important;
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25) !important;
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35) !important;
}
.bg-green-500\/38 {
  background-color: rgb(34 197 94 / 0.38) !important;
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4) !important;
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45) !important;
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05) !important;
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5) !important;
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55) !important;
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6) !important;
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65) !important;
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7) !important;
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75) !important;
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8) !important;
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85) !important;
}
.bg-green-500\/87 {
  background-color: rgb(34 197 94 / 0.87) !important;
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9) !important;
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95) !important;
}
.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0) !important;
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1) !important;
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1) !important;
}
.bg-green-600\/12 {
  background-color: rgb(22 163 74 / 0.12) !important;
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15) !important;
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2) !important;
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25) !important;
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3) !important;
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35) !important;
}
.bg-green-600\/38 {
  background-color: rgb(22 163 74 / 0.38) !important;
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4) !important;
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45) !important;
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05) !important;
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5) !important;
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55) !important;
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6) !important;
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65) !important;
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7) !important;
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75) !important;
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8) !important;
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85) !important;
}
.bg-green-600\/87 {
  background-color: rgb(22 163 74 / 0.87) !important;
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9) !important;
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95) !important;
}
.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0) !important;
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1) !important;
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1) !important;
}
.bg-green-700\/12 {
  background-color: rgb(21 128 61 / 0.12) !important;
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15) !important;
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2) !important;
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25) !important;
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3) !important;
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35) !important;
}
.bg-green-700\/38 {
  background-color: rgb(21 128 61 / 0.38) !important;
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4) !important;
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45) !important;
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05) !important;
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5) !important;
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55) !important;
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6) !important;
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65) !important;
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7) !important;
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75) !important;
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8) !important;
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85) !important;
}
.bg-green-700\/87 {
  background-color: rgb(21 128 61 / 0.87) !important;
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9) !important;
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95) !important;
}
.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0) !important;
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1) !important;
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1) !important;
}
.bg-green-800\/12 {
  background-color: rgb(22 101 52 / 0.12) !important;
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15) !important;
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2) !important;
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25) !important;
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3) !important;
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35) !important;
}
.bg-green-800\/38 {
  background-color: rgb(22 101 52 / 0.38) !important;
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4) !important;
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45) !important;
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05) !important;
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5) !important;
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55) !important;
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6) !important;
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65) !important;
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75) !important;
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8) !important;
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85) !important;
}
.bg-green-800\/87 {
  background-color: rgb(22 101 52 / 0.87) !important;
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9) !important;
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95) !important;
}
.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0) !important;
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1) !important;
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1) !important;
}
.bg-green-900\/12 {
  background-color: rgb(20 83 45 / 0.12) !important;
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15) !important;
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2) !important;
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25) !important;
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3) !important;
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35) !important;
}
.bg-green-900\/38 {
  background-color: rgb(20 83 45 / 0.38) !important;
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4) !important;
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45) !important;
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05) !important;
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5) !important;
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55) !important;
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6) !important;
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65) !important;
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7) !important;
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75) !important;
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8) !important;
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85) !important;
}
.bg-green-900\/87 {
  background-color: rgb(20 83 45 / 0.87) !important;
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9) !important;
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95) !important;
}
.bg-green-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0) !important;
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1) !important;
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1) !important;
}
.bg-green-950\/12 {
  background-color: rgb(5 46 22 / 0.12) !important;
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15) !important;
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2) !important;
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25) !important;
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3) !important;
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35) !important;
}
.bg-green-950\/38 {
  background-color: rgb(5 46 22 / 0.38) !important;
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4) !important;
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45) !important;
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05) !important;
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5) !important;
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55) !important;
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6) !important;
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65) !important;
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7) !important;
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75) !important;
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8) !important;
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85) !important;
}
.bg-green-950\/87 {
  background-color: rgb(5 46 22 / 0.87) !important;
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9) !important;
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95) !important;
}
.bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0) !important;
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1) !important;
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1) !important;
}
.bg-indigo-100\/12 {
  background-color: rgb(224 231 255 / 0.12) !important;
}
.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15) !important;
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2) !important;
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25) !important;
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3) !important;
}
.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35) !important;
}
.bg-indigo-100\/38 {
  background-color: rgb(224 231 255 / 0.38) !important;
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4) !important;
}
.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45) !important;
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05) !important;
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5) !important;
}
.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55) !important;
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6) !important;
}
.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65) !important;
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7) !important;
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75) !important;
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8) !important;
}
.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85) !important;
}
.bg-indigo-100\/87 {
  background-color: rgb(224 231 255 / 0.87) !important;
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9) !important;
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95) !important;
}
.bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0) !important;
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1) !important;
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1) !important;
}
.bg-indigo-200\/12 {
  background-color: rgb(199 210 254 / 0.12) !important;
}
.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15) !important;
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2) !important;
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25) !important;
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3) !important;
}
.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35) !important;
}
.bg-indigo-200\/38 {
  background-color: rgb(199 210 254 / 0.38) !important;
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4) !important;
}
.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45) !important;
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05) !important;
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5) !important;
}
.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55) !important;
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6) !important;
}
.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65) !important;
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7) !important;
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75) !important;
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8) !important;
}
.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85) !important;
}
.bg-indigo-200\/87 {
  background-color: rgb(199 210 254 / 0.87) !important;
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9) !important;
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95) !important;
}
.bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0) !important;
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1) !important;
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1) !important;
}
.bg-indigo-300\/12 {
  background-color: rgb(165 180 252 / 0.12) !important;
}
.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15) !important;
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2) !important;
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25) !important;
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3) !important;
}
.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35) !important;
}
.bg-indigo-300\/38 {
  background-color: rgb(165 180 252 / 0.38) !important;
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4) !important;
}
.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45) !important;
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05) !important;
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5) !important;
}
.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55) !important;
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6) !important;
}
.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65) !important;
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7) !important;
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75) !important;
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8) !important;
}
.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85) !important;
}
.bg-indigo-300\/87 {
  background-color: rgb(165 180 252 / 0.87) !important;
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9) !important;
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95) !important;
}
.bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0) !important;
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1) !important;
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1) !important;
}
.bg-indigo-400\/12 {
  background-color: rgb(129 140 248 / 0.12) !important;
}
.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15) !important;
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2) !important;
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25) !important;
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3) !important;
}
.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35) !important;
}
.bg-indigo-400\/38 {
  background-color: rgb(129 140 248 / 0.38) !important;
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4) !important;
}
.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45) !important;
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05) !important;
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5) !important;
}
.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55) !important;
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6) !important;
}
.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65) !important;
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7) !important;
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75) !important;
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8) !important;
}
.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85) !important;
}
.bg-indigo-400\/87 {
  background-color: rgb(129 140 248 / 0.87) !important;
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9) !important;
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95) !important;
}
.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0) !important;
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1) !important;
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1) !important;
}
.bg-indigo-50\/12 {
  background-color: rgb(238 242 255 / 0.12) !important;
}
.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15) !important;
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2) !important;
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25) !important;
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3) !important;
}
.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35) !important;
}
.bg-indigo-50\/38 {
  background-color: rgb(238 242 255 / 0.38) !important;
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4) !important;
}
.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45) !important;
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05) !important;
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5) !important;
}
.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55) !important;
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6) !important;
}
.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65) !important;
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7) !important;
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75) !important;
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8) !important;
}
.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85) !important;
}
.bg-indigo-50\/87 {
  background-color: rgb(238 242 255 / 0.87) !important;
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9) !important;
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95) !important;
}
.bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0) !important;
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1) !important;
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1) !important;
}
.bg-indigo-500\/12 {
  background-color: rgb(99 102 241 / 0.12) !important;
}
.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15) !important;
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2) !important;
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25) !important;
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3) !important;
}
.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35) !important;
}
.bg-indigo-500\/38 {
  background-color: rgb(99 102 241 / 0.38) !important;
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4) !important;
}
.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45) !important;
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05) !important;
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5) !important;
}
.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55) !important;
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6) !important;
}
.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65) !important;
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7) !important;
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75) !important;
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8) !important;
}
.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85) !important;
}
.bg-indigo-500\/87 {
  background-color: rgb(99 102 241 / 0.87) !important;
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9) !important;
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95) !important;
}
.bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0) !important;
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1) !important;
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1) !important;
}
.bg-indigo-600\/12 {
  background-color: rgb(79 70 229 / 0.12) !important;
}
.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15) !important;
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2) !important;
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25) !important;
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3) !important;
}
.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35) !important;
}
.bg-indigo-600\/38 {
  background-color: rgb(79 70 229 / 0.38) !important;
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4) !important;
}
.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45) !important;
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05) !important;
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5) !important;
}
.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55) !important;
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6) !important;
}
.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65) !important;
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7) !important;
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75) !important;
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8) !important;
}
.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85) !important;
}
.bg-indigo-600\/87 {
  background-color: rgb(79 70 229 / 0.87) !important;
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9) !important;
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95) !important;
}
.bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0) !important;
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1) !important;
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1) !important;
}
.bg-indigo-700\/12 {
  background-color: rgb(67 56 202 / 0.12) !important;
}
.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15) !important;
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2) !important;
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25) !important;
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3) !important;
}
.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35) !important;
}
.bg-indigo-700\/38 {
  background-color: rgb(67 56 202 / 0.38) !important;
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4) !important;
}
.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45) !important;
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05) !important;
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5) !important;
}
.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55) !important;
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6) !important;
}
.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65) !important;
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7) !important;
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75) !important;
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8) !important;
}
.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85) !important;
}
.bg-indigo-700\/87 {
  background-color: rgb(67 56 202 / 0.87) !important;
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9) !important;
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95) !important;
}
.bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0) !important;
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1) !important;
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1) !important;
}
.bg-indigo-800\/12 {
  background-color: rgb(55 48 163 / 0.12) !important;
}
.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15) !important;
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2) !important;
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25) !important;
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3) !important;
}
.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35) !important;
}
.bg-indigo-800\/38 {
  background-color: rgb(55 48 163 / 0.38) !important;
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4) !important;
}
.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45) !important;
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05) !important;
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5) !important;
}
.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55) !important;
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6) !important;
}
.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65) !important;
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7) !important;
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75) !important;
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8) !important;
}
.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85) !important;
}
.bg-indigo-800\/87 {
  background-color: rgb(55 48 163 / 0.87) !important;
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9) !important;
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95) !important;
}
.bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0) !important;
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1) !important;
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1) !important;
}
.bg-indigo-900\/12 {
  background-color: rgb(49 46 129 / 0.12) !important;
}
.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15) !important;
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2) !important;
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25) !important;
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3) !important;
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35) !important;
}
.bg-indigo-900\/38 {
  background-color: rgb(49 46 129 / 0.38) !important;
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4) !important;
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45) !important;
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05) !important;
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5) !important;
}
.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55) !important;
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6) !important;
}
.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65) !important;
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7) !important;
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75) !important;
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8) !important;
}
.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85) !important;
}
.bg-indigo-900\/87 {
  background-color: rgb(49 46 129 / 0.87) !important;
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9) !important;
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95) !important;
}
.bg-indigo-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1)) !important;
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0) !important;
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1) !important;
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1) !important;
}
.bg-indigo-950\/12 {
  background-color: rgb(30 27 75 / 0.12) !important;
}
.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15) !important;
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2) !important;
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25) !important;
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3) !important;
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35) !important;
}
.bg-indigo-950\/38 {
  background-color: rgb(30 27 75 / 0.38) !important;
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4) !important;
}
.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45) !important;
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05) !important;
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5) !important;
}
.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55) !important;
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6) !important;
}
.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65) !important;
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7) !important;
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75) !important;
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8) !important;
}
.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85) !important;
}
.bg-indigo-950\/87 {
  background-color: rgb(30 27 75 / 0.87) !important;
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9) !important;
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95) !important;
}
.bg-inherit {
  background-color: inherit !important;
}
.bg-input {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(240 6% 90% / var(--tw-bg-opacity, 1)) !important;
}
.bg-input\/0 {
  background-color: hsl(240 6% 90% / 0) !important;
}
.bg-input\/10 {
  background-color: hsl(240 6% 90% / 0.1) !important;
}
.bg-input\/100 {
  background-color: hsl(240 6% 90% / 1) !important;
}
.bg-input\/12 {
  background-color: hsl(240 6% 90% / 0.12) !important;
}
.bg-input\/15 {
  background-color: hsl(240 6% 90% / 0.15) !important;
}
.bg-input\/20 {
  background-color: hsl(240 6% 90% / 0.2) !important;
}
.bg-input\/25 {
  background-color: hsl(240 6% 90% / 0.25) !important;
}
.bg-input\/30 {
  background-color: hsl(240 6% 90% / 0.3) !important;
}
.bg-input\/35 {
  background-color: hsl(240 6% 90% / 0.35) !important;
}
.bg-input\/38 {
  background-color: hsl(240 6% 90% / 0.38) !important;
}
.bg-input\/40 {
  background-color: hsl(240 6% 90% / 0.4) !important;
}
.bg-input\/45 {
  background-color: hsl(240 6% 90% / 0.45) !important;
}
.bg-input\/5 {
  background-color: hsl(240 6% 90% / 0.05) !important;
}
.bg-input\/50 {
  background-color: hsl(240 6% 90% / 0.5) !important;
}
.bg-input\/55 {
  background-color: hsl(240 6% 90% / 0.55) !important;
}
.bg-input\/60 {
  background-color: hsl(240 6% 90% / 0.6) !important;
}
.bg-input\/65 {
  background-color: hsl(240 6% 90% / 0.65) !important;
}
.bg-input\/70 {
  background-color: hsl(240 6% 90% / 0.7) !important;
}
.bg-input\/75 {
  background-color: hsl(240 6% 90% / 0.75) !important;
}
.bg-input\/80 {
  background-color: hsl(240 6% 90% / 0.8) !important;
}
.bg-input\/85 {
  background-color: hsl(240 6% 90% / 0.85) !important;
}
.bg-input\/87 {
  background-color: hsl(240 6% 90% / 0.87) !important;
}
.bg-input\/90 {
  background-color: hsl(240 6% 90% / 0.9) !important;
}
.bg-input\/95 {
  background-color: hsl(240 6% 90% / 0.95) !important;
}
.bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0) !important;
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1) !important;
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1) !important;
}
.bg-lime-100\/12 {
  background-color: rgb(236 252 203 / 0.12) !important;
}
.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15) !important;
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2) !important;
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25) !important;
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3) !important;
}
.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35) !important;
}
.bg-lime-100\/38 {
  background-color: rgb(236 252 203 / 0.38) !important;
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4) !important;
}
.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45) !important;
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05) !important;
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5) !important;
}
.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55) !important;
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6) !important;
}
.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65) !important;
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7) !important;
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75) !important;
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8) !important;
}
.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85) !important;
}
.bg-lime-100\/87 {
  background-color: rgb(236 252 203 / 0.87) !important;
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9) !important;
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95) !important;
}
.bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0) !important;
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1) !important;
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1) !important;
}
.bg-lime-200\/12 {
  background-color: rgb(217 249 157 / 0.12) !important;
}
.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15) !important;
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2) !important;
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25) !important;
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3) !important;
}
.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35) !important;
}
.bg-lime-200\/38 {
  background-color: rgb(217 249 157 / 0.38) !important;
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4) !important;
}
.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45) !important;
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05) !important;
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5) !important;
}
.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55) !important;
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6) !important;
}
.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65) !important;
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7) !important;
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75) !important;
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8) !important;
}
.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85) !important;
}
.bg-lime-200\/87 {
  background-color: rgb(217 249 157 / 0.87) !important;
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9) !important;
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95) !important;
}
.bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0) !important;
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1) !important;
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1) !important;
}
.bg-lime-300\/12 {
  background-color: rgb(190 242 100 / 0.12) !important;
}
.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15) !important;
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2) !important;
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25) !important;
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3) !important;
}
.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35) !important;
}
.bg-lime-300\/38 {
  background-color: rgb(190 242 100 / 0.38) !important;
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4) !important;
}
.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45) !important;
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05) !important;
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5) !important;
}
.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55) !important;
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6) !important;
}
.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65) !important;
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7) !important;
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75) !important;
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8) !important;
}
.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85) !important;
}
.bg-lime-300\/87 {
  background-color: rgb(190 242 100 / 0.87) !important;
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9) !important;
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95) !important;
}
.bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0) !important;
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1) !important;
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1) !important;
}
.bg-lime-400\/12 {
  background-color: rgb(163 230 53 / 0.12) !important;
}
.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15) !important;
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2) !important;
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25) !important;
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3) !important;
}
.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35) !important;
}
.bg-lime-400\/38 {
  background-color: rgb(163 230 53 / 0.38) !important;
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4) !important;
}
.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45) !important;
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05) !important;
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5) !important;
}
.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55) !important;
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6) !important;
}
.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65) !important;
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7) !important;
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75) !important;
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8) !important;
}
.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85) !important;
}
.bg-lime-400\/87 {
  background-color: rgb(163 230 53 / 0.87) !important;
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9) !important;
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95) !important;
}
.bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0) !important;
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1) !important;
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1) !important;
}
.bg-lime-50\/12 {
  background-color: rgb(247 254 231 / 0.12) !important;
}
.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15) !important;
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2) !important;
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25) !important;
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3) !important;
}
.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35) !important;
}
.bg-lime-50\/38 {
  background-color: rgb(247 254 231 / 0.38) !important;
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4) !important;
}
.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45) !important;
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05) !important;
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5) !important;
}
.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55) !important;
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6) !important;
}
.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65) !important;
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7) !important;
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75) !important;
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8) !important;
}
.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85) !important;
}
.bg-lime-50\/87 {
  background-color: rgb(247 254 231 / 0.87) !important;
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9) !important;
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95) !important;
}
.bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0) !important;
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1) !important;
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1) !important;
}
.bg-lime-500\/12 {
  background-color: rgb(132 204 22 / 0.12) !important;
}
.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15) !important;
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2) !important;
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25) !important;
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3) !important;
}
.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35) !important;
}
.bg-lime-500\/38 {
  background-color: rgb(132 204 22 / 0.38) !important;
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4) !important;
}
.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45) !important;
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05) !important;
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5) !important;
}
.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55) !important;
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6) !important;
}
.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65) !important;
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7) !important;
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75) !important;
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8) !important;
}
.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85) !important;
}
.bg-lime-500\/87 {
  background-color: rgb(132 204 22 / 0.87) !important;
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9) !important;
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95) !important;
}
.bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0) !important;
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1) !important;
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1) !important;
}
.bg-lime-600\/12 {
  background-color: rgb(101 163 13 / 0.12) !important;
}
.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15) !important;
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2) !important;
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25) !important;
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3) !important;
}
.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35) !important;
}
.bg-lime-600\/38 {
  background-color: rgb(101 163 13 / 0.38) !important;
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4) !important;
}
.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45) !important;
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05) !important;
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5) !important;
}
.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55) !important;
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6) !important;
}
.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65) !important;
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7) !important;
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75) !important;
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8) !important;
}
.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85) !important;
}
.bg-lime-600\/87 {
  background-color: rgb(101 163 13 / 0.87) !important;
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9) !important;
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95) !important;
}
.bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0) !important;
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1) !important;
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1) !important;
}
.bg-lime-700\/12 {
  background-color: rgb(77 124 15 / 0.12) !important;
}
.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15) !important;
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2) !important;
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25) !important;
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3) !important;
}
.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35) !important;
}
.bg-lime-700\/38 {
  background-color: rgb(77 124 15 / 0.38) !important;
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4) !important;
}
.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45) !important;
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05) !important;
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5) !important;
}
.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55) !important;
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6) !important;
}
.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65) !important;
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7) !important;
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75) !important;
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8) !important;
}
.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85) !important;
}
.bg-lime-700\/87 {
  background-color: rgb(77 124 15 / 0.87) !important;
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9) !important;
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95) !important;
}
.bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0) !important;
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1) !important;
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1) !important;
}
.bg-lime-800\/12 {
  background-color: rgb(63 98 18 / 0.12) !important;
}
.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15) !important;
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2) !important;
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25) !important;
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3) !important;
}
.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35) !important;
}
.bg-lime-800\/38 {
  background-color: rgb(63 98 18 / 0.38) !important;
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4) !important;
}
.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45) !important;
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05) !important;
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5) !important;
}
.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55) !important;
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6) !important;
}
.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65) !important;
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7) !important;
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75) !important;
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8) !important;
}
.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85) !important;
}
.bg-lime-800\/87 {
  background-color: rgb(63 98 18 / 0.87) !important;
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9) !important;
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95) !important;
}
.bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0) !important;
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1) !important;
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1) !important;
}
.bg-lime-900\/12 {
  background-color: rgb(54 83 20 / 0.12) !important;
}
.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15) !important;
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2) !important;
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25) !important;
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3) !important;
}
.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35) !important;
}
.bg-lime-900\/38 {
  background-color: rgb(54 83 20 / 0.38) !important;
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4) !important;
}
.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45) !important;
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05) !important;
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5) !important;
}
.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55) !important;
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6) !important;
}
.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65) !important;
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7) !important;
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75) !important;
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8) !important;
}
.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85) !important;
}
.bg-lime-900\/87 {
  background-color: rgb(54 83 20 / 0.87) !important;
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9) !important;
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95) !important;
}
.bg-lime-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1)) !important;
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0) !important;
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1) !important;
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1) !important;
}
.bg-lime-950\/12 {
  background-color: rgb(26 46 5 / 0.12) !important;
}
.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15) !important;
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2) !important;
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25) !important;
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3) !important;
}
.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35) !important;
}
.bg-lime-950\/38 {
  background-color: rgb(26 46 5 / 0.38) !important;
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4) !important;
}
.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45) !important;
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05) !important;
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5) !important;
}
.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55) !important;
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6) !important;
}
.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65) !important;
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7) !important;
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75) !important;
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8) !important;
}
.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85) !important;
}
.bg-lime-950\/87 {
  background-color: rgb(26 46 5 / 0.87) !important;
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9) !important;
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95) !important;
}
.bg-muted {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(240 5% 96% / var(--tw-bg-opacity, 1)) !important;
}
.bg-muted-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 3% 37% / var(--tw-bg-opacity, 1)) !important;
}
.bg-muted-foreground\/0 {
  background-color: hsl(0 3% 37% / 0) !important;
}
.bg-muted-foreground\/10 {
  background-color: hsl(0 3% 37% / 0.1) !important;
}
.bg-muted-foreground\/100 {
  background-color: hsl(0 3% 37% / 1) !important;
}
.bg-muted-foreground\/12 {
  background-color: hsl(0 3% 37% / 0.12) !important;
}
.bg-muted-foreground\/15 {
  background-color: hsl(0 3% 37% / 0.15) !important;
}
.bg-muted-foreground\/20 {
  background-color: hsl(0 3% 37% / 0.2) !important;
}
.bg-muted-foreground\/25 {
  background-color: hsl(0 3% 37% / 0.25) !important;
}
.bg-muted-foreground\/30 {
  background-color: hsl(0 3% 37% / 0.3) !important;
}
.bg-muted-foreground\/35 {
  background-color: hsl(0 3% 37% / 0.35) !important;
}
.bg-muted-foreground\/38 {
  background-color: hsl(0 3% 37% / 0.38) !important;
}
.bg-muted-foreground\/40 {
  background-color: hsl(0 3% 37% / 0.4) !important;
}
.bg-muted-foreground\/45 {
  background-color: hsl(0 3% 37% / 0.45) !important;
}
.bg-muted-foreground\/5 {
  background-color: hsl(0 3% 37% / 0.05) !important;
}
.bg-muted-foreground\/50 {
  background-color: hsl(0 3% 37% / 0.5) !important;
}
.bg-muted-foreground\/55 {
  background-color: hsl(0 3% 37% / 0.55) !important;
}
.bg-muted-foreground\/60 {
  background-color: hsl(0 3% 37% / 0.6) !important;
}
.bg-muted-foreground\/65 {
  background-color: hsl(0 3% 37% / 0.65) !important;
}
.bg-muted-foreground\/70 {
  background-color: hsl(0 3% 37% / 0.7) !important;
}
.bg-muted-foreground\/75 {
  background-color: hsl(0 3% 37% / 0.75) !important;
}
.bg-muted-foreground\/80 {
  background-color: hsl(0 3% 37% / 0.8) !important;
}
.bg-muted-foreground\/85 {
  background-color: hsl(0 3% 37% / 0.85) !important;
}
.bg-muted-foreground\/87 {
  background-color: hsl(0 3% 37% / 0.87) !important;
}
.bg-muted-foreground\/90 {
  background-color: hsl(0 3% 37% / 0.9) !important;
}
.bg-muted-foreground\/95 {
  background-color: hsl(0 3% 37% / 0.95) !important;
}
.bg-muted\/0 {
  background-color: hsl(240 5% 96% / 0) !important;
}
.bg-muted\/10 {
  background-color: hsl(240 5% 96% / 0.1) !important;
}
.bg-muted\/100 {
  background-color: hsl(240 5% 96% / 1) !important;
}
.bg-muted\/12 {
  background-color: hsl(240 5% 96% / 0.12) !important;
}
.bg-muted\/15 {
  background-color: hsl(240 5% 96% / 0.15) !important;
}
.bg-muted\/20 {
  background-color: hsl(240 5% 96% / 0.2) !important;
}
.bg-muted\/25 {
  background-color: hsl(240 5% 96% / 0.25) !important;
}
.bg-muted\/30 {
  background-color: hsl(240 5% 96% / 0.3) !important;
}
.bg-muted\/35 {
  background-color: hsl(240 5% 96% / 0.35) !important;
}
.bg-muted\/38 {
  background-color: hsl(240 5% 96% / 0.38) !important;
}
.bg-muted\/40 {
  background-color: hsl(240 5% 96% / 0.4) !important;
}
.bg-muted\/45 {
  background-color: hsl(240 5% 96% / 0.45) !important;
}
.bg-muted\/5 {
  background-color: hsl(240 5% 96% / 0.05) !important;
}
.bg-muted\/50 {
  background-color: hsl(240 5% 96% / 0.5) !important;
}
.bg-muted\/55 {
  background-color: hsl(240 5% 96% / 0.55) !important;
}
.bg-muted\/60 {
  background-color: hsl(240 5% 96% / 0.6) !important;
}
.bg-muted\/65 {
  background-color: hsl(240 5% 96% / 0.65) !important;
}
.bg-muted\/70 {
  background-color: hsl(240 5% 96% / 0.7) !important;
}
.bg-muted\/75 {
  background-color: hsl(240 5% 96% / 0.75) !important;
}
.bg-muted\/80 {
  background-color: hsl(240 5% 96% / 0.8) !important;
}
.bg-muted\/85 {
  background-color: hsl(240 5% 96% / 0.85) !important;
}
.bg-muted\/87 {
  background-color: hsl(240 5% 96% / 0.87) !important;
}
.bg-muted\/90 {
  background-color: hsl(240 5% 96% / 0.9) !important;
}
.bg-muted\/95 {
  background-color: hsl(240 5% 96% / 0.95) !important;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0) !important;
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1) !important;
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1) !important;
}
.bg-neutral-100\/12 {
  background-color: rgb(245 245 245 / 0.12) !important;
}
.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15) !important;
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2) !important;
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25) !important;
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3) !important;
}
.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35) !important;
}
.bg-neutral-100\/38 {
  background-color: rgb(245 245 245 / 0.38) !important;
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4) !important;
}
.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45) !important;
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05) !important;
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5) !important;
}
.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55) !important;
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6) !important;
}
.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65) !important;
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7) !important;
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75) !important;
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8) !important;
}
.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85) !important;
}
.bg-neutral-100\/87 {
  background-color: rgb(245 245 245 / 0.87) !important;
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9) !important;
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95) !important;
}
.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0) !important;
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1) !important;
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1) !important;
}
.bg-neutral-200\/12 {
  background-color: rgb(229 229 229 / 0.12) !important;
}
.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15) !important;
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2) !important;
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25) !important;
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3) !important;
}
.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35) !important;
}
.bg-neutral-200\/38 {
  background-color: rgb(229 229 229 / 0.38) !important;
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4) !important;
}
.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45) !important;
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05) !important;
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5) !important;
}
.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55) !important;
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6) !important;
}
.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65) !important;
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7) !important;
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75) !important;
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8) !important;
}
.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85) !important;
}
.bg-neutral-200\/87 {
  background-color: rgb(229 229 229 / 0.87) !important;
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9) !important;
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95) !important;
}
.bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0) !important;
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1) !important;
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1) !important;
}
.bg-neutral-300\/12 {
  background-color: rgb(212 212 212 / 0.12) !important;
}
.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15) !important;
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2) !important;
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25) !important;
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3) !important;
}
.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35) !important;
}
.bg-neutral-300\/38 {
  background-color: rgb(212 212 212 / 0.38) !important;
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4) !important;
}
.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45) !important;
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05) !important;
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5) !important;
}
.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55) !important;
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6) !important;
}
.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65) !important;
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7) !important;
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75) !important;
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8) !important;
}
.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85) !important;
}
.bg-neutral-300\/87 {
  background-color: rgb(212 212 212 / 0.87) !important;
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9) !important;
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95) !important;
}
.bg-neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0) !important;
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1) !important;
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1) !important;
}
.bg-neutral-400\/12 {
  background-color: rgb(163 163 163 / 0.12) !important;
}
.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15) !important;
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2) !important;
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25) !important;
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3) !important;
}
.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35) !important;
}
.bg-neutral-400\/38 {
  background-color: rgb(163 163 163 / 0.38) !important;
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4) !important;
}
.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45) !important;
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05) !important;
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5) !important;
}
.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55) !important;
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6) !important;
}
.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65) !important;
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7) !important;
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75) !important;
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8) !important;
}
.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85) !important;
}
.bg-neutral-400\/87 {
  background-color: rgb(163 163 163 / 0.87) !important;
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9) !important;
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95) !important;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}
.bg-neutral-50\/12 {
  background-color: rgb(250 250 250 / 0.12) !important;
}
.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15) !important;
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}
.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35) !important;
}
.bg-neutral-50\/38 {
  background-color: rgb(250 250 250 / 0.38) !important;
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}
.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}
.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}
.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}
.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}
.bg-neutral-50\/87 {
  background-color: rgb(250 250 250 / 0.87) !important;
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}
.bg-neutral-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0) !important;
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1) !important;
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1) !important;
}
.bg-neutral-500\/12 {
  background-color: rgb(115 115 115 / 0.12) !important;
}
.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15) !important;
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2) !important;
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25) !important;
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3) !important;
}
.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35) !important;
}
.bg-neutral-500\/38 {
  background-color: rgb(115 115 115 / 0.38) !important;
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4) !important;
}
.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45) !important;
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05) !important;
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5) !important;
}
.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55) !important;
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6) !important;
}
.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65) !important;
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7) !important;
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75) !important;
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8) !important;
}
.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85) !important;
}
.bg-neutral-500\/87 {
  background-color: rgb(115 115 115 / 0.87) !important;
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9) !important;
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95) !important;
}
.bg-neutral-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0) !important;
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1) !important;
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1) !important;
}
.bg-neutral-600\/12 {
  background-color: rgb(82 82 82 / 0.12) !important;
}
.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15) !important;
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2) !important;
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25) !important;
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3) !important;
}
.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35) !important;
}
.bg-neutral-600\/38 {
  background-color: rgb(82 82 82 / 0.38) !important;
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4) !important;
}
.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45) !important;
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05) !important;
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5) !important;
}
.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55) !important;
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6) !important;
}
.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65) !important;
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7) !important;
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75) !important;
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8) !important;
}
.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85) !important;
}
.bg-neutral-600\/87 {
  background-color: rgb(82 82 82 / 0.87) !important;
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9) !important;
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95) !important;
}
.bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0) !important;
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1) !important;
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1) !important;
}
.bg-neutral-700\/12 {
  background-color: rgb(64 64 64 / 0.12) !important;
}
.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15) !important;
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2) !important;
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25) !important;
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3) !important;
}
.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35) !important;
}
.bg-neutral-700\/38 {
  background-color: rgb(64 64 64 / 0.38) !important;
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4) !important;
}
.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45) !important;
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05) !important;
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5) !important;
}
.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55) !important;
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6) !important;
}
.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65) !important;
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7) !important;
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75) !important;
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8) !important;
}
.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85) !important;
}
.bg-neutral-700\/87 {
  background-color: rgb(64 64 64 / 0.87) !important;
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9) !important;
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95) !important;
}
.bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0) !important;
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1) !important;
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1) !important;
}
.bg-neutral-800\/12 {
  background-color: rgb(38 38 38 / 0.12) !important;
}
.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15) !important;
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2) !important;
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25) !important;
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3) !important;
}
.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35) !important;
}
.bg-neutral-800\/38 {
  background-color: rgb(38 38 38 / 0.38) !important;
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4) !important;
}
.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45) !important;
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05) !important;
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5) !important;
}
.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55) !important;
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6) !important;
}
.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65) !important;
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7) !important;
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75) !important;
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8) !important;
}
.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85) !important;
}
.bg-neutral-800\/87 {
  background-color: rgb(38 38 38 / 0.87) !important;
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9) !important;
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95) !important;
}
.bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0) !important;
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1) !important;
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1) !important;
}
.bg-neutral-900\/12 {
  background-color: rgb(23 23 23 / 0.12) !important;
}
.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15) !important;
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2) !important;
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25) !important;
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3) !important;
}
.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35) !important;
}
.bg-neutral-900\/38 {
  background-color: rgb(23 23 23 / 0.38) !important;
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4) !important;
}
.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45) !important;
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05) !important;
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5) !important;
}
.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55) !important;
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6) !important;
}
.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65) !important;
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7) !important;
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75) !important;
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8) !important;
}
.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85) !important;
}
.bg-neutral-900\/87 {
  background-color: rgb(23 23 23 / 0.87) !important;
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9) !important;
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95) !important;
}
.bg-neutral-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0) !important;
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1) !important;
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1) !important;
}
.bg-neutral-950\/12 {
  background-color: rgb(10 10 10 / 0.12) !important;
}
.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15) !important;
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2) !important;
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25) !important;
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3) !important;
}
.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35) !important;
}
.bg-neutral-950\/38 {
  background-color: rgb(10 10 10 / 0.38) !important;
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4) !important;
}
.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45) !important;
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05) !important;
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5) !important;
}
.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55) !important;
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6) !important;
}
.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65) !important;
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7) !important;
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75) !important;
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8) !important;
}
.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85) !important;
}
.bg-neutral-950\/87 {
  background-color: rgb(10 10 10 / 0.87) !important;
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9) !important;
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95) !important;
}
.bg-on-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-100\/0 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0) !important;
}
.bg-on-accent-100\/10 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.1) !important;
}
.bg-on-accent-100\/100 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 1) !important;
}
.bg-on-accent-100\/12 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.12) !important;
}
.bg-on-accent-100\/15 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.15) !important;
}
.bg-on-accent-100\/20 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.2) !important;
}
.bg-on-accent-100\/25 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.25) !important;
}
.bg-on-accent-100\/30 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.3) !important;
}
.bg-on-accent-100\/35 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.35) !important;
}
.bg-on-accent-100\/38 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.38) !important;
}
.bg-on-accent-100\/40 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.4) !important;
}
.bg-on-accent-100\/45 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.45) !important;
}
.bg-on-accent-100\/5 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.05) !important;
}
.bg-on-accent-100\/50 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.5) !important;
}
.bg-on-accent-100\/55 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.55) !important;
}
.bg-on-accent-100\/60 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.6) !important;
}
.bg-on-accent-100\/65 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.65) !important;
}
.bg-on-accent-100\/70 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.7) !important;
}
.bg-on-accent-100\/75 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.75) !important;
}
.bg-on-accent-100\/80 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.8) !important;
}
.bg-on-accent-100\/85 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.85) !important;
}
.bg-on-accent-100\/87 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.87) !important;
}
.bg-on-accent-100\/90 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.9) !important;
}
.bg-on-accent-100\/95 {
  background-color: rgba(var(--fuse-on-accent-100-rgb), 0.95) !important;
}
.bg-on-accent-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-200\/0 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0) !important;
}
.bg-on-accent-200\/10 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.1) !important;
}
.bg-on-accent-200\/100 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 1) !important;
}
.bg-on-accent-200\/12 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.12) !important;
}
.bg-on-accent-200\/15 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.15) !important;
}
.bg-on-accent-200\/20 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.2) !important;
}
.bg-on-accent-200\/25 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.25) !important;
}
.bg-on-accent-200\/30 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.3) !important;
}
.bg-on-accent-200\/35 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.35) !important;
}
.bg-on-accent-200\/38 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.38) !important;
}
.bg-on-accent-200\/40 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.4) !important;
}
.bg-on-accent-200\/45 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.45) !important;
}
.bg-on-accent-200\/5 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.05) !important;
}
.bg-on-accent-200\/50 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.5) !important;
}
.bg-on-accent-200\/55 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.55) !important;
}
.bg-on-accent-200\/60 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.6) !important;
}
.bg-on-accent-200\/65 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.65) !important;
}
.bg-on-accent-200\/70 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.7) !important;
}
.bg-on-accent-200\/75 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.75) !important;
}
.bg-on-accent-200\/80 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.8) !important;
}
.bg-on-accent-200\/85 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.85) !important;
}
.bg-on-accent-200\/87 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.87) !important;
}
.bg-on-accent-200\/90 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.9) !important;
}
.bg-on-accent-200\/95 {
  background-color: rgba(var(--fuse-on-accent-200-rgb), 0.95) !important;
}
.bg-on-accent-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-300\/0 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0) !important;
}
.bg-on-accent-300\/10 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.1) !important;
}
.bg-on-accent-300\/100 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 1) !important;
}
.bg-on-accent-300\/12 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.12) !important;
}
.bg-on-accent-300\/15 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.15) !important;
}
.bg-on-accent-300\/20 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.2) !important;
}
.bg-on-accent-300\/25 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.25) !important;
}
.bg-on-accent-300\/30 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.3) !important;
}
.bg-on-accent-300\/35 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.35) !important;
}
.bg-on-accent-300\/38 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.38) !important;
}
.bg-on-accent-300\/40 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.4) !important;
}
.bg-on-accent-300\/45 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.45) !important;
}
.bg-on-accent-300\/5 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.05) !important;
}
.bg-on-accent-300\/50 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.5) !important;
}
.bg-on-accent-300\/55 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.55) !important;
}
.bg-on-accent-300\/60 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.6) !important;
}
.bg-on-accent-300\/65 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.65) !important;
}
.bg-on-accent-300\/70 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.7) !important;
}
.bg-on-accent-300\/75 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.75) !important;
}
.bg-on-accent-300\/80 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.8) !important;
}
.bg-on-accent-300\/85 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.85) !important;
}
.bg-on-accent-300\/87 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.87) !important;
}
.bg-on-accent-300\/90 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.9) !important;
}
.bg-on-accent-300\/95 {
  background-color: rgba(var(--fuse-on-accent-300-rgb), 0.95) !important;
}
.bg-on-accent-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-400\/0 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0) !important;
}
.bg-on-accent-400\/10 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.1) !important;
}
.bg-on-accent-400\/100 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 1) !important;
}
.bg-on-accent-400\/12 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.12) !important;
}
.bg-on-accent-400\/15 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.15) !important;
}
.bg-on-accent-400\/20 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.2) !important;
}
.bg-on-accent-400\/25 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.25) !important;
}
.bg-on-accent-400\/30 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.3) !important;
}
.bg-on-accent-400\/35 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.35) !important;
}
.bg-on-accent-400\/38 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.38) !important;
}
.bg-on-accent-400\/40 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.4) !important;
}
.bg-on-accent-400\/45 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.45) !important;
}
.bg-on-accent-400\/5 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.05) !important;
}
.bg-on-accent-400\/50 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.5) !important;
}
.bg-on-accent-400\/55 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.55) !important;
}
.bg-on-accent-400\/60 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.6) !important;
}
.bg-on-accent-400\/65 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.65) !important;
}
.bg-on-accent-400\/70 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.7) !important;
}
.bg-on-accent-400\/75 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.75) !important;
}
.bg-on-accent-400\/80 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.8) !important;
}
.bg-on-accent-400\/85 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.85) !important;
}
.bg-on-accent-400\/87 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.87) !important;
}
.bg-on-accent-400\/90 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.9) !important;
}
.bg-on-accent-400\/95 {
  background-color: rgba(var(--fuse-on-accent-400-rgb), 0.95) !important;
}
.bg-on-accent-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-50\/0 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0) !important;
}
.bg-on-accent-50\/10 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.1) !important;
}
.bg-on-accent-50\/100 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 1) !important;
}
.bg-on-accent-50\/12 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.12) !important;
}
.bg-on-accent-50\/15 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.15) !important;
}
.bg-on-accent-50\/20 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.2) !important;
}
.bg-on-accent-50\/25 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.25) !important;
}
.bg-on-accent-50\/30 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.3) !important;
}
.bg-on-accent-50\/35 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.35) !important;
}
.bg-on-accent-50\/38 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.38) !important;
}
.bg-on-accent-50\/40 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.4) !important;
}
.bg-on-accent-50\/45 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.45) !important;
}
.bg-on-accent-50\/5 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.05) !important;
}
.bg-on-accent-50\/50 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.5) !important;
}
.bg-on-accent-50\/55 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.55) !important;
}
.bg-on-accent-50\/60 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.6) !important;
}
.bg-on-accent-50\/65 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.65) !important;
}
.bg-on-accent-50\/70 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.7) !important;
}
.bg-on-accent-50\/75 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.75) !important;
}
.bg-on-accent-50\/80 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.8) !important;
}
.bg-on-accent-50\/85 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.85) !important;
}
.bg-on-accent-50\/87 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.87) !important;
}
.bg-on-accent-50\/90 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.9) !important;
}
.bg-on-accent-50\/95 {
  background-color: rgba(var(--fuse-on-accent-50-rgb), 0.95) !important;
}
.bg-on-accent-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-500\/0 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0) !important;
}
.bg-on-accent-500\/10 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.1) !important;
}
.bg-on-accent-500\/100 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 1) !important;
}
.bg-on-accent-500\/12 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.12) !important;
}
.bg-on-accent-500\/15 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.15) !important;
}
.bg-on-accent-500\/20 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.2) !important;
}
.bg-on-accent-500\/25 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.25) !important;
}
.bg-on-accent-500\/30 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.3) !important;
}
.bg-on-accent-500\/35 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.35) !important;
}
.bg-on-accent-500\/38 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.38) !important;
}
.bg-on-accent-500\/40 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.4) !important;
}
.bg-on-accent-500\/45 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.45) !important;
}
.bg-on-accent-500\/5 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.05) !important;
}
.bg-on-accent-500\/50 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.5) !important;
}
.bg-on-accent-500\/55 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.55) !important;
}
.bg-on-accent-500\/60 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.6) !important;
}
.bg-on-accent-500\/65 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.65) !important;
}
.bg-on-accent-500\/70 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.7) !important;
}
.bg-on-accent-500\/75 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.75) !important;
}
.bg-on-accent-500\/80 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.8) !important;
}
.bg-on-accent-500\/85 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.85) !important;
}
.bg-on-accent-500\/87 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.87) !important;
}
.bg-on-accent-500\/90 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.9) !important;
}
.bg-on-accent-500\/95 {
  background-color: rgba(var(--fuse-on-accent-500-rgb), 0.95) !important;
}
.bg-on-accent-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-600\/0 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0) !important;
}
.bg-on-accent-600\/10 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.1) !important;
}
.bg-on-accent-600\/100 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 1) !important;
}
.bg-on-accent-600\/12 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.12) !important;
}
.bg-on-accent-600\/15 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.15) !important;
}
.bg-on-accent-600\/20 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.2) !important;
}
.bg-on-accent-600\/25 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.25) !important;
}
.bg-on-accent-600\/30 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.3) !important;
}
.bg-on-accent-600\/35 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.35) !important;
}
.bg-on-accent-600\/38 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.38) !important;
}
.bg-on-accent-600\/40 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.4) !important;
}
.bg-on-accent-600\/45 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.45) !important;
}
.bg-on-accent-600\/5 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.05) !important;
}
.bg-on-accent-600\/50 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.5) !important;
}
.bg-on-accent-600\/55 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.55) !important;
}
.bg-on-accent-600\/60 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.6) !important;
}
.bg-on-accent-600\/65 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.65) !important;
}
.bg-on-accent-600\/70 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.7) !important;
}
.bg-on-accent-600\/75 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.75) !important;
}
.bg-on-accent-600\/80 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.8) !important;
}
.bg-on-accent-600\/85 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.85) !important;
}
.bg-on-accent-600\/87 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.87) !important;
}
.bg-on-accent-600\/90 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.9) !important;
}
.bg-on-accent-600\/95 {
  background-color: rgba(var(--fuse-on-accent-600-rgb), 0.95) !important;
}
.bg-on-accent-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-700\/0 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0) !important;
}
.bg-on-accent-700\/10 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.1) !important;
}
.bg-on-accent-700\/100 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 1) !important;
}
.bg-on-accent-700\/12 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.12) !important;
}
.bg-on-accent-700\/15 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.15) !important;
}
.bg-on-accent-700\/20 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.2) !important;
}
.bg-on-accent-700\/25 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.25) !important;
}
.bg-on-accent-700\/30 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.3) !important;
}
.bg-on-accent-700\/35 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.35) !important;
}
.bg-on-accent-700\/38 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.38) !important;
}
.bg-on-accent-700\/40 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.4) !important;
}
.bg-on-accent-700\/45 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.45) !important;
}
.bg-on-accent-700\/5 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.05) !important;
}
.bg-on-accent-700\/50 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.5) !important;
}
.bg-on-accent-700\/55 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.55) !important;
}
.bg-on-accent-700\/60 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.6) !important;
}
.bg-on-accent-700\/65 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.65) !important;
}
.bg-on-accent-700\/70 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.7) !important;
}
.bg-on-accent-700\/75 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.75) !important;
}
.bg-on-accent-700\/80 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.8) !important;
}
.bg-on-accent-700\/85 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.85) !important;
}
.bg-on-accent-700\/87 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.87) !important;
}
.bg-on-accent-700\/90 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.9) !important;
}
.bg-on-accent-700\/95 {
  background-color: rgba(var(--fuse-on-accent-700-rgb), 0.95) !important;
}
.bg-on-accent-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-800\/0 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0) !important;
}
.bg-on-accent-800\/10 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.1) !important;
}
.bg-on-accent-800\/100 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 1) !important;
}
.bg-on-accent-800\/12 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.12) !important;
}
.bg-on-accent-800\/15 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.15) !important;
}
.bg-on-accent-800\/20 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.2) !important;
}
.bg-on-accent-800\/25 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.25) !important;
}
.bg-on-accent-800\/30 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.3) !important;
}
.bg-on-accent-800\/35 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.35) !important;
}
.bg-on-accent-800\/38 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.38) !important;
}
.bg-on-accent-800\/40 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.4) !important;
}
.bg-on-accent-800\/45 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.45) !important;
}
.bg-on-accent-800\/5 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.05) !important;
}
.bg-on-accent-800\/50 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.5) !important;
}
.bg-on-accent-800\/55 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.55) !important;
}
.bg-on-accent-800\/60 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.6) !important;
}
.bg-on-accent-800\/65 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.65) !important;
}
.bg-on-accent-800\/70 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.7) !important;
}
.bg-on-accent-800\/75 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.75) !important;
}
.bg-on-accent-800\/80 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.8) !important;
}
.bg-on-accent-800\/85 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.85) !important;
}
.bg-on-accent-800\/87 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.87) !important;
}
.bg-on-accent-800\/90 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.9) !important;
}
.bg-on-accent-800\/95 {
  background-color: rgba(var(--fuse-on-accent-800-rgb), 0.95) !important;
}
.bg-on-accent-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-900\/0 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0) !important;
}
.bg-on-accent-900\/10 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.1) !important;
}
.bg-on-accent-900\/100 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 1) !important;
}
.bg-on-accent-900\/12 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.12) !important;
}
.bg-on-accent-900\/15 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.15) !important;
}
.bg-on-accent-900\/20 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.2) !important;
}
.bg-on-accent-900\/25 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.25) !important;
}
.bg-on-accent-900\/30 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.3) !important;
}
.bg-on-accent-900\/35 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.35) !important;
}
.bg-on-accent-900\/38 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.38) !important;
}
.bg-on-accent-900\/40 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.4) !important;
}
.bg-on-accent-900\/45 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.45) !important;
}
.bg-on-accent-900\/5 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.05) !important;
}
.bg-on-accent-900\/50 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.5) !important;
}
.bg-on-accent-900\/55 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.55) !important;
}
.bg-on-accent-900\/60 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.6) !important;
}
.bg-on-accent-900\/65 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.65) !important;
}
.bg-on-accent-900\/70 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.7) !important;
}
.bg-on-accent-900\/75 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.75) !important;
}
.bg-on-accent-900\/80 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.8) !important;
}
.bg-on-accent-900\/85 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.85) !important;
}
.bg-on-accent-900\/87 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.87) !important;
}
.bg-on-accent-900\/90 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.9) !important;
}
.bg-on-accent-900\/95 {
  background-color: rgba(var(--fuse-on-accent-900-rgb), 0.95) !important;
}
.bg-on-accent-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-accent-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-accent-950\/0 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0) !important;
}
.bg-on-accent-950\/10 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.1) !important;
}
.bg-on-accent-950\/100 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 1) !important;
}
.bg-on-accent-950\/12 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.12) !important;
}
.bg-on-accent-950\/15 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.15) !important;
}
.bg-on-accent-950\/20 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.2) !important;
}
.bg-on-accent-950\/25 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.25) !important;
}
.bg-on-accent-950\/30 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.3) !important;
}
.bg-on-accent-950\/35 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.35) !important;
}
.bg-on-accent-950\/38 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.38) !important;
}
.bg-on-accent-950\/40 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.4) !important;
}
.bg-on-accent-950\/45 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.45) !important;
}
.bg-on-accent-950\/5 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.05) !important;
}
.bg-on-accent-950\/50 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.5) !important;
}
.bg-on-accent-950\/55 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.55) !important;
}
.bg-on-accent-950\/60 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.6) !important;
}
.bg-on-accent-950\/65 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.65) !important;
}
.bg-on-accent-950\/70 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.7) !important;
}
.bg-on-accent-950\/75 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.75) !important;
}
.bg-on-accent-950\/80 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.8) !important;
}
.bg-on-accent-950\/85 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.85) !important;
}
.bg-on-accent-950\/87 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.87) !important;
}
.bg-on-accent-950\/90 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.9) !important;
}
.bg-on-accent-950\/95 {
  background-color: rgba(var(--fuse-on-accent-950-rgb), 0.95) !important;
}
.bg-on-accent\/0 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0) !important;
}
.bg-on-accent\/10 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.1) !important;
}
.bg-on-accent\/100 {
  background-color: rgba(var(--fuse-on-accent-rgb), 1) !important;
}
.bg-on-accent\/12 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.12) !important;
}
.bg-on-accent\/15 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.15) !important;
}
.bg-on-accent\/20 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.2) !important;
}
.bg-on-accent\/25 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.25) !important;
}
.bg-on-accent\/30 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.3) !important;
}
.bg-on-accent\/35 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.35) !important;
}
.bg-on-accent\/38 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.38) !important;
}
.bg-on-accent\/40 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.4) !important;
}
.bg-on-accent\/45 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.45) !important;
}
.bg-on-accent\/5 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.05) !important;
}
.bg-on-accent\/50 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.5) !important;
}
.bg-on-accent\/55 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.55) !important;
}
.bg-on-accent\/60 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.6) !important;
}
.bg-on-accent\/65 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.65) !important;
}
.bg-on-accent\/70 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.7) !important;
}
.bg-on-accent\/75 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.75) !important;
}
.bg-on-accent\/80 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.8) !important;
}
.bg-on-accent\/85 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.85) !important;
}
.bg-on-accent\/87 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.87) !important;
}
.bg-on-accent\/90 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.9) !important;
}
.bg-on-accent\/95 {
  background-color: rgba(var(--fuse-on-accent-rgb), 0.95) !important;
}
.bg-on-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-100\/0 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0) !important;
}
.bg-on-primary-100\/10 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.1) !important;
}
.bg-on-primary-100\/100 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 1) !important;
}
.bg-on-primary-100\/12 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.12) !important;
}
.bg-on-primary-100\/15 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.15) !important;
}
.bg-on-primary-100\/20 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.2) !important;
}
.bg-on-primary-100\/25 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.25) !important;
}
.bg-on-primary-100\/30 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.3) !important;
}
.bg-on-primary-100\/35 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.35) !important;
}
.bg-on-primary-100\/38 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.38) !important;
}
.bg-on-primary-100\/40 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.4) !important;
}
.bg-on-primary-100\/45 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.45) !important;
}
.bg-on-primary-100\/5 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.05) !important;
}
.bg-on-primary-100\/50 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.5) !important;
}
.bg-on-primary-100\/55 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.55) !important;
}
.bg-on-primary-100\/60 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.6) !important;
}
.bg-on-primary-100\/65 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.65) !important;
}
.bg-on-primary-100\/70 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.7) !important;
}
.bg-on-primary-100\/75 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.75) !important;
}
.bg-on-primary-100\/80 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.8) !important;
}
.bg-on-primary-100\/85 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.85) !important;
}
.bg-on-primary-100\/87 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.87) !important;
}
.bg-on-primary-100\/90 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.9) !important;
}
.bg-on-primary-100\/95 {
  background-color: rgba(var(--fuse-on-primary-100-rgb), 0.95) !important;
}
.bg-on-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-200\/0 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0) !important;
}
.bg-on-primary-200\/10 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.1) !important;
}
.bg-on-primary-200\/100 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 1) !important;
}
.bg-on-primary-200\/12 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.12) !important;
}
.bg-on-primary-200\/15 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.15) !important;
}
.bg-on-primary-200\/20 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.2) !important;
}
.bg-on-primary-200\/25 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.25) !important;
}
.bg-on-primary-200\/30 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.3) !important;
}
.bg-on-primary-200\/35 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.35) !important;
}
.bg-on-primary-200\/38 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.38) !important;
}
.bg-on-primary-200\/40 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.4) !important;
}
.bg-on-primary-200\/45 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.45) !important;
}
.bg-on-primary-200\/5 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.05) !important;
}
.bg-on-primary-200\/50 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.5) !important;
}
.bg-on-primary-200\/55 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.55) !important;
}
.bg-on-primary-200\/60 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.6) !important;
}
.bg-on-primary-200\/65 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.65) !important;
}
.bg-on-primary-200\/70 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.7) !important;
}
.bg-on-primary-200\/75 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.75) !important;
}
.bg-on-primary-200\/80 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.8) !important;
}
.bg-on-primary-200\/85 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.85) !important;
}
.bg-on-primary-200\/87 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.87) !important;
}
.bg-on-primary-200\/90 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.9) !important;
}
.bg-on-primary-200\/95 {
  background-color: rgba(var(--fuse-on-primary-200-rgb), 0.95) !important;
}
.bg-on-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-300\/0 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0) !important;
}
.bg-on-primary-300\/10 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.1) !important;
}
.bg-on-primary-300\/100 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 1) !important;
}
.bg-on-primary-300\/12 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.12) !important;
}
.bg-on-primary-300\/15 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.15) !important;
}
.bg-on-primary-300\/20 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.2) !important;
}
.bg-on-primary-300\/25 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.25) !important;
}
.bg-on-primary-300\/30 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.3) !important;
}
.bg-on-primary-300\/35 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.35) !important;
}
.bg-on-primary-300\/38 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.38) !important;
}
.bg-on-primary-300\/40 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.4) !important;
}
.bg-on-primary-300\/45 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.45) !important;
}
.bg-on-primary-300\/5 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.05) !important;
}
.bg-on-primary-300\/50 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.5) !important;
}
.bg-on-primary-300\/55 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.55) !important;
}
.bg-on-primary-300\/60 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.6) !important;
}
.bg-on-primary-300\/65 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.65) !important;
}
.bg-on-primary-300\/70 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.7) !important;
}
.bg-on-primary-300\/75 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.75) !important;
}
.bg-on-primary-300\/80 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.8) !important;
}
.bg-on-primary-300\/85 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.85) !important;
}
.bg-on-primary-300\/87 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.87) !important;
}
.bg-on-primary-300\/90 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.9) !important;
}
.bg-on-primary-300\/95 {
  background-color: rgba(var(--fuse-on-primary-300-rgb), 0.95) !important;
}
.bg-on-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-400\/0 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0) !important;
}
.bg-on-primary-400\/10 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.1) !important;
}
.bg-on-primary-400\/100 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 1) !important;
}
.bg-on-primary-400\/12 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.12) !important;
}
.bg-on-primary-400\/15 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.15) !important;
}
.bg-on-primary-400\/20 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.2) !important;
}
.bg-on-primary-400\/25 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.25) !important;
}
.bg-on-primary-400\/30 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.3) !important;
}
.bg-on-primary-400\/35 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.35) !important;
}
.bg-on-primary-400\/38 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.38) !important;
}
.bg-on-primary-400\/40 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.4) !important;
}
.bg-on-primary-400\/45 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.45) !important;
}
.bg-on-primary-400\/5 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.05) !important;
}
.bg-on-primary-400\/50 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.5) !important;
}
.bg-on-primary-400\/55 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.55) !important;
}
.bg-on-primary-400\/60 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.6) !important;
}
.bg-on-primary-400\/65 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.65) !important;
}
.bg-on-primary-400\/70 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.7) !important;
}
.bg-on-primary-400\/75 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.75) !important;
}
.bg-on-primary-400\/80 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.8) !important;
}
.bg-on-primary-400\/85 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.85) !important;
}
.bg-on-primary-400\/87 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.87) !important;
}
.bg-on-primary-400\/90 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.9) !important;
}
.bg-on-primary-400\/95 {
  background-color: rgba(var(--fuse-on-primary-400-rgb), 0.95) !important;
}
.bg-on-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-50\/0 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0) !important;
}
.bg-on-primary-50\/10 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.1) !important;
}
.bg-on-primary-50\/100 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 1) !important;
}
.bg-on-primary-50\/12 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.12) !important;
}
.bg-on-primary-50\/15 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.15) !important;
}
.bg-on-primary-50\/20 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.2) !important;
}
.bg-on-primary-50\/25 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.25) !important;
}
.bg-on-primary-50\/30 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.3) !important;
}
.bg-on-primary-50\/35 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.35) !important;
}
.bg-on-primary-50\/38 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.38) !important;
}
.bg-on-primary-50\/40 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.4) !important;
}
.bg-on-primary-50\/45 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.45) !important;
}
.bg-on-primary-50\/5 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.05) !important;
}
.bg-on-primary-50\/50 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.5) !important;
}
.bg-on-primary-50\/55 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.55) !important;
}
.bg-on-primary-50\/60 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.6) !important;
}
.bg-on-primary-50\/65 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.65) !important;
}
.bg-on-primary-50\/70 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.7) !important;
}
.bg-on-primary-50\/75 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.75) !important;
}
.bg-on-primary-50\/80 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.8) !important;
}
.bg-on-primary-50\/85 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.85) !important;
}
.bg-on-primary-50\/87 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.87) !important;
}
.bg-on-primary-50\/90 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.9) !important;
}
.bg-on-primary-50\/95 {
  background-color: rgba(var(--fuse-on-primary-50-rgb), 0.95) !important;
}
.bg-on-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-500\/0 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0) !important;
}
.bg-on-primary-500\/10 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.1) !important;
}
.bg-on-primary-500\/100 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 1) !important;
}
.bg-on-primary-500\/12 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.12) !important;
}
.bg-on-primary-500\/15 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.15) !important;
}
.bg-on-primary-500\/20 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.2) !important;
}
.bg-on-primary-500\/25 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.25) !important;
}
.bg-on-primary-500\/30 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.3) !important;
}
.bg-on-primary-500\/35 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.35) !important;
}
.bg-on-primary-500\/38 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.38) !important;
}
.bg-on-primary-500\/40 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.4) !important;
}
.bg-on-primary-500\/45 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.45) !important;
}
.bg-on-primary-500\/5 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.05) !important;
}
.bg-on-primary-500\/50 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.5) !important;
}
.bg-on-primary-500\/55 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.55) !important;
}
.bg-on-primary-500\/60 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.6) !important;
}
.bg-on-primary-500\/65 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.65) !important;
}
.bg-on-primary-500\/70 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.7) !important;
}
.bg-on-primary-500\/75 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.75) !important;
}
.bg-on-primary-500\/80 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.8) !important;
}
.bg-on-primary-500\/85 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.85) !important;
}
.bg-on-primary-500\/87 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.87) !important;
}
.bg-on-primary-500\/90 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.9) !important;
}
.bg-on-primary-500\/95 {
  background-color: rgba(var(--fuse-on-primary-500-rgb), 0.95) !important;
}
.bg-on-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-600\/0 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0) !important;
}
.bg-on-primary-600\/10 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.1) !important;
}
.bg-on-primary-600\/100 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 1) !important;
}
.bg-on-primary-600\/12 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.12) !important;
}
.bg-on-primary-600\/15 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.15) !important;
}
.bg-on-primary-600\/20 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.2) !important;
}
.bg-on-primary-600\/25 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.25) !important;
}
.bg-on-primary-600\/30 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.3) !important;
}
.bg-on-primary-600\/35 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.35) !important;
}
.bg-on-primary-600\/38 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.38) !important;
}
.bg-on-primary-600\/40 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.4) !important;
}
.bg-on-primary-600\/45 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.45) !important;
}
.bg-on-primary-600\/5 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.05) !important;
}
.bg-on-primary-600\/50 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.5) !important;
}
.bg-on-primary-600\/55 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.55) !important;
}
.bg-on-primary-600\/60 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.6) !important;
}
.bg-on-primary-600\/65 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.65) !important;
}
.bg-on-primary-600\/70 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.7) !important;
}
.bg-on-primary-600\/75 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.75) !important;
}
.bg-on-primary-600\/80 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.8) !important;
}
.bg-on-primary-600\/85 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.85) !important;
}
.bg-on-primary-600\/87 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.87) !important;
}
.bg-on-primary-600\/90 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.9) !important;
}
.bg-on-primary-600\/95 {
  background-color: rgba(var(--fuse-on-primary-600-rgb), 0.95) !important;
}
.bg-on-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-700\/0 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0) !important;
}
.bg-on-primary-700\/10 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.1) !important;
}
.bg-on-primary-700\/100 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 1) !important;
}
.bg-on-primary-700\/12 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.12) !important;
}
.bg-on-primary-700\/15 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.15) !important;
}
.bg-on-primary-700\/20 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.2) !important;
}
.bg-on-primary-700\/25 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.25) !important;
}
.bg-on-primary-700\/30 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.3) !important;
}
.bg-on-primary-700\/35 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.35) !important;
}
.bg-on-primary-700\/38 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.38) !important;
}
.bg-on-primary-700\/40 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.4) !important;
}
.bg-on-primary-700\/45 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.45) !important;
}
.bg-on-primary-700\/5 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.05) !important;
}
.bg-on-primary-700\/50 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.5) !important;
}
.bg-on-primary-700\/55 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.55) !important;
}
.bg-on-primary-700\/60 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.6) !important;
}
.bg-on-primary-700\/65 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.65) !important;
}
.bg-on-primary-700\/70 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.7) !important;
}
.bg-on-primary-700\/75 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.75) !important;
}
.bg-on-primary-700\/80 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.8) !important;
}
.bg-on-primary-700\/85 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.85) !important;
}
.bg-on-primary-700\/87 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.87) !important;
}
.bg-on-primary-700\/90 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.9) !important;
}
.bg-on-primary-700\/95 {
  background-color: rgba(var(--fuse-on-primary-700-rgb), 0.95) !important;
}
.bg-on-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-800\/0 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0) !important;
}
.bg-on-primary-800\/10 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.1) !important;
}
.bg-on-primary-800\/100 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 1) !important;
}
.bg-on-primary-800\/12 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.12) !important;
}
.bg-on-primary-800\/15 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.15) !important;
}
.bg-on-primary-800\/20 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.2) !important;
}
.bg-on-primary-800\/25 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.25) !important;
}
.bg-on-primary-800\/30 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.3) !important;
}
.bg-on-primary-800\/35 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.35) !important;
}
.bg-on-primary-800\/38 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.38) !important;
}
.bg-on-primary-800\/40 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.4) !important;
}
.bg-on-primary-800\/45 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.45) !important;
}
.bg-on-primary-800\/5 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.05) !important;
}
.bg-on-primary-800\/50 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.5) !important;
}
.bg-on-primary-800\/55 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.55) !important;
}
.bg-on-primary-800\/60 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.6) !important;
}
.bg-on-primary-800\/65 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.65) !important;
}
.bg-on-primary-800\/70 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.7) !important;
}
.bg-on-primary-800\/75 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.75) !important;
}
.bg-on-primary-800\/80 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.8) !important;
}
.bg-on-primary-800\/85 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.85) !important;
}
.bg-on-primary-800\/87 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.87) !important;
}
.bg-on-primary-800\/90 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.9) !important;
}
.bg-on-primary-800\/95 {
  background-color: rgba(var(--fuse-on-primary-800-rgb), 0.95) !important;
}
.bg-on-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-900\/0 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0) !important;
}
.bg-on-primary-900\/10 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.1) !important;
}
.bg-on-primary-900\/100 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 1) !important;
}
.bg-on-primary-900\/12 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.12) !important;
}
.bg-on-primary-900\/15 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.15) !important;
}
.bg-on-primary-900\/20 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.2) !important;
}
.bg-on-primary-900\/25 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.25) !important;
}
.bg-on-primary-900\/30 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.3) !important;
}
.bg-on-primary-900\/35 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.35) !important;
}
.bg-on-primary-900\/38 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.38) !important;
}
.bg-on-primary-900\/40 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.4) !important;
}
.bg-on-primary-900\/45 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.45) !important;
}
.bg-on-primary-900\/5 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.05) !important;
}
.bg-on-primary-900\/50 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.5) !important;
}
.bg-on-primary-900\/55 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.55) !important;
}
.bg-on-primary-900\/60 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.6) !important;
}
.bg-on-primary-900\/65 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.65) !important;
}
.bg-on-primary-900\/70 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.7) !important;
}
.bg-on-primary-900\/75 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.75) !important;
}
.bg-on-primary-900\/80 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.8) !important;
}
.bg-on-primary-900\/85 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.85) !important;
}
.bg-on-primary-900\/87 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.87) !important;
}
.bg-on-primary-900\/90 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.9) !important;
}
.bg-on-primary-900\/95 {
  background-color: rgba(var(--fuse-on-primary-900-rgb), 0.95) !important;
}
.bg-on-primary-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-primary-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-primary-950\/0 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0) !important;
}
.bg-on-primary-950\/10 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.1) !important;
}
.bg-on-primary-950\/100 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 1) !important;
}
.bg-on-primary-950\/12 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.12) !important;
}
.bg-on-primary-950\/15 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.15) !important;
}
.bg-on-primary-950\/20 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.2) !important;
}
.bg-on-primary-950\/25 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.25) !important;
}
.bg-on-primary-950\/30 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.3) !important;
}
.bg-on-primary-950\/35 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.35) !important;
}
.bg-on-primary-950\/38 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.38) !important;
}
.bg-on-primary-950\/40 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.4) !important;
}
.bg-on-primary-950\/45 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.45) !important;
}
.bg-on-primary-950\/5 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.05) !important;
}
.bg-on-primary-950\/50 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.5) !important;
}
.bg-on-primary-950\/55 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.55) !important;
}
.bg-on-primary-950\/60 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.6) !important;
}
.bg-on-primary-950\/65 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.65) !important;
}
.bg-on-primary-950\/70 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.7) !important;
}
.bg-on-primary-950\/75 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.75) !important;
}
.bg-on-primary-950\/80 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.8) !important;
}
.bg-on-primary-950\/85 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.85) !important;
}
.bg-on-primary-950\/87 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.87) !important;
}
.bg-on-primary-950\/90 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.9) !important;
}
.bg-on-primary-950\/95 {
  background-color: rgba(var(--fuse-on-primary-950-rgb), 0.95) !important;
}
.bg-on-primary\/0 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0) !important;
}
.bg-on-primary\/10 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.1) !important;
}
.bg-on-primary\/100 {
  background-color: rgba(var(--fuse-on-primary-rgb), 1) !important;
}
.bg-on-primary\/12 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.12) !important;
}
.bg-on-primary\/15 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.15) !important;
}
.bg-on-primary\/20 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.2) !important;
}
.bg-on-primary\/25 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.25) !important;
}
.bg-on-primary\/30 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.3) !important;
}
.bg-on-primary\/35 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.35) !important;
}
.bg-on-primary\/38 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.38) !important;
}
.bg-on-primary\/40 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.4) !important;
}
.bg-on-primary\/45 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.45) !important;
}
.bg-on-primary\/5 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.05) !important;
}
.bg-on-primary\/50 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.5) !important;
}
.bg-on-primary\/55 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.55) !important;
}
.bg-on-primary\/60 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.6) !important;
}
.bg-on-primary\/65 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.65) !important;
}
.bg-on-primary\/70 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.7) !important;
}
.bg-on-primary\/75 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.75) !important;
}
.bg-on-primary\/80 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.8) !important;
}
.bg-on-primary\/85 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.85) !important;
}
.bg-on-primary\/87 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.87) !important;
}
.bg-on-primary\/90 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.9) !important;
}
.bg-on-primary\/95 {
  background-color: rgba(var(--fuse-on-primary-rgb), 0.95) !important;
}
.bg-on-warn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-100\/0 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0) !important;
}
.bg-on-warn-100\/10 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.1) !important;
}
.bg-on-warn-100\/100 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 1) !important;
}
.bg-on-warn-100\/12 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.12) !important;
}
.bg-on-warn-100\/15 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.15) !important;
}
.bg-on-warn-100\/20 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.2) !important;
}
.bg-on-warn-100\/25 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.25) !important;
}
.bg-on-warn-100\/30 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.3) !important;
}
.bg-on-warn-100\/35 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.35) !important;
}
.bg-on-warn-100\/38 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.38) !important;
}
.bg-on-warn-100\/40 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.4) !important;
}
.bg-on-warn-100\/45 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.45) !important;
}
.bg-on-warn-100\/5 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.05) !important;
}
.bg-on-warn-100\/50 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.5) !important;
}
.bg-on-warn-100\/55 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.55) !important;
}
.bg-on-warn-100\/60 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.6) !important;
}
.bg-on-warn-100\/65 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.65) !important;
}
.bg-on-warn-100\/70 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.7) !important;
}
.bg-on-warn-100\/75 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.75) !important;
}
.bg-on-warn-100\/80 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.8) !important;
}
.bg-on-warn-100\/85 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.85) !important;
}
.bg-on-warn-100\/87 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.87) !important;
}
.bg-on-warn-100\/90 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.9) !important;
}
.bg-on-warn-100\/95 {
  background-color: rgba(var(--fuse-on-warn-100-rgb), 0.95) !important;
}
.bg-on-warn-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-200\/0 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0) !important;
}
.bg-on-warn-200\/10 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.1) !important;
}
.bg-on-warn-200\/100 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 1) !important;
}
.bg-on-warn-200\/12 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.12) !important;
}
.bg-on-warn-200\/15 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.15) !important;
}
.bg-on-warn-200\/20 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.2) !important;
}
.bg-on-warn-200\/25 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.25) !important;
}
.bg-on-warn-200\/30 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.3) !important;
}
.bg-on-warn-200\/35 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.35) !important;
}
.bg-on-warn-200\/38 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.38) !important;
}
.bg-on-warn-200\/40 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.4) !important;
}
.bg-on-warn-200\/45 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.45) !important;
}
.bg-on-warn-200\/5 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.05) !important;
}
.bg-on-warn-200\/50 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.5) !important;
}
.bg-on-warn-200\/55 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.55) !important;
}
.bg-on-warn-200\/60 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.6) !important;
}
.bg-on-warn-200\/65 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.65) !important;
}
.bg-on-warn-200\/70 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.7) !important;
}
.bg-on-warn-200\/75 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.75) !important;
}
.bg-on-warn-200\/80 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.8) !important;
}
.bg-on-warn-200\/85 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.85) !important;
}
.bg-on-warn-200\/87 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.87) !important;
}
.bg-on-warn-200\/90 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.9) !important;
}
.bg-on-warn-200\/95 {
  background-color: rgba(var(--fuse-on-warn-200-rgb), 0.95) !important;
}
.bg-on-warn-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-300\/0 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0) !important;
}
.bg-on-warn-300\/10 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.1) !important;
}
.bg-on-warn-300\/100 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 1) !important;
}
.bg-on-warn-300\/12 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.12) !important;
}
.bg-on-warn-300\/15 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.15) !important;
}
.bg-on-warn-300\/20 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.2) !important;
}
.bg-on-warn-300\/25 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.25) !important;
}
.bg-on-warn-300\/30 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.3) !important;
}
.bg-on-warn-300\/35 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.35) !important;
}
.bg-on-warn-300\/38 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.38) !important;
}
.bg-on-warn-300\/40 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.4) !important;
}
.bg-on-warn-300\/45 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.45) !important;
}
.bg-on-warn-300\/5 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.05) !important;
}
.bg-on-warn-300\/50 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.5) !important;
}
.bg-on-warn-300\/55 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.55) !important;
}
.bg-on-warn-300\/60 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.6) !important;
}
.bg-on-warn-300\/65 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.65) !important;
}
.bg-on-warn-300\/70 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.7) !important;
}
.bg-on-warn-300\/75 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.75) !important;
}
.bg-on-warn-300\/80 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.8) !important;
}
.bg-on-warn-300\/85 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.85) !important;
}
.bg-on-warn-300\/87 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.87) !important;
}
.bg-on-warn-300\/90 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.9) !important;
}
.bg-on-warn-300\/95 {
  background-color: rgba(var(--fuse-on-warn-300-rgb), 0.95) !important;
}
.bg-on-warn-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-400\/0 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0) !important;
}
.bg-on-warn-400\/10 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.1) !important;
}
.bg-on-warn-400\/100 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 1) !important;
}
.bg-on-warn-400\/12 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.12) !important;
}
.bg-on-warn-400\/15 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.15) !important;
}
.bg-on-warn-400\/20 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.2) !important;
}
.bg-on-warn-400\/25 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.25) !important;
}
.bg-on-warn-400\/30 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.3) !important;
}
.bg-on-warn-400\/35 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.35) !important;
}
.bg-on-warn-400\/38 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.38) !important;
}
.bg-on-warn-400\/40 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.4) !important;
}
.bg-on-warn-400\/45 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.45) !important;
}
.bg-on-warn-400\/5 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.05) !important;
}
.bg-on-warn-400\/50 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.5) !important;
}
.bg-on-warn-400\/55 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.55) !important;
}
.bg-on-warn-400\/60 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.6) !important;
}
.bg-on-warn-400\/65 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.65) !important;
}
.bg-on-warn-400\/70 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.7) !important;
}
.bg-on-warn-400\/75 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.75) !important;
}
.bg-on-warn-400\/80 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.8) !important;
}
.bg-on-warn-400\/85 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.85) !important;
}
.bg-on-warn-400\/87 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.87) !important;
}
.bg-on-warn-400\/90 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.9) !important;
}
.bg-on-warn-400\/95 {
  background-color: rgba(var(--fuse-on-warn-400-rgb), 0.95) !important;
}
.bg-on-warn-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-50\/0 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0) !important;
}
.bg-on-warn-50\/10 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.1) !important;
}
.bg-on-warn-50\/100 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 1) !important;
}
.bg-on-warn-50\/12 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.12) !important;
}
.bg-on-warn-50\/15 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.15) !important;
}
.bg-on-warn-50\/20 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.2) !important;
}
.bg-on-warn-50\/25 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.25) !important;
}
.bg-on-warn-50\/30 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.3) !important;
}
.bg-on-warn-50\/35 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.35) !important;
}
.bg-on-warn-50\/38 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.38) !important;
}
.bg-on-warn-50\/40 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.4) !important;
}
.bg-on-warn-50\/45 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.45) !important;
}
.bg-on-warn-50\/5 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.05) !important;
}
.bg-on-warn-50\/50 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.5) !important;
}
.bg-on-warn-50\/55 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.55) !important;
}
.bg-on-warn-50\/60 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.6) !important;
}
.bg-on-warn-50\/65 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.65) !important;
}
.bg-on-warn-50\/70 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.7) !important;
}
.bg-on-warn-50\/75 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.75) !important;
}
.bg-on-warn-50\/80 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.8) !important;
}
.bg-on-warn-50\/85 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.85) !important;
}
.bg-on-warn-50\/87 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.87) !important;
}
.bg-on-warn-50\/90 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.9) !important;
}
.bg-on-warn-50\/95 {
  background-color: rgba(var(--fuse-on-warn-50-rgb), 0.95) !important;
}
.bg-on-warn-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-500\/0 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0) !important;
}
.bg-on-warn-500\/10 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.1) !important;
}
.bg-on-warn-500\/100 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 1) !important;
}
.bg-on-warn-500\/12 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.12) !important;
}
.bg-on-warn-500\/15 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.15) !important;
}
.bg-on-warn-500\/20 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.2) !important;
}
.bg-on-warn-500\/25 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.25) !important;
}
.bg-on-warn-500\/30 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.3) !important;
}
.bg-on-warn-500\/35 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.35) !important;
}
.bg-on-warn-500\/38 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.38) !important;
}
.bg-on-warn-500\/40 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.4) !important;
}
.bg-on-warn-500\/45 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.45) !important;
}
.bg-on-warn-500\/5 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.05) !important;
}
.bg-on-warn-500\/50 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.5) !important;
}
.bg-on-warn-500\/55 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.55) !important;
}
.bg-on-warn-500\/60 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.6) !important;
}
.bg-on-warn-500\/65 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.65) !important;
}
.bg-on-warn-500\/70 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.7) !important;
}
.bg-on-warn-500\/75 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.75) !important;
}
.bg-on-warn-500\/80 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.8) !important;
}
.bg-on-warn-500\/85 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.85) !important;
}
.bg-on-warn-500\/87 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.87) !important;
}
.bg-on-warn-500\/90 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.9) !important;
}
.bg-on-warn-500\/95 {
  background-color: rgba(var(--fuse-on-warn-500-rgb), 0.95) !important;
}
.bg-on-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-600\/0 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0) !important;
}
.bg-on-warn-600\/10 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.1) !important;
}
.bg-on-warn-600\/100 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 1) !important;
}
.bg-on-warn-600\/12 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.12) !important;
}
.bg-on-warn-600\/15 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.15) !important;
}
.bg-on-warn-600\/20 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.2) !important;
}
.bg-on-warn-600\/25 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.25) !important;
}
.bg-on-warn-600\/30 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.3) !important;
}
.bg-on-warn-600\/35 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.35) !important;
}
.bg-on-warn-600\/38 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.38) !important;
}
.bg-on-warn-600\/40 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.4) !important;
}
.bg-on-warn-600\/45 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.45) !important;
}
.bg-on-warn-600\/5 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.05) !important;
}
.bg-on-warn-600\/50 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.5) !important;
}
.bg-on-warn-600\/55 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.55) !important;
}
.bg-on-warn-600\/60 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.6) !important;
}
.bg-on-warn-600\/65 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.65) !important;
}
.bg-on-warn-600\/70 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.7) !important;
}
.bg-on-warn-600\/75 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.75) !important;
}
.bg-on-warn-600\/80 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.8) !important;
}
.bg-on-warn-600\/85 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.85) !important;
}
.bg-on-warn-600\/87 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.87) !important;
}
.bg-on-warn-600\/90 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.9) !important;
}
.bg-on-warn-600\/95 {
  background-color: rgba(var(--fuse-on-warn-600-rgb), 0.95) !important;
}
.bg-on-warn-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-700\/0 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0) !important;
}
.bg-on-warn-700\/10 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.1) !important;
}
.bg-on-warn-700\/100 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 1) !important;
}
.bg-on-warn-700\/12 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.12) !important;
}
.bg-on-warn-700\/15 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.15) !important;
}
.bg-on-warn-700\/20 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.2) !important;
}
.bg-on-warn-700\/25 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.25) !important;
}
.bg-on-warn-700\/30 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.3) !important;
}
.bg-on-warn-700\/35 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.35) !important;
}
.bg-on-warn-700\/38 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.38) !important;
}
.bg-on-warn-700\/40 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.4) !important;
}
.bg-on-warn-700\/45 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.45) !important;
}
.bg-on-warn-700\/5 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.05) !important;
}
.bg-on-warn-700\/50 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.5) !important;
}
.bg-on-warn-700\/55 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.55) !important;
}
.bg-on-warn-700\/60 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.6) !important;
}
.bg-on-warn-700\/65 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.65) !important;
}
.bg-on-warn-700\/70 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.7) !important;
}
.bg-on-warn-700\/75 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.75) !important;
}
.bg-on-warn-700\/80 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.8) !important;
}
.bg-on-warn-700\/85 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.85) !important;
}
.bg-on-warn-700\/87 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.87) !important;
}
.bg-on-warn-700\/90 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.9) !important;
}
.bg-on-warn-700\/95 {
  background-color: rgba(var(--fuse-on-warn-700-rgb), 0.95) !important;
}
.bg-on-warn-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-800\/0 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0) !important;
}
.bg-on-warn-800\/10 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.1) !important;
}
.bg-on-warn-800\/100 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 1) !important;
}
.bg-on-warn-800\/12 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.12) !important;
}
.bg-on-warn-800\/15 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.15) !important;
}
.bg-on-warn-800\/20 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.2) !important;
}
.bg-on-warn-800\/25 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.25) !important;
}
.bg-on-warn-800\/30 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.3) !important;
}
.bg-on-warn-800\/35 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.35) !important;
}
.bg-on-warn-800\/38 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.38) !important;
}
.bg-on-warn-800\/40 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.4) !important;
}
.bg-on-warn-800\/45 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.45) !important;
}
.bg-on-warn-800\/5 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.05) !important;
}
.bg-on-warn-800\/50 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.5) !important;
}
.bg-on-warn-800\/55 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.55) !important;
}
.bg-on-warn-800\/60 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.6) !important;
}
.bg-on-warn-800\/65 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.65) !important;
}
.bg-on-warn-800\/70 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.7) !important;
}
.bg-on-warn-800\/75 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.75) !important;
}
.bg-on-warn-800\/80 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.8) !important;
}
.bg-on-warn-800\/85 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.85) !important;
}
.bg-on-warn-800\/87 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.87) !important;
}
.bg-on-warn-800\/90 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.9) !important;
}
.bg-on-warn-800\/95 {
  background-color: rgba(var(--fuse-on-warn-800-rgb), 0.95) !important;
}
.bg-on-warn-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-900\/0 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0) !important;
}
.bg-on-warn-900\/10 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.1) !important;
}
.bg-on-warn-900\/100 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 1) !important;
}
.bg-on-warn-900\/12 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.12) !important;
}
.bg-on-warn-900\/15 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.15) !important;
}
.bg-on-warn-900\/20 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.2) !important;
}
.bg-on-warn-900\/25 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.25) !important;
}
.bg-on-warn-900\/30 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.3) !important;
}
.bg-on-warn-900\/35 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.35) !important;
}
.bg-on-warn-900\/38 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.38) !important;
}
.bg-on-warn-900\/40 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.4) !important;
}
.bg-on-warn-900\/45 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.45) !important;
}
.bg-on-warn-900\/5 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.05) !important;
}
.bg-on-warn-900\/50 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.5) !important;
}
.bg-on-warn-900\/55 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.55) !important;
}
.bg-on-warn-900\/60 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.6) !important;
}
.bg-on-warn-900\/65 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.65) !important;
}
.bg-on-warn-900\/70 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.7) !important;
}
.bg-on-warn-900\/75 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.75) !important;
}
.bg-on-warn-900\/80 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.8) !important;
}
.bg-on-warn-900\/85 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.85) !important;
}
.bg-on-warn-900\/87 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.87) !important;
}
.bg-on-warn-900\/90 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.9) !important;
}
.bg-on-warn-900\/95 {
  background-color: rgba(var(--fuse-on-warn-900-rgb), 0.95) !important;
}
.bg-on-warn-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-on-warn-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-on-warn-950\/0 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0) !important;
}
.bg-on-warn-950\/10 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.1) !important;
}
.bg-on-warn-950\/100 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 1) !important;
}
.bg-on-warn-950\/12 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.12) !important;
}
.bg-on-warn-950\/15 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.15) !important;
}
.bg-on-warn-950\/20 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.2) !important;
}
.bg-on-warn-950\/25 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.25) !important;
}
.bg-on-warn-950\/30 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.3) !important;
}
.bg-on-warn-950\/35 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.35) !important;
}
.bg-on-warn-950\/38 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.38) !important;
}
.bg-on-warn-950\/40 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.4) !important;
}
.bg-on-warn-950\/45 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.45) !important;
}
.bg-on-warn-950\/5 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.05) !important;
}
.bg-on-warn-950\/50 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.5) !important;
}
.bg-on-warn-950\/55 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.55) !important;
}
.bg-on-warn-950\/60 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.6) !important;
}
.bg-on-warn-950\/65 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.65) !important;
}
.bg-on-warn-950\/70 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.7) !important;
}
.bg-on-warn-950\/75 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.75) !important;
}
.bg-on-warn-950\/80 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.8) !important;
}
.bg-on-warn-950\/85 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.85) !important;
}
.bg-on-warn-950\/87 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.87) !important;
}
.bg-on-warn-950\/90 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.9) !important;
}
.bg-on-warn-950\/95 {
  background-color: rgba(var(--fuse-on-warn-950-rgb), 0.95) !important;
}
.bg-on-warn\/0 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0) !important;
}
.bg-on-warn\/10 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.1) !important;
}
.bg-on-warn\/100 {
  background-color: rgba(var(--fuse-on-warn-rgb), 1) !important;
}
.bg-on-warn\/12 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.12) !important;
}
.bg-on-warn\/15 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.15) !important;
}
.bg-on-warn\/20 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.2) !important;
}
.bg-on-warn\/25 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.25) !important;
}
.bg-on-warn\/30 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.3) !important;
}
.bg-on-warn\/35 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.35) !important;
}
.bg-on-warn\/38 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.38) !important;
}
.bg-on-warn\/40 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.4) !important;
}
.bg-on-warn\/45 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.45) !important;
}
.bg-on-warn\/5 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.05) !important;
}
.bg-on-warn\/50 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.5) !important;
}
.bg-on-warn\/55 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.55) !important;
}
.bg-on-warn\/60 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.6) !important;
}
.bg-on-warn\/65 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.65) !important;
}
.bg-on-warn\/70 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.7) !important;
}
.bg-on-warn\/75 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.75) !important;
}
.bg-on-warn\/80 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.8) !important;
}
.bg-on-warn\/85 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.85) !important;
}
.bg-on-warn\/87 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.87) !important;
}
.bg-on-warn\/90 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.9) !important;
}
.bg-on-warn\/95 {
  background-color: rgba(var(--fuse-on-warn-rgb), 0.95) !important;
}
.bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0) !important;
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1) !important;
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1) !important;
}
.bg-orange-100\/12 {
  background-color: rgb(255 237 213 / 0.12) !important;
}
.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15) !important;
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2) !important;
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25) !important;
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3) !important;
}
.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35) !important;
}
.bg-orange-100\/38 {
  background-color: rgb(255 237 213 / 0.38) !important;
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4) !important;
}
.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45) !important;
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05) !important;
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5) !important;
}
.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55) !important;
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6) !important;
}
.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65) !important;
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7) !important;
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75) !important;
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8) !important;
}
.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85) !important;
}
.bg-orange-100\/87 {
  background-color: rgb(255 237 213 / 0.87) !important;
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9) !important;
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95) !important;
}
.bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0) !important;
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1) !important;
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1) !important;
}
.bg-orange-200\/12 {
  background-color: rgb(254 215 170 / 0.12) !important;
}
.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15) !important;
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2) !important;
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25) !important;
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3) !important;
}
.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35) !important;
}
.bg-orange-200\/38 {
  background-color: rgb(254 215 170 / 0.38) !important;
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4) !important;
}
.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45) !important;
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05) !important;
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5) !important;
}
.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55) !important;
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6) !important;
}
.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65) !important;
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7) !important;
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75) !important;
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8) !important;
}
.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85) !important;
}
.bg-orange-200\/87 {
  background-color: rgb(254 215 170 / 0.87) !important;
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9) !important;
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95) !important;
}
.bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0) !important;
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1) !important;
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1) !important;
}
.bg-orange-300\/12 {
  background-color: rgb(253 186 116 / 0.12) !important;
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15) !important;
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2) !important;
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25) !important;
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3) !important;
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35) !important;
}
.bg-orange-300\/38 {
  background-color: rgb(253 186 116 / 0.38) !important;
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4) !important;
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45) !important;
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05) !important;
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5) !important;
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55) !important;
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6) !important;
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65) !important;
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7) !important;
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75) !important;
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8) !important;
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85) !important;
}
.bg-orange-300\/87 {
  background-color: rgb(253 186 116 / 0.87) !important;
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9) !important;
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95) !important;
}
.bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0) !important;
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1) !important;
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1) !important;
}
.bg-orange-400\/12 {
  background-color: rgb(251 146 60 / 0.12) !important;
}
.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15) !important;
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2) !important;
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25) !important;
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3) !important;
}
.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35) !important;
}
.bg-orange-400\/38 {
  background-color: rgb(251 146 60 / 0.38) !important;
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4) !important;
}
.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45) !important;
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05) !important;
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5) !important;
}
.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55) !important;
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6) !important;
}
.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65) !important;
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7) !important;
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75) !important;
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8) !important;
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85) !important;
}
.bg-orange-400\/87 {
  background-color: rgb(251 146 60 / 0.87) !important;
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9) !important;
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95) !important;
}
.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0) !important;
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1) !important;
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1) !important;
}
.bg-orange-50\/12 {
  background-color: rgb(255 247 237 / 0.12) !important;
}
.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15) !important;
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2) !important;
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25) !important;
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3) !important;
}
.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35) !important;
}
.bg-orange-50\/38 {
  background-color: rgb(255 247 237 / 0.38) !important;
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4) !important;
}
.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45) !important;
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05) !important;
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5) !important;
}
.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55) !important;
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6) !important;
}
.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65) !important;
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7) !important;
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75) !important;
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8) !important;
}
.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85) !important;
}
.bg-orange-50\/87 {
  background-color: rgb(255 247 237 / 0.87) !important;
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9) !important;
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95) !important;
}
.bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0) !important;
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1) !important;
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1) !important;
}
.bg-orange-500\/12 {
  background-color: rgb(249 115 22 / 0.12) !important;
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15) !important;
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2) !important;
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25) !important;
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3) !important;
}
.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35) !important;
}
.bg-orange-500\/38 {
  background-color: rgb(249 115 22 / 0.38) !important;
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4) !important;
}
.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45) !important;
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05) !important;
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5) !important;
}
.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55) !important;
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6) !important;
}
.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65) !important;
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7) !important;
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75) !important;
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8) !important;
}
.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85) !important;
}
.bg-orange-500\/87 {
  background-color: rgb(249 115 22 / 0.87) !important;
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9) !important;
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95) !important;
}
.bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0) !important;
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1) !important;
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1) !important;
}
.bg-orange-600\/12 {
  background-color: rgb(234 88 12 / 0.12) !important;
}
.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15) !important;
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2) !important;
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25) !important;
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3) !important;
}
.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35) !important;
}
.bg-orange-600\/38 {
  background-color: rgb(234 88 12 / 0.38) !important;
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4) !important;
}
.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45) !important;
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05) !important;
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5) !important;
}
.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55) !important;
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6) !important;
}
.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65) !important;
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7) !important;
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75) !important;
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8) !important;
}
.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85) !important;
}
.bg-orange-600\/87 {
  background-color: rgb(234 88 12 / 0.87) !important;
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9) !important;
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95) !important;
}
.bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0) !important;
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1) !important;
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1) !important;
}
.bg-orange-700\/12 {
  background-color: rgb(194 65 12 / 0.12) !important;
}
.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15) !important;
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2) !important;
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25) !important;
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3) !important;
}
.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35) !important;
}
.bg-orange-700\/38 {
  background-color: rgb(194 65 12 / 0.38) !important;
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4) !important;
}
.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45) !important;
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05) !important;
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5) !important;
}
.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55) !important;
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6) !important;
}
.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65) !important;
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7) !important;
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75) !important;
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8) !important;
}
.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85) !important;
}
.bg-orange-700\/87 {
  background-color: rgb(194 65 12 / 0.87) !important;
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9) !important;
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95) !important;
}
.bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0) !important;
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1) !important;
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1) !important;
}
.bg-orange-800\/12 {
  background-color: rgb(154 52 18 / 0.12) !important;
}
.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15) !important;
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2) !important;
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25) !important;
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3) !important;
}
.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35) !important;
}
.bg-orange-800\/38 {
  background-color: rgb(154 52 18 / 0.38) !important;
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4) !important;
}
.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45) !important;
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05) !important;
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5) !important;
}
.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55) !important;
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6) !important;
}
.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65) !important;
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7) !important;
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75) !important;
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8) !important;
}
.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85) !important;
}
.bg-orange-800\/87 {
  background-color: rgb(154 52 18 / 0.87) !important;
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9) !important;
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95) !important;
}
.bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0) !important;
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1) !important;
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1) !important;
}
.bg-orange-900\/12 {
  background-color: rgb(124 45 18 / 0.12) !important;
}
.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15) !important;
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2) !important;
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25) !important;
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3) !important;
}
.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35) !important;
}
.bg-orange-900\/38 {
  background-color: rgb(124 45 18 / 0.38) !important;
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4) !important;
}
.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45) !important;
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05) !important;
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5) !important;
}
.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55) !important;
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6) !important;
}
.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65) !important;
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7) !important;
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75) !important;
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8) !important;
}
.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85) !important;
}
.bg-orange-900\/87 {
  background-color: rgb(124 45 18 / 0.87) !important;
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9) !important;
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95) !important;
}
.bg-orange-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1)) !important;
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0) !important;
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1) !important;
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1) !important;
}
.bg-orange-950\/12 {
  background-color: rgb(67 20 7 / 0.12) !important;
}
.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15) !important;
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2) !important;
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25) !important;
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3) !important;
}
.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35) !important;
}
.bg-orange-950\/38 {
  background-color: rgb(67 20 7 / 0.38) !important;
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4) !important;
}
.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45) !important;
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05) !important;
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5) !important;
}
.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55) !important;
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6) !important;
}
.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65) !important;
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7) !important;
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75) !important;
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8) !important;
}
.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85) !important;
}
.bg-orange-950\/87 {
  background-color: rgb(67 20 7 / 0.87) !important;
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9) !important;
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95) !important;
}
.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0) !important;
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1) !important;
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1) !important;
}
.bg-pink-100\/12 {
  background-color: rgb(252 231 243 / 0.12) !important;
}
.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15) !important;
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2) !important;
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25) !important;
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3) !important;
}
.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35) !important;
}
.bg-pink-100\/38 {
  background-color: rgb(252 231 243 / 0.38) !important;
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4) !important;
}
.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45) !important;
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05) !important;
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5) !important;
}
.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55) !important;
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6) !important;
}
.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65) !important;
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7) !important;
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75) !important;
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8) !important;
}
.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85) !important;
}
.bg-pink-100\/87 {
  background-color: rgb(252 231 243 / 0.87) !important;
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9) !important;
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95) !important;
}
.bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0) !important;
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1) !important;
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1) !important;
}
.bg-pink-200\/12 {
  background-color: rgb(251 207 232 / 0.12) !important;
}
.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15) !important;
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2) !important;
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25) !important;
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3) !important;
}
.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35) !important;
}
.bg-pink-200\/38 {
  background-color: rgb(251 207 232 / 0.38) !important;
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4) !important;
}
.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45) !important;
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05) !important;
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5) !important;
}
.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55) !important;
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6) !important;
}
.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65) !important;
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7) !important;
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75) !important;
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8) !important;
}
.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85) !important;
}
.bg-pink-200\/87 {
  background-color: rgb(251 207 232 / 0.87) !important;
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9) !important;
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95) !important;
}
.bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0) !important;
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1) !important;
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1) !important;
}
.bg-pink-300\/12 {
  background-color: rgb(249 168 212 / 0.12) !important;
}
.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15) !important;
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2) !important;
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25) !important;
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3) !important;
}
.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35) !important;
}
.bg-pink-300\/38 {
  background-color: rgb(249 168 212 / 0.38) !important;
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4) !important;
}
.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45) !important;
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05) !important;
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5) !important;
}
.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55) !important;
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6) !important;
}
.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65) !important;
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7) !important;
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75) !important;
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8) !important;
}
.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85) !important;
}
.bg-pink-300\/87 {
  background-color: rgb(249 168 212 / 0.87) !important;
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9) !important;
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95) !important;
}
.bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0) !important;
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1) !important;
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1) !important;
}
.bg-pink-400\/12 {
  background-color: rgb(244 114 182 / 0.12) !important;
}
.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15) !important;
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2) !important;
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25) !important;
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3) !important;
}
.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35) !important;
}
.bg-pink-400\/38 {
  background-color: rgb(244 114 182 / 0.38) !important;
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4) !important;
}
.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45) !important;
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05) !important;
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5) !important;
}
.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55) !important;
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6) !important;
}
.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65) !important;
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7) !important;
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75) !important;
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8) !important;
}
.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85) !important;
}
.bg-pink-400\/87 {
  background-color: rgb(244 114 182 / 0.87) !important;
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9) !important;
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95) !important;
}
.bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0) !important;
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1) !important;
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1) !important;
}
.bg-pink-50\/12 {
  background-color: rgb(253 242 248 / 0.12) !important;
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15) !important;
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2) !important;
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25) !important;
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3) !important;
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35) !important;
}
.bg-pink-50\/38 {
  background-color: rgb(253 242 248 / 0.38) !important;
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4) !important;
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45) !important;
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05) !important;
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5) !important;
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55) !important;
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6) !important;
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65) !important;
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7) !important;
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75) !important;
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8) !important;
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85) !important;
}
.bg-pink-50\/87 {
  background-color: rgb(253 242 248 / 0.87) !important;
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9) !important;
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95) !important;
}
.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0) !important;
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1) !important;
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1) !important;
}
.bg-pink-500\/12 {
  background-color: rgb(236 72 153 / 0.12) !important;
}
.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15) !important;
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2) !important;
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25) !important;
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3) !important;
}
.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35) !important;
}
.bg-pink-500\/38 {
  background-color: rgb(236 72 153 / 0.38) !important;
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4) !important;
}
.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45) !important;
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05) !important;
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5) !important;
}
.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55) !important;
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6) !important;
}
.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65) !important;
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7) !important;
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75) !important;
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8) !important;
}
.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85) !important;
}
.bg-pink-500\/87 {
  background-color: rgb(236 72 153 / 0.87) !important;
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9) !important;
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95) !important;
}
.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0) !important;
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1) !important;
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1) !important;
}
.bg-pink-600\/12 {
  background-color: rgb(219 39 119 / 0.12) !important;
}
.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15) !important;
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2) !important;
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25) !important;
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3) !important;
}
.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35) !important;
}
.bg-pink-600\/38 {
  background-color: rgb(219 39 119 / 0.38) !important;
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4) !important;
}
.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45) !important;
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05) !important;
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5) !important;
}
.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55) !important;
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6) !important;
}
.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65) !important;
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7) !important;
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75) !important;
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8) !important;
}
.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85) !important;
}
.bg-pink-600\/87 {
  background-color: rgb(219 39 119 / 0.87) !important;
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9) !important;
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95) !important;
}
.bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0) !important;
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1) !important;
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1) !important;
}
.bg-pink-700\/12 {
  background-color: rgb(190 24 93 / 0.12) !important;
}
.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15) !important;
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2) !important;
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25) !important;
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3) !important;
}
.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35) !important;
}
.bg-pink-700\/38 {
  background-color: rgb(190 24 93 / 0.38) !important;
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4) !important;
}
.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45) !important;
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05) !important;
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5) !important;
}
.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55) !important;
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6) !important;
}
.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65) !important;
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7) !important;
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75) !important;
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8) !important;
}
.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85) !important;
}
.bg-pink-700\/87 {
  background-color: rgb(190 24 93 / 0.87) !important;
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9) !important;
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95) !important;
}
.bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0) !important;
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1) !important;
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1) !important;
}
.bg-pink-800\/12 {
  background-color: rgb(157 23 77 / 0.12) !important;
}
.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15) !important;
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2) !important;
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25) !important;
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3) !important;
}
.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35) !important;
}
.bg-pink-800\/38 {
  background-color: rgb(157 23 77 / 0.38) !important;
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4) !important;
}
.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45) !important;
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05) !important;
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5) !important;
}
.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55) !important;
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6) !important;
}
.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65) !important;
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7) !important;
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75) !important;
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8) !important;
}
.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85) !important;
}
.bg-pink-800\/87 {
  background-color: rgb(157 23 77 / 0.87) !important;
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9) !important;
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95) !important;
}
.bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0) !important;
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1) !important;
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1) !important;
}
.bg-pink-900\/12 {
  background-color: rgb(131 24 67 / 0.12) !important;
}
.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15) !important;
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2) !important;
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25) !important;
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3) !important;
}
.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35) !important;
}
.bg-pink-900\/38 {
  background-color: rgb(131 24 67 / 0.38) !important;
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4) !important;
}
.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45) !important;
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05) !important;
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5) !important;
}
.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55) !important;
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6) !important;
}
.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65) !important;
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7) !important;
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75) !important;
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8) !important;
}
.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85) !important;
}
.bg-pink-900\/87 {
  background-color: rgb(131 24 67 / 0.87) !important;
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9) !important;
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95) !important;
}
.bg-pink-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1)) !important;
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0) !important;
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1) !important;
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1) !important;
}
.bg-pink-950\/12 {
  background-color: rgb(80 7 36 / 0.12) !important;
}
.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15) !important;
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2) !important;
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25) !important;
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3) !important;
}
.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35) !important;
}
.bg-pink-950\/38 {
  background-color: rgb(80 7 36 / 0.38) !important;
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4) !important;
}
.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45) !important;
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05) !important;
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5) !important;
}
.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55) !important;
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6) !important;
}
.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65) !important;
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7) !important;
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75) !important;
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8) !important;
}
.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85) !important;
}
.bg-pink-950\/87 {
  background-color: rgb(80 7 36 / 0.87) !important;
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9) !important;
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95) !important;
}
.bg-popover {
  background-color: hsl(var(--popover)) !important;
}
.bg-popover-foreground {
  background-color: hsl(var(--popover-foreground)) !important;
}
.bg-popover-foreground\/0 {
  background-color: hsl(var(--popover-foreground) / 0) !important;
}
.bg-popover-foreground\/10 {
  background-color: hsl(var(--popover-foreground) / 0.1) !important;
}
.bg-popover-foreground\/100 {
  background-color: hsl(var(--popover-foreground) / 1) !important;
}
.bg-popover-foreground\/12 {
  background-color: hsl(var(--popover-foreground) / 0.12) !important;
}
.bg-popover-foreground\/15 {
  background-color: hsl(var(--popover-foreground) / 0.15) !important;
}
.bg-popover-foreground\/20 {
  background-color: hsl(var(--popover-foreground) / 0.2) !important;
}
.bg-popover-foreground\/25 {
  background-color: hsl(var(--popover-foreground) / 0.25) !important;
}
.bg-popover-foreground\/30 {
  background-color: hsl(var(--popover-foreground) / 0.3) !important;
}
.bg-popover-foreground\/35 {
  background-color: hsl(var(--popover-foreground) / 0.35) !important;
}
.bg-popover-foreground\/38 {
  background-color: hsl(var(--popover-foreground) / 0.38) !important;
}
.bg-popover-foreground\/40 {
  background-color: hsl(var(--popover-foreground) / 0.4) !important;
}
.bg-popover-foreground\/45 {
  background-color: hsl(var(--popover-foreground) / 0.45) !important;
}
.bg-popover-foreground\/5 {
  background-color: hsl(var(--popover-foreground) / 0.05) !important;
}
.bg-popover-foreground\/50 {
  background-color: hsl(var(--popover-foreground) / 0.5) !important;
}
.bg-popover-foreground\/55 {
  background-color: hsl(var(--popover-foreground) / 0.55) !important;
}
.bg-popover-foreground\/60 {
  background-color: hsl(var(--popover-foreground) / 0.6) !important;
}
.bg-popover-foreground\/65 {
  background-color: hsl(var(--popover-foreground) / 0.65) !important;
}
.bg-popover-foreground\/70 {
  background-color: hsl(var(--popover-foreground) / 0.7) !important;
}
.bg-popover-foreground\/75 {
  background-color: hsl(var(--popover-foreground) / 0.75) !important;
}
.bg-popover-foreground\/80 {
  background-color: hsl(var(--popover-foreground) / 0.8) !important;
}
.bg-popover-foreground\/85 {
  background-color: hsl(var(--popover-foreground) / 0.85) !important;
}
.bg-popover-foreground\/87 {
  background-color: hsl(var(--popover-foreground) / 0.87) !important;
}
.bg-popover-foreground\/90 {
  background-color: hsl(var(--popover-foreground) / 0.9) !important;
}
.bg-popover-foreground\/95 {
  background-color: hsl(var(--popover-foreground) / 0.95) !important;
}
.bg-popover\/0 {
  background-color: hsl(var(--popover) / 0) !important;
}
.bg-popover\/10 {
  background-color: hsl(var(--popover) / 0.1) !important;
}
.bg-popover\/100 {
  background-color: hsl(var(--popover) / 1) !important;
}
.bg-popover\/12 {
  background-color: hsl(var(--popover) / 0.12) !important;
}
.bg-popover\/15 {
  background-color: hsl(var(--popover) / 0.15) !important;
}
.bg-popover\/20 {
  background-color: hsl(var(--popover) / 0.2) !important;
}
.bg-popover\/25 {
  background-color: hsl(var(--popover) / 0.25) !important;
}
.bg-popover\/30 {
  background-color: hsl(var(--popover) / 0.3) !important;
}
.bg-popover\/35 {
  background-color: hsl(var(--popover) / 0.35) !important;
}
.bg-popover\/38 {
  background-color: hsl(var(--popover) / 0.38) !important;
}
.bg-popover\/40 {
  background-color: hsl(var(--popover) / 0.4) !important;
}
.bg-popover\/45 {
  background-color: hsl(var(--popover) / 0.45) !important;
}
.bg-popover\/5 {
  background-color: hsl(var(--popover) / 0.05) !important;
}
.bg-popover\/50 {
  background-color: hsl(var(--popover) / 0.5) !important;
}
.bg-popover\/55 {
  background-color: hsl(var(--popover) / 0.55) !important;
}
.bg-popover\/60 {
  background-color: hsl(var(--popover) / 0.6) !important;
}
.bg-popover\/65 {
  background-color: hsl(var(--popover) / 0.65) !important;
}
.bg-popover\/70 {
  background-color: hsl(var(--popover) / 0.7) !important;
}
.bg-popover\/75 {
  background-color: hsl(var(--popover) / 0.75) !important;
}
.bg-popover\/80 {
  background-color: hsl(var(--popover) / 0.8) !important;
}
.bg-popover\/85 {
  background-color: hsl(var(--popover) / 0.85) !important;
}
.bg-popover\/87 {
  background-color: hsl(var(--popover) / 0.87) !important;
}
.bg-popover\/90 {
  background-color: hsl(var(--popover) / 0.9) !important;
}
.bg-popover\/95 {
  background-color: hsl(var(--popover) / 0.95) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(217 33% 17% / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-100\/0 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0) !important;
}
.bg-primary-100\/10 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.1) !important;
}
.bg-primary-100\/100 {
  background-color: rgba(var(--fuse-primary-100-rgb), 1) !important;
}
.bg-primary-100\/12 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.12) !important;
}
.bg-primary-100\/15 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.15) !important;
}
.bg-primary-100\/20 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.2) !important;
}
.bg-primary-100\/25 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.25) !important;
}
.bg-primary-100\/30 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.3) !important;
}
.bg-primary-100\/35 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.35) !important;
}
.bg-primary-100\/38 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.38) !important;
}
.bg-primary-100\/40 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.4) !important;
}
.bg-primary-100\/45 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.45) !important;
}
.bg-primary-100\/5 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.05) !important;
}
.bg-primary-100\/50 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.5) !important;
}
.bg-primary-100\/55 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.55) !important;
}
.bg-primary-100\/60 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.6) !important;
}
.bg-primary-100\/65 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.65) !important;
}
.bg-primary-100\/70 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.7) !important;
}
.bg-primary-100\/75 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.75) !important;
}
.bg-primary-100\/80 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.8) !important;
}
.bg-primary-100\/85 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.85) !important;
}
.bg-primary-100\/87 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.87) !important;
}
.bg-primary-100\/90 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.9) !important;
}
.bg-primary-100\/95 {
  background-color: rgba(var(--fuse-primary-100-rgb), 0.95) !important;
}
.bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-200\/0 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0) !important;
}
.bg-primary-200\/10 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.1) !important;
}
.bg-primary-200\/100 {
  background-color: rgba(var(--fuse-primary-200-rgb), 1) !important;
}
.bg-primary-200\/12 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.12) !important;
}
.bg-primary-200\/15 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.15) !important;
}
.bg-primary-200\/20 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.2) !important;
}
.bg-primary-200\/25 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.25) !important;
}
.bg-primary-200\/30 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.3) !important;
}
.bg-primary-200\/35 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.35) !important;
}
.bg-primary-200\/38 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.38) !important;
}
.bg-primary-200\/40 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.4) !important;
}
.bg-primary-200\/45 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.45) !important;
}
.bg-primary-200\/5 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.05) !important;
}
.bg-primary-200\/50 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.5) !important;
}
.bg-primary-200\/55 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.55) !important;
}
.bg-primary-200\/60 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.6) !important;
}
.bg-primary-200\/65 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.65) !important;
}
.bg-primary-200\/70 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.7) !important;
}
.bg-primary-200\/75 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.75) !important;
}
.bg-primary-200\/80 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.8) !important;
}
.bg-primary-200\/85 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.85) !important;
}
.bg-primary-200\/87 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.87) !important;
}
.bg-primary-200\/90 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.9) !important;
}
.bg-primary-200\/95 {
  background-color: rgba(var(--fuse-primary-200-rgb), 0.95) !important;
}
.bg-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-300\/0 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0) !important;
}
.bg-primary-300\/10 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.1) !important;
}
.bg-primary-300\/100 {
  background-color: rgba(var(--fuse-primary-300-rgb), 1) !important;
}
.bg-primary-300\/12 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.12) !important;
}
.bg-primary-300\/15 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.15) !important;
}
.bg-primary-300\/20 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.2) !important;
}
.bg-primary-300\/25 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.25) !important;
}
.bg-primary-300\/30 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.3) !important;
}
.bg-primary-300\/35 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.35) !important;
}
.bg-primary-300\/38 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.38) !important;
}
.bg-primary-300\/40 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.4) !important;
}
.bg-primary-300\/45 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.45) !important;
}
.bg-primary-300\/5 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.05) !important;
}
.bg-primary-300\/50 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.5) !important;
}
.bg-primary-300\/55 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.55) !important;
}
.bg-primary-300\/60 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.6) !important;
}
.bg-primary-300\/65 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.65) !important;
}
.bg-primary-300\/70 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.7) !important;
}
.bg-primary-300\/75 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.75) !important;
}
.bg-primary-300\/80 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.8) !important;
}
.bg-primary-300\/85 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.85) !important;
}
.bg-primary-300\/87 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.87) !important;
}
.bg-primary-300\/90 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.9) !important;
}
.bg-primary-300\/95 {
  background-color: rgba(var(--fuse-primary-300-rgb), 0.95) !important;
}
.bg-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-400\/0 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0) !important;
}
.bg-primary-400\/10 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.1) !important;
}
.bg-primary-400\/100 {
  background-color: rgba(var(--fuse-primary-400-rgb), 1) !important;
}
.bg-primary-400\/12 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.12) !important;
}
.bg-primary-400\/15 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.15) !important;
}
.bg-primary-400\/20 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.2) !important;
}
.bg-primary-400\/25 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.25) !important;
}
.bg-primary-400\/30 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.3) !important;
}
.bg-primary-400\/35 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.35) !important;
}
.bg-primary-400\/38 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.38) !important;
}
.bg-primary-400\/40 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.4) !important;
}
.bg-primary-400\/45 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.45) !important;
}
.bg-primary-400\/5 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.05) !important;
}
.bg-primary-400\/50 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.5) !important;
}
.bg-primary-400\/55 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.55) !important;
}
.bg-primary-400\/60 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.6) !important;
}
.bg-primary-400\/65 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.65) !important;
}
.bg-primary-400\/70 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.7) !important;
}
.bg-primary-400\/75 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.75) !important;
}
.bg-primary-400\/80 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.8) !important;
}
.bg-primary-400\/85 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.85) !important;
}
.bg-primary-400\/87 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.87) !important;
}
.bg-primary-400\/90 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.9) !important;
}
.bg-primary-400\/95 {
  background-color: rgba(var(--fuse-primary-400-rgb), 0.95) !important;
}
.bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-50\/0 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0) !important;
}
.bg-primary-50\/10 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.1) !important;
}
.bg-primary-50\/100 {
  background-color: rgba(var(--fuse-primary-50-rgb), 1) !important;
}
.bg-primary-50\/12 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.12) !important;
}
.bg-primary-50\/15 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.15) !important;
}
.bg-primary-50\/20 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.2) !important;
}
.bg-primary-50\/25 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.25) !important;
}
.bg-primary-50\/30 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.3) !important;
}
.bg-primary-50\/35 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.35) !important;
}
.bg-primary-50\/38 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.38) !important;
}
.bg-primary-50\/40 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.4) !important;
}
.bg-primary-50\/45 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.45) !important;
}
.bg-primary-50\/5 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.05) !important;
}
.bg-primary-50\/50 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.5) !important;
}
.bg-primary-50\/55 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.55) !important;
}
.bg-primary-50\/60 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.6) !important;
}
.bg-primary-50\/65 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.65) !important;
}
.bg-primary-50\/70 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.7) !important;
}
.bg-primary-50\/75 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.75) !important;
}
.bg-primary-50\/80 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.8) !important;
}
.bg-primary-50\/85 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.85) !important;
}
.bg-primary-50\/87 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.87) !important;
}
.bg-primary-50\/90 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.9) !important;
}
.bg-primary-50\/95 {
  background-color: rgba(var(--fuse-primary-50-rgb), 0.95) !important;
}
.bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-500\/0 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0) !important;
}
.bg-primary-500\/10 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.1) !important;
}
.bg-primary-500\/100 {
  background-color: rgba(var(--fuse-primary-500-rgb), 1) !important;
}
.bg-primary-500\/12 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.12) !important;
}
.bg-primary-500\/15 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.15) !important;
}
.bg-primary-500\/20 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.2) !important;
}
.bg-primary-500\/25 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.25) !important;
}
.bg-primary-500\/30 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.3) !important;
}
.bg-primary-500\/35 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.35) !important;
}
.bg-primary-500\/38 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.38) !important;
}
.bg-primary-500\/40 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.4) !important;
}
.bg-primary-500\/45 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.45) !important;
}
.bg-primary-500\/5 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.05) !important;
}
.bg-primary-500\/50 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.5) !important;
}
.bg-primary-500\/55 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.55) !important;
}
.bg-primary-500\/60 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.6) !important;
}
.bg-primary-500\/65 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.65) !important;
}
.bg-primary-500\/70 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.7) !important;
}
.bg-primary-500\/75 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.75) !important;
}
.bg-primary-500\/80 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.8) !important;
}
.bg-primary-500\/85 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.85) !important;
}
.bg-primary-500\/87 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.87) !important;
}
.bg-primary-500\/90 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.9) !important;
}
.bg-primary-500\/95 {
  background-color: rgba(var(--fuse-primary-500-rgb), 0.95) !important;
}
.bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-600\/0 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0) !important;
}
.bg-primary-600\/10 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.1) !important;
}
.bg-primary-600\/100 {
  background-color: rgba(var(--fuse-primary-600-rgb), 1) !important;
}
.bg-primary-600\/12 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.12) !important;
}
.bg-primary-600\/15 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.15) !important;
}
.bg-primary-600\/20 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.2) !important;
}
.bg-primary-600\/25 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.25) !important;
}
.bg-primary-600\/30 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.3) !important;
}
.bg-primary-600\/35 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.35) !important;
}
.bg-primary-600\/38 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.38) !important;
}
.bg-primary-600\/40 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.4) !important;
}
.bg-primary-600\/45 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.45) !important;
}
.bg-primary-600\/5 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.05) !important;
}
.bg-primary-600\/50 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.5) !important;
}
.bg-primary-600\/55 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.55) !important;
}
.bg-primary-600\/60 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.6) !important;
}
.bg-primary-600\/65 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.65) !important;
}
.bg-primary-600\/70 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.7) !important;
}
.bg-primary-600\/75 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.75) !important;
}
.bg-primary-600\/80 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.8) !important;
}
.bg-primary-600\/85 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.85) !important;
}
.bg-primary-600\/87 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.87) !important;
}
.bg-primary-600\/90 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.9) !important;
}
.bg-primary-600\/95 {
  background-color: rgba(var(--fuse-primary-600-rgb), 0.95) !important;
}
.bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-700\/0 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0) !important;
}
.bg-primary-700\/10 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.1) !important;
}
.bg-primary-700\/100 {
  background-color: rgba(var(--fuse-primary-700-rgb), 1) !important;
}
.bg-primary-700\/12 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.12) !important;
}
.bg-primary-700\/15 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.15) !important;
}
.bg-primary-700\/20 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.2) !important;
}
.bg-primary-700\/25 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.25) !important;
}
.bg-primary-700\/30 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.3) !important;
}
.bg-primary-700\/35 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.35) !important;
}
.bg-primary-700\/38 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.38) !important;
}
.bg-primary-700\/40 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.4) !important;
}
.bg-primary-700\/45 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.45) !important;
}
.bg-primary-700\/5 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.05) !important;
}
.bg-primary-700\/50 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.5) !important;
}
.bg-primary-700\/55 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.55) !important;
}
.bg-primary-700\/60 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.6) !important;
}
.bg-primary-700\/65 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.65) !important;
}
.bg-primary-700\/70 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.7) !important;
}
.bg-primary-700\/75 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.75) !important;
}
.bg-primary-700\/80 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.8) !important;
}
.bg-primary-700\/85 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.85) !important;
}
.bg-primary-700\/87 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.87) !important;
}
.bg-primary-700\/90 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.9) !important;
}
.bg-primary-700\/95 {
  background-color: rgba(var(--fuse-primary-700-rgb), 0.95) !important;
}
.bg-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-800\/0 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0) !important;
}
.bg-primary-800\/10 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.1) !important;
}
.bg-primary-800\/100 {
  background-color: rgba(var(--fuse-primary-800-rgb), 1) !important;
}
.bg-primary-800\/12 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.12) !important;
}
.bg-primary-800\/15 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.15) !important;
}
.bg-primary-800\/20 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.2) !important;
}
.bg-primary-800\/25 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.25) !important;
}
.bg-primary-800\/30 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.3) !important;
}
.bg-primary-800\/35 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.35) !important;
}
.bg-primary-800\/38 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.38) !important;
}
.bg-primary-800\/40 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.4) !important;
}
.bg-primary-800\/45 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.45) !important;
}
.bg-primary-800\/5 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.05) !important;
}
.bg-primary-800\/50 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.5) !important;
}
.bg-primary-800\/55 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.55) !important;
}
.bg-primary-800\/60 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.6) !important;
}
.bg-primary-800\/65 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.65) !important;
}
.bg-primary-800\/70 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.7) !important;
}
.bg-primary-800\/75 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.75) !important;
}
.bg-primary-800\/80 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.8) !important;
}
.bg-primary-800\/85 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.85) !important;
}
.bg-primary-800\/87 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.87) !important;
}
.bg-primary-800\/90 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.9) !important;
}
.bg-primary-800\/95 {
  background-color: rgba(var(--fuse-primary-800-rgb), 0.95) !important;
}
.bg-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-900\/0 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0) !important;
}
.bg-primary-900\/10 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.1) !important;
}
.bg-primary-900\/100 {
  background-color: rgba(var(--fuse-primary-900-rgb), 1) !important;
}
.bg-primary-900\/12 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.12) !important;
}
.bg-primary-900\/15 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.15) !important;
}
.bg-primary-900\/20 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.2) !important;
}
.bg-primary-900\/25 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.25) !important;
}
.bg-primary-900\/30 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.3) !important;
}
.bg-primary-900\/35 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.35) !important;
}
.bg-primary-900\/38 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.38) !important;
}
.bg-primary-900\/40 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.4) !important;
}
.bg-primary-900\/45 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.45) !important;
}
.bg-primary-900\/5 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.05) !important;
}
.bg-primary-900\/50 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.5) !important;
}
.bg-primary-900\/55 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.55) !important;
}
.bg-primary-900\/60 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.6) !important;
}
.bg-primary-900\/65 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.65) !important;
}
.bg-primary-900\/70 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.7) !important;
}
.bg-primary-900\/75 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.75) !important;
}
.bg-primary-900\/80 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.8) !important;
}
.bg-primary-900\/85 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.85) !important;
}
.bg-primary-900\/87 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.87) !important;
}
.bg-primary-900\/90 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.9) !important;
}
.bg-primary-900\/95 {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.95) !important;
}
.bg-primary-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-950\/0 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0) !important;
}
.bg-primary-950\/10 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.1) !important;
}
.bg-primary-950\/100 {
  background-color: rgba(var(--fuse-primary-950-rgb), 1) !important;
}
.bg-primary-950\/12 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.12) !important;
}
.bg-primary-950\/15 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.15) !important;
}
.bg-primary-950\/20 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.2) !important;
}
.bg-primary-950\/25 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.25) !important;
}
.bg-primary-950\/30 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.3) !important;
}
.bg-primary-950\/35 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.35) !important;
}
.bg-primary-950\/38 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.38) !important;
}
.bg-primary-950\/40 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.4) !important;
}
.bg-primary-950\/45 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.45) !important;
}
.bg-primary-950\/5 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.05) !important;
}
.bg-primary-950\/50 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.5) !important;
}
.bg-primary-950\/55 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.55) !important;
}
.bg-primary-950\/60 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.6) !important;
}
.bg-primary-950\/65 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.65) !important;
}
.bg-primary-950\/70 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.7) !important;
}
.bg-primary-950\/75 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.75) !important;
}
.bg-primary-950\/80 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.8) !important;
}
.bg-primary-950\/85 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.85) !important;
}
.bg-primary-950\/87 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.87) !important;
}
.bg-primary-950\/90 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.9) !important;
}
.bg-primary-950\/95 {
  background-color: rgba(var(--fuse-primary-950-rgb), 0.95) !important;
}
.bg-primary-dark {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(218 47% 11% / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-dark\/0 {
  background-color: hsl(218 47% 11% / 0) !important;
}
.bg-primary-dark\/10 {
  background-color: hsl(218 47% 11% / 0.1) !important;
}
.bg-primary-dark\/100 {
  background-color: hsl(218 47% 11% / 1) !important;
}
.bg-primary-dark\/12 {
  background-color: hsl(218 47% 11% / 0.12) !important;
}
.bg-primary-dark\/15 {
  background-color: hsl(218 47% 11% / 0.15) !important;
}
.bg-primary-dark\/20 {
  background-color: hsl(218 47% 11% / 0.2) !important;
}
.bg-primary-dark\/25 {
  background-color: hsl(218 47% 11% / 0.25) !important;
}
.bg-primary-dark\/30 {
  background-color: hsl(218 47% 11% / 0.3) !important;
}
.bg-primary-dark\/35 {
  background-color: hsl(218 47% 11% / 0.35) !important;
}
.bg-primary-dark\/38 {
  background-color: hsl(218 47% 11% / 0.38) !important;
}
.bg-primary-dark\/40 {
  background-color: hsl(218 47% 11% / 0.4) !important;
}
.bg-primary-dark\/45 {
  background-color: hsl(218 47% 11% / 0.45) !important;
}
.bg-primary-dark\/5 {
  background-color: hsl(218 47% 11% / 0.05) !important;
}
.bg-primary-dark\/50 {
  background-color: hsl(218 47% 11% / 0.5) !important;
}
.bg-primary-dark\/55 {
  background-color: hsl(218 47% 11% / 0.55) !important;
}
.bg-primary-dark\/60 {
  background-color: hsl(218 47% 11% / 0.6) !important;
}
.bg-primary-dark\/65 {
  background-color: hsl(218 47% 11% / 0.65) !important;
}
.bg-primary-dark\/70 {
  background-color: hsl(218 47% 11% / 0.7) !important;
}
.bg-primary-dark\/75 {
  background-color: hsl(218 47% 11% / 0.75) !important;
}
.bg-primary-dark\/80 {
  background-color: hsl(218 47% 11% / 0.8) !important;
}
.bg-primary-dark\/85 {
  background-color: hsl(218 47% 11% / 0.85) !important;
}
.bg-primary-dark\/87 {
  background-color: hsl(218 47% 11% / 0.87) !important;
}
.bg-primary-dark\/90 {
  background-color: hsl(218 47% 11% / 0.9) !important;
}
.bg-primary-dark\/95 {
  background-color: hsl(218 47% 11% / 0.95) !important;
}
.bg-primary-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-foreground\/0 {
  background-color: hsl(0 0% 100% / 0) !important;
}
.bg-primary-foreground\/10 {
  background-color: hsl(0 0% 100% / 0.1) !important;
}
.bg-primary-foreground\/100 {
  background-color: hsl(0 0% 100% / 1) !important;
}
.bg-primary-foreground\/12 {
  background-color: hsl(0 0% 100% / 0.12) !important;
}
.bg-primary-foreground\/15 {
  background-color: hsl(0 0% 100% / 0.15) !important;
}
.bg-primary-foreground\/20 {
  background-color: hsl(0 0% 100% / 0.2) !important;
}
.bg-primary-foreground\/25 {
  background-color: hsl(0 0% 100% / 0.25) !important;
}
.bg-primary-foreground\/30 {
  background-color: hsl(0 0% 100% / 0.3) !important;
}
.bg-primary-foreground\/35 {
  background-color: hsl(0 0% 100% / 0.35) !important;
}
.bg-primary-foreground\/38 {
  background-color: hsl(0 0% 100% / 0.38) !important;
}
.bg-primary-foreground\/40 {
  background-color: hsl(0 0% 100% / 0.4) !important;
}
.bg-primary-foreground\/45 {
  background-color: hsl(0 0% 100% / 0.45) !important;
}
.bg-primary-foreground\/5 {
  background-color: hsl(0 0% 100% / 0.05) !important;
}
.bg-primary-foreground\/50 {
  background-color: hsl(0 0% 100% / 0.5) !important;
}
.bg-primary-foreground\/55 {
  background-color: hsl(0 0% 100% / 0.55) !important;
}
.bg-primary-foreground\/60 {
  background-color: hsl(0 0% 100% / 0.6) !important;
}
.bg-primary-foreground\/65 {
  background-color: hsl(0 0% 100% / 0.65) !important;
}
.bg-primary-foreground\/70 {
  background-color: hsl(0 0% 100% / 0.7) !important;
}
.bg-primary-foreground\/75 {
  background-color: hsl(0 0% 100% / 0.75) !important;
}
.bg-primary-foreground\/80 {
  background-color: hsl(0 0% 100% / 0.8) !important;
}
.bg-primary-foreground\/85 {
  background-color: hsl(0 0% 100% / 0.85) !important;
}
.bg-primary-foreground\/87 {
  background-color: hsl(0 0% 100% / 0.87) !important;
}
.bg-primary-foreground\/90 {
  background-color: hsl(0 0% 100% / 0.9) !important;
}
.bg-primary-foreground\/95 {
  background-color: hsl(0 0% 100% / 0.95) !important;
}
.bg-primary-glow {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(215 28% 25% / var(--tw-bg-opacity, 1)) !important;
}
.bg-primary-glow\/0 {
  background-color: hsl(215 28% 25% / 0) !important;
}
.bg-primary-glow\/10 {
  background-color: hsl(215 28% 25% / 0.1) !important;
}
.bg-primary-glow\/100 {
  background-color: hsl(215 28% 25% / 1) !important;
}
.bg-primary-glow\/12 {
  background-color: hsl(215 28% 25% / 0.12) !important;
}
.bg-primary-glow\/15 {
  background-color: hsl(215 28% 25% / 0.15) !important;
}
.bg-primary-glow\/20 {
  background-color: hsl(215 28% 25% / 0.2) !important;
}
.bg-primary-glow\/25 {
  background-color: hsl(215 28% 25% / 0.25) !important;
}
.bg-primary-glow\/30 {
  background-color: hsl(215 28% 25% / 0.3) !important;
}
.bg-primary-glow\/35 {
  background-color: hsl(215 28% 25% / 0.35) !important;
}
.bg-primary-glow\/38 {
  background-color: hsl(215 28% 25% / 0.38) !important;
}
.bg-primary-glow\/40 {
  background-color: hsl(215 28% 25% / 0.4) !important;
}
.bg-primary-glow\/45 {
  background-color: hsl(215 28% 25% / 0.45) !important;
}
.bg-primary-glow\/5 {
  background-color: hsl(215 28% 25% / 0.05) !important;
}
.bg-primary-glow\/50 {
  background-color: hsl(215 28% 25% / 0.5) !important;
}
.bg-primary-glow\/55 {
  background-color: hsl(215 28% 25% / 0.55) !important;
}
.bg-primary-glow\/60 {
  background-color: hsl(215 28% 25% / 0.6) !important;
}
.bg-primary-glow\/65 {
  background-color: hsl(215 28% 25% / 0.65) !important;
}
.bg-primary-glow\/70 {
  background-color: hsl(215 28% 25% / 0.7) !important;
}
.bg-primary-glow\/75 {
  background-color: hsl(215 28% 25% / 0.75) !important;
}
.bg-primary-glow\/80 {
  background-color: hsl(215 28% 25% / 0.8) !important;
}
.bg-primary-glow\/85 {
  background-color: hsl(215 28% 25% / 0.85) !important;
}
.bg-primary-glow\/87 {
  background-color: hsl(215 28% 25% / 0.87) !important;
}
.bg-primary-glow\/90 {
  background-color: hsl(215 28% 25% / 0.9) !important;
}
.bg-primary-glow\/95 {
  background-color: hsl(215 28% 25% / 0.95) !important;
}
.bg-primary\/0 {
  background-color: hsl(217 33% 17% / 0) !important;
}
.bg-primary\/10 {
  background-color: hsl(217 33% 17% / 0.1) !important;
}
.bg-primary\/100 {
  background-color: hsl(217 33% 17% / 1) !important;
}
.bg-primary\/12 {
  background-color: hsl(217 33% 17% / 0.12) !important;
}
.bg-primary\/15 {
  background-color: hsl(217 33% 17% / 0.15) !important;
}
.bg-primary\/20 {
  background-color: hsl(217 33% 17% / 0.2) !important;
}
.bg-primary\/25 {
  background-color: hsl(217 33% 17% / 0.25) !important;
}
.bg-primary\/30 {
  background-color: hsl(217 33% 17% / 0.3) !important;
}
.bg-primary\/35 {
  background-color: hsl(217 33% 17% / 0.35) !important;
}
.bg-primary\/38 {
  background-color: hsl(217 33% 17% / 0.38) !important;
}
.bg-primary\/40 {
  background-color: hsl(217 33% 17% / 0.4) !important;
}
.bg-primary\/45 {
  background-color: hsl(217 33% 17% / 0.45) !important;
}
.bg-primary\/5 {
  background-color: hsl(217 33% 17% / 0.05) !important;
}
.bg-primary\/50 {
  background-color: hsl(217 33% 17% / 0.5) !important;
}
.bg-primary\/55 {
  background-color: hsl(217 33% 17% / 0.55) !important;
}
.bg-primary\/60 {
  background-color: hsl(217 33% 17% / 0.6) !important;
}
.bg-primary\/65 {
  background-color: hsl(217 33% 17% / 0.65) !important;
}
.bg-primary\/70 {
  background-color: hsl(217 33% 17% / 0.7) !important;
}
.bg-primary\/75 {
  background-color: hsl(217 33% 17% / 0.75) !important;
}
.bg-primary\/80 {
  background-color: hsl(217 33% 17% / 0.8) !important;
}
.bg-primary\/85 {
  background-color: hsl(217 33% 17% / 0.85) !important;
}
.bg-primary\/87 {
  background-color: hsl(217 33% 17% / 0.87) !important;
}
.bg-primary\/90 {
  background-color: hsl(217 33% 17% / 0.9) !important;
}
.bg-primary\/95 {
  background-color: hsl(217 33% 17% / 0.95) !important;
}
.bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0) !important;
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1) !important;
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1) !important;
}
.bg-purple-100\/12 {
  background-color: rgb(243 232 255 / 0.12) !important;
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15) !important;
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2) !important;
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25) !important;
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3) !important;
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35) !important;
}
.bg-purple-100\/38 {
  background-color: rgb(243 232 255 / 0.38) !important;
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4) !important;
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45) !important;
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05) !important;
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5) !important;
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55) !important;
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6) !important;
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65) !important;
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7) !important;
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75) !important;
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8) !important;
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85) !important;
}
.bg-purple-100\/87 {
  background-color: rgb(243 232 255 / 0.87) !important;
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9) !important;
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95) !important;
}
.bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0) !important;
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1) !important;
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1) !important;
}
.bg-purple-200\/12 {
  background-color: rgb(233 213 255 / 0.12) !important;
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15) !important;
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2) !important;
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25) !important;
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3) !important;
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35) !important;
}
.bg-purple-200\/38 {
  background-color: rgb(233 213 255 / 0.38) !important;
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4) !important;
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45) !important;
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05) !important;
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5) !important;
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55) !important;
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6) !important;
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65) !important;
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7) !important;
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75) !important;
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8) !important;
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85) !important;
}
.bg-purple-200\/87 {
  background-color: rgb(233 213 255 / 0.87) !important;
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9) !important;
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95) !important;
}
.bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0) !important;
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1) !important;
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1) !important;
}
.bg-purple-300\/12 {
  background-color: rgb(216 180 254 / 0.12) !important;
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15) !important;
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2) !important;
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25) !important;
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3) !important;
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35) !important;
}
.bg-purple-300\/38 {
  background-color: rgb(216 180 254 / 0.38) !important;
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4) !important;
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45) !important;
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05) !important;
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5) !important;
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55) !important;
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6) !important;
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65) !important;
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7) !important;
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75) !important;
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8) !important;
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85) !important;
}
.bg-purple-300\/87 {
  background-color: rgb(216 180 254 / 0.87) !important;
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9) !important;
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95) !important;
}
.bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0) !important;
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1) !important;
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1) !important;
}
.bg-purple-400\/12 {
  background-color: rgb(192 132 252 / 0.12) !important;
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15) !important;
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2) !important;
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25) !important;
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3) !important;
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35) !important;
}
.bg-purple-400\/38 {
  background-color: rgb(192 132 252 / 0.38) !important;
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4) !important;
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45) !important;
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05) !important;
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5) !important;
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55) !important;
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6) !important;
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65) !important;
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7) !important;
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75) !important;
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8) !important;
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85) !important;
}
.bg-purple-400\/87 {
  background-color: rgb(192 132 252 / 0.87) !important;
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9) !important;
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95) !important;
}
.bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0) !important;
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1) !important;
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1) !important;
}
.bg-purple-50\/12 {
  background-color: rgb(250 245 255 / 0.12) !important;
}
.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15) !important;
}
.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2) !important;
}
.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25) !important;
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3) !important;
}
.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35) !important;
}
.bg-purple-50\/38 {
  background-color: rgb(250 245 255 / 0.38) !important;
}
.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4) !important;
}
.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45) !important;
}
.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05) !important;
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5) !important;
}
.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55) !important;
}
.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6) !important;
}
.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65) !important;
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7) !important;
}
.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75) !important;
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8) !important;
}
.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85) !important;
}
.bg-purple-50\/87 {
  background-color: rgb(250 245 255 / 0.87) !important;
}
.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9) !important;
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95) !important;
}
.bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0) !important;
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1) !important;
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1) !important;
}
.bg-purple-500\/12 {
  background-color: rgb(168 85 247 / 0.12) !important;
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15) !important;
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2) !important;
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25) !important;
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3) !important;
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35) !important;
}
.bg-purple-500\/38 {
  background-color: rgb(168 85 247 / 0.38) !important;
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4) !important;
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45) !important;
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05) !important;
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5) !important;
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55) !important;
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6) !important;
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65) !important;
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7) !important;
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75) !important;
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8) !important;
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85) !important;
}
.bg-purple-500\/87 {
  background-color: rgb(168 85 247 / 0.87) !important;
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9) !important;
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95) !important;
}
.bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0) !important;
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1) !important;
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1) !important;
}
.bg-purple-600\/12 {
  background-color: rgb(147 51 234 / 0.12) !important;
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15) !important;
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2) !important;
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25) !important;
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3) !important;
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35) !important;
}
.bg-purple-600\/38 {
  background-color: rgb(147 51 234 / 0.38) !important;
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4) !important;
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45) !important;
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05) !important;
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5) !important;
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55) !important;
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6) !important;
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65) !important;
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7) !important;
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75) !important;
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8) !important;
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85) !important;
}
.bg-purple-600\/87 {
  background-color: rgb(147 51 234 / 0.87) !important;
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9) !important;
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95) !important;
}
.bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0) !important;
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1) !important;
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1) !important;
}
.bg-purple-700\/12 {
  background-color: rgb(126 34 206 / 0.12) !important;
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15) !important;
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2) !important;
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25) !important;
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3) !important;
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35) !important;
}
.bg-purple-700\/38 {
  background-color: rgb(126 34 206 / 0.38) !important;
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4) !important;
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45) !important;
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05) !important;
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5) !important;
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55) !important;
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6) !important;
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65) !important;
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7) !important;
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75) !important;
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8) !important;
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85) !important;
}
.bg-purple-700\/87 {
  background-color: rgb(126 34 206 / 0.87) !important;
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9) !important;
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95) !important;
}
.bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0) !important;
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1) !important;
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1) !important;
}
.bg-purple-800\/12 {
  background-color: rgb(107 33 168 / 0.12) !important;
}
.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15) !important;
}
.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2) !important;
}
.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25) !important;
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3) !important;
}
.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35) !important;
}
.bg-purple-800\/38 {
  background-color: rgb(107 33 168 / 0.38) !important;
}
.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4) !important;
}
.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45) !important;
}
.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05) !important;
}
.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5) !important;
}
.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55) !important;
}
.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6) !important;
}
.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65) !important;
}
.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7) !important;
}
.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75) !important;
}
.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8) !important;
}
.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85) !important;
}
.bg-purple-800\/87 {
  background-color: rgb(107 33 168 / 0.87) !important;
}
.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9) !important;
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95) !important;
}
.bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0) !important;
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1) !important;
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1) !important;
}
.bg-purple-900\/12 {
  background-color: rgb(88 28 135 / 0.12) !important;
}
.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15) !important;
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2) !important;
}
.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25) !important;
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3) !important;
}
.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35) !important;
}
.bg-purple-900\/38 {
  background-color: rgb(88 28 135 / 0.38) !important;
}
.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4) !important;
}
.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45) !important;
}
.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05) !important;
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5) !important;
}
.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55) !important;
}
.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6) !important;
}
.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65) !important;
}
.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7) !important;
}
.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75) !important;
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8) !important;
}
.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85) !important;
}
.bg-purple-900\/87 {
  background-color: rgb(88 28 135 / 0.87) !important;
}
.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9) !important;
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95) !important;
}
.bg-purple-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1)) !important;
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0) !important;
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1) !important;
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1) !important;
}
.bg-purple-950\/12 {
  background-color: rgb(59 7 100 / 0.12) !important;
}
.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15) !important;
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2) !important;
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25) !important;
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3) !important;
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35) !important;
}
.bg-purple-950\/38 {
  background-color: rgb(59 7 100 / 0.38) !important;
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4) !important;
}
.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45) !important;
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05) !important;
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5) !important;
}
.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55) !important;
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6) !important;
}
.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65) !important;
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7) !important;
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75) !important;
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8) !important;
}
.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85) !important;
}
.bg-purple-950\/87 {
  background-color: rgb(59 7 100 / 0.87) !important;
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9) !important;
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0) !important;
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1) !important;
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1) !important;
}
.bg-red-100\/12 {
  background-color: rgb(254 226 226 / 0.12) !important;
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15) !important;
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2) !important;
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25) !important;
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3) !important;
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35) !important;
}
.bg-red-100\/38 {
  background-color: rgb(254 226 226 / 0.38) !important;
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4) !important;
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45) !important;
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05) !important;
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5) !important;
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55) !important;
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6) !important;
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65) !important;
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7) !important;
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75) !important;
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8) !important;
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85) !important;
}
.bg-red-100\/87 {
  background-color: rgb(254 226 226 / 0.87) !important;
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9) !important;
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95) !important;
}
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}
.bg-red-200\/12 {
  background-color: rgb(254 202 202 / 0.12) !important;
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15) !important;
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35) !important;
}
.bg-red-200\/38 {
  background-color: rgb(254 202 202 / 0.38) !important;
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}
.bg-red-200\/87 {
  background-color: rgb(254 202 202 / 0.87) !important;
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}
.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}
.bg-red-300\/12 {
  background-color: rgb(252 165 165 / 0.12) !important;
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15) !important;
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35) !important;
}
.bg-red-300\/38 {
  background-color: rgb(252 165 165 / 0.38) !important;
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45) !important;
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55) !important;
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65) !important;
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85) !important;
}
.bg-red-300\/87 {
  background-color: rgb(252 165 165 / 0.87) !important;
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}
.bg-red-400\/12 {
  background-color: rgb(248 113 113 / 0.12) !important;
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15) !important;
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35) !important;
}
.bg-red-400\/38 {
  background-color: rgb(248 113 113 / 0.38) !important;
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45) !important;
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55) !important;
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65) !important;
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85) !important;
}
.bg-red-400\/87 {
  background-color: rgb(248 113 113 / 0.87) !important;
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}
.bg-red-50\/12 {
  background-color: rgb(254 242 242 / 0.12) !important;
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15) !important;
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35) !important;
}
.bg-red-50\/38 {
  background-color: rgb(254 242 242 / 0.38) !important;
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45) !important;
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55) !important;
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65) !important;
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85) !important;
}
.bg-red-50\/87 {
  background-color: rgb(254 242 242 / 0.87) !important;
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}
.bg-red-500\/12 {
  background-color: rgb(239 68 68 / 0.12) !important;
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15) !important;
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35) !important;
}
.bg-red-500\/38 {
  background-color: rgb(239 68 68 / 0.38) !important;
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}
.bg-red-500\/87 {
  background-color: rgb(239 68 68 / 0.87) !important;
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}
.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}
.bg-red-600\/12 {
  background-color: rgb(220 38 38 / 0.12) !important;
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15) !important;
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35) !important;
}
.bg-red-600\/38 {
  background-color: rgb(220 38 38 / 0.38) !important;
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45) !important;
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55) !important;
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65) !important;
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85) !important;
}
.bg-red-600\/87 {
  background-color: rgb(220 38 38 / 0.87) !important;
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}
.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}
.bg-red-700\/12 {
  background-color: rgb(185 28 28 / 0.12) !important;
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15) !important;
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35) !important;
}
.bg-red-700\/38 {
  background-color: rgb(185 28 28 / 0.38) !important;
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45) !important;
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55) !important;
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65) !important;
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85) !important;
}
.bg-red-700\/87 {
  background-color: rgb(185 28 28 / 0.87) !important;
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}
.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}
.bg-red-800\/12 {
  background-color: rgb(153 27 27 / 0.12) !important;
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15) !important;
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35) !important;
}
.bg-red-800\/38 {
  background-color: rgb(153 27 27 / 0.38) !important;
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}
.bg-red-800\/87 {
  background-color: rgb(153 27 27 / 0.87) !important;
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}
.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}
.bg-red-900\/12 {
  background-color: rgb(127 29 29 / 0.12) !important;
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15) !important;
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35) !important;
}
.bg-red-900\/38 {
  background-color: rgb(127 29 29 / 0.38) !important;
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45) !important;
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55) !important;
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65) !important;
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85) !important;
}
.bg-red-900\/87 {
  background-color: rgb(127 29 29 / 0.87) !important;
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}
.bg-red-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0) !important;
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1) !important;
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1) !important;
}
.bg-red-950\/12 {
  background-color: rgb(69 10 10 / 0.12) !important;
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15) !important;
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2) !important;
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25) !important;
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3) !important;
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35) !important;
}
.bg-red-950\/38 {
  background-color: rgb(69 10 10 / 0.38) !important;
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4) !important;
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45) !important;
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05) !important;
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5) !important;
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55) !important;
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6) !important;
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65) !important;
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7) !important;
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75) !important;
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8) !important;
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85) !important;
}
.bg-red-950\/87 {
  background-color: rgb(69 10 10 / 0.87) !important;
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9) !important;
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95) !important;
}
.bg-ring {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(217 33% 17% / var(--tw-bg-opacity, 1)) !important;
}
.bg-ring\/0 {
  background-color: hsl(217 33% 17% / 0) !important;
}
.bg-ring\/10 {
  background-color: hsl(217 33% 17% / 0.1) !important;
}
.bg-ring\/100 {
  background-color: hsl(217 33% 17% / 1) !important;
}
.bg-ring\/12 {
  background-color: hsl(217 33% 17% / 0.12) !important;
}
.bg-ring\/15 {
  background-color: hsl(217 33% 17% / 0.15) !important;
}
.bg-ring\/20 {
  background-color: hsl(217 33% 17% / 0.2) !important;
}
.bg-ring\/25 {
  background-color: hsl(217 33% 17% / 0.25) !important;
}
.bg-ring\/30 {
  background-color: hsl(217 33% 17% / 0.3) !important;
}
.bg-ring\/35 {
  background-color: hsl(217 33% 17% / 0.35) !important;
}
.bg-ring\/38 {
  background-color: hsl(217 33% 17% / 0.38) !important;
}
.bg-ring\/40 {
  background-color: hsl(217 33% 17% / 0.4) !important;
}
.bg-ring\/45 {
  background-color: hsl(217 33% 17% / 0.45) !important;
}
.bg-ring\/5 {
  background-color: hsl(217 33% 17% / 0.05) !important;
}
.bg-ring\/50 {
  background-color: hsl(217 33% 17% / 0.5) !important;
}
.bg-ring\/55 {
  background-color: hsl(217 33% 17% / 0.55) !important;
}
.bg-ring\/60 {
  background-color: hsl(217 33% 17% / 0.6) !important;
}
.bg-ring\/65 {
  background-color: hsl(217 33% 17% / 0.65) !important;
}
.bg-ring\/70 {
  background-color: hsl(217 33% 17% / 0.7) !important;
}
.bg-ring\/75 {
  background-color: hsl(217 33% 17% / 0.75) !important;
}
.bg-ring\/80 {
  background-color: hsl(217 33% 17% / 0.8) !important;
}
.bg-ring\/85 {
  background-color: hsl(217 33% 17% / 0.85) !important;
}
.bg-ring\/87 {
  background-color: hsl(217 33% 17% / 0.87) !important;
}
.bg-ring\/90 {
  background-color: hsl(217 33% 17% / 0.9) !important;
}
.bg-ring\/95 {
  background-color: hsl(217 33% 17% / 0.95) !important;
}
.bg-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0) !important;
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1) !important;
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1) !important;
}
.bg-rose-100\/12 {
  background-color: rgb(255 228 230 / 0.12) !important;
}
.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15) !important;
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2) !important;
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25) !important;
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3) !important;
}
.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35) !important;
}
.bg-rose-100\/38 {
  background-color: rgb(255 228 230 / 0.38) !important;
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4) !important;
}
.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45) !important;
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05) !important;
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5) !important;
}
.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55) !important;
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6) !important;
}
.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65) !important;
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7) !important;
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75) !important;
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8) !important;
}
.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85) !important;
}
.bg-rose-100\/87 {
  background-color: rgb(255 228 230 / 0.87) !important;
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9) !important;
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95) !important;
}
.bg-rose-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0) !important;
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1) !important;
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1) !important;
}
.bg-rose-200\/12 {
  background-color: rgb(254 205 211 / 0.12) !important;
}
.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15) !important;
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2) !important;
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25) !important;
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3) !important;
}
.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35) !important;
}
.bg-rose-200\/38 {
  background-color: rgb(254 205 211 / 0.38) !important;
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4) !important;
}
.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45) !important;
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05) !important;
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5) !important;
}
.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55) !important;
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6) !important;
}
.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65) !important;
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7) !important;
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75) !important;
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8) !important;
}
.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85) !important;
}
.bg-rose-200\/87 {
  background-color: rgb(254 205 211 / 0.87) !important;
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9) !important;
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95) !important;
}
.bg-rose-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0) !important;
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1) !important;
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1) !important;
}
.bg-rose-300\/12 {
  background-color: rgb(253 164 175 / 0.12) !important;
}
.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15) !important;
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2) !important;
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25) !important;
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3) !important;
}
.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35) !important;
}
.bg-rose-300\/38 {
  background-color: rgb(253 164 175 / 0.38) !important;
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4) !important;
}
.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45) !important;
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05) !important;
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5) !important;
}
.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55) !important;
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6) !important;
}
.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65) !important;
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7) !important;
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75) !important;
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8) !important;
}
.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85) !important;
}
.bg-rose-300\/87 {
  background-color: rgb(253 164 175 / 0.87) !important;
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9) !important;
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95) !important;
}
.bg-rose-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0) !important;
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1) !important;
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1) !important;
}
.bg-rose-400\/12 {
  background-color: rgb(251 113 133 / 0.12) !important;
}
.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15) !important;
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2) !important;
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25) !important;
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3) !important;
}
.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35) !important;
}
.bg-rose-400\/38 {
  background-color: rgb(251 113 133 / 0.38) !important;
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4) !important;
}
.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45) !important;
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05) !important;
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5) !important;
}
.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55) !important;
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6) !important;
}
.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65) !important;
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7) !important;
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75) !important;
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8) !important;
}
.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85) !important;
}
.bg-rose-400\/87 {
  background-color: rgb(251 113 133 / 0.87) !important;
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9) !important;
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95) !important;
}
.bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0) !important;
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1) !important;
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1) !important;
}
.bg-rose-50\/12 {
  background-color: rgb(255 241 242 / 0.12) !important;
}
.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15) !important;
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2) !important;
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25) !important;
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3) !important;
}
.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35) !important;
}
.bg-rose-50\/38 {
  background-color: rgb(255 241 242 / 0.38) !important;
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4) !important;
}
.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45) !important;
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05) !important;
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5) !important;
}
.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55) !important;
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6) !important;
}
.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65) !important;
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7) !important;
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75) !important;
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8) !important;
}
.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85) !important;
}
.bg-rose-50\/87 {
  background-color: rgb(255 241 242 / 0.87) !important;
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9) !important;
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95) !important;
}
.bg-rose-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0) !important;
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1) !important;
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1) !important;
}
.bg-rose-500\/12 {
  background-color: rgb(244 63 94 / 0.12) !important;
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15) !important;
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2) !important;
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25) !important;
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3) !important;
}
.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35) !important;
}
.bg-rose-500\/38 {
  background-color: rgb(244 63 94 / 0.38) !important;
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4) !important;
}
.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45) !important;
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05) !important;
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5) !important;
}
.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55) !important;
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6) !important;
}
.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65) !important;
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7) !important;
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75) !important;
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8) !important;
}
.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85) !important;
}
.bg-rose-500\/87 {
  background-color: rgb(244 63 94 / 0.87) !important;
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9) !important;
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95) !important;
}
.bg-rose-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0) !important;
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1) !important;
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1) !important;
}
.bg-rose-600\/12 {
  background-color: rgb(225 29 72 / 0.12) !important;
}
.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15) !important;
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2) !important;
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25) !important;
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3) !important;
}
.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35) !important;
}
.bg-rose-600\/38 {
  background-color: rgb(225 29 72 / 0.38) !important;
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4) !important;
}
.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45) !important;
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05) !important;
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5) !important;
}
.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55) !important;
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6) !important;
}
.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65) !important;
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7) !important;
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75) !important;
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8) !important;
}
.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85) !important;
}
.bg-rose-600\/87 {
  background-color: rgb(225 29 72 / 0.87) !important;
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9) !important;
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95) !important;
}
.bg-rose-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0) !important;
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1) !important;
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1) !important;
}
.bg-rose-700\/12 {
  background-color: rgb(190 18 60 / 0.12) !important;
}
.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15) !important;
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2) !important;
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25) !important;
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3) !important;
}
.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35) !important;
}
.bg-rose-700\/38 {
  background-color: rgb(190 18 60 / 0.38) !important;
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4) !important;
}
.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45) !important;
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05) !important;
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5) !important;
}
.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55) !important;
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6) !important;
}
.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65) !important;
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7) !important;
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75) !important;
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8) !important;
}
.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85) !important;
}
.bg-rose-700\/87 {
  background-color: rgb(190 18 60 / 0.87) !important;
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9) !important;
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95) !important;
}
.bg-rose-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0) !important;
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1) !important;
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1) !important;
}
.bg-rose-800\/12 {
  background-color: rgb(159 18 57 / 0.12) !important;
}
.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15) !important;
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2) !important;
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25) !important;
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3) !important;
}
.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35) !important;
}
.bg-rose-800\/38 {
  background-color: rgb(159 18 57 / 0.38) !important;
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4) !important;
}
.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45) !important;
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05) !important;
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5) !important;
}
.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55) !important;
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6) !important;
}
.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65) !important;
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7) !important;
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75) !important;
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8) !important;
}
.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85) !important;
}
.bg-rose-800\/87 {
  background-color: rgb(159 18 57 / 0.87) !important;
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9) !important;
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95) !important;
}
.bg-rose-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0) !important;
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1) !important;
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1) !important;
}
.bg-rose-900\/12 {
  background-color: rgb(136 19 55 / 0.12) !important;
}
.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15) !important;
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2) !important;
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25) !important;
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3) !important;
}
.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35) !important;
}
.bg-rose-900\/38 {
  background-color: rgb(136 19 55 / 0.38) !important;
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4) !important;
}
.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45) !important;
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05) !important;
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5) !important;
}
.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55) !important;
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6) !important;
}
.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65) !important;
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7) !important;
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75) !important;
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8) !important;
}
.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85) !important;
}
.bg-rose-900\/87 {
  background-color: rgb(136 19 55 / 0.87) !important;
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9) !important;
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95) !important;
}
.bg-rose-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1)) !important;
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0) !important;
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1) !important;
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1) !important;
}
.bg-rose-950\/12 {
  background-color: rgb(76 5 25 / 0.12) !important;
}
.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / 0.15) !important;
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2) !important;
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25) !important;
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3) !important;
}
.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / 0.35) !important;
}
.bg-rose-950\/38 {
  background-color: rgb(76 5 25 / 0.38) !important;
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4) !important;
}
.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45) !important;
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05) !important;
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5) !important;
}
.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55) !important;
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6) !important;
}
.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65) !important;
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7) !important;
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75) !important;
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8) !important;
}
.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85) !important;
}
.bg-rose-950\/87 {
  background-color: rgb(76 5 25 / 0.87) !important;
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9) !important;
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95) !important;
}
.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(215 25% 27% / var(--tw-bg-opacity, 1)) !important;
}
.bg-secondary-foreground {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1)) !important;
}
.bg-secondary-foreground\/0 {
  background-color: hsl(0 0% 100% / 0) !important;
}
.bg-secondary-foreground\/10 {
  background-color: hsl(0 0% 100% / 0.1) !important;
}
.bg-secondary-foreground\/100 {
  background-color: hsl(0 0% 100% / 1) !important;
}
.bg-secondary-foreground\/12 {
  background-color: hsl(0 0% 100% / 0.12) !important;
}
.bg-secondary-foreground\/15 {
  background-color: hsl(0 0% 100% / 0.15) !important;
}
.bg-secondary-foreground\/20 {
  background-color: hsl(0 0% 100% / 0.2) !important;
}
.bg-secondary-foreground\/25 {
  background-color: hsl(0 0% 100% / 0.25) !important;
}
.bg-secondary-foreground\/30 {
  background-color: hsl(0 0% 100% / 0.3) !important;
}
.bg-secondary-foreground\/35 {
  background-color: hsl(0 0% 100% / 0.35) !important;
}
.bg-secondary-foreground\/38 {
  background-color: hsl(0 0% 100% / 0.38) !important;
}
.bg-secondary-foreground\/40 {
  background-color: hsl(0 0% 100% / 0.4) !important;
}
.bg-secondary-foreground\/45 {
  background-color: hsl(0 0% 100% / 0.45) !important;
}
.bg-secondary-foreground\/5 {
  background-color: hsl(0 0% 100% / 0.05) !important;
}
.bg-secondary-foreground\/50 {
  background-color: hsl(0 0% 100% / 0.5) !important;
}
.bg-secondary-foreground\/55 {
  background-color: hsl(0 0% 100% / 0.55) !important;
}
.bg-secondary-foreground\/60 {
  background-color: hsl(0 0% 100% / 0.6) !important;
}
.bg-secondary-foreground\/65 {
  background-color: hsl(0 0% 100% / 0.65) !important;
}
.bg-secondary-foreground\/70 {
  background-color: hsl(0 0% 100% / 0.7) !important;
}
.bg-secondary-foreground\/75 {
  background-color: hsl(0 0% 100% / 0.75) !important;
}
.bg-secondary-foreground\/80 {
  background-color: hsl(0 0% 100% / 0.8) !important;
}
.bg-secondary-foreground\/85 {
  background-color: hsl(0 0% 100% / 0.85) !important;
}
.bg-secondary-foreground\/87 {
  background-color: hsl(0 0% 100% / 0.87) !important;
}
.bg-secondary-foreground\/90 {
  background-color: hsl(0 0% 100% / 0.9) !important;
}
.bg-secondary-foreground\/95 {
  background-color: hsl(0 0% 100% / 0.95) !important;
}
.bg-secondary-glow {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(215 19% 35% / var(--tw-bg-opacity, 1)) !important;
}
.bg-secondary-glow\/0 {
  background-color: hsl(215 19% 35% / 0) !important;
}
.bg-secondary-glow\/10 {
  background-color: hsl(215 19% 35% / 0.1) !important;
}
.bg-secondary-glow\/100 {
  background-color: hsl(215 19% 35% / 1) !important;
}
.bg-secondary-glow\/12 {
  background-color: hsl(215 19% 35% / 0.12) !important;
}
.bg-secondary-glow\/15 {
  background-color: hsl(215 19% 35% / 0.15) !important;
}
.bg-secondary-glow\/20 {
  background-color: hsl(215 19% 35% / 0.2) !important;
}
.bg-secondary-glow\/25 {
  background-color: hsl(215 19% 35% / 0.25) !important;
}
.bg-secondary-glow\/30 {
  background-color: hsl(215 19% 35% / 0.3) !important;
}
.bg-secondary-glow\/35 {
  background-color: hsl(215 19% 35% / 0.35) !important;
}
.bg-secondary-glow\/38 {
  background-color: hsl(215 19% 35% / 0.38) !important;
}
.bg-secondary-glow\/40 {
  background-color: hsl(215 19% 35% / 0.4) !important;
}
.bg-secondary-glow\/45 {
  background-color: hsl(215 19% 35% / 0.45) !important;
}
.bg-secondary-glow\/5 {
  background-color: hsl(215 19% 35% / 0.05) !important;
}
.bg-secondary-glow\/50 {
  background-color: hsl(215 19% 35% / 0.5) !important;
}
.bg-secondary-glow\/55 {
  background-color: hsl(215 19% 35% / 0.55) !important;
}
.bg-secondary-glow\/60 {
  background-color: hsl(215 19% 35% / 0.6) !important;
}
.bg-secondary-glow\/65 {
  background-color: hsl(215 19% 35% / 0.65) !important;
}
.bg-secondary-glow\/70 {
  background-color: hsl(215 19% 35% / 0.7) !important;
}
.bg-secondary-glow\/75 {
  background-color: hsl(215 19% 35% / 0.75) !important;
}
.bg-secondary-glow\/80 {
  background-color: hsl(215 19% 35% / 0.8) !important;
}
.bg-secondary-glow\/85 {
  background-color: hsl(215 19% 35% / 0.85) !important;
}
.bg-secondary-glow\/87 {
  background-color: hsl(215 19% 35% / 0.87) !important;
}
.bg-secondary-glow\/90 {
  background-color: hsl(215 19% 35% / 0.9) !important;
}
.bg-secondary-glow\/95 {
  background-color: hsl(215 19% 35% / 0.95) !important;
}
.bg-secondary\/0 {
  background-color: hsl(215 25% 27% / 0) !important;
}
.bg-secondary\/10 {
  background-color: hsl(215 25% 27% / 0.1) !important;
}
.bg-secondary\/100 {
  background-color: hsl(215 25% 27% / 1) !important;
}
.bg-secondary\/12 {
  background-color: hsl(215 25% 27% / 0.12) !important;
}
.bg-secondary\/15 {
  background-color: hsl(215 25% 27% / 0.15) !important;
}
.bg-secondary\/20 {
  background-color: hsl(215 25% 27% / 0.2) !important;
}
.bg-secondary\/25 {
  background-color: hsl(215 25% 27% / 0.25) !important;
}
.bg-secondary\/30 {
  background-color: hsl(215 25% 27% / 0.3) !important;
}
.bg-secondary\/35 {
  background-color: hsl(215 25% 27% / 0.35) !important;
}
.bg-secondary\/38 {
  background-color: hsl(215 25% 27% / 0.38) !important;
}
.bg-secondary\/40 {
  background-color: hsl(215 25% 27% / 0.4) !important;
}
.bg-secondary\/45 {
  background-color: hsl(215 25% 27% / 0.45) !important;
}
.bg-secondary\/5 {
  background-color: hsl(215 25% 27% / 0.05) !important;
}
.bg-secondary\/50 {
  background-color: hsl(215 25% 27% / 0.5) !important;
}
.bg-secondary\/55 {
  background-color: hsl(215 25% 27% / 0.55) !important;
}
.bg-secondary\/60 {
  background-color: hsl(215 25% 27% / 0.6) !important;
}
.bg-secondary\/65 {
  background-color: hsl(215 25% 27% / 0.65) !important;
}
.bg-secondary\/70 {
  background-color: hsl(215 25% 27% / 0.7) !important;
}
.bg-secondary\/75 {
  background-color: hsl(215 25% 27% / 0.75) !important;
}
.bg-secondary\/80 {
  background-color: hsl(215 25% 27% / 0.8) !important;
}
.bg-secondary\/85 {
  background-color: hsl(215 25% 27% / 0.85) !important;
}
.bg-secondary\/87 {
  background-color: hsl(215 25% 27% / 0.87) !important;
}
.bg-secondary\/90 {
  background-color: hsl(215 25% 27% / 0.9) !important;
}
.bg-secondary\/95 {
  background-color: hsl(215 25% 27% / 0.95) !important;
}
.bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0) !important;
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1) !important;
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1) !important;
}
.bg-sky-100\/12 {
  background-color: rgb(224 242 254 / 0.12) !important;
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15) !important;
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2) !important;
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25) !important;
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3) !important;
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35) !important;
}
.bg-sky-100\/38 {
  background-color: rgb(224 242 254 / 0.38) !important;
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4) !important;
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45) !important;
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05) !important;
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5) !important;
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55) !important;
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6) !important;
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65) !important;
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7) !important;
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75) !important;
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8) !important;
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85) !important;
}
.bg-sky-100\/87 {
  background-color: rgb(224 242 254 / 0.87) !important;
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9) !important;
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95) !important;
}
.bg-sky-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0) !important;
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1) !important;
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1) !important;
}
.bg-sky-200\/12 {
  background-color: rgb(186 230 253 / 0.12) !important;
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15) !important;
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2) !important;
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25) !important;
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3) !important;
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35) !important;
}
.bg-sky-200\/38 {
  background-color: rgb(186 230 253 / 0.38) !important;
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4) !important;
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45) !important;
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05) !important;
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5) !important;
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55) !important;
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6) !important;
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65) !important;
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7) !important;
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75) !important;
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8) !important;
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85) !important;
}
.bg-sky-200\/87 {
  background-color: rgb(186 230 253 / 0.87) !important;
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9) !important;
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95) !important;
}
.bg-sky-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0) !important;
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1) !important;
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1) !important;
}
.bg-sky-300\/12 {
  background-color: rgb(125 211 252 / 0.12) !important;
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15) !important;
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2) !important;
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25) !important;
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3) !important;
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35) !important;
}
.bg-sky-300\/38 {
  background-color: rgb(125 211 252 / 0.38) !important;
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4) !important;
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45) !important;
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05) !important;
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5) !important;
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55) !important;
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6) !important;
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65) !important;
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7) !important;
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75) !important;
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8) !important;
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85) !important;
}
.bg-sky-300\/87 {
  background-color: rgb(125 211 252 / 0.87) !important;
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9) !important;
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95) !important;
}
.bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0) !important;
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1) !important;
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1) !important;
}
.bg-sky-400\/12 {
  background-color: rgb(56 189 248 / 0.12) !important;
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15) !important;
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2) !important;
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25) !important;
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3) !important;
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35) !important;
}
.bg-sky-400\/38 {
  background-color: rgb(56 189 248 / 0.38) !important;
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4) !important;
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45) !important;
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05) !important;
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5) !important;
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55) !important;
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6) !important;
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65) !important;
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7) !important;
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75) !important;
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8) !important;
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85) !important;
}
.bg-sky-400\/87 {
  background-color: rgb(56 189 248 / 0.87) !important;
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9) !important;
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95) !important;
}
.bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0) !important;
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1) !important;
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1) !important;
}
.bg-sky-50\/12 {
  background-color: rgb(240 249 255 / 0.12) !important;
}
.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15) !important;
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2) !important;
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25) !important;
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3) !important;
}
.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35) !important;
}
.bg-sky-50\/38 {
  background-color: rgb(240 249 255 / 0.38) !important;
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4) !important;
}
.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45) !important;
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05) !important;
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5) !important;
}
.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55) !important;
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6) !important;
}
.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65) !important;
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7) !important;
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75) !important;
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8) !important;
}
.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85) !important;
}
.bg-sky-50\/87 {
  background-color: rgb(240 249 255 / 0.87) !important;
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9) !important;
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95) !important;
}
.bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0) !important;
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1) !important;
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1) !important;
}
.bg-sky-500\/12 {
  background-color: rgb(14 165 233 / 0.12) !important;
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15) !important;
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2) !important;
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25) !important;
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3) !important;
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35) !important;
}
.bg-sky-500\/38 {
  background-color: rgb(14 165 233 / 0.38) !important;
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4) !important;
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45) !important;
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05) !important;
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5) !important;
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55) !important;
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6) !important;
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65) !important;
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7) !important;
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75) !important;
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8) !important;
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85) !important;
}
.bg-sky-500\/87 {
  background-color: rgb(14 165 233 / 0.87) !important;
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9) !important;
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95) !important;
}
.bg-sky-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0) !important;
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1) !important;
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1) !important;
}
.bg-sky-600\/12 {
  background-color: rgb(2 132 199 / 0.12) !important;
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15) !important;
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2) !important;
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25) !important;
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3) !important;
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35) !important;
}
.bg-sky-600\/38 {
  background-color: rgb(2 132 199 / 0.38) !important;
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4) !important;
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45) !important;
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05) !important;
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5) !important;
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55) !important;
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6) !important;
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65) !important;
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7) !important;
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75) !important;
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8) !important;
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85) !important;
}
.bg-sky-600\/87 {
  background-color: rgb(2 132 199 / 0.87) !important;
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9) !important;
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95) !important;
}
.bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0) !important;
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1) !important;
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1) !important;
}
.bg-sky-700\/12 {
  background-color: rgb(3 105 161 / 0.12) !important;
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15) !important;
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2) !important;
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25) !important;
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3) !important;
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35) !important;
}
.bg-sky-700\/38 {
  background-color: rgb(3 105 161 / 0.38) !important;
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4) !important;
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45) !important;
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05) !important;
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5) !important;
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55) !important;
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6) !important;
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65) !important;
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7) !important;
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75) !important;
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8) !important;
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85) !important;
}
.bg-sky-700\/87 {
  background-color: rgb(3 105 161 / 0.87) !important;
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9) !important;
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95) !important;
}
.bg-sky-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0) !important;
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1) !important;
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1) !important;
}
.bg-sky-800\/12 {
  background-color: rgb(7 89 133 / 0.12) !important;
}
.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15) !important;
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2) !important;
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25) !important;
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3) !important;
}
.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35) !important;
}
.bg-sky-800\/38 {
  background-color: rgb(7 89 133 / 0.38) !important;
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4) !important;
}
.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45) !important;
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05) !important;
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5) !important;
}
.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55) !important;
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6) !important;
}
.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65) !important;
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7) !important;
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75) !important;
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8) !important;
}
.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85) !important;
}
.bg-sky-800\/87 {
  background-color: rgb(7 89 133 / 0.87) !important;
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9) !important;
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95) !important;
}
.bg-sky-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0) !important;
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1) !important;
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1) !important;
}
.bg-sky-900\/12 {
  background-color: rgb(12 74 110 / 0.12) !important;
}
.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15) !important;
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2) !important;
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25) !important;
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3) !important;
}
.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35) !important;
}
.bg-sky-900\/38 {
  background-color: rgb(12 74 110 / 0.38) !important;
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4) !important;
}
.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45) !important;
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05) !important;
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5) !important;
}
.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55) !important;
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6) !important;
}
.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65) !important;
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7) !important;
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75) !important;
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8) !important;
}
.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85) !important;
}
.bg-sky-900\/87 {
  background-color: rgb(12 74 110 / 0.87) !important;
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9) !important;
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95) !important;
}
.bg-sky-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1)) !important;
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0) !important;
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1) !important;
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1) !important;
}
.bg-sky-950\/12 {
  background-color: rgb(8 47 73 / 0.12) !important;
}
.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15) !important;
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2) !important;
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25) !important;
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3) !important;
}
.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35) !important;
}
.bg-sky-950\/38 {
  background-color: rgb(8 47 73 / 0.38) !important;
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4) !important;
}
.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45) !important;
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05) !important;
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5) !important;
}
.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55) !important;
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6) !important;
}
.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65) !important;
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7) !important;
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75) !important;
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8) !important;
}
.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85) !important;
}
.bg-sky-950\/87 {
  background-color: rgb(8 47 73 / 0.87) !important;
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9) !important;
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95) !important;
}
.bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0) !important;
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1) !important;
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1) !important;
}
.bg-slate-100\/12 {
  background-color: rgb(241 245 249 / 0.12) !important;
}
.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15) !important;
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2) !important;
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25) !important;
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3) !important;
}
.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35) !important;
}
.bg-slate-100\/38 {
  background-color: rgb(241 245 249 / 0.38) !important;
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4) !important;
}
.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45) !important;
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05) !important;
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5) !important;
}
.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55) !important;
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}
.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65) !important;
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75) !important;
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8) !important;
}
.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85) !important;
}
.bg-slate-100\/87 {
  background-color: rgb(241 245 249 / 0.87) !important;
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9) !important;
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95) !important;
}
.bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0) !important;
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1) !important;
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1) !important;
}
.bg-slate-200\/12 {
  background-color: rgb(226 232 240 / 0.12) !important;
}
.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15) !important;
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2) !important;
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25) !important;
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3) !important;
}
.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35) !important;
}
.bg-slate-200\/38 {
  background-color: rgb(226 232 240 / 0.38) !important;
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4) !important;
}
.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45) !important;
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05) !important;
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5) !important;
}
.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55) !important;
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6) !important;
}
.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65) !important;
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7) !important;
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75) !important;
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8) !important;
}
.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85) !important;
}
.bg-slate-200\/87 {
  background-color: rgb(226 232 240 / 0.87) !important;
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9) !important;
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95) !important;
}
.bg-slate-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0) !important;
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1) !important;
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1) !important;
}
.bg-slate-300\/12 {
  background-color: rgb(203 213 225 / 0.12) !important;
}
.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15) !important;
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2) !important;
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25) !important;
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3) !important;
}
.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35) !important;
}
.bg-slate-300\/38 {
  background-color: rgb(203 213 225 / 0.38) !important;
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4) !important;
}
.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45) !important;
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05) !important;
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5) !important;
}
.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55) !important;
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6) !important;
}
.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65) !important;
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7) !important;
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75) !important;
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8) !important;
}
.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85) !important;
}
.bg-slate-300\/87 {
  background-color: rgb(203 213 225 / 0.87) !important;
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9) !important;
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95) !important;
}
.bg-slate-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0) !important;
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1) !important;
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1) !important;
}
.bg-slate-400\/12 {
  background-color: rgb(148 163 184 / 0.12) !important;
}
.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15) !important;
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2) !important;
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25) !important;
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3) !important;
}
.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35) !important;
}
.bg-slate-400\/38 {
  background-color: rgb(148 163 184 / 0.38) !important;
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4) !important;
}
.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45) !important;
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05) !important;
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5) !important;
}
.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55) !important;
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6) !important;
}
.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65) !important;
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7) !important;
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75) !important;
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8) !important;
}
.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85) !important;
}
.bg-slate-400\/87 {
  background-color: rgb(148 163 184 / 0.87) !important;
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9) !important;
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95) !important;
}
.bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0) !important;
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1) !important;
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1) !important;
}
.bg-slate-50\/12 {
  background-color: rgb(248 250 252 / 0.12) !important;
}
.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15) !important;
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2) !important;
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25) !important;
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3) !important;
}
.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35) !important;
}
.bg-slate-50\/38 {
  background-color: rgb(248 250 252 / 0.38) !important;
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4) !important;
}
.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45) !important;
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05) !important;
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5) !important;
}
.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55) !important;
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6) !important;
}
.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65) !important;
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7) !important;
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75) !important;
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8) !important;
}
.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85) !important;
}
.bg-slate-50\/87 {
  background-color: rgb(248 250 252 / 0.87) !important;
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9) !important;
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95) !important;
}
.bg-slate-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0) !important;
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1) !important;
}
.bg-slate-500\/12 {
  background-color: rgb(100 116 139 / 0.12) !important;
}
.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15) !important;
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2) !important;
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25) !important;
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3) !important;
}
.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35) !important;
}
.bg-slate-500\/38 {
  background-color: rgb(100 116 139 / 0.38) !important;
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4) !important;
}
.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45) !important;
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05) !important;
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5) !important;
}
.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55) !important;
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6) !important;
}
.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65) !important;
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7) !important;
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75) !important;
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8) !important;
}
.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85) !important;
}
.bg-slate-500\/87 {
  background-color: rgb(100 116 139 / 0.87) !important;
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9) !important;
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95) !important;
}
.bg-slate-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0) !important;
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1) !important;
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1) !important;
}
.bg-slate-600\/12 {
  background-color: rgb(71 85 105 / 0.12) !important;
}
.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15) !important;
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2) !important;
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25) !important;
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3) !important;
}
.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35) !important;
}
.bg-slate-600\/38 {
  background-color: rgb(71 85 105 / 0.38) !important;
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4) !important;
}
.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45) !important;
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05) !important;
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5) !important;
}
.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55) !important;
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6) !important;
}
.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65) !important;
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7) !important;
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75) !important;
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8) !important;
}
.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85) !important;
}
.bg-slate-600\/87 {
  background-color: rgb(71 85 105 / 0.87) !important;
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9) !important;
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95) !important;
}
.bg-slate-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0) !important;
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1) !important;
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1) !important;
}
.bg-slate-700\/12 {
  background-color: rgb(51 65 85 / 0.12) !important;
}
.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15) !important;
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2) !important;
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25) !important;
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3) !important;
}
.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35) !important;
}
.bg-slate-700\/38 {
  background-color: rgb(51 65 85 / 0.38) !important;
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4) !important;
}
.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45) !important;
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05) !important;
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5) !important;
}
.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55) !important;
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6) !important;
}
.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65) !important;
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7) !important;
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75) !important;
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8) !important;
}
.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85) !important;
}
.bg-slate-700\/87 {
  background-color: rgb(51 65 85 / 0.87) !important;
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9) !important;
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95) !important;
}
.bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0) !important;
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1) !important;
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1) !important;
}
.bg-slate-800\/12 {
  background-color: rgb(30 41 59 / 0.12) !important;
}
.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15) !important;
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2) !important;
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25) !important;
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3) !important;
}
.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35) !important;
}
.bg-slate-800\/38 {
  background-color: rgb(30 41 59 / 0.38) !important;
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4) !important;
}
.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45) !important;
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05) !important;
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5) !important;
}
.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55) !important;
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6) !important;
}
.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65) !important;
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7) !important;
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75) !important;
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8) !important;
}
.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85) !important;
}
.bg-slate-800\/87 {
  background-color: rgb(30 41 59 / 0.87) !important;
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9) !important;
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95) !important;
}
.bg-slate-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0) !important;
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1) !important;
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1) !important;
}
.bg-slate-900\/12 {
  background-color: rgb(15 23 42 / 0.12) !important;
}
.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15) !important;
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2) !important;
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25) !important;
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3) !important;
}
.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35) !important;
}
.bg-slate-900\/38 {
  background-color: rgb(15 23 42 / 0.38) !important;
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4) !important;
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45) !important;
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05) !important;
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5) !important;
}
.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55) !important;
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6) !important;
}
.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65) !important;
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7) !important;
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75) !important;
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8) !important;
}
.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85) !important;
}
.bg-slate-900\/87 {
  background-color: rgb(15 23 42 / 0.87) !important;
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9) !important;
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95) !important;
}
.bg-slate-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1)) !important;
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0) !important;
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1) !important;
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1) !important;
}
.bg-slate-950\/12 {
  background-color: rgb(2 6 23 / 0.12) !important;
}
.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / 0.15) !important;
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2) !important;
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25) !important;
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3) !important;
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35) !important;
}
.bg-slate-950\/38 {
  background-color: rgb(2 6 23 / 0.38) !important;
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4) !important;
}
.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45) !important;
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05) !important;
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5) !important;
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55) !important;
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6) !important;
}
.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65) !important;
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7) !important;
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75) !important;
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8) !important;
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85) !important;
}
.bg-slate-950\/87 {
  background-color: rgb(2 6 23 / 0.87) !important;
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9) !important;
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95) !important;
}
.bg-stone-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0) !important;
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1) !important;
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1) !important;
}
.bg-stone-100\/12 {
  background-color: rgb(245 245 244 / 0.12) !important;
}
.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15) !important;
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2) !important;
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25) !important;
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3) !important;
}
.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35) !important;
}
.bg-stone-100\/38 {
  background-color: rgb(245 245 244 / 0.38) !important;
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4) !important;
}
.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45) !important;
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05) !important;
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5) !important;
}
.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55) !important;
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6) !important;
}
.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65) !important;
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7) !important;
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75) !important;
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8) !important;
}
.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85) !important;
}
.bg-stone-100\/87 {
  background-color: rgb(245 245 244 / 0.87) !important;
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9) !important;
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95) !important;
}
.bg-stone-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0) !important;
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1) !important;
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1) !important;
}
.bg-stone-200\/12 {
  background-color: rgb(231 229 228 / 0.12) !important;
}
.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15) !important;
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2) !important;
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25) !important;
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3) !important;
}
.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35) !important;
}
.bg-stone-200\/38 {
  background-color: rgb(231 229 228 / 0.38) !important;
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4) !important;
}
.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45) !important;
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05) !important;
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5) !important;
}
.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55) !important;
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6) !important;
}
.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65) !important;
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7) !important;
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75) !important;
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8) !important;
}
.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85) !important;
}
.bg-stone-200\/87 {
  background-color: rgb(231 229 228 / 0.87) !important;
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9) !important;
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95) !important;
}
.bg-stone-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0) !important;
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1) !important;
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1) !important;
}
.bg-stone-300\/12 {
  background-color: rgb(214 211 209 / 0.12) !important;
}
.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15) !important;
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2) !important;
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25) !important;
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3) !important;
}
.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35) !important;
}
.bg-stone-300\/38 {
  background-color: rgb(214 211 209 / 0.38) !important;
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4) !important;
}
.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45) !important;
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05) !important;
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5) !important;
}
.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55) !important;
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6) !important;
}
.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65) !important;
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7) !important;
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75) !important;
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8) !important;
}
.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85) !important;
}
.bg-stone-300\/87 {
  background-color: rgb(214 211 209 / 0.87) !important;
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9) !important;
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95) !important;
}
.bg-stone-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0) !important;
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1) !important;
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1) !important;
}
.bg-stone-400\/12 {
  background-color: rgb(168 162 158 / 0.12) !important;
}
.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15) !important;
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2) !important;
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25) !important;
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3) !important;
}
.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35) !important;
}
.bg-stone-400\/38 {
  background-color: rgb(168 162 158 / 0.38) !important;
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4) !important;
}
.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45) !important;
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05) !important;
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5) !important;
}
.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55) !important;
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6) !important;
}
.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65) !important;
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7) !important;
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75) !important;
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8) !important;
}
.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85) !important;
}
.bg-stone-400\/87 {
  background-color: rgb(168 162 158 / 0.87) !important;
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9) !important;
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95) !important;
}
.bg-stone-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0) !important;
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1) !important;
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1) !important;
}
.bg-stone-50\/12 {
  background-color: rgb(250 250 249 / 0.12) !important;
}
.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15) !important;
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2) !important;
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25) !important;
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3) !important;
}
.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35) !important;
}
.bg-stone-50\/38 {
  background-color: rgb(250 250 249 / 0.38) !important;
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4) !important;
}
.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45) !important;
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05) !important;
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5) !important;
}
.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55) !important;
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6) !important;
}
.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65) !important;
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7) !important;
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75) !important;
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8) !important;
}
.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85) !important;
}
.bg-stone-50\/87 {
  background-color: rgb(250 250 249 / 0.87) !important;
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9) !important;
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95) !important;
}
.bg-stone-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0) !important;
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1) !important;
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1) !important;
}
.bg-stone-500\/12 {
  background-color: rgb(120 113 108 / 0.12) !important;
}
.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15) !important;
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2) !important;
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25) !important;
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3) !important;
}
.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35) !important;
}
.bg-stone-500\/38 {
  background-color: rgb(120 113 108 / 0.38) !important;
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4) !important;
}
.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45) !important;
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05) !important;
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5) !important;
}
.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55) !important;
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6) !important;
}
.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65) !important;
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7) !important;
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75) !important;
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8) !important;
}
.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85) !important;
}
.bg-stone-500\/87 {
  background-color: rgb(120 113 108 / 0.87) !important;
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9) !important;
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95) !important;
}
.bg-stone-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0) !important;
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1) !important;
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1) !important;
}
.bg-stone-600\/12 {
  background-color: rgb(87 83 78 / 0.12) !important;
}
.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15) !important;
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2) !important;
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25) !important;
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3) !important;
}
.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35) !important;
}
.bg-stone-600\/38 {
  background-color: rgb(87 83 78 / 0.38) !important;
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4) !important;
}
.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45) !important;
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05) !important;
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5) !important;
}
.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55) !important;
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6) !important;
}
.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65) !important;
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7) !important;
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75) !important;
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8) !important;
}
.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85) !important;
}
.bg-stone-600\/87 {
  background-color: rgb(87 83 78 / 0.87) !important;
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9) !important;
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95) !important;
}
.bg-stone-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0) !important;
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1) !important;
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1) !important;
}
.bg-stone-700\/12 {
  background-color: rgb(68 64 60 / 0.12) !important;
}
.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15) !important;
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2) !important;
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25) !important;
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3) !important;
}
.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35) !important;
}
.bg-stone-700\/38 {
  background-color: rgb(68 64 60 / 0.38) !important;
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4) !important;
}
.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45) !important;
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05) !important;
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5) !important;
}
.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55) !important;
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6) !important;
}
.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65) !important;
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7) !important;
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75) !important;
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8) !important;
}
.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85) !important;
}
.bg-stone-700\/87 {
  background-color: rgb(68 64 60 / 0.87) !important;
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9) !important;
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95) !important;
}
.bg-stone-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0) !important;
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1) !important;
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1) !important;
}
.bg-stone-800\/12 {
  background-color: rgb(41 37 36 / 0.12) !important;
}
.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15) !important;
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2) !important;
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25) !important;
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3) !important;
}
.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35) !important;
}
.bg-stone-800\/38 {
  background-color: rgb(41 37 36 / 0.38) !important;
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4) !important;
}
.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45) !important;
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05) !important;
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5) !important;
}
.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55) !important;
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6) !important;
}
.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65) !important;
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7) !important;
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75) !important;
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8) !important;
}
.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85) !important;
}
.bg-stone-800\/87 {
  background-color: rgb(41 37 36 / 0.87) !important;
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9) !important;
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95) !important;
}
.bg-stone-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0) !important;
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1) !important;
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1) !important;
}
.bg-stone-900\/12 {
  background-color: rgb(28 25 23 / 0.12) !important;
}
.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15) !important;
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2) !important;
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25) !important;
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3) !important;
}
.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35) !important;
}
.bg-stone-900\/38 {
  background-color: rgb(28 25 23 / 0.38) !important;
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4) !important;
}
.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45) !important;
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05) !important;
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5) !important;
}
.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55) !important;
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6) !important;
}
.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65) !important;
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7) !important;
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75) !important;
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8) !important;
}
.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85) !important;
}
.bg-stone-900\/87 {
  background-color: rgb(28 25 23 / 0.87) !important;
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9) !important;
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95) !important;
}
.bg-stone-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1)) !important;
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0) !important;
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1) !important;
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1) !important;
}
.bg-stone-950\/12 {
  background-color: rgb(12 10 9 / 0.12) !important;
}
.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / 0.15) !important;
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2) !important;
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25) !important;
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3) !important;
}
.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / 0.35) !important;
}
.bg-stone-950\/38 {
  background-color: rgb(12 10 9 / 0.38) !important;
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4) !important;
}
.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45) !important;
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05) !important;
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5) !important;
}
.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55) !important;
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6) !important;
}
.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65) !important;
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7) !important;
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75) !important;
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8) !important;
}
.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85) !important;
}
.bg-stone-950\/87 {
  background-color: rgb(12 10 9 / 0.87) !important;
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9) !important;
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95) !important;
}
.bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0) !important;
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1) !important;
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1) !important;
}
.bg-teal-100\/12 {
  background-color: rgb(204 251 241 / 0.12) !important;
}
.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15) !important;
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2) !important;
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25) !important;
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3) !important;
}
.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35) !important;
}
.bg-teal-100\/38 {
  background-color: rgb(204 251 241 / 0.38) !important;
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4) !important;
}
.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45) !important;
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05) !important;
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5) !important;
}
.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55) !important;
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6) !important;
}
.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65) !important;
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7) !important;
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75) !important;
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8) !important;
}
.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85) !important;
}
.bg-teal-100\/87 {
  background-color: rgb(204 251 241 / 0.87) !important;
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9) !important;
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95) !important;
}
.bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0) !important;
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1) !important;
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1) !important;
}
.bg-teal-200\/12 {
  background-color: rgb(153 246 228 / 0.12) !important;
}
.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15) !important;
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2) !important;
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25) !important;
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3) !important;
}
.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35) !important;
}
.bg-teal-200\/38 {
  background-color: rgb(153 246 228 / 0.38) !important;
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4) !important;
}
.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45) !important;
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05) !important;
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5) !important;
}
.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55) !important;
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6) !important;
}
.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65) !important;
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7) !important;
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75) !important;
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8) !important;
}
.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85) !important;
}
.bg-teal-200\/87 {
  background-color: rgb(153 246 228 / 0.87) !important;
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9) !important;
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95) !important;
}
.bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0) !important;
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1) !important;
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1) !important;
}
.bg-teal-300\/12 {
  background-color: rgb(94 234 212 / 0.12) !important;
}
.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15) !important;
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2) !important;
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25) !important;
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3) !important;
}
.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35) !important;
}
.bg-teal-300\/38 {
  background-color: rgb(94 234 212 / 0.38) !important;
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4) !important;
}
.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45) !important;
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05) !important;
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5) !important;
}
.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55) !important;
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6) !important;
}
.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65) !important;
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7) !important;
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75) !important;
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8) !important;
}
.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85) !important;
}
.bg-teal-300\/87 {
  background-color: rgb(94 234 212 / 0.87) !important;
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9) !important;
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95) !important;
}
.bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0) !important;
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1) !important;
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1) !important;
}
.bg-teal-400\/12 {
  background-color: rgb(45 212 191 / 0.12) !important;
}
.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15) !important;
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2) !important;
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25) !important;
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3) !important;
}
.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35) !important;
}
.bg-teal-400\/38 {
  background-color: rgb(45 212 191 / 0.38) !important;
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4) !important;
}
.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45) !important;
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05) !important;
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5) !important;
}
.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55) !important;
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6) !important;
}
.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65) !important;
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7) !important;
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75) !important;
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8) !important;
}
.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85) !important;
}
.bg-teal-400\/87 {
  background-color: rgb(45 212 191 / 0.87) !important;
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9) !important;
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95) !important;
}
.bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0) !important;
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1) !important;
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1) !important;
}
.bg-teal-50\/12 {
  background-color: rgb(240 253 250 / 0.12) !important;
}
.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15) !important;
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2) !important;
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25) !important;
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3) !important;
}
.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35) !important;
}
.bg-teal-50\/38 {
  background-color: rgb(240 253 250 / 0.38) !important;
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4) !important;
}
.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45) !important;
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05) !important;
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5) !important;
}
.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55) !important;
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6) !important;
}
.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65) !important;
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7) !important;
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75) !important;
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8) !important;
}
.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85) !important;
}
.bg-teal-50\/87 {
  background-color: rgb(240 253 250 / 0.87) !important;
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9) !important;
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95) !important;
}
.bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0) !important;
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1) !important;
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1) !important;
}
.bg-teal-500\/12 {
  background-color: rgb(20 184 166 / 0.12) !important;
}
.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15) !important;
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2) !important;
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25) !important;
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3) !important;
}
.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35) !important;
}
.bg-teal-500\/38 {
  background-color: rgb(20 184 166 / 0.38) !important;
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4) !important;
}
.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45) !important;
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05) !important;
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5) !important;
}
.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55) !important;
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6) !important;
}
.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65) !important;
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7) !important;
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75) !important;
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8) !important;
}
.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85) !important;
}
.bg-teal-500\/87 {
  background-color: rgb(20 184 166 / 0.87) !important;
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9) !important;
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95) !important;
}
.bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0) !important;
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1) !important;
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1) !important;
}
.bg-teal-600\/12 {
  background-color: rgb(13 148 136 / 0.12) !important;
}
.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15) !important;
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2) !important;
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25) !important;
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3) !important;
}
.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35) !important;
}
.bg-teal-600\/38 {
  background-color: rgb(13 148 136 / 0.38) !important;
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4) !important;
}
.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45) !important;
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05) !important;
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5) !important;
}
.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55) !important;
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6) !important;
}
.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65) !important;
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7) !important;
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75) !important;
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8) !important;
}
.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85) !important;
}
.bg-teal-600\/87 {
  background-color: rgb(13 148 136 / 0.87) !important;
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9) !important;
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95) !important;
}
.bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0) !important;
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1) !important;
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1) !important;
}
.bg-teal-700\/12 {
  background-color: rgb(15 118 110 / 0.12) !important;
}
.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15) !important;
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2) !important;
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25) !important;
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3) !important;
}
.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35) !important;
}
.bg-teal-700\/38 {
  background-color: rgb(15 118 110 / 0.38) !important;
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4) !important;
}
.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45) !important;
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05) !important;
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5) !important;
}
.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55) !important;
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6) !important;
}
.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65) !important;
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7) !important;
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75) !important;
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8) !important;
}
.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85) !important;
}
.bg-teal-700\/87 {
  background-color: rgb(15 118 110 / 0.87) !important;
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9) !important;
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95) !important;
}
.bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0) !important;
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1) !important;
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1) !important;
}
.bg-teal-800\/12 {
  background-color: rgb(17 94 89 / 0.12) !important;
}
.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15) !important;
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2) !important;
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25) !important;
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3) !important;
}
.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35) !important;
}
.bg-teal-800\/38 {
  background-color: rgb(17 94 89 / 0.38) !important;
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4) !important;
}
.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45) !important;
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05) !important;
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5) !important;
}
.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55) !important;
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6) !important;
}
.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65) !important;
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7) !important;
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75) !important;
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8) !important;
}
.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85) !important;
}
.bg-teal-800\/87 {
  background-color: rgb(17 94 89 / 0.87) !important;
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9) !important;
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95) !important;
}
.bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0) !important;
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1) !important;
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1) !important;
}
.bg-teal-900\/12 {
  background-color: rgb(19 78 74 / 0.12) !important;
}
.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15) !important;
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2) !important;
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25) !important;
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3) !important;
}
.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35) !important;
}
.bg-teal-900\/38 {
  background-color: rgb(19 78 74 / 0.38) !important;
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4) !important;
}
.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45) !important;
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05) !important;
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5) !important;
}
.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55) !important;
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6) !important;
}
.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65) !important;
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7) !important;
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75) !important;
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8) !important;
}
.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85) !important;
}
.bg-teal-900\/87 {
  background-color: rgb(19 78 74 / 0.87) !important;
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9) !important;
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95) !important;
}
.bg-teal-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1)) !important;
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0) !important;
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1) !important;
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1) !important;
}
.bg-teal-950\/12 {
  background-color: rgb(4 47 46 / 0.12) !important;
}
.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15) !important;
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2) !important;
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25) !important;
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3) !important;
}
.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35) !important;
}
.bg-teal-950\/38 {
  background-color: rgb(4 47 46 / 0.38) !important;
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4) !important;
}
.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45) !important;
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05) !important;
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5) !important;
}
.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55) !important;
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6) !important;
}
.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65) !important;
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7) !important;
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75) !important;
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8) !important;
}
.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85) !important;
}
.bg-teal-950\/87 {
  background-color: rgb(4 47 46 / 0.87) !important;
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9) !important;
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95) !important;
}
.bg-token-amber {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-amber-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-amber-dark\/0 {
  background-color: rgb(146 64 14 / 0) !important;
}
.bg-token-amber-dark\/10 {
  background-color: rgb(146 64 14 / 0.1) !important;
}
.bg-token-amber-dark\/100 {
  background-color: rgb(146 64 14 / 1) !important;
}
.bg-token-amber-dark\/12 {
  background-color: rgb(146 64 14 / 0.12) !important;
}
.bg-token-amber-dark\/15 {
  background-color: rgb(146 64 14 / 0.15) !important;
}
.bg-token-amber-dark\/20 {
  background-color: rgb(146 64 14 / 0.2) !important;
}
.bg-token-amber-dark\/25 {
  background-color: rgb(146 64 14 / 0.25) !important;
}
.bg-token-amber-dark\/30 {
  background-color: rgb(146 64 14 / 0.3) !important;
}
.bg-token-amber-dark\/35 {
  background-color: rgb(146 64 14 / 0.35) !important;
}
.bg-token-amber-dark\/38 {
  background-color: rgb(146 64 14 / 0.38) !important;
}
.bg-token-amber-dark\/40 {
  background-color: rgb(146 64 14 / 0.4) !important;
}
.bg-token-amber-dark\/45 {
  background-color: rgb(146 64 14 / 0.45) !important;
}
.bg-token-amber-dark\/5 {
  background-color: rgb(146 64 14 / 0.05) !important;
}
.bg-token-amber-dark\/50 {
  background-color: rgb(146 64 14 / 0.5) !important;
}
.bg-token-amber-dark\/55 {
  background-color: rgb(146 64 14 / 0.55) !important;
}
.bg-token-amber-dark\/60 {
  background-color: rgb(146 64 14 / 0.6) !important;
}
.bg-token-amber-dark\/65 {
  background-color: rgb(146 64 14 / 0.65) !important;
}
.bg-token-amber-dark\/70 {
  background-color: rgb(146 64 14 / 0.7) !important;
}
.bg-token-amber-dark\/75 {
  background-color: rgb(146 64 14 / 0.75) !important;
}
.bg-token-amber-dark\/80 {
  background-color: rgb(146 64 14 / 0.8) !important;
}
.bg-token-amber-dark\/85 {
  background-color: rgb(146 64 14 / 0.85) !important;
}
.bg-token-amber-dark\/87 {
  background-color: rgb(146 64 14 / 0.87) !important;
}
.bg-token-amber-dark\/90 {
  background-color: rgb(146 64 14 / 0.9) !important;
}
.bg-token-amber-dark\/95 {
  background-color: rgb(146 64 14 / 0.95) !important;
}
.bg-token-amber-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-amber-light\/0 {
  background-color: rgb(254 243 199 / 0) !important;
}
.bg-token-amber-light\/10 {
  background-color: rgb(254 243 199 / 0.1) !important;
}
.bg-token-amber-light\/100 {
  background-color: rgb(254 243 199 / 1) !important;
}
.bg-token-amber-light\/12 {
  background-color: rgb(254 243 199 / 0.12) !important;
}
.bg-token-amber-light\/15 {
  background-color: rgb(254 243 199 / 0.15) !important;
}
.bg-token-amber-light\/20 {
  background-color: rgb(254 243 199 / 0.2) !important;
}
.bg-token-amber-light\/25 {
  background-color: rgb(254 243 199 / 0.25) !important;
}
.bg-token-amber-light\/30 {
  background-color: rgb(254 243 199 / 0.3) !important;
}
.bg-token-amber-light\/35 {
  background-color: rgb(254 243 199 / 0.35) !important;
}
.bg-token-amber-light\/38 {
  background-color: rgb(254 243 199 / 0.38) !important;
}
.bg-token-amber-light\/40 {
  background-color: rgb(254 243 199 / 0.4) !important;
}
.bg-token-amber-light\/45 {
  background-color: rgb(254 243 199 / 0.45) !important;
}
.bg-token-amber-light\/5 {
  background-color: rgb(254 243 199 / 0.05) !important;
}
.bg-token-amber-light\/50 {
  background-color: rgb(254 243 199 / 0.5) !important;
}
.bg-token-amber-light\/55 {
  background-color: rgb(254 243 199 / 0.55) !important;
}
.bg-token-amber-light\/60 {
  background-color: rgb(254 243 199 / 0.6) !important;
}
.bg-token-amber-light\/65 {
  background-color: rgb(254 243 199 / 0.65) !important;
}
.bg-token-amber-light\/70 {
  background-color: rgb(254 243 199 / 0.7) !important;
}
.bg-token-amber-light\/75 {
  background-color: rgb(254 243 199 / 0.75) !important;
}
.bg-token-amber-light\/80 {
  background-color: rgb(254 243 199 / 0.8) !important;
}
.bg-token-amber-light\/85 {
  background-color: rgb(254 243 199 / 0.85) !important;
}
.bg-token-amber-light\/87 {
  background-color: rgb(254 243 199 / 0.87) !important;
}
.bg-token-amber-light\/90 {
  background-color: rgb(254 243 199 / 0.9) !important;
}
.bg-token-amber-light\/95 {
  background-color: rgb(254 243 199 / 0.95) !important;
}
.bg-token-amber\/0 {
  background-color: rgb(245 158 11 / 0) !important;
}
.bg-token-amber\/10 {
  background-color: rgb(245 158 11 / 0.1) !important;
}
.bg-token-amber\/100 {
  background-color: rgb(245 158 11 / 1) !important;
}
.bg-token-amber\/12 {
  background-color: rgb(245 158 11 / 0.12) !important;
}
.bg-token-amber\/15 {
  background-color: rgb(245 158 11 / 0.15) !important;
}
.bg-token-amber\/20 {
  background-color: rgb(245 158 11 / 0.2) !important;
}
.bg-token-amber\/25 {
  background-color: rgb(245 158 11 / 0.25) !important;
}
.bg-token-amber\/30 {
  background-color: rgb(245 158 11 / 0.3) !important;
}
.bg-token-amber\/35 {
  background-color: rgb(245 158 11 / 0.35) !important;
}
.bg-token-amber\/38 {
  background-color: rgb(245 158 11 / 0.38) !important;
}
.bg-token-amber\/40 {
  background-color: rgb(245 158 11 / 0.4) !important;
}
.bg-token-amber\/45 {
  background-color: rgb(245 158 11 / 0.45) !important;
}
.bg-token-amber\/5 {
  background-color: rgb(245 158 11 / 0.05) !important;
}
.bg-token-amber\/50 {
  background-color: rgb(245 158 11 / 0.5) !important;
}
.bg-token-amber\/55 {
  background-color: rgb(245 158 11 / 0.55) !important;
}
.bg-token-amber\/60 {
  background-color: rgb(245 158 11 / 0.6) !important;
}
.bg-token-amber\/65 {
  background-color: rgb(245 158 11 / 0.65) !important;
}
.bg-token-amber\/70 {
  background-color: rgb(245 158 11 / 0.7) !important;
}
.bg-token-amber\/75 {
  background-color: rgb(245 158 11 / 0.75) !important;
}
.bg-token-amber\/80 {
  background-color: rgb(245 158 11 / 0.8) !important;
}
.bg-token-amber\/85 {
  background-color: rgb(245 158 11 / 0.85) !important;
}
.bg-token-amber\/87 {
  background-color: rgb(245 158 11 / 0.87) !important;
}
.bg-token-amber\/90 {
  background-color: rgb(245 158 11 / 0.9) !important;
}
.bg-token-amber\/95 {
  background-color: rgb(245 158 11 / 0.95) !important;
}
.bg-token-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-blue-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-blue-dark\/0 {
  background-color: rgb(30 64 175 / 0) !important;
}
.bg-token-blue-dark\/10 {
  background-color: rgb(30 64 175 / 0.1) !important;
}
.bg-token-blue-dark\/100 {
  background-color: rgb(30 64 175 / 1) !important;
}
.bg-token-blue-dark\/12 {
  background-color: rgb(30 64 175 / 0.12) !important;
}
.bg-token-blue-dark\/15 {
  background-color: rgb(30 64 175 / 0.15) !important;
}
.bg-token-blue-dark\/20 {
  background-color: rgb(30 64 175 / 0.2) !important;
}
.bg-token-blue-dark\/25 {
  background-color: rgb(30 64 175 / 0.25) !important;
}
.bg-token-blue-dark\/30 {
  background-color: rgb(30 64 175 / 0.3) !important;
}
.bg-token-blue-dark\/35 {
  background-color: rgb(30 64 175 / 0.35) !important;
}
.bg-token-blue-dark\/38 {
  background-color: rgb(30 64 175 / 0.38) !important;
}
.bg-token-blue-dark\/40 {
  background-color: rgb(30 64 175 / 0.4) !important;
}
.bg-token-blue-dark\/45 {
  background-color: rgb(30 64 175 / 0.45) !important;
}
.bg-token-blue-dark\/5 {
  background-color: rgb(30 64 175 / 0.05) !important;
}
.bg-token-blue-dark\/50 {
  background-color: rgb(30 64 175 / 0.5) !important;
}
.bg-token-blue-dark\/55 {
  background-color: rgb(30 64 175 / 0.55) !important;
}
.bg-token-blue-dark\/60 {
  background-color: rgb(30 64 175 / 0.6) !important;
}
.bg-token-blue-dark\/65 {
  background-color: rgb(30 64 175 / 0.65) !important;
}
.bg-token-blue-dark\/70 {
  background-color: rgb(30 64 175 / 0.7) !important;
}
.bg-token-blue-dark\/75 {
  background-color: rgb(30 64 175 / 0.75) !important;
}
.bg-token-blue-dark\/80 {
  background-color: rgb(30 64 175 / 0.8) !important;
}
.bg-token-blue-dark\/85 {
  background-color: rgb(30 64 175 / 0.85) !important;
}
.bg-token-blue-dark\/87 {
  background-color: rgb(30 64 175 / 0.87) !important;
}
.bg-token-blue-dark\/90 {
  background-color: rgb(30 64 175 / 0.9) !important;
}
.bg-token-blue-dark\/95 {
  background-color: rgb(30 64 175 / 0.95) !important;
}
.bg-token-blue-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-blue-light\/0 {
  background-color: rgb(219 234 254 / 0) !important;
}
.bg-token-blue-light\/10 {
  background-color: rgb(219 234 254 / 0.1) !important;
}
.bg-token-blue-light\/100 {
  background-color: rgb(219 234 254 / 1) !important;
}
.bg-token-blue-light\/12 {
  background-color: rgb(219 234 254 / 0.12) !important;
}
.bg-token-blue-light\/15 {
  background-color: rgb(219 234 254 / 0.15) !important;
}
.bg-token-blue-light\/20 {
  background-color: rgb(219 234 254 / 0.2) !important;
}
.bg-token-blue-light\/25 {
  background-color: rgb(219 234 254 / 0.25) !important;
}
.bg-token-blue-light\/30 {
  background-color: rgb(219 234 254 / 0.3) !important;
}
.bg-token-blue-light\/35 {
  background-color: rgb(219 234 254 / 0.35) !important;
}
.bg-token-blue-light\/38 {
  background-color: rgb(219 234 254 / 0.38) !important;
}
.bg-token-blue-light\/40 {
  background-color: rgb(219 234 254 / 0.4) !important;
}
.bg-token-blue-light\/45 {
  background-color: rgb(219 234 254 / 0.45) !important;
}
.bg-token-blue-light\/5 {
  background-color: rgb(219 234 254 / 0.05) !important;
}
.bg-token-blue-light\/50 {
  background-color: rgb(219 234 254 / 0.5) !important;
}
.bg-token-blue-light\/55 {
  background-color: rgb(219 234 254 / 0.55) !important;
}
.bg-token-blue-light\/60 {
  background-color: rgb(219 234 254 / 0.6) !important;
}
.bg-token-blue-light\/65 {
  background-color: rgb(219 234 254 / 0.65) !important;
}
.bg-token-blue-light\/70 {
  background-color: rgb(219 234 254 / 0.7) !important;
}
.bg-token-blue-light\/75 {
  background-color: rgb(219 234 254 / 0.75) !important;
}
.bg-token-blue-light\/80 {
  background-color: rgb(219 234 254 / 0.8) !important;
}
.bg-token-blue-light\/85 {
  background-color: rgb(219 234 254 / 0.85) !important;
}
.bg-token-blue-light\/87 {
  background-color: rgb(219 234 254 / 0.87) !important;
}
.bg-token-blue-light\/90 {
  background-color: rgb(219 234 254 / 0.9) !important;
}
.bg-token-blue-light\/95 {
  background-color: rgb(219 234 254 / 0.95) !important;
}
.bg-token-blue\/0 {
  background-color: rgb(59 130 246 / 0) !important;
}
.bg-token-blue\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}
.bg-token-blue\/100 {
  background-color: rgb(59 130 246 / 1) !important;
}
.bg-token-blue\/12 {
  background-color: rgb(59 130 246 / 0.12) !important;
}
.bg-token-blue\/15 {
  background-color: rgb(59 130 246 / 0.15) !important;
}
.bg-token-blue\/20 {
  background-color: rgb(59 130 246 / 0.2) !important;
}
.bg-token-blue\/25 {
  background-color: rgb(59 130 246 / 0.25) !important;
}
.bg-token-blue\/30 {
  background-color: rgb(59 130 246 / 0.3) !important;
}
.bg-token-blue\/35 {
  background-color: rgb(59 130 246 / 0.35) !important;
}
.bg-token-blue\/38 {
  background-color: rgb(59 130 246 / 0.38) !important;
}
.bg-token-blue\/40 {
  background-color: rgb(59 130 246 / 0.4) !important;
}
.bg-token-blue\/45 {
  background-color: rgb(59 130 246 / 0.45) !important;
}
.bg-token-blue\/5 {
  background-color: rgb(59 130 246 / 0.05) !important;
}
.bg-token-blue\/50 {
  background-color: rgb(59 130 246 / 0.5) !important;
}
.bg-token-blue\/55 {
  background-color: rgb(59 130 246 / 0.55) !important;
}
.bg-token-blue\/60 {
  background-color: rgb(59 130 246 / 0.6) !important;
}
.bg-token-blue\/65 {
  background-color: rgb(59 130 246 / 0.65) !important;
}
.bg-token-blue\/70 {
  background-color: rgb(59 130 246 / 0.7) !important;
}
.bg-token-blue\/75 {
  background-color: rgb(59 130 246 / 0.75) !important;
}
.bg-token-blue\/80 {
  background-color: rgb(59 130 246 / 0.8) !important;
}
.bg-token-blue\/85 {
  background-color: rgb(59 130 246 / 0.85) !important;
}
.bg-token-blue\/87 {
  background-color: rgb(59 130 246 / 0.87) !important;
}
.bg-token-blue\/90 {
  background-color: rgb(59 130 246 / 0.9) !important;
}
.bg-token-blue\/95 {
  background-color: rgb(59 130 246 / 0.95) !important;
}
.bg-token-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-green-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-green-dark\/0 {
  background-color: rgb(6 95 70 / 0) !important;
}
.bg-token-green-dark\/10 {
  background-color: rgb(6 95 70 / 0.1) !important;
}
.bg-token-green-dark\/100 {
  background-color: rgb(6 95 70 / 1) !important;
}
.bg-token-green-dark\/12 {
  background-color: rgb(6 95 70 / 0.12) !important;
}
.bg-token-green-dark\/15 {
  background-color: rgb(6 95 70 / 0.15) !important;
}
.bg-token-green-dark\/20 {
  background-color: rgb(6 95 70 / 0.2) !important;
}
.bg-token-green-dark\/25 {
  background-color: rgb(6 95 70 / 0.25) !important;
}
.bg-token-green-dark\/30 {
  background-color: rgb(6 95 70 / 0.3) !important;
}
.bg-token-green-dark\/35 {
  background-color: rgb(6 95 70 / 0.35) !important;
}
.bg-token-green-dark\/38 {
  background-color: rgb(6 95 70 / 0.38) !important;
}
.bg-token-green-dark\/40 {
  background-color: rgb(6 95 70 / 0.4) !important;
}
.bg-token-green-dark\/45 {
  background-color: rgb(6 95 70 / 0.45) !important;
}
.bg-token-green-dark\/5 {
  background-color: rgb(6 95 70 / 0.05) !important;
}
.bg-token-green-dark\/50 {
  background-color: rgb(6 95 70 / 0.5) !important;
}
.bg-token-green-dark\/55 {
  background-color: rgb(6 95 70 / 0.55) !important;
}
.bg-token-green-dark\/60 {
  background-color: rgb(6 95 70 / 0.6) !important;
}
.bg-token-green-dark\/65 {
  background-color: rgb(6 95 70 / 0.65) !important;
}
.bg-token-green-dark\/70 {
  background-color: rgb(6 95 70 / 0.7) !important;
}
.bg-token-green-dark\/75 {
  background-color: rgb(6 95 70 / 0.75) !important;
}
.bg-token-green-dark\/80 {
  background-color: rgb(6 95 70 / 0.8) !important;
}
.bg-token-green-dark\/85 {
  background-color: rgb(6 95 70 / 0.85) !important;
}
.bg-token-green-dark\/87 {
  background-color: rgb(6 95 70 / 0.87) !important;
}
.bg-token-green-dark\/90 {
  background-color: rgb(6 95 70 / 0.9) !important;
}
.bg-token-green-dark\/95 {
  background-color: rgb(6 95 70 / 0.95) !important;
}
.bg-token-green-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-green-light\/0 {
  background-color: rgb(209 250 229 / 0) !important;
}
.bg-token-green-light\/10 {
  background-color: rgb(209 250 229 / 0.1) !important;
}
.bg-token-green-light\/100 {
  background-color: rgb(209 250 229 / 1) !important;
}
.bg-token-green-light\/12 {
  background-color: rgb(209 250 229 / 0.12) !important;
}
.bg-token-green-light\/15 {
  background-color: rgb(209 250 229 / 0.15) !important;
}
.bg-token-green-light\/20 {
  background-color: rgb(209 250 229 / 0.2) !important;
}
.bg-token-green-light\/25 {
  background-color: rgb(209 250 229 / 0.25) !important;
}
.bg-token-green-light\/30 {
  background-color: rgb(209 250 229 / 0.3) !important;
}
.bg-token-green-light\/35 {
  background-color: rgb(209 250 229 / 0.35) !important;
}
.bg-token-green-light\/38 {
  background-color: rgb(209 250 229 / 0.38) !important;
}
.bg-token-green-light\/40 {
  background-color: rgb(209 250 229 / 0.4) !important;
}
.bg-token-green-light\/45 {
  background-color: rgb(209 250 229 / 0.45) !important;
}
.bg-token-green-light\/5 {
  background-color: rgb(209 250 229 / 0.05) !important;
}
.bg-token-green-light\/50 {
  background-color: rgb(209 250 229 / 0.5) !important;
}
.bg-token-green-light\/55 {
  background-color: rgb(209 250 229 / 0.55) !important;
}
.bg-token-green-light\/60 {
  background-color: rgb(209 250 229 / 0.6) !important;
}
.bg-token-green-light\/65 {
  background-color: rgb(209 250 229 / 0.65) !important;
}
.bg-token-green-light\/70 {
  background-color: rgb(209 250 229 / 0.7) !important;
}
.bg-token-green-light\/75 {
  background-color: rgb(209 250 229 / 0.75) !important;
}
.bg-token-green-light\/80 {
  background-color: rgb(209 250 229 / 0.8) !important;
}
.bg-token-green-light\/85 {
  background-color: rgb(209 250 229 / 0.85) !important;
}
.bg-token-green-light\/87 {
  background-color: rgb(209 250 229 / 0.87) !important;
}
.bg-token-green-light\/90 {
  background-color: rgb(209 250 229 / 0.9) !important;
}
.bg-token-green-light\/95 {
  background-color: rgb(209 250 229 / 0.95) !important;
}
.bg-token-green\/0 {
  background-color: rgb(16 185 129 / 0) !important;
}
.bg-token-green\/10 {
  background-color: rgb(16 185 129 / 0.1) !important;
}
.bg-token-green\/100 {
  background-color: rgb(16 185 129 / 1) !important;
}
.bg-token-green\/12 {
  background-color: rgb(16 185 129 / 0.12) !important;
}
.bg-token-green\/15 {
  background-color: rgb(16 185 129 / 0.15) !important;
}
.bg-token-green\/20 {
  background-color: rgb(16 185 129 / 0.2) !important;
}
.bg-token-green\/25 {
  background-color: rgb(16 185 129 / 0.25) !important;
}
.bg-token-green\/30 {
  background-color: rgb(16 185 129 / 0.3) !important;
}
.bg-token-green\/35 {
  background-color: rgb(16 185 129 / 0.35) !important;
}
.bg-token-green\/38 {
  background-color: rgb(16 185 129 / 0.38) !important;
}
.bg-token-green\/40 {
  background-color: rgb(16 185 129 / 0.4) !important;
}
.bg-token-green\/45 {
  background-color: rgb(16 185 129 / 0.45) !important;
}
.bg-token-green\/5 {
  background-color: rgb(16 185 129 / 0.05) !important;
}
.bg-token-green\/50 {
  background-color: rgb(16 185 129 / 0.5) !important;
}
.bg-token-green\/55 {
  background-color: rgb(16 185 129 / 0.55) !important;
}
.bg-token-green\/60 {
  background-color: rgb(16 185 129 / 0.6) !important;
}
.bg-token-green\/65 {
  background-color: rgb(16 185 129 / 0.65) !important;
}
.bg-token-green\/70 {
  background-color: rgb(16 185 129 / 0.7) !important;
}
.bg-token-green\/75 {
  background-color: rgb(16 185 129 / 0.75) !important;
}
.bg-token-green\/80 {
  background-color: rgb(16 185 129 / 0.8) !important;
}
.bg-token-green\/85 {
  background-color: rgb(16 185 129 / 0.85) !important;
}
.bg-token-green\/87 {
  background-color: rgb(16 185 129 / 0.87) !important;
}
.bg-token-green\/90 {
  background-color: rgb(16 185 129 / 0.9) !important;
}
.bg-token-green\/95 {
  background-color: rgb(16 185 129 / 0.95) !important;
}
.bg-token-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-purple-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-purple-dark\/0 {
  background-color: rgb(91 33 182 / 0) !important;
}
.bg-token-purple-dark\/10 {
  background-color: rgb(91 33 182 / 0.1) !important;
}
.bg-token-purple-dark\/100 {
  background-color: rgb(91 33 182 / 1) !important;
}
.bg-token-purple-dark\/12 {
  background-color: rgb(91 33 182 / 0.12) !important;
}
.bg-token-purple-dark\/15 {
  background-color: rgb(91 33 182 / 0.15) !important;
}
.bg-token-purple-dark\/20 {
  background-color: rgb(91 33 182 / 0.2) !important;
}
.bg-token-purple-dark\/25 {
  background-color: rgb(91 33 182 / 0.25) !important;
}
.bg-token-purple-dark\/30 {
  background-color: rgb(91 33 182 / 0.3) !important;
}
.bg-token-purple-dark\/35 {
  background-color: rgb(91 33 182 / 0.35) !important;
}
.bg-token-purple-dark\/38 {
  background-color: rgb(91 33 182 / 0.38) !important;
}
.bg-token-purple-dark\/40 {
  background-color: rgb(91 33 182 / 0.4) !important;
}
.bg-token-purple-dark\/45 {
  background-color: rgb(91 33 182 / 0.45) !important;
}
.bg-token-purple-dark\/5 {
  background-color: rgb(91 33 182 / 0.05) !important;
}
.bg-token-purple-dark\/50 {
  background-color: rgb(91 33 182 / 0.5) !important;
}
.bg-token-purple-dark\/55 {
  background-color: rgb(91 33 182 / 0.55) !important;
}
.bg-token-purple-dark\/60 {
  background-color: rgb(91 33 182 / 0.6) !important;
}
.bg-token-purple-dark\/65 {
  background-color: rgb(91 33 182 / 0.65) !important;
}
.bg-token-purple-dark\/70 {
  background-color: rgb(91 33 182 / 0.7) !important;
}
.bg-token-purple-dark\/75 {
  background-color: rgb(91 33 182 / 0.75) !important;
}
.bg-token-purple-dark\/80 {
  background-color: rgb(91 33 182 / 0.8) !important;
}
.bg-token-purple-dark\/85 {
  background-color: rgb(91 33 182 / 0.85) !important;
}
.bg-token-purple-dark\/87 {
  background-color: rgb(91 33 182 / 0.87) !important;
}
.bg-token-purple-dark\/90 {
  background-color: rgb(91 33 182 / 0.9) !important;
}
.bg-token-purple-dark\/95 {
  background-color: rgb(91 33 182 / 0.95) !important;
}
.bg-token-purple-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-purple-light\/0 {
  background-color: rgb(237 233 254 / 0) !important;
}
.bg-token-purple-light\/10 {
  background-color: rgb(237 233 254 / 0.1) !important;
}
.bg-token-purple-light\/100 {
  background-color: rgb(237 233 254 / 1) !important;
}
.bg-token-purple-light\/12 {
  background-color: rgb(237 233 254 / 0.12) !important;
}
.bg-token-purple-light\/15 {
  background-color: rgb(237 233 254 / 0.15) !important;
}
.bg-token-purple-light\/20 {
  background-color: rgb(237 233 254 / 0.2) !important;
}
.bg-token-purple-light\/25 {
  background-color: rgb(237 233 254 / 0.25) !important;
}
.bg-token-purple-light\/30 {
  background-color: rgb(237 233 254 / 0.3) !important;
}
.bg-token-purple-light\/35 {
  background-color: rgb(237 233 254 / 0.35) !important;
}
.bg-token-purple-light\/38 {
  background-color: rgb(237 233 254 / 0.38) !important;
}
.bg-token-purple-light\/40 {
  background-color: rgb(237 233 254 / 0.4) !important;
}
.bg-token-purple-light\/45 {
  background-color: rgb(237 233 254 / 0.45) !important;
}
.bg-token-purple-light\/5 {
  background-color: rgb(237 233 254 / 0.05) !important;
}
.bg-token-purple-light\/50 {
  background-color: rgb(237 233 254 / 0.5) !important;
}
.bg-token-purple-light\/55 {
  background-color: rgb(237 233 254 / 0.55) !important;
}
.bg-token-purple-light\/60 {
  background-color: rgb(237 233 254 / 0.6) !important;
}
.bg-token-purple-light\/65 {
  background-color: rgb(237 233 254 / 0.65) !important;
}
.bg-token-purple-light\/70 {
  background-color: rgb(237 233 254 / 0.7) !important;
}
.bg-token-purple-light\/75 {
  background-color: rgb(237 233 254 / 0.75) !important;
}
.bg-token-purple-light\/80 {
  background-color: rgb(237 233 254 / 0.8) !important;
}
.bg-token-purple-light\/85 {
  background-color: rgb(237 233 254 / 0.85) !important;
}
.bg-token-purple-light\/87 {
  background-color: rgb(237 233 254 / 0.87) !important;
}
.bg-token-purple-light\/90 {
  background-color: rgb(237 233 254 / 0.9) !important;
}
.bg-token-purple-light\/95 {
  background-color: rgb(237 233 254 / 0.95) !important;
}
.bg-token-purple\/0 {
  background-color: rgb(139 92 246 / 0) !important;
}
.bg-token-purple\/10 {
  background-color: rgb(139 92 246 / 0.1) !important;
}
.bg-token-purple\/100 {
  background-color: rgb(139 92 246 / 1) !important;
}
.bg-token-purple\/12 {
  background-color: rgb(139 92 246 / 0.12) !important;
}
.bg-token-purple\/15 {
  background-color: rgb(139 92 246 / 0.15) !important;
}
.bg-token-purple\/20 {
  background-color: rgb(139 92 246 / 0.2) !important;
}
.bg-token-purple\/25 {
  background-color: rgb(139 92 246 / 0.25) !important;
}
.bg-token-purple\/30 {
  background-color: rgb(139 92 246 / 0.3) !important;
}
.bg-token-purple\/35 {
  background-color: rgb(139 92 246 / 0.35) !important;
}
.bg-token-purple\/38 {
  background-color: rgb(139 92 246 / 0.38) !important;
}
.bg-token-purple\/40 {
  background-color: rgb(139 92 246 / 0.4) !important;
}
.bg-token-purple\/45 {
  background-color: rgb(139 92 246 / 0.45) !important;
}
.bg-token-purple\/5 {
  background-color: rgb(139 92 246 / 0.05) !important;
}
.bg-token-purple\/50 {
  background-color: rgb(139 92 246 / 0.5) !important;
}
.bg-token-purple\/55 {
  background-color: rgb(139 92 246 / 0.55) !important;
}
.bg-token-purple\/60 {
  background-color: rgb(139 92 246 / 0.6) !important;
}
.bg-token-purple\/65 {
  background-color: rgb(139 92 246 / 0.65) !important;
}
.bg-token-purple\/70 {
  background-color: rgb(139 92 246 / 0.7) !important;
}
.bg-token-purple\/75 {
  background-color: rgb(139 92 246 / 0.75) !important;
}
.bg-token-purple\/80 {
  background-color: rgb(139 92 246 / 0.8) !important;
}
.bg-token-purple\/85 {
  background-color: rgb(139 92 246 / 0.85) !important;
}
.bg-token-purple\/87 {
  background-color: rgb(139 92 246 / 0.87) !important;
}
.bg-token-purple\/90 {
  background-color: rgb(139 92 246 / 0.9) !important;
}
.bg-token-purple\/95 {
  background-color: rgb(139 92 246 / 0.95) !important;
}
.bg-token-rose {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-rose-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-rose-dark\/0 {
  background-color: rgb(159 18 57 / 0) !important;
}
.bg-token-rose-dark\/10 {
  background-color: rgb(159 18 57 / 0.1) !important;
}
.bg-token-rose-dark\/100 {
  background-color: rgb(159 18 57 / 1) !important;
}
.bg-token-rose-dark\/12 {
  background-color: rgb(159 18 57 / 0.12) !important;
}
.bg-token-rose-dark\/15 {
  background-color: rgb(159 18 57 / 0.15) !important;
}
.bg-token-rose-dark\/20 {
  background-color: rgb(159 18 57 / 0.2) !important;
}
.bg-token-rose-dark\/25 {
  background-color: rgb(159 18 57 / 0.25) !important;
}
.bg-token-rose-dark\/30 {
  background-color: rgb(159 18 57 / 0.3) !important;
}
.bg-token-rose-dark\/35 {
  background-color: rgb(159 18 57 / 0.35) !important;
}
.bg-token-rose-dark\/38 {
  background-color: rgb(159 18 57 / 0.38) !important;
}
.bg-token-rose-dark\/40 {
  background-color: rgb(159 18 57 / 0.4) !important;
}
.bg-token-rose-dark\/45 {
  background-color: rgb(159 18 57 / 0.45) !important;
}
.bg-token-rose-dark\/5 {
  background-color: rgb(159 18 57 / 0.05) !important;
}
.bg-token-rose-dark\/50 {
  background-color: rgb(159 18 57 / 0.5) !important;
}
.bg-token-rose-dark\/55 {
  background-color: rgb(159 18 57 / 0.55) !important;
}
.bg-token-rose-dark\/60 {
  background-color: rgb(159 18 57 / 0.6) !important;
}
.bg-token-rose-dark\/65 {
  background-color: rgb(159 18 57 / 0.65) !important;
}
.bg-token-rose-dark\/70 {
  background-color: rgb(159 18 57 / 0.7) !important;
}
.bg-token-rose-dark\/75 {
  background-color: rgb(159 18 57 / 0.75) !important;
}
.bg-token-rose-dark\/80 {
  background-color: rgb(159 18 57 / 0.8) !important;
}
.bg-token-rose-dark\/85 {
  background-color: rgb(159 18 57 / 0.85) !important;
}
.bg-token-rose-dark\/87 {
  background-color: rgb(159 18 57 / 0.87) !important;
}
.bg-token-rose-dark\/90 {
  background-color: rgb(159 18 57 / 0.9) !important;
}
.bg-token-rose-dark\/95 {
  background-color: rgb(159 18 57 / 0.95) !important;
}
.bg-token-rose-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-rose-light\/0 {
  background-color: rgb(255 228 230 / 0) !important;
}
.bg-token-rose-light\/10 {
  background-color: rgb(255 228 230 / 0.1) !important;
}
.bg-token-rose-light\/100 {
  background-color: rgb(255 228 230 / 1) !important;
}
.bg-token-rose-light\/12 {
  background-color: rgb(255 228 230 / 0.12) !important;
}
.bg-token-rose-light\/15 {
  background-color: rgb(255 228 230 / 0.15) !important;
}
.bg-token-rose-light\/20 {
  background-color: rgb(255 228 230 / 0.2) !important;
}
.bg-token-rose-light\/25 {
  background-color: rgb(255 228 230 / 0.25) !important;
}
.bg-token-rose-light\/30 {
  background-color: rgb(255 228 230 / 0.3) !important;
}
.bg-token-rose-light\/35 {
  background-color: rgb(255 228 230 / 0.35) !important;
}
.bg-token-rose-light\/38 {
  background-color: rgb(255 228 230 / 0.38) !important;
}
.bg-token-rose-light\/40 {
  background-color: rgb(255 228 230 / 0.4) !important;
}
.bg-token-rose-light\/45 {
  background-color: rgb(255 228 230 / 0.45) !important;
}
.bg-token-rose-light\/5 {
  background-color: rgb(255 228 230 / 0.05) !important;
}
.bg-token-rose-light\/50 {
  background-color: rgb(255 228 230 / 0.5) !important;
}
.bg-token-rose-light\/55 {
  background-color: rgb(255 228 230 / 0.55) !important;
}
.bg-token-rose-light\/60 {
  background-color: rgb(255 228 230 / 0.6) !important;
}
.bg-token-rose-light\/65 {
  background-color: rgb(255 228 230 / 0.65) !important;
}
.bg-token-rose-light\/70 {
  background-color: rgb(255 228 230 / 0.7) !important;
}
.bg-token-rose-light\/75 {
  background-color: rgb(255 228 230 / 0.75) !important;
}
.bg-token-rose-light\/80 {
  background-color: rgb(255 228 230 / 0.8) !important;
}
.bg-token-rose-light\/85 {
  background-color: rgb(255 228 230 / 0.85) !important;
}
.bg-token-rose-light\/87 {
  background-color: rgb(255 228 230 / 0.87) !important;
}
.bg-token-rose-light\/90 {
  background-color: rgb(255 228 230 / 0.9) !important;
}
.bg-token-rose-light\/95 {
  background-color: rgb(255 228 230 / 0.95) !important;
}
.bg-token-rose\/0 {
  background-color: rgb(244 63 94 / 0) !important;
}
.bg-token-rose\/10 {
  background-color: rgb(244 63 94 / 0.1) !important;
}
.bg-token-rose\/100 {
  background-color: rgb(244 63 94 / 1) !important;
}
.bg-token-rose\/12 {
  background-color: rgb(244 63 94 / 0.12) !important;
}
.bg-token-rose\/15 {
  background-color: rgb(244 63 94 / 0.15) !important;
}
.bg-token-rose\/20 {
  background-color: rgb(244 63 94 / 0.2) !important;
}
.bg-token-rose\/25 {
  background-color: rgb(244 63 94 / 0.25) !important;
}
.bg-token-rose\/30 {
  background-color: rgb(244 63 94 / 0.3) !important;
}
.bg-token-rose\/35 {
  background-color: rgb(244 63 94 / 0.35) !important;
}
.bg-token-rose\/38 {
  background-color: rgb(244 63 94 / 0.38) !important;
}
.bg-token-rose\/40 {
  background-color: rgb(244 63 94 / 0.4) !important;
}
.bg-token-rose\/45 {
  background-color: rgb(244 63 94 / 0.45) !important;
}
.bg-token-rose\/5 {
  background-color: rgb(244 63 94 / 0.05) !important;
}
.bg-token-rose\/50 {
  background-color: rgb(244 63 94 / 0.5) !important;
}
.bg-token-rose\/55 {
  background-color: rgb(244 63 94 / 0.55) !important;
}
.bg-token-rose\/60 {
  background-color: rgb(244 63 94 / 0.6) !important;
}
.bg-token-rose\/65 {
  background-color: rgb(244 63 94 / 0.65) !important;
}
.bg-token-rose\/70 {
  background-color: rgb(244 63 94 / 0.7) !important;
}
.bg-token-rose\/75 {
  background-color: rgb(244 63 94 / 0.75) !important;
}
.bg-token-rose\/80 {
  background-color: rgb(244 63 94 / 0.8) !important;
}
.bg-token-rose\/85 {
  background-color: rgb(244 63 94 / 0.85) !important;
}
.bg-token-rose\/87 {
  background-color: rgb(244 63 94 / 0.87) !important;
}
.bg-token-rose\/90 {
  background-color: rgb(244 63 94 / 0.9) !important;
}
.bg-token-rose\/95 {
  background-color: rgb(244 63 94 / 0.95) !important;
}
.bg-token-teal {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-teal-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-teal-dark\/0 {
  background-color: rgb(17 94 89 / 0) !important;
}
.bg-token-teal-dark\/10 {
  background-color: rgb(17 94 89 / 0.1) !important;
}
.bg-token-teal-dark\/100 {
  background-color: rgb(17 94 89 / 1) !important;
}
.bg-token-teal-dark\/12 {
  background-color: rgb(17 94 89 / 0.12) !important;
}
.bg-token-teal-dark\/15 {
  background-color: rgb(17 94 89 / 0.15) !important;
}
.bg-token-teal-dark\/20 {
  background-color: rgb(17 94 89 / 0.2) !important;
}
.bg-token-teal-dark\/25 {
  background-color: rgb(17 94 89 / 0.25) !important;
}
.bg-token-teal-dark\/30 {
  background-color: rgb(17 94 89 / 0.3) !important;
}
.bg-token-teal-dark\/35 {
  background-color: rgb(17 94 89 / 0.35) !important;
}
.bg-token-teal-dark\/38 {
  background-color: rgb(17 94 89 / 0.38) !important;
}
.bg-token-teal-dark\/40 {
  background-color: rgb(17 94 89 / 0.4) !important;
}
.bg-token-teal-dark\/45 {
  background-color: rgb(17 94 89 / 0.45) !important;
}
.bg-token-teal-dark\/5 {
  background-color: rgb(17 94 89 / 0.05) !important;
}
.bg-token-teal-dark\/50 {
  background-color: rgb(17 94 89 / 0.5) !important;
}
.bg-token-teal-dark\/55 {
  background-color: rgb(17 94 89 / 0.55) !important;
}
.bg-token-teal-dark\/60 {
  background-color: rgb(17 94 89 / 0.6) !important;
}
.bg-token-teal-dark\/65 {
  background-color: rgb(17 94 89 / 0.65) !important;
}
.bg-token-teal-dark\/70 {
  background-color: rgb(17 94 89 / 0.7) !important;
}
.bg-token-teal-dark\/75 {
  background-color: rgb(17 94 89 / 0.75) !important;
}
.bg-token-teal-dark\/80 {
  background-color: rgb(17 94 89 / 0.8) !important;
}
.bg-token-teal-dark\/85 {
  background-color: rgb(17 94 89 / 0.85) !important;
}
.bg-token-teal-dark\/87 {
  background-color: rgb(17 94 89 / 0.87) !important;
}
.bg-token-teal-dark\/90 {
  background-color: rgb(17 94 89 / 0.9) !important;
}
.bg-token-teal-dark\/95 {
  background-color: rgb(17 94 89 / 0.95) !important;
}
.bg-token-teal-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1)) !important;
}
.bg-token-teal-light\/0 {
  background-color: rgb(204 251 241 / 0) !important;
}
.bg-token-teal-light\/10 {
  background-color: rgb(204 251 241 / 0.1) !important;
}
.bg-token-teal-light\/100 {
  background-color: rgb(204 251 241 / 1) !important;
}
.bg-token-teal-light\/12 {
  background-color: rgb(204 251 241 / 0.12) !important;
}
.bg-token-teal-light\/15 {
  background-color: rgb(204 251 241 / 0.15) !important;
}
.bg-token-teal-light\/20 {
  background-color: rgb(204 251 241 / 0.2) !important;
}
.bg-token-teal-light\/25 {
  background-color: rgb(204 251 241 / 0.25) !important;
}
.bg-token-teal-light\/30 {
  background-color: rgb(204 251 241 / 0.3) !important;
}
.bg-token-teal-light\/35 {
  background-color: rgb(204 251 241 / 0.35) !important;
}
.bg-token-teal-light\/38 {
  background-color: rgb(204 251 241 / 0.38) !important;
}
.bg-token-teal-light\/40 {
  background-color: rgb(204 251 241 / 0.4) !important;
}
.bg-token-teal-light\/45 {
  background-color: rgb(204 251 241 / 0.45) !important;
}
.bg-token-teal-light\/5 {
  background-color: rgb(204 251 241 / 0.05) !important;
}
.bg-token-teal-light\/50 {
  background-color: rgb(204 251 241 / 0.5) !important;
}
.bg-token-teal-light\/55 {
  background-color: rgb(204 251 241 / 0.55) !important;
}
.bg-token-teal-light\/60 {
  background-color: rgb(204 251 241 / 0.6) !important;
}
.bg-token-teal-light\/65 {
  background-color: rgb(204 251 241 / 0.65) !important;
}
.bg-token-teal-light\/70 {
  background-color: rgb(204 251 241 / 0.7) !important;
}
.bg-token-teal-light\/75 {
  background-color: rgb(204 251 241 / 0.75) !important;
}
.bg-token-teal-light\/80 {
  background-color: rgb(204 251 241 / 0.8) !important;
}
.bg-token-teal-light\/85 {
  background-color: rgb(204 251 241 / 0.85) !important;
}
.bg-token-teal-light\/87 {
  background-color: rgb(204 251 241 / 0.87) !important;
}
.bg-token-teal-light\/90 {
  background-color: rgb(204 251 241 / 0.9) !important;
}
.bg-token-teal-light\/95 {
  background-color: rgb(204 251 241 / 0.95) !important;
}
.bg-token-teal\/0 {
  background-color: rgb(20 184 166 / 0) !important;
}
.bg-token-teal\/10 {
  background-color: rgb(20 184 166 / 0.1) !important;
}
.bg-token-teal\/100 {
  background-color: rgb(20 184 166 / 1) !important;
}
.bg-token-teal\/12 {
  background-color: rgb(20 184 166 / 0.12) !important;
}
.bg-token-teal\/15 {
  background-color: rgb(20 184 166 / 0.15) !important;
}
.bg-token-teal\/20 {
  background-color: rgb(20 184 166 / 0.2) !important;
}
.bg-token-teal\/25 {
  background-color: rgb(20 184 166 / 0.25) !important;
}
.bg-token-teal\/30 {
  background-color: rgb(20 184 166 / 0.3) !important;
}
.bg-token-teal\/35 {
  background-color: rgb(20 184 166 / 0.35) !important;
}
.bg-token-teal\/38 {
  background-color: rgb(20 184 166 / 0.38) !important;
}
.bg-token-teal\/40 {
  background-color: rgb(20 184 166 / 0.4) !important;
}
.bg-token-teal\/45 {
  background-color: rgb(20 184 166 / 0.45) !important;
}
.bg-token-teal\/5 {
  background-color: rgb(20 184 166 / 0.05) !important;
}
.bg-token-teal\/50 {
  background-color: rgb(20 184 166 / 0.5) !important;
}
.bg-token-teal\/55 {
  background-color: rgb(20 184 166 / 0.55) !important;
}
.bg-token-teal\/60 {
  background-color: rgb(20 184 166 / 0.6) !important;
}
.bg-token-teal\/65 {
  background-color: rgb(20 184 166 / 0.65) !important;
}
.bg-token-teal\/70 {
  background-color: rgb(20 184 166 / 0.7) !important;
}
.bg-token-teal\/75 {
  background-color: rgb(20 184 166 / 0.75) !important;
}
.bg-token-teal\/80 {
  background-color: rgb(20 184 166 / 0.8) !important;
}
.bg-token-teal\/85 {
  background-color: rgb(20 184 166 / 0.85) !important;
}
.bg-token-teal\/87 {
  background-color: rgb(20 184 166 / 0.87) !important;
}
.bg-token-teal\/90 {
  background-color: rgb(20 184 166 / 0.9) !important;
}
.bg-token-teal\/95 {
  background-color: rgb(20 184 166 / 0.95) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}
.bg-transparent\/12 {
  background-color: rgb(0 0 0 / 0.12) !important;
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}
.bg-transparent\/38 {
  background-color: rgb(0 0 0 / 0.38) !important;
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65) !important;
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}
.bg-transparent\/87 {
  background-color: rgb(0 0 0 / 0.87) !important;
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}
.bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0) !important;
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1) !important;
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1) !important;
}
.bg-violet-100\/12 {
  background-color: rgb(237 233 254 / 0.12) !important;
}
.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15) !important;
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2) !important;
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25) !important;
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3) !important;
}
.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35) !important;
}
.bg-violet-100\/38 {
  background-color: rgb(237 233 254 / 0.38) !important;
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4) !important;
}
.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45) !important;
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05) !important;
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5) !important;
}
.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55) !important;
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6) !important;
}
.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65) !important;
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7) !important;
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75) !important;
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8) !important;
}
.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85) !important;
}
.bg-violet-100\/87 {
  background-color: rgb(237 233 254 / 0.87) !important;
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9) !important;
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95) !important;
}
.bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0) !important;
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1) !important;
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1) !important;
}
.bg-violet-200\/12 {
  background-color: rgb(221 214 254 / 0.12) !important;
}
.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15) !important;
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2) !important;
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25) !important;
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3) !important;
}
.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35) !important;
}
.bg-violet-200\/38 {
  background-color: rgb(221 214 254 / 0.38) !important;
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4) !important;
}
.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45) !important;
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05) !important;
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5) !important;
}
.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55) !important;
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6) !important;
}
.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65) !important;
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7) !important;
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75) !important;
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8) !important;
}
.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85) !important;
}
.bg-violet-200\/87 {
  background-color: rgb(221 214 254 / 0.87) !important;
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9) !important;
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95) !important;
}
.bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0) !important;
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1) !important;
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1) !important;
}
.bg-violet-300\/12 {
  background-color: rgb(196 181 253 / 0.12) !important;
}
.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15) !important;
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2) !important;
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25) !important;
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3) !important;
}
.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35) !important;
}
.bg-violet-300\/38 {
  background-color: rgb(196 181 253 / 0.38) !important;
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4) !important;
}
.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45) !important;
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05) !important;
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5) !important;
}
.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55) !important;
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6) !important;
}
.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65) !important;
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7) !important;
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75) !important;
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8) !important;
}
.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85) !important;
}
.bg-violet-300\/87 {
  background-color: rgb(196 181 253 / 0.87) !important;
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9) !important;
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95) !important;
}
.bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0) !important;
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1) !important;
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1) !important;
}
.bg-violet-400\/12 {
  background-color: rgb(167 139 250 / 0.12) !important;
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15) !important;
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2) !important;
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25) !important;
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3) !important;
}
.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35) !important;
}
.bg-violet-400\/38 {
  background-color: rgb(167 139 250 / 0.38) !important;
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4) !important;
}
.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45) !important;
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05) !important;
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5) !important;
}
.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55) !important;
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6) !important;
}
.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65) !important;
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7) !important;
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75) !important;
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8) !important;
}
.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85) !important;
}
.bg-violet-400\/87 {
  background-color: rgb(167 139 250 / 0.87) !important;
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9) !important;
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95) !important;
}
.bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0) !important;
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1) !important;
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1) !important;
}
.bg-violet-50\/12 {
  background-color: rgb(245 243 255 / 0.12) !important;
}
.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15) !important;
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2) !important;
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25) !important;
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3) !important;
}
.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35) !important;
}
.bg-violet-50\/38 {
  background-color: rgb(245 243 255 / 0.38) !important;
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4) !important;
}
.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45) !important;
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05) !important;
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5) !important;
}
.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55) !important;
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6) !important;
}
.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65) !important;
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7) !important;
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75) !important;
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8) !important;
}
.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85) !important;
}
.bg-violet-50\/87 {
  background-color: rgb(245 243 255 / 0.87) !important;
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9) !important;
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95) !important;
}
.bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0) !important;
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1) !important;
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1) !important;
}
.bg-violet-500\/12 {
  background-color: rgb(139 92 246 / 0.12) !important;
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15) !important;
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2) !important;
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25) !important;
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3) !important;
}
.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35) !important;
}
.bg-violet-500\/38 {
  background-color: rgb(139 92 246 / 0.38) !important;
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4) !important;
}
.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45) !important;
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05) !important;
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5) !important;
}
.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55) !important;
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6) !important;
}
.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65) !important;
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7) !important;
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75) !important;
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8) !important;
}
.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85) !important;
}
.bg-violet-500\/87 {
  background-color: rgb(139 92 246 / 0.87) !important;
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9) !important;
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95) !important;
}
.bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0) !important;
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1) !important;
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1) !important;
}
.bg-violet-600\/12 {
  background-color: rgb(124 58 237 / 0.12) !important;
}
.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15) !important;
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2) !important;
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25) !important;
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3) !important;
}
.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35) !important;
}
.bg-violet-600\/38 {
  background-color: rgb(124 58 237 / 0.38) !important;
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4) !important;
}
.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45) !important;
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05) !important;
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5) !important;
}
.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55) !important;
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6) !important;
}
.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65) !important;
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7) !important;
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75) !important;
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8) !important;
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85) !important;
}
.bg-violet-600\/87 {
  background-color: rgb(124 58 237 / 0.87) !important;
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9) !important;
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95) !important;
}
.bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0) !important;
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1) !important;
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1) !important;
}
.bg-violet-700\/12 {
  background-color: rgb(109 40 217 / 0.12) !important;
}
.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15) !important;
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2) !important;
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25) !important;
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3) !important;
}
.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35) !important;
}
.bg-violet-700\/38 {
  background-color: rgb(109 40 217 / 0.38) !important;
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4) !important;
}
.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45) !important;
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05) !important;
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5) !important;
}
.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55) !important;
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6) !important;
}
.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65) !important;
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7) !important;
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75) !important;
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8) !important;
}
.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85) !important;
}
.bg-violet-700\/87 {
  background-color: rgb(109 40 217 / 0.87) !important;
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9) !important;
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95) !important;
}
.bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0) !important;
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1) !important;
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1) !important;
}
.bg-violet-800\/12 {
  background-color: rgb(91 33 182 / 0.12) !important;
}
.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15) !important;
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2) !important;
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25) !important;
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3) !important;
}
.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35) !important;
}
.bg-violet-800\/38 {
  background-color: rgb(91 33 182 / 0.38) !important;
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4) !important;
}
.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45) !important;
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05) !important;
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5) !important;
}
.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55) !important;
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6) !important;
}
.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65) !important;
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7) !important;
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75) !important;
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8) !important;
}
.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85) !important;
}
.bg-violet-800\/87 {
  background-color: rgb(91 33 182 / 0.87) !important;
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9) !important;
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95) !important;
}
.bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0) !important;
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1) !important;
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1) !important;
}
.bg-violet-900\/12 {
  background-color: rgb(76 29 149 / 0.12) !important;
}
.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15) !important;
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2) !important;
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25) !important;
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3) !important;
}
.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35) !important;
}
.bg-violet-900\/38 {
  background-color: rgb(76 29 149 / 0.38) !important;
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4) !important;
}
.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45) !important;
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05) !important;
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5) !important;
}
.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55) !important;
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6) !important;
}
.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65) !important;
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7) !important;
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75) !important;
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8) !important;
}
.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85) !important;
}
.bg-violet-900\/87 {
  background-color: rgb(76 29 149 / 0.87) !important;
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9) !important;
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95) !important;
}
.bg-violet-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1)) !important;
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0) !important;
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1) !important;
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1) !important;
}
.bg-violet-950\/12 {
  background-color: rgb(46 16 101 / 0.12) !important;
}
.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15) !important;
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2) !important;
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25) !important;
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3) !important;
}
.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35) !important;
}
.bg-violet-950\/38 {
  background-color: rgb(46 16 101 / 0.38) !important;
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4) !important;
}
.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45) !important;
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05) !important;
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5) !important;
}
.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55) !important;
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6) !important;
}
.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65) !important;
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7) !important;
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75) !important;
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8) !important;
}
.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85) !important;
}
.bg-violet-950\/87 {
  background-color: rgb(46 16 101 / 0.87) !important;
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9) !important;
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95) !important;
}
.bg-warn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-100-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-100\/0 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0) !important;
}
.bg-warn-100\/10 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.1) !important;
}
.bg-warn-100\/100 {
  background-color: rgba(var(--fuse-warn-100-rgb), 1) !important;
}
.bg-warn-100\/12 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.12) !important;
}
.bg-warn-100\/15 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.15) !important;
}
.bg-warn-100\/20 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.2) !important;
}
.bg-warn-100\/25 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.25) !important;
}
.bg-warn-100\/30 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.3) !important;
}
.bg-warn-100\/35 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.35) !important;
}
.bg-warn-100\/38 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.38) !important;
}
.bg-warn-100\/40 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.4) !important;
}
.bg-warn-100\/45 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.45) !important;
}
.bg-warn-100\/5 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.05) !important;
}
.bg-warn-100\/50 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.5) !important;
}
.bg-warn-100\/55 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.55) !important;
}
.bg-warn-100\/60 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.6) !important;
}
.bg-warn-100\/65 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.65) !important;
}
.bg-warn-100\/70 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.7) !important;
}
.bg-warn-100\/75 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.75) !important;
}
.bg-warn-100\/80 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.8) !important;
}
.bg-warn-100\/85 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.85) !important;
}
.bg-warn-100\/87 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.87) !important;
}
.bg-warn-100\/90 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.9) !important;
}
.bg-warn-100\/95 {
  background-color: rgba(var(--fuse-warn-100-rgb), 0.95) !important;
}
.bg-warn-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-200-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-200\/0 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0) !important;
}
.bg-warn-200\/10 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.1) !important;
}
.bg-warn-200\/100 {
  background-color: rgba(var(--fuse-warn-200-rgb), 1) !important;
}
.bg-warn-200\/12 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.12) !important;
}
.bg-warn-200\/15 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.15) !important;
}
.bg-warn-200\/20 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.2) !important;
}
.bg-warn-200\/25 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.25) !important;
}
.bg-warn-200\/30 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.3) !important;
}
.bg-warn-200\/35 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.35) !important;
}
.bg-warn-200\/38 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.38) !important;
}
.bg-warn-200\/40 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.4) !important;
}
.bg-warn-200\/45 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.45) !important;
}
.bg-warn-200\/5 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.05) !important;
}
.bg-warn-200\/50 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.5) !important;
}
.bg-warn-200\/55 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.55) !important;
}
.bg-warn-200\/60 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.6) !important;
}
.bg-warn-200\/65 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.65) !important;
}
.bg-warn-200\/70 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.7) !important;
}
.bg-warn-200\/75 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.75) !important;
}
.bg-warn-200\/80 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.8) !important;
}
.bg-warn-200\/85 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.85) !important;
}
.bg-warn-200\/87 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.87) !important;
}
.bg-warn-200\/90 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.9) !important;
}
.bg-warn-200\/95 {
  background-color: rgba(var(--fuse-warn-200-rgb), 0.95) !important;
}
.bg-warn-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-300-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-300\/0 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0) !important;
}
.bg-warn-300\/10 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.1) !important;
}
.bg-warn-300\/100 {
  background-color: rgba(var(--fuse-warn-300-rgb), 1) !important;
}
.bg-warn-300\/12 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.12) !important;
}
.bg-warn-300\/15 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.15) !important;
}
.bg-warn-300\/20 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.2) !important;
}
.bg-warn-300\/25 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.25) !important;
}
.bg-warn-300\/30 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.3) !important;
}
.bg-warn-300\/35 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.35) !important;
}
.bg-warn-300\/38 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.38) !important;
}
.bg-warn-300\/40 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.4) !important;
}
.bg-warn-300\/45 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.45) !important;
}
.bg-warn-300\/5 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.05) !important;
}
.bg-warn-300\/50 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.5) !important;
}
.bg-warn-300\/55 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.55) !important;
}
.bg-warn-300\/60 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.6) !important;
}
.bg-warn-300\/65 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.65) !important;
}
.bg-warn-300\/70 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.7) !important;
}
.bg-warn-300\/75 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.75) !important;
}
.bg-warn-300\/80 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.8) !important;
}
.bg-warn-300\/85 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.85) !important;
}
.bg-warn-300\/87 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.87) !important;
}
.bg-warn-300\/90 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.9) !important;
}
.bg-warn-300\/95 {
  background-color: rgba(var(--fuse-warn-300-rgb), 0.95) !important;
}
.bg-warn-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-400-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-400\/0 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0) !important;
}
.bg-warn-400\/10 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.1) !important;
}
.bg-warn-400\/100 {
  background-color: rgba(var(--fuse-warn-400-rgb), 1) !important;
}
.bg-warn-400\/12 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.12) !important;
}
.bg-warn-400\/15 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.15) !important;
}
.bg-warn-400\/20 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.2) !important;
}
.bg-warn-400\/25 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.25) !important;
}
.bg-warn-400\/30 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.3) !important;
}
.bg-warn-400\/35 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.35) !important;
}
.bg-warn-400\/38 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.38) !important;
}
.bg-warn-400\/40 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.4) !important;
}
.bg-warn-400\/45 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.45) !important;
}
.bg-warn-400\/5 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.05) !important;
}
.bg-warn-400\/50 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.5) !important;
}
.bg-warn-400\/55 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.55) !important;
}
.bg-warn-400\/60 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.6) !important;
}
.bg-warn-400\/65 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.65) !important;
}
.bg-warn-400\/70 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.7) !important;
}
.bg-warn-400\/75 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.75) !important;
}
.bg-warn-400\/80 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.8) !important;
}
.bg-warn-400\/85 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.85) !important;
}
.bg-warn-400\/87 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.87) !important;
}
.bg-warn-400\/90 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.9) !important;
}
.bg-warn-400\/95 {
  background-color: rgba(var(--fuse-warn-400-rgb), 0.95) !important;
}
.bg-warn-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-50-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-50\/0 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0) !important;
}
.bg-warn-50\/10 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.1) !important;
}
.bg-warn-50\/100 {
  background-color: rgba(var(--fuse-warn-50-rgb), 1) !important;
}
.bg-warn-50\/12 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.12) !important;
}
.bg-warn-50\/15 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.15) !important;
}
.bg-warn-50\/20 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.2) !important;
}
.bg-warn-50\/25 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.25) !important;
}
.bg-warn-50\/30 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.3) !important;
}
.bg-warn-50\/35 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.35) !important;
}
.bg-warn-50\/38 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.38) !important;
}
.bg-warn-50\/40 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.4) !important;
}
.bg-warn-50\/45 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.45) !important;
}
.bg-warn-50\/5 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.05) !important;
}
.bg-warn-50\/50 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.5) !important;
}
.bg-warn-50\/55 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.55) !important;
}
.bg-warn-50\/60 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.6) !important;
}
.bg-warn-50\/65 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.65) !important;
}
.bg-warn-50\/70 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.7) !important;
}
.bg-warn-50\/75 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.75) !important;
}
.bg-warn-50\/80 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.8) !important;
}
.bg-warn-50\/85 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.85) !important;
}
.bg-warn-50\/87 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.87) !important;
}
.bg-warn-50\/90 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.9) !important;
}
.bg-warn-50\/95 {
  background-color: rgba(var(--fuse-warn-50-rgb), 0.95) !important;
}
.bg-warn-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-500\/0 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0) !important;
}
.bg-warn-500\/10 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.1) !important;
}
.bg-warn-500\/100 {
  background-color: rgba(var(--fuse-warn-500-rgb), 1) !important;
}
.bg-warn-500\/12 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.12) !important;
}
.bg-warn-500\/15 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.15) !important;
}
.bg-warn-500\/20 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.2) !important;
}
.bg-warn-500\/25 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.25) !important;
}
.bg-warn-500\/30 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.3) !important;
}
.bg-warn-500\/35 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.35) !important;
}
.bg-warn-500\/38 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.38) !important;
}
.bg-warn-500\/40 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.4) !important;
}
.bg-warn-500\/45 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.45) !important;
}
.bg-warn-500\/5 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.05) !important;
}
.bg-warn-500\/50 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.5) !important;
}
.bg-warn-500\/55 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.55) !important;
}
.bg-warn-500\/60 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.6) !important;
}
.bg-warn-500\/65 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.65) !important;
}
.bg-warn-500\/70 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.7) !important;
}
.bg-warn-500\/75 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.75) !important;
}
.bg-warn-500\/80 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.8) !important;
}
.bg-warn-500\/85 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.85) !important;
}
.bg-warn-500\/87 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.87) !important;
}
.bg-warn-500\/90 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.9) !important;
}
.bg-warn-500\/95 {
  background-color: rgba(var(--fuse-warn-500-rgb), 0.95) !important;
}
.bg-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-600\/0 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0) !important;
}
.bg-warn-600\/10 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.1) !important;
}
.bg-warn-600\/100 {
  background-color: rgba(var(--fuse-warn-600-rgb), 1) !important;
}
.bg-warn-600\/12 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.12) !important;
}
.bg-warn-600\/15 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.15) !important;
}
.bg-warn-600\/20 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.2) !important;
}
.bg-warn-600\/25 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.25) !important;
}
.bg-warn-600\/30 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.3) !important;
}
.bg-warn-600\/35 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.35) !important;
}
.bg-warn-600\/38 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.38) !important;
}
.bg-warn-600\/40 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.4) !important;
}
.bg-warn-600\/45 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.45) !important;
}
.bg-warn-600\/5 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.05) !important;
}
.bg-warn-600\/50 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.5) !important;
}
.bg-warn-600\/55 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.55) !important;
}
.bg-warn-600\/60 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.6) !important;
}
.bg-warn-600\/65 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.65) !important;
}
.bg-warn-600\/70 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.7) !important;
}
.bg-warn-600\/75 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.75) !important;
}
.bg-warn-600\/80 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.8) !important;
}
.bg-warn-600\/85 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.85) !important;
}
.bg-warn-600\/87 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.87) !important;
}
.bg-warn-600\/90 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.9) !important;
}
.bg-warn-600\/95 {
  background-color: rgba(var(--fuse-warn-600-rgb), 0.95) !important;
}
.bg-warn-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-700-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-700\/0 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0) !important;
}
.bg-warn-700\/10 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.1) !important;
}
.bg-warn-700\/100 {
  background-color: rgba(var(--fuse-warn-700-rgb), 1) !important;
}
.bg-warn-700\/12 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.12) !important;
}
.bg-warn-700\/15 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.15) !important;
}
.bg-warn-700\/20 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.2) !important;
}
.bg-warn-700\/25 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.25) !important;
}
.bg-warn-700\/30 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.3) !important;
}
.bg-warn-700\/35 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.35) !important;
}
.bg-warn-700\/38 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.38) !important;
}
.bg-warn-700\/40 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.4) !important;
}
.bg-warn-700\/45 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.45) !important;
}
.bg-warn-700\/5 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.05) !important;
}
.bg-warn-700\/50 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.5) !important;
}
.bg-warn-700\/55 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.55) !important;
}
.bg-warn-700\/60 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.6) !important;
}
.bg-warn-700\/65 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.65) !important;
}
.bg-warn-700\/70 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.7) !important;
}
.bg-warn-700\/75 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.75) !important;
}
.bg-warn-700\/80 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.8) !important;
}
.bg-warn-700\/85 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.85) !important;
}
.bg-warn-700\/87 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.87) !important;
}
.bg-warn-700\/90 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.9) !important;
}
.bg-warn-700\/95 {
  background-color: rgba(var(--fuse-warn-700-rgb), 0.95) !important;
}
.bg-warn-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-800\/0 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0) !important;
}
.bg-warn-800\/10 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.1) !important;
}
.bg-warn-800\/100 {
  background-color: rgba(var(--fuse-warn-800-rgb), 1) !important;
}
.bg-warn-800\/12 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.12) !important;
}
.bg-warn-800\/15 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.15) !important;
}
.bg-warn-800\/20 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.2) !important;
}
.bg-warn-800\/25 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.25) !important;
}
.bg-warn-800\/30 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.3) !important;
}
.bg-warn-800\/35 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.35) !important;
}
.bg-warn-800\/38 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.38) !important;
}
.bg-warn-800\/40 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.4) !important;
}
.bg-warn-800\/45 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.45) !important;
}
.bg-warn-800\/5 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.05) !important;
}
.bg-warn-800\/50 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.5) !important;
}
.bg-warn-800\/55 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.55) !important;
}
.bg-warn-800\/60 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.6) !important;
}
.bg-warn-800\/65 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.65) !important;
}
.bg-warn-800\/70 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.7) !important;
}
.bg-warn-800\/75 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.75) !important;
}
.bg-warn-800\/80 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.8) !important;
}
.bg-warn-800\/85 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.85) !important;
}
.bg-warn-800\/87 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.87) !important;
}
.bg-warn-800\/90 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.9) !important;
}
.bg-warn-800\/95 {
  background-color: rgba(var(--fuse-warn-800-rgb), 0.95) !important;
}
.bg-warn-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-900-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-900\/0 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0) !important;
}
.bg-warn-900\/10 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.1) !important;
}
.bg-warn-900\/100 {
  background-color: rgba(var(--fuse-warn-900-rgb), 1) !important;
}
.bg-warn-900\/12 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.12) !important;
}
.bg-warn-900\/15 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.15) !important;
}
.bg-warn-900\/20 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.2) !important;
}
.bg-warn-900\/25 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.25) !important;
}
.bg-warn-900\/30 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.3) !important;
}
.bg-warn-900\/35 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.35) !important;
}
.bg-warn-900\/38 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.38) !important;
}
.bg-warn-900\/40 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.4) !important;
}
.bg-warn-900\/45 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.45) !important;
}
.bg-warn-900\/5 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.05) !important;
}
.bg-warn-900\/50 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.5) !important;
}
.bg-warn-900\/55 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.55) !important;
}
.bg-warn-900\/60 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.6) !important;
}
.bg-warn-900\/65 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.65) !important;
}
.bg-warn-900\/70 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.7) !important;
}
.bg-warn-900\/75 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.75) !important;
}
.bg-warn-900\/80 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.8) !important;
}
.bg-warn-900\/85 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.85) !important;
}
.bg-warn-900\/87 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.87) !important;
}
.bg-warn-900\/90 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.9) !important;
}
.bg-warn-900\/95 {
  background-color: rgba(var(--fuse-warn-900-rgb), 0.95) !important;
}
.bg-warn-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-950-rgb), var(--tw-bg-opacity, 1)) !important;
}
.bg-warn-950\/0 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0) !important;
}
.bg-warn-950\/10 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.1) !important;
}
.bg-warn-950\/100 {
  background-color: rgba(var(--fuse-warn-950-rgb), 1) !important;
}
.bg-warn-950\/12 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.12) !important;
}
.bg-warn-950\/15 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.15) !important;
}
.bg-warn-950\/20 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.2) !important;
}
.bg-warn-950\/25 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.25) !important;
}
.bg-warn-950\/30 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.3) !important;
}
.bg-warn-950\/35 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.35) !important;
}
.bg-warn-950\/38 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.38) !important;
}
.bg-warn-950\/40 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.4) !important;
}
.bg-warn-950\/45 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.45) !important;
}
.bg-warn-950\/5 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.05) !important;
}
.bg-warn-950\/50 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.5) !important;
}
.bg-warn-950\/55 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.55) !important;
}
.bg-warn-950\/60 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.6) !important;
}
.bg-warn-950\/65 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.65) !important;
}
.bg-warn-950\/70 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.7) !important;
}
.bg-warn-950\/75 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.75) !important;
}
.bg-warn-950\/80 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.8) !important;
}
.bg-warn-950\/85 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.85) !important;
}
.bg-warn-950\/87 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.87) !important;
}
.bg-warn-950\/90 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.9) !important;
}
.bg-warn-950\/95 {
  background-color: rgba(var(--fuse-warn-950-rgb), 0.95) !important;
}
.bg-warn\/0 {
  background-color: rgba(var(--fuse-warn-rgb), 0) !important;
}
.bg-warn\/10 {
  background-color: rgba(var(--fuse-warn-rgb), 0.1) !important;
}
.bg-warn\/100 {
  background-color: rgba(var(--fuse-warn-rgb), 1) !important;
}
.bg-warn\/12 {
  background-color: rgba(var(--fuse-warn-rgb), 0.12) !important;
}
.bg-warn\/15 {
  background-color: rgba(var(--fuse-warn-rgb), 0.15) !important;
}
.bg-warn\/20 {
  background-color: rgba(var(--fuse-warn-rgb), 0.2) !important;
}
.bg-warn\/25 {
  background-color: rgba(var(--fuse-warn-rgb), 0.25) !important;
}
.bg-warn\/30 {
  background-color: rgba(var(--fuse-warn-rgb), 0.3) !important;
}
.bg-warn\/35 {
  background-color: rgba(var(--fuse-warn-rgb), 0.35) !important;
}
.bg-warn\/38 {
  background-color: rgba(var(--fuse-warn-rgb), 0.38) !important;
}
.bg-warn\/40 {
  background-color: rgba(var(--fuse-warn-rgb), 0.4) !important;
}
.bg-warn\/45 {
  background-color: rgba(var(--fuse-warn-rgb), 0.45) !important;
}
.bg-warn\/5 {
  background-color: rgba(var(--fuse-warn-rgb), 0.05) !important;
}
.bg-warn\/50 {
  background-color: rgba(var(--fuse-warn-rgb), 0.5) !important;
}
.bg-warn\/55 {
  background-color: rgba(var(--fuse-warn-rgb), 0.55) !important;
}
.bg-warn\/60 {
  background-color: rgba(var(--fuse-warn-rgb), 0.6) !important;
}
.bg-warn\/65 {
  background-color: rgba(var(--fuse-warn-rgb), 0.65) !important;
}
.bg-warn\/70 {
  background-color: rgba(var(--fuse-warn-rgb), 0.7) !important;
}
.bg-warn\/75 {
  background-color: rgba(var(--fuse-warn-rgb), 0.75) !important;
}
.bg-warn\/80 {
  background-color: rgba(var(--fuse-warn-rgb), 0.8) !important;
}
.bg-warn\/85 {
  background-color: rgba(var(--fuse-warn-rgb), 0.85) !important;
}
.bg-warn\/87 {
  background-color: rgba(var(--fuse-warn-rgb), 0.87) !important;
}
.bg-warn\/90 {
  background-color: rgba(var(--fuse-warn-rgb), 0.9) !important;
}
.bg-warn\/95 {
  background-color: rgba(var(--fuse-warn-rgb), 0.95) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1) !important;
}
.bg-white\/12 {
  background-color: rgb(255 255 255 / 0.12) !important;
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15) !important;
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25) !important;
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35) !important;
}
.bg-white\/38 {
  background-color: rgb(255 255 255 / 0.38) !important;
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45) !important;
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55) !important;
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6) !important;
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65) !important;
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75) !important;
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85) !important;
}
.bg-white\/87 {
  background-color: rgb(255 255 255 / 0.87) !important;
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0) !important;
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1) !important;
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1) !important;
}
.bg-yellow-100\/12 {
  background-color: rgb(254 249 195 / 0.12) !important;
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15) !important;
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2) !important;
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25) !important;
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3) !important;
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35) !important;
}
.bg-yellow-100\/38 {
  background-color: rgb(254 249 195 / 0.38) !important;
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4) !important;
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45) !important;
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05) !important;
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5) !important;
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55) !important;
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6) !important;
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65) !important;
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7) !important;
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75) !important;
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8) !important;
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85) !important;
}
.bg-yellow-100\/87 {
  background-color: rgb(254 249 195 / 0.87) !important;
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9) !important;
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95) !important;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}
.bg-yellow-200\/12 {
  background-color: rgb(254 240 138 / 0.12) !important;
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15) !important;
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35) !important;
}
.bg-yellow-200\/38 {
  background-color: rgb(254 240 138 / 0.38) !important;
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45) !important;
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55) !important;
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65) !important;
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85) !important;
}
.bg-yellow-200\/87 {
  background-color: rgb(254 240 138 / 0.87) !important;
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0) !important;
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1) !important;
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1) !important;
}
.bg-yellow-300\/12 {
  background-color: rgb(253 224 71 / 0.12) !important;
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15) !important;
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2) !important;
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25) !important;
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3) !important;
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35) !important;
}
.bg-yellow-300\/38 {
  background-color: rgb(253 224 71 / 0.38) !important;
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4) !important;
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45) !important;
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05) !important;
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5) !important;
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55) !important;
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6) !important;
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65) !important;
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7) !important;
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75) !important;
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8) !important;
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85) !important;
}
.bg-yellow-300\/87 {
  background-color: rgb(253 224 71 / 0.87) !important;
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9) !important;
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95) !important;
}
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}
.bg-yellow-400\/12 {
  background-color: rgb(250 204 21 / 0.12) !important;
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15) !important;
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35) !important;
}
.bg-yellow-400\/38 {
  background-color: rgb(250 204 21 / 0.38) !important;
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}
.bg-yellow-400\/87 {
  background-color: rgb(250 204 21 / 0.87) !important;
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0) !important;
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1) !important;
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1) !important;
}
.bg-yellow-50\/12 {
  background-color: rgb(254 252 232 / 0.12) !important;
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15) !important;
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2) !important;
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25) !important;
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3) !important;
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35) !important;
}
.bg-yellow-50\/38 {
  background-color: rgb(254 252 232 / 0.38) !important;
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4) !important;
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45) !important;
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05) !important;
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5) !important;
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55) !important;
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6) !important;
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65) !important;
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7) !important;
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75) !important;
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8) !important;
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85) !important;
}
.bg-yellow-50\/87 {
  background-color: rgb(254 252 232 / 0.87) !important;
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9) !important;
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95) !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0) !important;
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1) !important;
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1) !important;
}
.bg-yellow-500\/12 {
  background-color: rgb(234 179 8 / 0.12) !important;
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15) !important;
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2) !important;
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25) !important;
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3) !important;
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35) !important;
}
.bg-yellow-500\/38 {
  background-color: rgb(234 179 8 / 0.38) !important;
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4) !important;
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45) !important;
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05) !important;
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5) !important;
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55) !important;
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6) !important;
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65) !important;
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7) !important;
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75) !important;
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8) !important;
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85) !important;
}
.bg-yellow-500\/87 {
  background-color: rgb(234 179 8 / 0.87) !important;
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9) !important;
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95) !important;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0) !important;
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1) !important;
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1) !important;
}
.bg-yellow-600\/12 {
  background-color: rgb(202 138 4 / 0.12) !important;
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15) !important;
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2) !important;
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25) !important;
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3) !important;
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35) !important;
}
.bg-yellow-600\/38 {
  background-color: rgb(202 138 4 / 0.38) !important;
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4) !important;
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45) !important;
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05) !important;
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5) !important;
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55) !important;
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6) !important;
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65) !important;
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7) !important;
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75) !important;
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8) !important;
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85) !important;
}
.bg-yellow-600\/87 {
  background-color: rgb(202 138 4 / 0.87) !important;
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9) !important;
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95) !important;
}
.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0) !important;
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1) !important;
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1) !important;
}
.bg-yellow-700\/12 {
  background-color: rgb(161 98 7 / 0.12) !important;
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15) !important;
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2) !important;
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25) !important;
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3) !important;
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35) !important;
}
.bg-yellow-700\/38 {
  background-color: rgb(161 98 7 / 0.38) !important;
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4) !important;
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45) !important;
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05) !important;
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5) !important;
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55) !important;
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6) !important;
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65) !important;
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7) !important;
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75) !important;
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8) !important;
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85) !important;
}
.bg-yellow-700\/87 {
  background-color: rgb(161 98 7 / 0.87) !important;
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9) !important;
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95) !important;
}
.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}
.bg-yellow-800\/12 {
  background-color: rgb(133 77 14 / 0.12) !important;
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15) !important;
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35) !important;
}
.bg-yellow-800\/38 {
  background-color: rgb(133 77 14 / 0.38) !important;
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45) !important;
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55) !important;
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65) !important;
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85) !important;
}
.bg-yellow-800\/87 {
  background-color: rgb(133 77 14 / 0.87) !important;
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}
.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0) !important;
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1) !important;
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1) !important;
}
.bg-yellow-900\/12 {
  background-color: rgb(113 63 18 / 0.12) !important;
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15) !important;
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2) !important;
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25) !important;
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3) !important;
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35) !important;
}
.bg-yellow-900\/38 {
  background-color: rgb(113 63 18 / 0.38) !important;
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4) !important;
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45) !important;
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05) !important;
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5) !important;
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55) !important;
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6) !important;
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65) !important;
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7) !important;
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75) !important;
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8) !important;
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85) !important;
}
.bg-yellow-900\/87 {
  background-color: rgb(113 63 18 / 0.87) !important;
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9) !important;
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95) !important;
}
.bg-yellow-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1)) !important;
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0) !important;
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1) !important;
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1) !important;
}
.bg-yellow-950\/12 {
  background-color: rgb(66 32 6 / 0.12) !important;
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15) !important;
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2) !important;
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25) !important;
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3) !important;
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35) !important;
}
.bg-yellow-950\/38 {
  background-color: rgb(66 32 6 / 0.38) !important;
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4) !important;
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45) !important;
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05) !important;
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5) !important;
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55) !important;
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6) !important;
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65) !important;
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7) !important;
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75) !important;
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8) !important;
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85) !important;
}
.bg-yellow-950\/87 {
  background-color: rgb(66 32 6 / 0.87) !important;
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9) !important;
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95) !important;
}
.bg-zinc-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0) !important;
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1) !important;
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1) !important;
}
.bg-zinc-100\/12 {
  background-color: rgb(244 244 245 / 0.12) !important;
}
.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15) !important;
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2) !important;
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25) !important;
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3) !important;
}
.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35) !important;
}
.bg-zinc-100\/38 {
  background-color: rgb(244 244 245 / 0.38) !important;
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4) !important;
}
.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45) !important;
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05) !important;
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5) !important;
}
.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55) !important;
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6) !important;
}
.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65) !important;
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7) !important;
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75) !important;
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8) !important;
}
.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85) !important;
}
.bg-zinc-100\/87 {
  background-color: rgb(244 244 245 / 0.87) !important;
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9) !important;
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95) !important;
}
.bg-zinc-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0) !important;
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1) !important;
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1) !important;
}
.bg-zinc-200\/12 {
  background-color: rgb(228 228 231 / 0.12) !important;
}
.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15) !important;
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2) !important;
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25) !important;
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3) !important;
}
.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35) !important;
}
.bg-zinc-200\/38 {
  background-color: rgb(228 228 231 / 0.38) !important;
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4) !important;
}
.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45) !important;
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05) !important;
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5) !important;
}
.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55) !important;
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6) !important;
}
.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65) !important;
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7) !important;
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75) !important;
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8) !important;
}
.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85) !important;
}
.bg-zinc-200\/87 {
  background-color: rgb(228 228 231 / 0.87) !important;
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9) !important;
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95) !important;
}
.bg-zinc-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0) !important;
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1) !important;
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1) !important;
}
.bg-zinc-300\/12 {
  background-color: rgb(212 212 216 / 0.12) !important;
}
.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15) !important;
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2) !important;
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25) !important;
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3) !important;
}
.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35) !important;
}
.bg-zinc-300\/38 {
  background-color: rgb(212 212 216 / 0.38) !important;
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4) !important;
}
.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45) !important;
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05) !important;
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5) !important;
}
.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55) !important;
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6) !important;
}
.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65) !important;
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7) !important;
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75) !important;
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8) !important;
}
.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85) !important;
}
.bg-zinc-300\/87 {
  background-color: rgb(212 212 216 / 0.87) !important;
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9) !important;
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95) !important;
}
.bg-zinc-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0) !important;
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1) !important;
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1) !important;
}
.bg-zinc-400\/12 {
  background-color: rgb(161 161 170 / 0.12) !important;
}
.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15) !important;
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2) !important;
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25) !important;
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3) !important;
}
.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35) !important;
}
.bg-zinc-400\/38 {
  background-color: rgb(161 161 170 / 0.38) !important;
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4) !important;
}
.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45) !important;
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05) !important;
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5) !important;
}
.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55) !important;
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6) !important;
}
.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65) !important;
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7) !important;
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75) !important;
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8) !important;
}
.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85) !important;
}
.bg-zinc-400\/87 {
  background-color: rgb(161 161 170 / 0.87) !important;
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9) !important;
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95) !important;
}
.bg-zinc-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}
.bg-zinc-50\/12 {
  background-color: rgb(250 250 250 / 0.12) !important;
}
.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15) !important;
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}
.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35) !important;
}
.bg-zinc-50\/38 {
  background-color: rgb(250 250 250 / 0.38) !important;
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}
.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}
.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}
.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}
.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}
.bg-zinc-50\/87 {
  background-color: rgb(250 250 250 / 0.87) !important;
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}
.bg-zinc-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0) !important;
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1) !important;
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1) !important;
}
.bg-zinc-500\/12 {
  background-color: rgb(113 113 122 / 0.12) !important;
}
.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15) !important;
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2) !important;
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25) !important;
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3) !important;
}
.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35) !important;
}
.bg-zinc-500\/38 {
  background-color: rgb(113 113 122 / 0.38) !important;
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4) !important;
}
.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45) !important;
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05) !important;
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5) !important;
}
.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55) !important;
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6) !important;
}
.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65) !important;
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7) !important;
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75) !important;
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8) !important;
}
.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85) !important;
}
.bg-zinc-500\/87 {
  background-color: rgb(113 113 122 / 0.87) !important;
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9) !important;
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95) !important;
}
.bg-zinc-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0) !important;
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1) !important;
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1) !important;
}
.bg-zinc-600\/12 {
  background-color: rgb(82 82 91 / 0.12) !important;
}
.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15) !important;
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2) !important;
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25) !important;
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3) !important;
}
.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35) !important;
}
.bg-zinc-600\/38 {
  background-color: rgb(82 82 91 / 0.38) !important;
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4) !important;
}
.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45) !important;
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05) !important;
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5) !important;
}
.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55) !important;
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6) !important;
}
.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65) !important;
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7) !important;
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75) !important;
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8) !important;
}
.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85) !important;
}
.bg-zinc-600\/87 {
  background-color: rgb(82 82 91 / 0.87) !important;
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9) !important;
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95) !important;
}
.bg-zinc-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0) !important;
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1) !important;
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1) !important;
}
.bg-zinc-700\/12 {
  background-color: rgb(63 63 70 / 0.12) !important;
}
.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15) !important;
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2) !important;
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25) !important;
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3) !important;
}
.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35) !important;
}
.bg-zinc-700\/38 {
  background-color: rgb(63 63 70 / 0.38) !important;
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4) !important;
}
.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45) !important;
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05) !important;
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5) !important;
}
.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55) !important;
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6) !important;
}
.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65) !important;
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7) !important;
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75) !important;
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8) !important;
}
.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85) !important;
}
.bg-zinc-700\/87 {
  background-color: rgb(63 63 70 / 0.87) !important;
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9) !important;
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95) !important;
}
.bg-zinc-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0) !important;
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1) !important;
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1) !important;
}
.bg-zinc-800\/12 {
  background-color: rgb(39 39 42 / 0.12) !important;
}
.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15) !important;
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2) !important;
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25) !important;
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3) !important;
}
.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35) !important;
}
.bg-zinc-800\/38 {
  background-color: rgb(39 39 42 / 0.38) !important;
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4) !important;
}
.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45) !important;
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05) !important;
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5) !important;
}
.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55) !important;
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6) !important;
}
.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65) !important;
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7) !important;
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75) !important;
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8) !important;
}
.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85) !important;
}
.bg-zinc-800\/87 {
  background-color: rgb(39 39 42 / 0.87) !important;
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9) !important;
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95) !important;
}
.bg-zinc-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0) !important;
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1) !important;
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1) !important;
}
.bg-zinc-900\/12 {
  background-color: rgb(24 24 27 / 0.12) !important;
}
.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15) !important;
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2) !important;
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25) !important;
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3) !important;
}
.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35) !important;
}
.bg-zinc-900\/38 {
  background-color: rgb(24 24 27 / 0.38) !important;
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4) !important;
}
.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45) !important;
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05) !important;
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5) !important;
}
.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55) !important;
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6) !important;
}
.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65) !important;
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7) !important;
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75) !important;
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8) !important;
}
.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85) !important;
}
.bg-zinc-900\/87 {
  background-color: rgb(24 24 27 / 0.87) !important;
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9) !important;
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95) !important;
}
.bg-zinc-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0) !important;
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1) !important;
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1) !important;
}
.bg-zinc-950\/12 {
  background-color: rgb(9 9 11 / 0.12) !important;
}
.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / 0.15) !important;
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2) !important;
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25) !important;
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3) !important;
}
.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / 0.35) !important;
}
.bg-zinc-950\/38 {
  background-color: rgb(9 9 11 / 0.38) !important;
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4) !important;
}
.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45) !important;
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05) !important;
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5) !important;
}
.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55) !important;
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6) !important;
}
.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65) !important;
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7) !important;
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75) !important;
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8) !important;
}
.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85) !important;
}
.bg-zinc-950\/87 {
  background-color: rgb(9 9 11 / 0.87) !important;
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9) !important;
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95) !important;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}
.bg-opacity-12 {
  --tw-bg-opacity: 0.12 !important;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35 !important;
}
.bg-opacity-38 {
  --tw-bg-opacity: 0.38 !important;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45 !important;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55 !important;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65 !important;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85 !important;
}
.bg-opacity-87 {
  --tw-bg-opacity: 0.87 !important;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.bg-none {
  background-image: none !important;
}
.from-accent\/10 {
  --tw-gradient-from: hsl(217 33% 17% / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(217 33% 17% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-background {
  --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-primary\/10 {
  --tw-gradient-from: hsl(217 33% 17% / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(217 33% 17% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-primary\/20 {
  --tw-gradient-from: hsl(217 33% 17% / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(217 33% 17% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-primary\/5 {
  --tw-gradient-from: hsl(217 33% 17% / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(217 33% 17% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-purple-500\/5 {
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-secondary\/5 {
  --tw-gradient-from: hsl(215 25% 27% / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: hsl(215 25% 27% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-muted\/30 {
  --tw-gradient-to: hsl(240 5% 96% / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    hsl(240 5% 96% / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.via-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.to-accent\/5 {
  --tw-gradient-to: hsl(217 33% 17% / 0.05) var(--tw-gradient-to-position) !important;
}
.to-background {
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position) !important;
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important;
}
.to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position) !important;
}
.to-primary\/10 {
  --tw-gradient-to: hsl(217 33% 17% / 0.1) var(--tw-gradient-to-position) !important;
}
.to-primary\/5 {
  --tw-gradient-to: hsl(217 33% 17% / 0.05) var(--tw-gradient-to-position) !important;
}
.to-purple-400\/5 {
  --tw-gradient-to: rgb(192 132 252 / 0.05) var(--tw-gradient-to-position) !important;
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position) !important;
}
.to-secondary\/10 {
  --tw-gradient-to: hsl(215 25% 27% / 0.1) var(--tw-gradient-to-position) !important;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}
.bg-auto {
  background-size: auto !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-local {
  background-attachment: local !important;
}
.bg-scroll {
  background-attachment: scroll !important;
}
.bg-clip-border {
  background-clip: border-box !important;
}
.bg-clip-padding {
  background-clip: padding-box !important;
}
.bg-clip-content {
  background-clip: content-box !important;
}
.bg-clip-text {
  background-clip: text !important;
}
.bg-bottom {
  background-position: bottom !important;
}
.bg-center {
  background-position: center !important;
}
.bg-left {
  background-position: left !important;
}
.bg-left-bottom {
  background-position: left bottom !important;
}
.bg-left-top {
  background-position: left top !important;
}
.bg-right {
  background-position: right !important;
}
.bg-right-bottom {
  background-position: right bottom !important;
}
.bg-right-top {
  background-position: right top !important;
}
.bg-top {
  background-position: top !important;
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
.bg-origin-border {
  background-origin: border-box !important;
}
.bg-origin-padding {
  background-origin: padding-box !important;
}
.bg-origin-content {
  background-origin: content-box !important;
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-center {
  object-position: center !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-3\.5 {
  padding: 0.875rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[18px\] {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-9 {
  padding-right: 2.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.\!text-right {
  text-align: right !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.font-mono {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.\!text-6xl {
  font-size: 2.5rem !important;
}
.\!text-base {
  font-size: 0.875rem !important;
}
.\!text-lg {
  font-size: 1rem !important;
}
.\!text-sm {
  font-size: 0.75rem !important;
}
.\!text-xl {
  font-size: 1.125rem !important;
}
.\!text-xs {
  font-size: 0.625rem !important;
}
.text-10xl {
  font-size: 8rem !important;
}
.text-2xl {
  font-size: 1.25rem !important;
}
.text-3xl {
  font-size: 1.5rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-5xl {
  font-size: 2.25rem !important;
}
.text-6xl {
  font-size: 2.5rem !important;
}
.text-7xl {
  font-size: 3rem !important;
}
.text-8xl {
  font-size: 4rem !important;
}
.text-9xl {
  font-size: 6rem !important;
}
.text-\[1\.3125rem\] {
  font-size: 1.3125rem !important;
}
.text-\[10px\] {
  font-size: 10px !important;
}
.text-\[11\.5px\] {
  font-size: 11.5px !important;
}
.text-\[11px\] {
  font-size: 11px !important;
}
.text-\[12\.5px\] {
  font-size: 12.5px !important;
}
.text-\[12px\] {
  font-size: 12px !important;
}
.text-\[13\.5px\] {
  font-size: 13.5px !important;
}
.text-\[13px\] {
  font-size: 13px !important;
}
.text-\[15px\] {
  font-size: 15px !important;
}
.text-\[32px\] {
  font-size: 32px !important;
}
.text-\[8px\] {
  font-size: 8px !important;
}
.text-\[9px\] {
  font-size: 9px !important;
}
.text-base {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1rem !important;
}
.text-md {
  font-size: 0.8125rem !important;
}
.text-sm {
  font-size: 0.75rem !important;
}
.text-xl {
  font-size: 1.125rem !important;
}
.text-xs {
  font-size: 0.625rem !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.italic {
  font-style: italic !important;
}
.leading-10 {
  line-height: 2.5rem !important;
}
.leading-5 {
  line-height: 1.25rem !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.\!text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-accent {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.text-accent-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-100\/0 {
  color: rgba(var(--fuse-accent-100-rgb), 0) !important;
}
.text-accent-100\/10 {
  color: rgba(var(--fuse-accent-100-rgb), 0.1) !important;
}
.text-accent-100\/100 {
  color: rgba(var(--fuse-accent-100-rgb), 1) !important;
}
.text-accent-100\/12 {
  color: rgba(var(--fuse-accent-100-rgb), 0.12) !important;
}
.text-accent-100\/15 {
  color: rgba(var(--fuse-accent-100-rgb), 0.15) !important;
}
.text-accent-100\/20 {
  color: rgba(var(--fuse-accent-100-rgb), 0.2) !important;
}
.text-accent-100\/25 {
  color: rgba(var(--fuse-accent-100-rgb), 0.25) !important;
}
.text-accent-100\/30 {
  color: rgba(var(--fuse-accent-100-rgb), 0.3) !important;
}
.text-accent-100\/35 {
  color: rgba(var(--fuse-accent-100-rgb), 0.35) !important;
}
.text-accent-100\/38 {
  color: rgba(var(--fuse-accent-100-rgb), 0.38) !important;
}
.text-accent-100\/40 {
  color: rgba(var(--fuse-accent-100-rgb), 0.4) !important;
}
.text-accent-100\/45 {
  color: rgba(var(--fuse-accent-100-rgb), 0.45) !important;
}
.text-accent-100\/5 {
  color: rgba(var(--fuse-accent-100-rgb), 0.05) !important;
}
.text-accent-100\/50 {
  color: rgba(var(--fuse-accent-100-rgb), 0.5) !important;
}
.text-accent-100\/55 {
  color: rgba(var(--fuse-accent-100-rgb), 0.55) !important;
}
.text-accent-100\/60 {
  color: rgba(var(--fuse-accent-100-rgb), 0.6) !important;
}
.text-accent-100\/65 {
  color: rgba(var(--fuse-accent-100-rgb), 0.65) !important;
}
.text-accent-100\/70 {
  color: rgba(var(--fuse-accent-100-rgb), 0.7) !important;
}
.text-accent-100\/75 {
  color: rgba(var(--fuse-accent-100-rgb), 0.75) !important;
}
.text-accent-100\/80 {
  color: rgba(var(--fuse-accent-100-rgb), 0.8) !important;
}
.text-accent-100\/85 {
  color: rgba(var(--fuse-accent-100-rgb), 0.85) !important;
}
.text-accent-100\/87 {
  color: rgba(var(--fuse-accent-100-rgb), 0.87) !important;
}
.text-accent-100\/90 {
  color: rgba(var(--fuse-accent-100-rgb), 0.9) !important;
}
.text-accent-100\/95 {
  color: rgba(var(--fuse-accent-100-rgb), 0.95) !important;
}
.text-accent-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-200\/0 {
  color: rgba(var(--fuse-accent-200-rgb), 0) !important;
}
.text-accent-200\/10 {
  color: rgba(var(--fuse-accent-200-rgb), 0.1) !important;
}
.text-accent-200\/100 {
  color: rgba(var(--fuse-accent-200-rgb), 1) !important;
}
.text-accent-200\/12 {
  color: rgba(var(--fuse-accent-200-rgb), 0.12) !important;
}
.text-accent-200\/15 {
  color: rgba(var(--fuse-accent-200-rgb), 0.15) !important;
}
.text-accent-200\/20 {
  color: rgba(var(--fuse-accent-200-rgb), 0.2) !important;
}
.text-accent-200\/25 {
  color: rgba(var(--fuse-accent-200-rgb), 0.25) !important;
}
.text-accent-200\/30 {
  color: rgba(var(--fuse-accent-200-rgb), 0.3) !important;
}
.text-accent-200\/35 {
  color: rgba(var(--fuse-accent-200-rgb), 0.35) !important;
}
.text-accent-200\/38 {
  color: rgba(var(--fuse-accent-200-rgb), 0.38) !important;
}
.text-accent-200\/40 {
  color: rgba(var(--fuse-accent-200-rgb), 0.4) !important;
}
.text-accent-200\/45 {
  color: rgba(var(--fuse-accent-200-rgb), 0.45) !important;
}
.text-accent-200\/5 {
  color: rgba(var(--fuse-accent-200-rgb), 0.05) !important;
}
.text-accent-200\/50 {
  color: rgba(var(--fuse-accent-200-rgb), 0.5) !important;
}
.text-accent-200\/55 {
  color: rgba(var(--fuse-accent-200-rgb), 0.55) !important;
}
.text-accent-200\/60 {
  color: rgba(var(--fuse-accent-200-rgb), 0.6) !important;
}
.text-accent-200\/65 {
  color: rgba(var(--fuse-accent-200-rgb), 0.65) !important;
}
.text-accent-200\/70 {
  color: rgba(var(--fuse-accent-200-rgb), 0.7) !important;
}
.text-accent-200\/75 {
  color: rgba(var(--fuse-accent-200-rgb), 0.75) !important;
}
.text-accent-200\/80 {
  color: rgba(var(--fuse-accent-200-rgb), 0.8) !important;
}
.text-accent-200\/85 {
  color: rgba(var(--fuse-accent-200-rgb), 0.85) !important;
}
.text-accent-200\/87 {
  color: rgba(var(--fuse-accent-200-rgb), 0.87) !important;
}
.text-accent-200\/90 {
  color: rgba(var(--fuse-accent-200-rgb), 0.9) !important;
}
.text-accent-200\/95 {
  color: rgba(var(--fuse-accent-200-rgb), 0.95) !important;
}
.text-accent-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-300\/0 {
  color: rgba(var(--fuse-accent-300-rgb), 0) !important;
}
.text-accent-300\/10 {
  color: rgba(var(--fuse-accent-300-rgb), 0.1) !important;
}
.text-accent-300\/100 {
  color: rgba(var(--fuse-accent-300-rgb), 1) !important;
}
.text-accent-300\/12 {
  color: rgba(var(--fuse-accent-300-rgb), 0.12) !important;
}
.text-accent-300\/15 {
  color: rgba(var(--fuse-accent-300-rgb), 0.15) !important;
}
.text-accent-300\/20 {
  color: rgba(var(--fuse-accent-300-rgb), 0.2) !important;
}
.text-accent-300\/25 {
  color: rgba(var(--fuse-accent-300-rgb), 0.25) !important;
}
.text-accent-300\/30 {
  color: rgba(var(--fuse-accent-300-rgb), 0.3) !important;
}
.text-accent-300\/35 {
  color: rgba(var(--fuse-accent-300-rgb), 0.35) !important;
}
.text-accent-300\/38 {
  color: rgba(var(--fuse-accent-300-rgb), 0.38) !important;
}
.text-accent-300\/40 {
  color: rgba(var(--fuse-accent-300-rgb), 0.4) !important;
}
.text-accent-300\/45 {
  color: rgba(var(--fuse-accent-300-rgb), 0.45) !important;
}
.text-accent-300\/5 {
  color: rgba(var(--fuse-accent-300-rgb), 0.05) !important;
}
.text-accent-300\/50 {
  color: rgba(var(--fuse-accent-300-rgb), 0.5) !important;
}
.text-accent-300\/55 {
  color: rgba(var(--fuse-accent-300-rgb), 0.55) !important;
}
.text-accent-300\/60 {
  color: rgba(var(--fuse-accent-300-rgb), 0.6) !important;
}
.text-accent-300\/65 {
  color: rgba(var(--fuse-accent-300-rgb), 0.65) !important;
}
.text-accent-300\/70 {
  color: rgba(var(--fuse-accent-300-rgb), 0.7) !important;
}
.text-accent-300\/75 {
  color: rgba(var(--fuse-accent-300-rgb), 0.75) !important;
}
.text-accent-300\/80 {
  color: rgba(var(--fuse-accent-300-rgb), 0.8) !important;
}
.text-accent-300\/85 {
  color: rgba(var(--fuse-accent-300-rgb), 0.85) !important;
}
.text-accent-300\/87 {
  color: rgba(var(--fuse-accent-300-rgb), 0.87) !important;
}
.text-accent-300\/90 {
  color: rgba(var(--fuse-accent-300-rgb), 0.9) !important;
}
.text-accent-300\/95 {
  color: rgba(var(--fuse-accent-300-rgb), 0.95) !important;
}
.text-accent-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-400\/0 {
  color: rgba(var(--fuse-accent-400-rgb), 0) !important;
}
.text-accent-400\/10 {
  color: rgba(var(--fuse-accent-400-rgb), 0.1) !important;
}
.text-accent-400\/100 {
  color: rgba(var(--fuse-accent-400-rgb), 1) !important;
}
.text-accent-400\/12 {
  color: rgba(var(--fuse-accent-400-rgb), 0.12) !important;
}
.text-accent-400\/15 {
  color: rgba(var(--fuse-accent-400-rgb), 0.15) !important;
}
.text-accent-400\/20 {
  color: rgba(var(--fuse-accent-400-rgb), 0.2) !important;
}
.text-accent-400\/25 {
  color: rgba(var(--fuse-accent-400-rgb), 0.25) !important;
}
.text-accent-400\/30 {
  color: rgba(var(--fuse-accent-400-rgb), 0.3) !important;
}
.text-accent-400\/35 {
  color: rgba(var(--fuse-accent-400-rgb), 0.35) !important;
}
.text-accent-400\/38 {
  color: rgba(var(--fuse-accent-400-rgb), 0.38) !important;
}
.text-accent-400\/40 {
  color: rgba(var(--fuse-accent-400-rgb), 0.4) !important;
}
.text-accent-400\/45 {
  color: rgba(var(--fuse-accent-400-rgb), 0.45) !important;
}
.text-accent-400\/5 {
  color: rgba(var(--fuse-accent-400-rgb), 0.05) !important;
}
.text-accent-400\/50 {
  color: rgba(var(--fuse-accent-400-rgb), 0.5) !important;
}
.text-accent-400\/55 {
  color: rgba(var(--fuse-accent-400-rgb), 0.55) !important;
}
.text-accent-400\/60 {
  color: rgba(var(--fuse-accent-400-rgb), 0.6) !important;
}
.text-accent-400\/65 {
  color: rgba(var(--fuse-accent-400-rgb), 0.65) !important;
}
.text-accent-400\/70 {
  color: rgba(var(--fuse-accent-400-rgb), 0.7) !important;
}
.text-accent-400\/75 {
  color: rgba(var(--fuse-accent-400-rgb), 0.75) !important;
}
.text-accent-400\/80 {
  color: rgba(var(--fuse-accent-400-rgb), 0.8) !important;
}
.text-accent-400\/85 {
  color: rgba(var(--fuse-accent-400-rgb), 0.85) !important;
}
.text-accent-400\/87 {
  color: rgba(var(--fuse-accent-400-rgb), 0.87) !important;
}
.text-accent-400\/90 {
  color: rgba(var(--fuse-accent-400-rgb), 0.9) !important;
}
.text-accent-400\/95 {
  color: rgba(var(--fuse-accent-400-rgb), 0.95) !important;
}
.text-accent-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-50\/0 {
  color: rgba(var(--fuse-accent-50-rgb), 0) !important;
}
.text-accent-50\/10 {
  color: rgba(var(--fuse-accent-50-rgb), 0.1) !important;
}
.text-accent-50\/100 {
  color: rgba(var(--fuse-accent-50-rgb), 1) !important;
}
.text-accent-50\/12 {
  color: rgba(var(--fuse-accent-50-rgb), 0.12) !important;
}
.text-accent-50\/15 {
  color: rgba(var(--fuse-accent-50-rgb), 0.15) !important;
}
.text-accent-50\/20 {
  color: rgba(var(--fuse-accent-50-rgb), 0.2) !important;
}
.text-accent-50\/25 {
  color: rgba(var(--fuse-accent-50-rgb), 0.25) !important;
}
.text-accent-50\/30 {
  color: rgba(var(--fuse-accent-50-rgb), 0.3) !important;
}
.text-accent-50\/35 {
  color: rgba(var(--fuse-accent-50-rgb), 0.35) !important;
}
.text-accent-50\/38 {
  color: rgba(var(--fuse-accent-50-rgb), 0.38) !important;
}
.text-accent-50\/40 {
  color: rgba(var(--fuse-accent-50-rgb), 0.4) !important;
}
.text-accent-50\/45 {
  color: rgba(var(--fuse-accent-50-rgb), 0.45) !important;
}
.text-accent-50\/5 {
  color: rgba(var(--fuse-accent-50-rgb), 0.05) !important;
}
.text-accent-50\/50 {
  color: rgba(var(--fuse-accent-50-rgb), 0.5) !important;
}
.text-accent-50\/55 {
  color: rgba(var(--fuse-accent-50-rgb), 0.55) !important;
}
.text-accent-50\/60 {
  color: rgba(var(--fuse-accent-50-rgb), 0.6) !important;
}
.text-accent-50\/65 {
  color: rgba(var(--fuse-accent-50-rgb), 0.65) !important;
}
.text-accent-50\/70 {
  color: rgba(var(--fuse-accent-50-rgb), 0.7) !important;
}
.text-accent-50\/75 {
  color: rgba(var(--fuse-accent-50-rgb), 0.75) !important;
}
.text-accent-50\/80 {
  color: rgba(var(--fuse-accent-50-rgb), 0.8) !important;
}
.text-accent-50\/85 {
  color: rgba(var(--fuse-accent-50-rgb), 0.85) !important;
}
.text-accent-50\/87 {
  color: rgba(var(--fuse-accent-50-rgb), 0.87) !important;
}
.text-accent-50\/90 {
  color: rgba(var(--fuse-accent-50-rgb), 0.9) !important;
}
.text-accent-50\/95 {
  color: rgba(var(--fuse-accent-50-rgb), 0.95) !important;
}
.text-accent-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-500\/0 {
  color: rgba(var(--fuse-accent-500-rgb), 0) !important;
}
.text-accent-500\/10 {
  color: rgba(var(--fuse-accent-500-rgb), 0.1) !important;
}
.text-accent-500\/100 {
  color: rgba(var(--fuse-accent-500-rgb), 1) !important;
}
.text-accent-500\/12 {
  color: rgba(var(--fuse-accent-500-rgb), 0.12) !important;
}
.text-accent-500\/15 {
  color: rgba(var(--fuse-accent-500-rgb), 0.15) !important;
}
.text-accent-500\/20 {
  color: rgba(var(--fuse-accent-500-rgb), 0.2) !important;
}
.text-accent-500\/25 {
  color: rgba(var(--fuse-accent-500-rgb), 0.25) !important;
}
.text-accent-500\/30 {
  color: rgba(var(--fuse-accent-500-rgb), 0.3) !important;
}
.text-accent-500\/35 {
  color: rgba(var(--fuse-accent-500-rgb), 0.35) !important;
}
.text-accent-500\/38 {
  color: rgba(var(--fuse-accent-500-rgb), 0.38) !important;
}
.text-accent-500\/40 {
  color: rgba(var(--fuse-accent-500-rgb), 0.4) !important;
}
.text-accent-500\/45 {
  color: rgba(var(--fuse-accent-500-rgb), 0.45) !important;
}
.text-accent-500\/5 {
  color: rgba(var(--fuse-accent-500-rgb), 0.05) !important;
}
.text-accent-500\/50 {
  color: rgba(var(--fuse-accent-500-rgb), 0.5) !important;
}
.text-accent-500\/55 {
  color: rgba(var(--fuse-accent-500-rgb), 0.55) !important;
}
.text-accent-500\/60 {
  color: rgba(var(--fuse-accent-500-rgb), 0.6) !important;
}
.text-accent-500\/65 {
  color: rgba(var(--fuse-accent-500-rgb), 0.65) !important;
}
.text-accent-500\/70 {
  color: rgba(var(--fuse-accent-500-rgb), 0.7) !important;
}
.text-accent-500\/75 {
  color: rgba(var(--fuse-accent-500-rgb), 0.75) !important;
}
.text-accent-500\/80 {
  color: rgba(var(--fuse-accent-500-rgb), 0.8) !important;
}
.text-accent-500\/85 {
  color: rgba(var(--fuse-accent-500-rgb), 0.85) !important;
}
.text-accent-500\/87 {
  color: rgba(var(--fuse-accent-500-rgb), 0.87) !important;
}
.text-accent-500\/90 {
  color: rgba(var(--fuse-accent-500-rgb), 0.9) !important;
}
.text-accent-500\/95 {
  color: rgba(var(--fuse-accent-500-rgb), 0.95) !important;
}
.text-accent-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-600\/0 {
  color: rgba(var(--fuse-accent-600-rgb), 0) !important;
}
.text-accent-600\/10 {
  color: rgba(var(--fuse-accent-600-rgb), 0.1) !important;
}
.text-accent-600\/100 {
  color: rgba(var(--fuse-accent-600-rgb), 1) !important;
}
.text-accent-600\/12 {
  color: rgba(var(--fuse-accent-600-rgb), 0.12) !important;
}
.text-accent-600\/15 {
  color: rgba(var(--fuse-accent-600-rgb), 0.15) !important;
}
.text-accent-600\/20 {
  color: rgba(var(--fuse-accent-600-rgb), 0.2) !important;
}
.text-accent-600\/25 {
  color: rgba(var(--fuse-accent-600-rgb), 0.25) !important;
}
.text-accent-600\/30 {
  color: rgba(var(--fuse-accent-600-rgb), 0.3) !important;
}
.text-accent-600\/35 {
  color: rgba(var(--fuse-accent-600-rgb), 0.35) !important;
}
.text-accent-600\/38 {
  color: rgba(var(--fuse-accent-600-rgb), 0.38) !important;
}
.text-accent-600\/40 {
  color: rgba(var(--fuse-accent-600-rgb), 0.4) !important;
}
.text-accent-600\/45 {
  color: rgba(var(--fuse-accent-600-rgb), 0.45) !important;
}
.text-accent-600\/5 {
  color: rgba(var(--fuse-accent-600-rgb), 0.05) !important;
}
.text-accent-600\/50 {
  color: rgba(var(--fuse-accent-600-rgb), 0.5) !important;
}
.text-accent-600\/55 {
  color: rgba(var(--fuse-accent-600-rgb), 0.55) !important;
}
.text-accent-600\/60 {
  color: rgba(var(--fuse-accent-600-rgb), 0.6) !important;
}
.text-accent-600\/65 {
  color: rgba(var(--fuse-accent-600-rgb), 0.65) !important;
}
.text-accent-600\/70 {
  color: rgba(var(--fuse-accent-600-rgb), 0.7) !important;
}
.text-accent-600\/75 {
  color: rgba(var(--fuse-accent-600-rgb), 0.75) !important;
}
.text-accent-600\/80 {
  color: rgba(var(--fuse-accent-600-rgb), 0.8) !important;
}
.text-accent-600\/85 {
  color: rgba(var(--fuse-accent-600-rgb), 0.85) !important;
}
.text-accent-600\/87 {
  color: rgba(var(--fuse-accent-600-rgb), 0.87) !important;
}
.text-accent-600\/90 {
  color: rgba(var(--fuse-accent-600-rgb), 0.9) !important;
}
.text-accent-600\/95 {
  color: rgba(var(--fuse-accent-600-rgb), 0.95) !important;
}
.text-accent-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-700\/0 {
  color: rgba(var(--fuse-accent-700-rgb), 0) !important;
}
.text-accent-700\/10 {
  color: rgba(var(--fuse-accent-700-rgb), 0.1) !important;
}
.text-accent-700\/100 {
  color: rgba(var(--fuse-accent-700-rgb), 1) !important;
}
.text-accent-700\/12 {
  color: rgba(var(--fuse-accent-700-rgb), 0.12) !important;
}
.text-accent-700\/15 {
  color: rgba(var(--fuse-accent-700-rgb), 0.15) !important;
}
.text-accent-700\/20 {
  color: rgba(var(--fuse-accent-700-rgb), 0.2) !important;
}
.text-accent-700\/25 {
  color: rgba(var(--fuse-accent-700-rgb), 0.25) !important;
}
.text-accent-700\/30 {
  color: rgba(var(--fuse-accent-700-rgb), 0.3) !important;
}
.text-accent-700\/35 {
  color: rgba(var(--fuse-accent-700-rgb), 0.35) !important;
}
.text-accent-700\/38 {
  color: rgba(var(--fuse-accent-700-rgb), 0.38) !important;
}
.text-accent-700\/40 {
  color: rgba(var(--fuse-accent-700-rgb), 0.4) !important;
}
.text-accent-700\/45 {
  color: rgba(var(--fuse-accent-700-rgb), 0.45) !important;
}
.text-accent-700\/5 {
  color: rgba(var(--fuse-accent-700-rgb), 0.05) !important;
}
.text-accent-700\/50 {
  color: rgba(var(--fuse-accent-700-rgb), 0.5) !important;
}
.text-accent-700\/55 {
  color: rgba(var(--fuse-accent-700-rgb), 0.55) !important;
}
.text-accent-700\/60 {
  color: rgba(var(--fuse-accent-700-rgb), 0.6) !important;
}
.text-accent-700\/65 {
  color: rgba(var(--fuse-accent-700-rgb), 0.65) !important;
}
.text-accent-700\/70 {
  color: rgba(var(--fuse-accent-700-rgb), 0.7) !important;
}
.text-accent-700\/75 {
  color: rgba(var(--fuse-accent-700-rgb), 0.75) !important;
}
.text-accent-700\/80 {
  color: rgba(var(--fuse-accent-700-rgb), 0.8) !important;
}
.text-accent-700\/85 {
  color: rgba(var(--fuse-accent-700-rgb), 0.85) !important;
}
.text-accent-700\/87 {
  color: rgba(var(--fuse-accent-700-rgb), 0.87) !important;
}
.text-accent-700\/90 {
  color: rgba(var(--fuse-accent-700-rgb), 0.9) !important;
}
.text-accent-700\/95 {
  color: rgba(var(--fuse-accent-700-rgb), 0.95) !important;
}
.text-accent-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-800\/0 {
  color: rgba(var(--fuse-accent-800-rgb), 0) !important;
}
.text-accent-800\/10 {
  color: rgba(var(--fuse-accent-800-rgb), 0.1) !important;
}
.text-accent-800\/100 {
  color: rgba(var(--fuse-accent-800-rgb), 1) !important;
}
.text-accent-800\/12 {
  color: rgba(var(--fuse-accent-800-rgb), 0.12) !important;
}
.text-accent-800\/15 {
  color: rgba(var(--fuse-accent-800-rgb), 0.15) !important;
}
.text-accent-800\/20 {
  color: rgba(var(--fuse-accent-800-rgb), 0.2) !important;
}
.text-accent-800\/25 {
  color: rgba(var(--fuse-accent-800-rgb), 0.25) !important;
}
.text-accent-800\/30 {
  color: rgba(var(--fuse-accent-800-rgb), 0.3) !important;
}
.text-accent-800\/35 {
  color: rgba(var(--fuse-accent-800-rgb), 0.35) !important;
}
.text-accent-800\/38 {
  color: rgba(var(--fuse-accent-800-rgb), 0.38) !important;
}
.text-accent-800\/40 {
  color: rgba(var(--fuse-accent-800-rgb), 0.4) !important;
}
.text-accent-800\/45 {
  color: rgba(var(--fuse-accent-800-rgb), 0.45) !important;
}
.text-accent-800\/5 {
  color: rgba(var(--fuse-accent-800-rgb), 0.05) !important;
}
.text-accent-800\/50 {
  color: rgba(var(--fuse-accent-800-rgb), 0.5) !important;
}
.text-accent-800\/55 {
  color: rgba(var(--fuse-accent-800-rgb), 0.55) !important;
}
.text-accent-800\/60 {
  color: rgba(var(--fuse-accent-800-rgb), 0.6) !important;
}
.text-accent-800\/65 {
  color: rgba(var(--fuse-accent-800-rgb), 0.65) !important;
}
.text-accent-800\/70 {
  color: rgba(var(--fuse-accent-800-rgb), 0.7) !important;
}
.text-accent-800\/75 {
  color: rgba(var(--fuse-accent-800-rgb), 0.75) !important;
}
.text-accent-800\/80 {
  color: rgba(var(--fuse-accent-800-rgb), 0.8) !important;
}
.text-accent-800\/85 {
  color: rgba(var(--fuse-accent-800-rgb), 0.85) !important;
}
.text-accent-800\/87 {
  color: rgba(var(--fuse-accent-800-rgb), 0.87) !important;
}
.text-accent-800\/90 {
  color: rgba(var(--fuse-accent-800-rgb), 0.9) !important;
}
.text-accent-800\/95 {
  color: rgba(var(--fuse-accent-800-rgb), 0.95) !important;
}
.text-accent-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-900\/0 {
  color: rgba(var(--fuse-accent-900-rgb), 0) !important;
}
.text-accent-900\/10 {
  color: rgba(var(--fuse-accent-900-rgb), 0.1) !important;
}
.text-accent-900\/100 {
  color: rgba(var(--fuse-accent-900-rgb), 1) !important;
}
.text-accent-900\/12 {
  color: rgba(var(--fuse-accent-900-rgb), 0.12) !important;
}
.text-accent-900\/15 {
  color: rgba(var(--fuse-accent-900-rgb), 0.15) !important;
}
.text-accent-900\/20 {
  color: rgba(var(--fuse-accent-900-rgb), 0.2) !important;
}
.text-accent-900\/25 {
  color: rgba(var(--fuse-accent-900-rgb), 0.25) !important;
}
.text-accent-900\/30 {
  color: rgba(var(--fuse-accent-900-rgb), 0.3) !important;
}
.text-accent-900\/35 {
  color: rgba(var(--fuse-accent-900-rgb), 0.35) !important;
}
.text-accent-900\/38 {
  color: rgba(var(--fuse-accent-900-rgb), 0.38) !important;
}
.text-accent-900\/40 {
  color: rgba(var(--fuse-accent-900-rgb), 0.4) !important;
}
.text-accent-900\/45 {
  color: rgba(var(--fuse-accent-900-rgb), 0.45) !important;
}
.text-accent-900\/5 {
  color: rgba(var(--fuse-accent-900-rgb), 0.05) !important;
}
.text-accent-900\/50 {
  color: rgba(var(--fuse-accent-900-rgb), 0.5) !important;
}
.text-accent-900\/55 {
  color: rgba(var(--fuse-accent-900-rgb), 0.55) !important;
}
.text-accent-900\/60 {
  color: rgba(var(--fuse-accent-900-rgb), 0.6) !important;
}
.text-accent-900\/65 {
  color: rgba(var(--fuse-accent-900-rgb), 0.65) !important;
}
.text-accent-900\/70 {
  color: rgba(var(--fuse-accent-900-rgb), 0.7) !important;
}
.text-accent-900\/75 {
  color: rgba(var(--fuse-accent-900-rgb), 0.75) !important;
}
.text-accent-900\/80 {
  color: rgba(var(--fuse-accent-900-rgb), 0.8) !important;
}
.text-accent-900\/85 {
  color: rgba(var(--fuse-accent-900-rgb), 0.85) !important;
}
.text-accent-900\/87 {
  color: rgba(var(--fuse-accent-900-rgb), 0.87) !important;
}
.text-accent-900\/90 {
  color: rgba(var(--fuse-accent-900-rgb), 0.9) !important;
}
.text-accent-900\/95 {
  color: rgba(var(--fuse-accent-900-rgb), 0.95) !important;
}
.text-accent-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-accent-950\/0 {
  color: rgba(var(--fuse-accent-950-rgb), 0) !important;
}
.text-accent-950\/10 {
  color: rgba(var(--fuse-accent-950-rgb), 0.1) !important;
}
.text-accent-950\/100 {
  color: rgba(var(--fuse-accent-950-rgb), 1) !important;
}
.text-accent-950\/12 {
  color: rgba(var(--fuse-accent-950-rgb), 0.12) !important;
}
.text-accent-950\/15 {
  color: rgba(var(--fuse-accent-950-rgb), 0.15) !important;
}
.text-accent-950\/20 {
  color: rgba(var(--fuse-accent-950-rgb), 0.2) !important;
}
.text-accent-950\/25 {
  color: rgba(var(--fuse-accent-950-rgb), 0.25) !important;
}
.text-accent-950\/30 {
  color: rgba(var(--fuse-accent-950-rgb), 0.3) !important;
}
.text-accent-950\/35 {
  color: rgba(var(--fuse-accent-950-rgb), 0.35) !important;
}
.text-accent-950\/38 {
  color: rgba(var(--fuse-accent-950-rgb), 0.38) !important;
}
.text-accent-950\/40 {
  color: rgba(var(--fuse-accent-950-rgb), 0.4) !important;
}
.text-accent-950\/45 {
  color: rgba(var(--fuse-accent-950-rgb), 0.45) !important;
}
.text-accent-950\/5 {
  color: rgba(var(--fuse-accent-950-rgb), 0.05) !important;
}
.text-accent-950\/50 {
  color: rgba(var(--fuse-accent-950-rgb), 0.5) !important;
}
.text-accent-950\/55 {
  color: rgba(var(--fuse-accent-950-rgb), 0.55) !important;
}
.text-accent-950\/60 {
  color: rgba(var(--fuse-accent-950-rgb), 0.6) !important;
}
.text-accent-950\/65 {
  color: rgba(var(--fuse-accent-950-rgb), 0.65) !important;
}
.text-accent-950\/70 {
  color: rgba(var(--fuse-accent-950-rgb), 0.7) !important;
}
.text-accent-950\/75 {
  color: rgba(var(--fuse-accent-950-rgb), 0.75) !important;
}
.text-accent-950\/80 {
  color: rgba(var(--fuse-accent-950-rgb), 0.8) !important;
}
.text-accent-950\/85 {
  color: rgba(var(--fuse-accent-950-rgb), 0.85) !important;
}
.text-accent-950\/87 {
  color: rgba(var(--fuse-accent-950-rgb), 0.87) !important;
}
.text-accent-950\/90 {
  color: rgba(var(--fuse-accent-950-rgb), 0.9) !important;
}
.text-accent-950\/95 {
  color: rgba(var(--fuse-accent-950-rgb), 0.95) !important;
}
.text-accent-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1)) !important;
}
.text-accent-foreground\/0 {
  color: hsl(0 0% 100% / 0) !important;
}
.text-accent-foreground\/10 {
  color: hsl(0 0% 100% / 0.1) !important;
}
.text-accent-foreground\/100 {
  color: hsl(0 0% 100% / 1) !important;
}
.text-accent-foreground\/12 {
  color: hsl(0 0% 100% / 0.12) !important;
}
.text-accent-foreground\/15 {
  color: hsl(0 0% 100% / 0.15) !important;
}
.text-accent-foreground\/20 {
  color: hsl(0 0% 100% / 0.2) !important;
}
.text-accent-foreground\/25 {
  color: hsl(0 0% 100% / 0.25) !important;
}
.text-accent-foreground\/30 {
  color: hsl(0 0% 100% / 0.3) !important;
}
.text-accent-foreground\/35 {
  color: hsl(0 0% 100% / 0.35) !important;
}
.text-accent-foreground\/38 {
  color: hsl(0 0% 100% / 0.38) !important;
}
.text-accent-foreground\/40 {
  color: hsl(0 0% 100% / 0.4) !important;
}
.text-accent-foreground\/45 {
  color: hsl(0 0% 100% / 0.45) !important;
}
.text-accent-foreground\/5 {
  color: hsl(0 0% 100% / 0.05) !important;
}
.text-accent-foreground\/50 {
  color: hsl(0 0% 100% / 0.5) !important;
}
.text-accent-foreground\/55 {
  color: hsl(0 0% 100% / 0.55) !important;
}
.text-accent-foreground\/60 {
  color: hsl(0 0% 100% / 0.6) !important;
}
.text-accent-foreground\/65 {
  color: hsl(0 0% 100% / 0.65) !important;
}
.text-accent-foreground\/70 {
  color: hsl(0 0% 100% / 0.7) !important;
}
.text-accent-foreground\/75 {
  color: hsl(0 0% 100% / 0.75) !important;
}
.text-accent-foreground\/80 {
  color: hsl(0 0% 100% / 0.8) !important;
}
.text-accent-foreground\/85 {
  color: hsl(0 0% 100% / 0.85) !important;
}
.text-accent-foreground\/87 {
  color: hsl(0 0% 100% / 0.87) !important;
}
.text-accent-foreground\/90 {
  color: hsl(0 0% 100% / 0.9) !important;
}
.text-accent-foreground\/95 {
  color: hsl(0 0% 100% / 0.95) !important;
}
.text-accent\/0 {
  color: hsl(217 33% 17% / 0) !important;
}
.text-accent\/10 {
  color: hsl(217 33% 17% / 0.1) !important;
}
.text-accent\/100 {
  color: hsl(217 33% 17% / 1) !important;
}
.text-accent\/12 {
  color: hsl(217 33% 17% / 0.12) !important;
}
.text-accent\/15 {
  color: hsl(217 33% 17% / 0.15) !important;
}
.text-accent\/20 {
  color: hsl(217 33% 17% / 0.2) !important;
}
.text-accent\/25 {
  color: hsl(217 33% 17% / 0.25) !important;
}
.text-accent\/30 {
  color: hsl(217 33% 17% / 0.3) !important;
}
.text-accent\/35 {
  color: hsl(217 33% 17% / 0.35) !important;
}
.text-accent\/38 {
  color: hsl(217 33% 17% / 0.38) !important;
}
.text-accent\/40 {
  color: hsl(217 33% 17% / 0.4) !important;
}
.text-accent\/45 {
  color: hsl(217 33% 17% / 0.45) !important;
}
.text-accent\/5 {
  color: hsl(217 33% 17% / 0.05) !important;
}
.text-accent\/50 {
  color: hsl(217 33% 17% / 0.5) !important;
}
.text-accent\/55 {
  color: hsl(217 33% 17% / 0.55) !important;
}
.text-accent\/60 {
  color: hsl(217 33% 17% / 0.6) !important;
}
.text-accent\/65 {
  color: hsl(217 33% 17% / 0.65) !important;
}
.text-accent\/70 {
  color: hsl(217 33% 17% / 0.7) !important;
}
.text-accent\/75 {
  color: hsl(217 33% 17% / 0.75) !important;
}
.text-accent\/80 {
  color: hsl(217 33% 17% / 0.8) !important;
}
.text-accent\/85 {
  color: hsl(217 33% 17% / 0.85) !important;
}
.text-accent\/87 {
  color: hsl(217 33% 17% / 0.87) !important;
}
.text-accent\/90 {
  color: hsl(217 33% 17% / 0.9) !important;
}
.text-accent\/95 {
  color: hsl(217 33% 17% / 0.95) !important;
}
.text-amber-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0) !important;
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1) !important;
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1) !important;
}
.text-amber-100\/12 {
  color: rgb(254 243 199 / 0.12) !important;
}
.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15) !important;
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2) !important;
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25) !important;
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3) !important;
}
.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35) !important;
}
.text-amber-100\/38 {
  color: rgb(254 243 199 / 0.38) !important;
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4) !important;
}
.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45) !important;
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05) !important;
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5) !important;
}
.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55) !important;
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6) !important;
}
.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65) !important;
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7) !important;
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75) !important;
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8) !important;
}
.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85) !important;
}
.text-amber-100\/87 {
  color: rgb(254 243 199 / 0.87) !important;
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9) !important;
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95) !important;
}
.text-amber-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0) !important;
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1) !important;
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1) !important;
}
.text-amber-200\/12 {
  color: rgb(253 230 138 / 0.12) !important;
}
.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15) !important;
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2) !important;
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25) !important;
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3) !important;
}
.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35) !important;
}
.text-amber-200\/38 {
  color: rgb(253 230 138 / 0.38) !important;
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4) !important;
}
.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45) !important;
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05) !important;
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5) !important;
}
.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55) !important;
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6) !important;
}
.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65) !important;
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7) !important;
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75) !important;
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8) !important;
}
.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85) !important;
}
.text-amber-200\/87 {
  color: rgb(253 230 138 / 0.87) !important;
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9) !important;
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95) !important;
}
.text-amber-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0) !important;
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1) !important;
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1) !important;
}
.text-amber-300\/12 {
  color: rgb(252 211 77 / 0.12) !important;
}
.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15) !important;
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2) !important;
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25) !important;
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3) !important;
}
.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35) !important;
}
.text-amber-300\/38 {
  color: rgb(252 211 77 / 0.38) !important;
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4) !important;
}
.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45) !important;
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05) !important;
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5) !important;
}
.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55) !important;
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6) !important;
}
.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65) !important;
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7) !important;
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75) !important;
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8) !important;
}
.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85) !important;
}
.text-amber-300\/87 {
  color: rgb(252 211 77 / 0.87) !important;
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9) !important;
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95) !important;
}
.text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0) !important;
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1) !important;
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1) !important;
}
.text-amber-400\/12 {
  color: rgb(251 191 36 / 0.12) !important;
}
.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15) !important;
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2) !important;
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25) !important;
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3) !important;
}
.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35) !important;
}
.text-amber-400\/38 {
  color: rgb(251 191 36 / 0.38) !important;
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4) !important;
}
.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45) !important;
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05) !important;
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5) !important;
}
.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55) !important;
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6) !important;
}
.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65) !important;
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7) !important;
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75) !important;
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8) !important;
}
.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85) !important;
}
.text-amber-400\/87 {
  color: rgb(251 191 36 / 0.87) !important;
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9) !important;
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95) !important;
}
.text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0) !important;
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1) !important;
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1) !important;
}
.text-amber-50\/12 {
  color: rgb(255 251 235 / 0.12) !important;
}
.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15) !important;
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2) !important;
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25) !important;
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3) !important;
}
.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35) !important;
}
.text-amber-50\/38 {
  color: rgb(255 251 235 / 0.38) !important;
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4) !important;
}
.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45) !important;
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05) !important;
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5) !important;
}
.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55) !important;
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6) !important;
}
.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65) !important;
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7) !important;
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75) !important;
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8) !important;
}
.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85) !important;
}
.text-amber-50\/87 {
  color: rgb(255 251 235 / 0.87) !important;
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9) !important;
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95) !important;
}
.text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0) !important;
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1) !important;
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1) !important;
}
.text-amber-500\/12 {
  color: rgb(245 158 11 / 0.12) !important;
}
.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15) !important;
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2) !important;
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25) !important;
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3) !important;
}
.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35) !important;
}
.text-amber-500\/38 {
  color: rgb(245 158 11 / 0.38) !important;
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4) !important;
}
.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45) !important;
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05) !important;
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5) !important;
}
.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55) !important;
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6) !important;
}
.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65) !important;
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7) !important;
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75) !important;
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8) !important;
}
.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85) !important;
}
.text-amber-500\/87 {
  color: rgb(245 158 11 / 0.87) !important;
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9) !important;
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95) !important;
}
.text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0) !important;
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1) !important;
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1) !important;
}
.text-amber-600\/12 {
  color: rgb(217 119 6 / 0.12) !important;
}
.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15) !important;
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2) !important;
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25) !important;
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3) !important;
}
.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35) !important;
}
.text-amber-600\/38 {
  color: rgb(217 119 6 / 0.38) !important;
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4) !important;
}
.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45) !important;
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05) !important;
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5) !important;
}
.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55) !important;
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6) !important;
}
.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65) !important;
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7) !important;
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75) !important;
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8) !important;
}
.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85) !important;
}
.text-amber-600\/87 {
  color: rgb(217 119 6 / 0.87) !important;
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9) !important;
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95) !important;
}
.text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0) !important;
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1) !important;
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1) !important;
}
.text-amber-700\/12 {
  color: rgb(180 83 9 / 0.12) !important;
}
.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15) !important;
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2) !important;
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25) !important;
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3) !important;
}
.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35) !important;
}
.text-amber-700\/38 {
  color: rgb(180 83 9 / 0.38) !important;
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4) !important;
}
.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45) !important;
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05) !important;
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5) !important;
}
.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55) !important;
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6) !important;
}
.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65) !important;
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7) !important;
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75) !important;
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8) !important;
}
.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85) !important;
}
.text-amber-700\/87 {
  color: rgb(180 83 9 / 0.87) !important;
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9) !important;
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95) !important;
}
.text-amber-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0) !important;
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1) !important;
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1) !important;
}
.text-amber-800\/12 {
  color: rgb(146 64 14 / 0.12) !important;
}
.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15) !important;
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2) !important;
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25) !important;
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3) !important;
}
.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35) !important;
}
.text-amber-800\/38 {
  color: rgb(146 64 14 / 0.38) !important;
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4) !important;
}
.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45) !important;
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05) !important;
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5) !important;
}
.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55) !important;
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6) !important;
}
.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65) !important;
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7) !important;
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75) !important;
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8) !important;
}
.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85) !important;
}
.text-amber-800\/87 {
  color: rgb(146 64 14 / 0.87) !important;
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9) !important;
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95) !important;
}
.text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0) !important;
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1) !important;
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1) !important;
}
.text-amber-900\/12 {
  color: rgb(120 53 15 / 0.12) !important;
}
.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15) !important;
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2) !important;
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25) !important;
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3) !important;
}
.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35) !important;
}
.text-amber-900\/38 {
  color: rgb(120 53 15 / 0.38) !important;
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4) !important;
}
.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45) !important;
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05) !important;
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5) !important;
}
.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55) !important;
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6) !important;
}
.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65) !important;
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7) !important;
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75) !important;
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8) !important;
}
.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85) !important;
}
.text-amber-900\/87 {
  color: rgb(120 53 15 / 0.87) !important;
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9) !important;
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95) !important;
}
.text-amber-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0) !important;
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1) !important;
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1) !important;
}
.text-amber-950\/12 {
  color: rgb(69 26 3 / 0.12) !important;
}
.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15) !important;
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2) !important;
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25) !important;
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3) !important;
}
.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35) !important;
}
.text-amber-950\/38 {
  color: rgb(69 26 3 / 0.38) !important;
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4) !important;
}
.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45) !important;
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05) !important;
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5) !important;
}
.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55) !important;
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6) !important;
}
.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65) !important;
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7) !important;
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75) !important;
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8) !important;
}
.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85) !important;
}
.text-amber-950\/87 {
  color: rgb(69 26 3 / 0.87) !important;
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9) !important;
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95) !important;
}
.text-background {
  color: hsl(var(--background)) !important;
}
.text-background\/0 {
  color: hsl(var(--background) / 0) !important;
}
.text-background\/10 {
  color: hsl(var(--background) / 0.1) !important;
}
.text-background\/100 {
  color: hsl(var(--background) / 1) !important;
}
.text-background\/12 {
  color: hsl(var(--background) / 0.12) !important;
}
.text-background\/15 {
  color: hsl(var(--background) / 0.15) !important;
}
.text-background\/20 {
  color: hsl(var(--background) / 0.2) !important;
}
.text-background\/25 {
  color: hsl(var(--background) / 0.25) !important;
}
.text-background\/30 {
  color: hsl(var(--background) / 0.3) !important;
}
.text-background\/35 {
  color: hsl(var(--background) / 0.35) !important;
}
.text-background\/38 {
  color: hsl(var(--background) / 0.38) !important;
}
.text-background\/40 {
  color: hsl(var(--background) / 0.4) !important;
}
.text-background\/45 {
  color: hsl(var(--background) / 0.45) !important;
}
.text-background\/5 {
  color: hsl(var(--background) / 0.05) !important;
}
.text-background\/50 {
  color: hsl(var(--background) / 0.5) !important;
}
.text-background\/55 {
  color: hsl(var(--background) / 0.55) !important;
}
.text-background\/60 {
  color: hsl(var(--background) / 0.6) !important;
}
.text-background\/65 {
  color: hsl(var(--background) / 0.65) !important;
}
.text-background\/70 {
  color: hsl(var(--background) / 0.7) !important;
}
.text-background\/75 {
  color: hsl(var(--background) / 0.75) !important;
}
.text-background\/80 {
  color: hsl(var(--background) / 0.8) !important;
}
.text-background\/85 {
  color: hsl(var(--background) / 0.85) !important;
}
.text-background\/87 {
  color: hsl(var(--background) / 0.87) !important;
}
.text-background\/90 {
  color: hsl(var(--background) / 0.9) !important;
}
.text-background\/95 {
  color: hsl(var(--background) / 0.95) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.text-black\/0 {
  color: rgb(0 0 0 / 0) !important;
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}
.text-black\/100 {
  color: rgb(0 0 0 / 1) !important;
}
.text-black\/12 {
  color: rgb(0 0 0 / 0.12) !important;
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15) !important;
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35) !important;
}
.text-black\/38 {
  color: rgb(0 0 0 / 0.38) !important;
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45) !important;
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55) !important;
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65) !important;
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85) !important;
}
.text-black\/87 {
  color: rgb(0 0 0 / 0.87) !important;
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}
.text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0) !important;
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1) !important;
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1) !important;
}
.text-blue-100\/12 {
  color: rgb(219 234 254 / 0.12) !important;
}
.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15) !important;
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2) !important;
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25) !important;
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3) !important;
}
.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35) !important;
}
.text-blue-100\/38 {
  color: rgb(219 234 254 / 0.38) !important;
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4) !important;
}
.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45) !important;
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05) !important;
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5) !important;
}
.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55) !important;
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6) !important;
}
.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65) !important;
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7) !important;
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75) !important;
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8) !important;
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85) !important;
}
.text-blue-100\/87 {
  color: rgb(219 234 254 / 0.87) !important;
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9) !important;
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95) !important;
}
.text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0) !important;
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1) !important;
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1) !important;
}
.text-blue-200\/12 {
  color: rgb(191 219 254 / 0.12) !important;
}
.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15) !important;
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2) !important;
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25) !important;
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3) !important;
}
.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35) !important;
}
.text-blue-200\/38 {
  color: rgb(191 219 254 / 0.38) !important;
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4) !important;
}
.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45) !important;
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05) !important;
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5) !important;
}
.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55) !important;
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6) !important;
}
.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65) !important;
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7) !important;
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75) !important;
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8) !important;
}
.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85) !important;
}
.text-blue-200\/87 {
  color: rgb(191 219 254 / 0.87) !important;
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9) !important;
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95) !important;
}
.text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0) !important;
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1) !important;
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1) !important;
}
.text-blue-300\/12 {
  color: rgb(147 197 253 / 0.12) !important;
}
.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15) !important;
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2) !important;
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25) !important;
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3) !important;
}
.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35) !important;
}
.text-blue-300\/38 {
  color: rgb(147 197 253 / 0.38) !important;
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4) !important;
}
.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45) !important;
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05) !important;
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5) !important;
}
.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55) !important;
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6) !important;
}
.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65) !important;
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7) !important;
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75) !important;
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8) !important;
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85) !important;
}
.text-blue-300\/87 {
  color: rgb(147 197 253 / 0.87) !important;
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9) !important;
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95) !important;
}
.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0) !important;
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1) !important;
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1) !important;
}
.text-blue-400\/12 {
  color: rgb(96 165 250 / 0.12) !important;
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15) !important;
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2) !important;
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25) !important;
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3) !important;
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35) !important;
}
.text-blue-400\/38 {
  color: rgb(96 165 250 / 0.38) !important;
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4) !important;
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45) !important;
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05) !important;
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5) !important;
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55) !important;
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6) !important;
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65) !important;
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7) !important;
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75) !important;
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8) !important;
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85) !important;
}
.text-blue-400\/87 {
  color: rgb(96 165 250 / 0.87) !important;
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9) !important;
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95) !important;
}
.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0) !important;
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1) !important;
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1) !important;
}
.text-blue-50\/12 {
  color: rgb(239 246 255 / 0.12) !important;
}
.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15) !important;
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2) !important;
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25) !important;
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3) !important;
}
.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35) !important;
}
.text-blue-50\/38 {
  color: rgb(239 246 255 / 0.38) !important;
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4) !important;
}
.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45) !important;
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05) !important;
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5) !important;
}
.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55) !important;
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6) !important;
}
.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65) !important;
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7) !important;
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75) !important;
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8) !important;
}
.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85) !important;
}
.text-blue-50\/87 {
  color: rgb(239 246 255 / 0.87) !important;
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9) !important;
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0) !important;
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1) !important;
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1) !important;
}
.text-blue-500\/12 {
  color: rgb(59 130 246 / 0.12) !important;
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15) !important;
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2) !important;
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25) !important;
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3) !important;
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35) !important;
}
.text-blue-500\/38 {
  color: rgb(59 130 246 / 0.38) !important;
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4) !important;
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45) !important;
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05) !important;
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5) !important;
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55) !important;
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6) !important;
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65) !important;
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7) !important;
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75) !important;
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8) !important;
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85) !important;
}
.text-blue-500\/87 {
  color: rgb(59 130 246 / 0.87) !important;
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9) !important;
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0) !important;
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1) !important;
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1) !important;
}
.text-blue-600\/12 {
  color: rgb(37 99 235 / 0.12) !important;
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15) !important;
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2) !important;
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25) !important;
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3) !important;
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35) !important;
}
.text-blue-600\/38 {
  color: rgb(37 99 235 / 0.38) !important;
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4) !important;
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45) !important;
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05) !important;
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5) !important;
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55) !important;
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6) !important;
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65) !important;
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7) !important;
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75) !important;
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8) !important;
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85) !important;
}
.text-blue-600\/87 {
  color: rgb(37 99 235 / 0.87) !important;
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9) !important;
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95) !important;
}
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0) !important;
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1) !important;
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1) !important;
}
.text-blue-700\/12 {
  color: rgb(29 78 216 / 0.12) !important;
}
.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15) !important;
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2) !important;
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25) !important;
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3) !important;
}
.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35) !important;
}
.text-blue-700\/38 {
  color: rgb(29 78 216 / 0.38) !important;
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4) !important;
}
.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45) !important;
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05) !important;
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5) !important;
}
.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55) !important;
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6) !important;
}
.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65) !important;
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7) !important;
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75) !important;
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8) !important;
}
.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85) !important;
}
.text-blue-700\/87 {
  color: rgb(29 78 216 / 0.87) !important;
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9) !important;
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0) !important;
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1) !important;
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1) !important;
}
.text-blue-800\/12 {
  color: rgb(30 64 175 / 0.12) !important;
}
.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15) !important;
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2) !important;
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25) !important;
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3) !important;
}
.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35) !important;
}
.text-blue-800\/38 {
  color: rgb(30 64 175 / 0.38) !important;
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4) !important;
}
.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45) !important;
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05) !important;
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5) !important;
}
.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55) !important;
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6) !important;
}
.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65) !important;
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7) !important;
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75) !important;
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8) !important;
}
.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85) !important;
}
.text-blue-800\/87 {
  color: rgb(30 64 175 / 0.87) !important;
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9) !important;
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95) !important;
}
.text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0) !important;
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1) !important;
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1) !important;
}
.text-blue-900\/12 {
  color: rgb(30 58 138 / 0.12) !important;
}
.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15) !important;
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2) !important;
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25) !important;
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3) !important;
}
.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35) !important;
}
.text-blue-900\/38 {
  color: rgb(30 58 138 / 0.38) !important;
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4) !important;
}
.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45) !important;
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05) !important;
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5) !important;
}
.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55) !important;
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6) !important;
}
.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65) !important;
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7) !important;
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75) !important;
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8) !important;
}
.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85) !important;
}
.text-blue-900\/87 {
  color: rgb(30 58 138 / 0.87) !important;
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9) !important;
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95) !important;
}
.text-blue-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1)) !important;
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0) !important;
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1) !important;
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1) !important;
}
.text-blue-950\/12 {
  color: rgb(23 37 84 / 0.12) !important;
}
.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15) !important;
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2) !important;
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25) !important;
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3) !important;
}
.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35) !important;
}
.text-blue-950\/38 {
  color: rgb(23 37 84 / 0.38) !important;
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4) !important;
}
.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45) !important;
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05) !important;
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5) !important;
}
.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55) !important;
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6) !important;
}
.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65) !important;
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7) !important;
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75) !important;
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8) !important;
}
.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85) !important;
}
.text-blue-950\/87 {
  color: rgb(23 37 84 / 0.87) !important;
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9) !important;
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95) !important;
}
.text-border {
  --tw-text-opacity: 1 !important;
  color: hsl(240 6% 90% / var(--tw-text-opacity, 1)) !important;
}
.text-border\/0 {
  color: hsl(240 6% 90% / 0) !important;
}
.text-border\/10 {
  color: hsl(240 6% 90% / 0.1) !important;
}
.text-border\/100 {
  color: hsl(240 6% 90% / 1) !important;
}
.text-border\/12 {
  color: hsl(240 6% 90% / 0.12) !important;
}
.text-border\/15 {
  color: hsl(240 6% 90% / 0.15) !important;
}
.text-border\/20 {
  color: hsl(240 6% 90% / 0.2) !important;
}
.text-border\/25 {
  color: hsl(240 6% 90% / 0.25) !important;
}
.text-border\/30 {
  color: hsl(240 6% 90% / 0.3) !important;
}
.text-border\/35 {
  color: hsl(240 6% 90% / 0.35) !important;
}
.text-border\/38 {
  color: hsl(240 6% 90% / 0.38) !important;
}
.text-border\/40 {
  color: hsl(240 6% 90% / 0.4) !important;
}
.text-border\/45 {
  color: hsl(240 6% 90% / 0.45) !important;
}
.text-border\/5 {
  color: hsl(240 6% 90% / 0.05) !important;
}
.text-border\/50 {
  color: hsl(240 6% 90% / 0.5) !important;
}
.text-border\/55 {
  color: hsl(240 6% 90% / 0.55) !important;
}
.text-border\/60 {
  color: hsl(240 6% 90% / 0.6) !important;
}
.text-border\/65 {
  color: hsl(240 6% 90% / 0.65) !important;
}
.text-border\/70 {
  color: hsl(240 6% 90% / 0.7) !important;
}
.text-border\/75 {
  color: hsl(240 6% 90% / 0.75) !important;
}
.text-border\/80 {
  color: hsl(240 6% 90% / 0.8) !important;
}
.text-border\/85 {
  color: hsl(240 6% 90% / 0.85) !important;
}
.text-border\/87 {
  color: hsl(240 6% 90% / 0.87) !important;
}
.text-border\/90 {
  color: hsl(240 6% 90% / 0.9) !important;
}
.text-border\/95 {
  color: hsl(240 6% 90% / 0.95) !important;
}
.text-brand {
  --tw-text-opacity: 1 !important;
  color: hsl(28 99% 50% / var(--tw-text-opacity, 1)) !important;
}
.text-brand-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1)) !important;
}
.text-brand-foreground\/0 {
  color: hsl(0 0% 100% / 0) !important;
}
.text-brand-foreground\/10 {
  color: hsl(0 0% 100% / 0.1) !important;
}
.text-brand-foreground\/100 {
  color: hsl(0 0% 100% / 1) !important;
}
.text-brand-foreground\/12 {
  color: hsl(0 0% 100% / 0.12) !important;
}
.text-brand-foreground\/15 {
  color: hsl(0 0% 100% / 0.15) !important;
}
.text-brand-foreground\/20 {
  color: hsl(0 0% 100% / 0.2) !important;
}
.text-brand-foreground\/25 {
  color: hsl(0 0% 100% / 0.25) !important;
}
.text-brand-foreground\/30 {
  color: hsl(0 0% 100% / 0.3) !important;
}
.text-brand-foreground\/35 {
  color: hsl(0 0% 100% / 0.35) !important;
}
.text-brand-foreground\/38 {
  color: hsl(0 0% 100% / 0.38) !important;
}
.text-brand-foreground\/40 {
  color: hsl(0 0% 100% / 0.4) !important;
}
.text-brand-foreground\/45 {
  color: hsl(0 0% 100% / 0.45) !important;
}
.text-brand-foreground\/5 {
  color: hsl(0 0% 100% / 0.05) !important;
}
.text-brand-foreground\/50 {
  color: hsl(0 0% 100% / 0.5) !important;
}
.text-brand-foreground\/55 {
  color: hsl(0 0% 100% / 0.55) !important;
}
.text-brand-foreground\/60 {
  color: hsl(0 0% 100% / 0.6) !important;
}
.text-brand-foreground\/65 {
  color: hsl(0 0% 100% / 0.65) !important;
}
.text-brand-foreground\/70 {
  color: hsl(0 0% 100% / 0.7) !important;
}
.text-brand-foreground\/75 {
  color: hsl(0 0% 100% / 0.75) !important;
}
.text-brand-foreground\/80 {
  color: hsl(0 0% 100% / 0.8) !important;
}
.text-brand-foreground\/85 {
  color: hsl(0 0% 100% / 0.85) !important;
}
.text-brand-foreground\/87 {
  color: hsl(0 0% 100% / 0.87) !important;
}
.text-brand-foreground\/90 {
  color: hsl(0 0% 100% / 0.9) !important;
}
.text-brand-foreground\/95 {
  color: hsl(0 0% 100% / 0.95) !important;
}
.text-brand-light {
  --tw-text-opacity: 1 !important;
  color: hsl(28 100% 95% / var(--tw-text-opacity, 1)) !important;
}
.text-brand-light\/0 {
  color: hsl(28 100% 95% / 0) !important;
}
.text-brand-light\/10 {
  color: hsl(28 100% 95% / 0.1) !important;
}
.text-brand-light\/100 {
  color: hsl(28 100% 95% / 1) !important;
}
.text-brand-light\/12 {
  color: hsl(28 100% 95% / 0.12) !important;
}
.text-brand-light\/15 {
  color: hsl(28 100% 95% / 0.15) !important;
}
.text-brand-light\/20 {
  color: hsl(28 100% 95% / 0.2) !important;
}
.text-brand-light\/25 {
  color: hsl(28 100% 95% / 0.25) !important;
}
.text-brand-light\/30 {
  color: hsl(28 100% 95% / 0.3) !important;
}
.text-brand-light\/35 {
  color: hsl(28 100% 95% / 0.35) !important;
}
.text-brand-light\/38 {
  color: hsl(28 100% 95% / 0.38) !important;
}
.text-brand-light\/40 {
  color: hsl(28 100% 95% / 0.4) !important;
}
.text-brand-light\/45 {
  color: hsl(28 100% 95% / 0.45) !important;
}
.text-brand-light\/5 {
  color: hsl(28 100% 95% / 0.05) !important;
}
.text-brand-light\/50 {
  color: hsl(28 100% 95% / 0.5) !important;
}
.text-brand-light\/55 {
  color: hsl(28 100% 95% / 0.55) !important;
}
.text-brand-light\/60 {
  color: hsl(28 100% 95% / 0.6) !important;
}
.text-brand-light\/65 {
  color: hsl(28 100% 95% / 0.65) !important;
}
.text-brand-light\/70 {
  color: hsl(28 100% 95% / 0.7) !important;
}
.text-brand-light\/75 {
  color: hsl(28 100% 95% / 0.75) !important;
}
.text-brand-light\/80 {
  color: hsl(28 100% 95% / 0.8) !important;
}
.text-brand-light\/85 {
  color: hsl(28 100% 95% / 0.85) !important;
}
.text-brand-light\/87 {
  color: hsl(28 100% 95% / 0.87) !important;
}
.text-brand-light\/90 {
  color: hsl(28 100% 95% / 0.9) !important;
}
.text-brand-light\/95 {
  color: hsl(28 100% 95% / 0.95) !important;
}
.text-brand\/0 {
  color: hsl(28 99% 50% / 0) !important;
}
.text-brand\/10 {
  color: hsl(28 99% 50% / 0.1) !important;
}
.text-brand\/100 {
  color: hsl(28 99% 50% / 1) !important;
}
.text-brand\/12 {
  color: hsl(28 99% 50% / 0.12) !important;
}
.text-brand\/15 {
  color: hsl(28 99% 50% / 0.15) !important;
}
.text-brand\/20 {
  color: hsl(28 99% 50% / 0.2) !important;
}
.text-brand\/25 {
  color: hsl(28 99% 50% / 0.25) !important;
}
.text-brand\/30 {
  color: hsl(28 99% 50% / 0.3) !important;
}
.text-brand\/35 {
  color: hsl(28 99% 50% / 0.35) !important;
}
.text-brand\/38 {
  color: hsl(28 99% 50% / 0.38) !important;
}
.text-brand\/40 {
  color: hsl(28 99% 50% / 0.4) !important;
}
.text-brand\/45 {
  color: hsl(28 99% 50% / 0.45) !important;
}
.text-brand\/5 {
  color: hsl(28 99% 50% / 0.05) !important;
}
.text-brand\/50 {
  color: hsl(28 99% 50% / 0.5) !important;
}
.text-brand\/55 {
  color: hsl(28 99% 50% / 0.55) !important;
}
.text-brand\/60 {
  color: hsl(28 99% 50% / 0.6) !important;
}
.text-brand\/65 {
  color: hsl(28 99% 50% / 0.65) !important;
}
.text-brand\/70 {
  color: hsl(28 99% 50% / 0.7) !important;
}
.text-brand\/75 {
  color: hsl(28 99% 50% / 0.75) !important;
}
.text-brand\/80 {
  color: hsl(28 99% 50% / 0.8) !important;
}
.text-brand\/85 {
  color: hsl(28 99% 50% / 0.85) !important;
}
.text-brand\/87 {
  color: hsl(28 99% 50% / 0.87) !important;
}
.text-brand\/90 {
  color: hsl(28 99% 50% / 0.9) !important;
}
.text-brand\/95 {
  color: hsl(28 99% 50% / 0.95) !important;
}
.text-card {
  color: hsl(var(--card)) !important;
}
.text-card-foreground {
  color: hsl(var(--card-foreground)) !important;
}
.text-card-foreground\/0 {
  color: hsl(var(--card-foreground) / 0) !important;
}
.text-card-foreground\/10 {
  color: hsl(var(--card-foreground) / 0.1) !important;
}
.text-card-foreground\/100 {
  color: hsl(var(--card-foreground) / 1) !important;
}
.text-card-foreground\/12 {
  color: hsl(var(--card-foreground) / 0.12) !important;
}
.text-card-foreground\/15 {
  color: hsl(var(--card-foreground) / 0.15) !important;
}
.text-card-foreground\/20 {
  color: hsl(var(--card-foreground) / 0.2) !important;
}
.text-card-foreground\/25 {
  color: hsl(var(--card-foreground) / 0.25) !important;
}
.text-card-foreground\/30 {
  color: hsl(var(--card-foreground) / 0.3) !important;
}
.text-card-foreground\/35 {
  color: hsl(var(--card-foreground) / 0.35) !important;
}
.text-card-foreground\/38 {
  color: hsl(var(--card-foreground) / 0.38) !important;
}
.text-card-foreground\/40 {
  color: hsl(var(--card-foreground) / 0.4) !important;
}
.text-card-foreground\/45 {
  color: hsl(var(--card-foreground) / 0.45) !important;
}
.text-card-foreground\/5 {
  color: hsl(var(--card-foreground) / 0.05) !important;
}
.text-card-foreground\/50 {
  color: hsl(var(--card-foreground) / 0.5) !important;
}
.text-card-foreground\/55 {
  color: hsl(var(--card-foreground) / 0.55) !important;
}
.text-card-foreground\/60 {
  color: hsl(var(--card-foreground) / 0.6) !important;
}
.text-card-foreground\/65 {
  color: hsl(var(--card-foreground) / 0.65) !important;
}
.text-card-foreground\/70 {
  color: hsl(var(--card-foreground) / 0.7) !important;
}
.text-card-foreground\/75 {
  color: hsl(var(--card-foreground) / 0.75) !important;
}
.text-card-foreground\/80 {
  color: hsl(var(--card-foreground) / 0.8) !important;
}
.text-card-foreground\/85 {
  color: hsl(var(--card-foreground) / 0.85) !important;
}
.text-card-foreground\/87 {
  color: hsl(var(--card-foreground) / 0.87) !important;
}
.text-card-foreground\/90 {
  color: hsl(var(--card-foreground) / 0.9) !important;
}
.text-card-foreground\/95 {
  color: hsl(var(--card-foreground) / 0.95) !important;
}
.text-card\/0 {
  color: hsl(var(--card) / 0) !important;
}
.text-card\/10 {
  color: hsl(var(--card) / 0.1) !important;
}
.text-card\/100 {
  color: hsl(var(--card) / 1) !important;
}
.text-card\/12 {
  color: hsl(var(--card) / 0.12) !important;
}
.text-card\/15 {
  color: hsl(var(--card) / 0.15) !important;
}
.text-card\/20 {
  color: hsl(var(--card) / 0.2) !important;
}
.text-card\/25 {
  color: hsl(var(--card) / 0.25) !important;
}
.text-card\/30 {
  color: hsl(var(--card) / 0.3) !important;
}
.text-card\/35 {
  color: hsl(var(--card) / 0.35) !important;
}
.text-card\/38 {
  color: hsl(var(--card) / 0.38) !important;
}
.text-card\/40 {
  color: hsl(var(--card) / 0.4) !important;
}
.text-card\/45 {
  color: hsl(var(--card) / 0.45) !important;
}
.text-card\/5 {
  color: hsl(var(--card) / 0.05) !important;
}
.text-card\/50 {
  color: hsl(var(--card) / 0.5) !important;
}
.text-card\/55 {
  color: hsl(var(--card) / 0.55) !important;
}
.text-card\/60 {
  color: hsl(var(--card) / 0.6) !important;
}
.text-card\/65 {
  color: hsl(var(--card) / 0.65) !important;
}
.text-card\/70 {
  color: hsl(var(--card) / 0.7) !important;
}
.text-card\/75 {
  color: hsl(var(--card) / 0.75) !important;
}
.text-card\/80 {
  color: hsl(var(--card) / 0.8) !important;
}
.text-card\/85 {
  color: hsl(var(--card) / 0.85) !important;
}
.text-card\/87 {
  color: hsl(var(--card) / 0.87) !important;
}
.text-card\/90 {
  color: hsl(var(--card) / 0.9) !important;
}
.text-card\/95 {
  color: hsl(var(--card) / 0.95) !important;
}
.text-current {
  color: currentColor !important;
}
.text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0) !important;
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1) !important;
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1) !important;
}
.text-cyan-100\/12 {
  color: rgb(207 250 254 / 0.12) !important;
}
.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15) !important;
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2) !important;
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25) !important;
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3) !important;
}
.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35) !important;
}
.text-cyan-100\/38 {
  color: rgb(207 250 254 / 0.38) !important;
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4) !important;
}
.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45) !important;
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05) !important;
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5) !important;
}
.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55) !important;
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6) !important;
}
.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65) !important;
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7) !important;
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75) !important;
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8) !important;
}
.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85) !important;
}
.text-cyan-100\/87 {
  color: rgb(207 250 254 / 0.87) !important;
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9) !important;
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95) !important;
}
.text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0) !important;
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1) !important;
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1) !important;
}
.text-cyan-200\/12 {
  color: rgb(165 243 252 / 0.12) !important;
}
.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15) !important;
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2) !important;
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25) !important;
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3) !important;
}
.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35) !important;
}
.text-cyan-200\/38 {
  color: rgb(165 243 252 / 0.38) !important;
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4) !important;
}
.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45) !important;
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05) !important;
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5) !important;
}
.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55) !important;
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6) !important;
}
.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65) !important;
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7) !important;
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75) !important;
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8) !important;
}
.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85) !important;
}
.text-cyan-200\/87 {
  color: rgb(165 243 252 / 0.87) !important;
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9) !important;
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95) !important;
}
.text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0) !important;
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1) !important;
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1) !important;
}
.text-cyan-300\/12 {
  color: rgb(103 232 249 / 0.12) !important;
}
.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15) !important;
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2) !important;
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25) !important;
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3) !important;
}
.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35) !important;
}
.text-cyan-300\/38 {
  color: rgb(103 232 249 / 0.38) !important;
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4) !important;
}
.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45) !important;
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05) !important;
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5) !important;
}
.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55) !important;
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6) !important;
}
.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65) !important;
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7) !important;
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75) !important;
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8) !important;
}
.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85) !important;
}
.text-cyan-300\/87 {
  color: rgb(103 232 249 / 0.87) !important;
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9) !important;
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95) !important;
}
.text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0) !important;
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1) !important;
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1) !important;
}
.text-cyan-400\/12 {
  color: rgb(34 211 238 / 0.12) !important;
}
.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15) !important;
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2) !important;
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25) !important;
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3) !important;
}
.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35) !important;
}
.text-cyan-400\/38 {
  color: rgb(34 211 238 / 0.38) !important;
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4) !important;
}
.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45) !important;
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05) !important;
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5) !important;
}
.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55) !important;
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6) !important;
}
.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65) !important;
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7) !important;
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75) !important;
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8) !important;
}
.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85) !important;
}
.text-cyan-400\/87 {
  color: rgb(34 211 238 / 0.87) !important;
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9) !important;
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95) !important;
}
.text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0) !important;
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1) !important;
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1) !important;
}
.text-cyan-50\/12 {
  color: rgb(236 254 255 / 0.12) !important;
}
.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15) !important;
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2) !important;
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25) !important;
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3) !important;
}
.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35) !important;
}
.text-cyan-50\/38 {
  color: rgb(236 254 255 / 0.38) !important;
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4) !important;
}
.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45) !important;
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05) !important;
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5) !important;
}
.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55) !important;
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6) !important;
}
.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65) !important;
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7) !important;
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75) !important;
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8) !important;
}
.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85) !important;
}
.text-cyan-50\/87 {
  color: rgb(236 254 255 / 0.87) !important;
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9) !important;
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95) !important;
}
.text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0) !important;
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1) !important;
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1) !important;
}
.text-cyan-500\/12 {
  color: rgb(6 182 212 / 0.12) !important;
}
.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15) !important;
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2) !important;
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25) !important;
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3) !important;
}
.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35) !important;
}
.text-cyan-500\/38 {
  color: rgb(6 182 212 / 0.38) !important;
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4) !important;
}
.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45) !important;
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05) !important;
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5) !important;
}
.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55) !important;
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6) !important;
}
.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65) !important;
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7) !important;
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75) !important;
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8) !important;
}
.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85) !important;
}
.text-cyan-500\/87 {
  color: rgb(6 182 212 / 0.87) !important;
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9) !important;
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95) !important;
}
.text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0) !important;
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1) !important;
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1) !important;
}
.text-cyan-600\/12 {
  color: rgb(8 145 178 / 0.12) !important;
}
.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15) !important;
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2) !important;
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25) !important;
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3) !important;
}
.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35) !important;
}
.text-cyan-600\/38 {
  color: rgb(8 145 178 / 0.38) !important;
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4) !important;
}
.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45) !important;
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05) !important;
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5) !important;
}
.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55) !important;
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6) !important;
}
.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65) !important;
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7) !important;
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75) !important;
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8) !important;
}
.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85) !important;
}
.text-cyan-600\/87 {
  color: rgb(8 145 178 / 0.87) !important;
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9) !important;
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95) !important;
}
.text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0) !important;
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1) !important;
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1) !important;
}
.text-cyan-700\/12 {
  color: rgb(14 116 144 / 0.12) !important;
}
.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15) !important;
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2) !important;
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25) !important;
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3) !important;
}
.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35) !important;
}
.text-cyan-700\/38 {
  color: rgb(14 116 144 / 0.38) !important;
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4) !important;
}
.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45) !important;
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05) !important;
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5) !important;
}
.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55) !important;
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6) !important;
}
.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65) !important;
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7) !important;
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75) !important;
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8) !important;
}
.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85) !important;
}
.text-cyan-700\/87 {
  color: rgb(14 116 144 / 0.87) !important;
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9) !important;
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95) !important;
}
.text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0) !important;
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1) !important;
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1) !important;
}
.text-cyan-800\/12 {
  color: rgb(21 94 117 / 0.12) !important;
}
.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15) !important;
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2) !important;
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25) !important;
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3) !important;
}
.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35) !important;
}
.text-cyan-800\/38 {
  color: rgb(21 94 117 / 0.38) !important;
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4) !important;
}
.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45) !important;
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05) !important;
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5) !important;
}
.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55) !important;
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6) !important;
}
.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65) !important;
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7) !important;
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75) !important;
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8) !important;
}
.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85) !important;
}
.text-cyan-800\/87 {
  color: rgb(21 94 117 / 0.87) !important;
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9) !important;
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95) !important;
}
.text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0) !important;
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1) !important;
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1) !important;
}
.text-cyan-900\/12 {
  color: rgb(22 78 99 / 0.12) !important;
}
.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15) !important;
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2) !important;
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25) !important;
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3) !important;
}
.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35) !important;
}
.text-cyan-900\/38 {
  color: rgb(22 78 99 / 0.38) !important;
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4) !important;
}
.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45) !important;
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05) !important;
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5) !important;
}
.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55) !important;
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6) !important;
}
.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65) !important;
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7) !important;
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75) !important;
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8) !important;
}
.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85) !important;
}
.text-cyan-900\/87 {
  color: rgb(22 78 99 / 0.87) !important;
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9) !important;
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95) !important;
}
.text-cyan-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1)) !important;
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0) !important;
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1) !important;
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1) !important;
}
.text-cyan-950\/12 {
  color: rgb(8 51 68 / 0.12) !important;
}
.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15) !important;
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2) !important;
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25) !important;
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3) !important;
}
.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35) !important;
}
.text-cyan-950\/38 {
  color: rgb(8 51 68 / 0.38) !important;
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4) !important;
}
.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45) !important;
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05) !important;
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5) !important;
}
.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55) !important;
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6) !important;
}
.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65) !important;
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7) !important;
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75) !important;
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8) !important;
}
.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85) !important;
}
.text-cyan-950\/87 {
  color: rgb(8 51 68 / 0.87) !important;
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9) !important;
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95) !important;
}
.text-destructive {
  --tw-text-opacity: 1 !important;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1)) !important;
}
.text-destructive-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1)) !important;
}
.text-destructive-foreground\/0 {
  color: hsl(0 0% 100% / 0) !important;
}
.text-destructive-foreground\/10 {
  color: hsl(0 0% 100% / 0.1) !important;
}
.text-destructive-foreground\/100 {
  color: hsl(0 0% 100% / 1) !important;
}
.text-destructive-foreground\/12 {
  color: hsl(0 0% 100% / 0.12) !important;
}
.text-destructive-foreground\/15 {
  color: hsl(0 0% 100% / 0.15) !important;
}
.text-destructive-foreground\/20 {
  color: hsl(0 0% 100% / 0.2) !important;
}
.text-destructive-foreground\/25 {
  color: hsl(0 0% 100% / 0.25) !important;
}
.text-destructive-foreground\/30 {
  color: hsl(0 0% 100% / 0.3) !important;
}
.text-destructive-foreground\/35 {
  color: hsl(0 0% 100% / 0.35) !important;
}
.text-destructive-foreground\/38 {
  color: hsl(0 0% 100% / 0.38) !important;
}
.text-destructive-foreground\/40 {
  color: hsl(0 0% 100% / 0.4) !important;
}
.text-destructive-foreground\/45 {
  color: hsl(0 0% 100% / 0.45) !important;
}
.text-destructive-foreground\/5 {
  color: hsl(0 0% 100% / 0.05) !important;
}
.text-destructive-foreground\/50 {
  color: hsl(0 0% 100% / 0.5) !important;
}
.text-destructive-foreground\/55 {
  color: hsl(0 0% 100% / 0.55) !important;
}
.text-destructive-foreground\/60 {
  color: hsl(0 0% 100% / 0.6) !important;
}
.text-destructive-foreground\/65 {
  color: hsl(0 0% 100% / 0.65) !important;
}
.text-destructive-foreground\/70 {
  color: hsl(0 0% 100% / 0.7) !important;
}
.text-destructive-foreground\/75 {
  color: hsl(0 0% 100% / 0.75) !important;
}
.text-destructive-foreground\/80 {
  color: hsl(0 0% 100% / 0.8) !important;
}
.text-destructive-foreground\/85 {
  color: hsl(0 0% 100% / 0.85) !important;
}
.text-destructive-foreground\/87 {
  color: hsl(0 0% 100% / 0.87) !important;
}
.text-destructive-foreground\/90 {
  color: hsl(0 0% 100% / 0.9) !important;
}
.text-destructive-foreground\/95 {
  color: hsl(0 0% 100% / 0.95) !important;
}
.text-destructive\/0 {
  color: hsl(0 84.2% 60.2% / 0) !important;
}
.text-destructive\/10 {
  color: hsl(0 84.2% 60.2% / 0.1) !important;
}
.text-destructive\/100 {
  color: hsl(0 84.2% 60.2% / 1) !important;
}
.text-destructive\/12 {
  color: hsl(0 84.2% 60.2% / 0.12) !important;
}
.text-destructive\/15 {
  color: hsl(0 84.2% 60.2% / 0.15) !important;
}
.text-destructive\/20 {
  color: hsl(0 84.2% 60.2% / 0.2) !important;
}
.text-destructive\/25 {
  color: hsl(0 84.2% 60.2% / 0.25) !important;
}
.text-destructive\/30 {
  color: hsl(0 84.2% 60.2% / 0.3) !important;
}
.text-destructive\/35 {
  color: hsl(0 84.2% 60.2% / 0.35) !important;
}
.text-destructive\/38 {
  color: hsl(0 84.2% 60.2% / 0.38) !important;
}
.text-destructive\/40 {
  color: hsl(0 84.2% 60.2% / 0.4) !important;
}
.text-destructive\/45 {
  color: hsl(0 84.2% 60.2% / 0.45) !important;
}
.text-destructive\/5 {
  color: hsl(0 84.2% 60.2% / 0.05) !important;
}
.text-destructive\/50 {
  color: hsl(0 84.2% 60.2% / 0.5) !important;
}
.text-destructive\/55 {
  color: hsl(0 84.2% 60.2% / 0.55) !important;
}
.text-destructive\/60 {
  color: hsl(0 84.2% 60.2% / 0.6) !important;
}
.text-destructive\/65 {
  color: hsl(0 84.2% 60.2% / 0.65) !important;
}
.text-destructive\/70 {
  color: hsl(0 84.2% 60.2% / 0.7) !important;
}
.text-destructive\/75 {
  color: hsl(0 84.2% 60.2% / 0.75) !important;
}
.text-destructive\/80 {
  color: hsl(0 84.2% 60.2% / 0.8) !important;
}
.text-destructive\/85 {
  color: hsl(0 84.2% 60.2% / 0.85) !important;
}
.text-destructive\/87 {
  color: hsl(0 84.2% 60.2% / 0.87) !important;
}
.text-destructive\/90 {
  color: hsl(0 84.2% 60.2% / 0.9) !important;
}
.text-destructive\/95 {
  color: hsl(0 84.2% 60.2% / 0.95) !important;
}
.text-emerald-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0) !important;
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1) !important;
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1) !important;
}
.text-emerald-100\/12 {
  color: rgb(209 250 229 / 0.12) !important;
}
.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15) !important;
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2) !important;
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25) !important;
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3) !important;
}
.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35) !important;
}
.text-emerald-100\/38 {
  color: rgb(209 250 229 / 0.38) !important;
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4) !important;
}
.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45) !important;
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05) !important;
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5) !important;
}
.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55) !important;
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6) !important;
}
.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65) !important;
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7) !important;
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75) !important;
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8) !important;
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85) !important;
}
.text-emerald-100\/87 {
  color: rgb(209 250 229 / 0.87) !important;
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9) !important;
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95) !important;
}
.text-emerald-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0) !important;
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1) !important;
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1) !important;
}
.text-emerald-200\/12 {
  color: rgb(167 243 208 / 0.12) !important;
}
.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15) !important;
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2) !important;
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25) !important;
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3) !important;
}
.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35) !important;
}
.text-emerald-200\/38 {
  color: rgb(167 243 208 / 0.38) !important;
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4) !important;
}
.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45) !important;
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05) !important;
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5) !important;
}
.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55) !important;
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6) !important;
}
.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65) !important;
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7) !important;
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75) !important;
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8) !important;
}
.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85) !important;
}
.text-emerald-200\/87 {
  color: rgb(167 243 208 / 0.87) !important;
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9) !important;
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95) !important;
}
.text-emerald-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0) !important;
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1) !important;
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1) !important;
}
.text-emerald-300\/12 {
  color: rgb(110 231 183 / 0.12) !important;
}
.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15) !important;
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2) !important;
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25) !important;
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3) !important;
}
.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35) !important;
}
.text-emerald-300\/38 {
  color: rgb(110 231 183 / 0.38) !important;
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4) !important;
}
.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45) !important;
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05) !important;
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5) !important;
}
.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55) !important;
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6) !important;
}
.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65) !important;
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7) !important;
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75) !important;
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8) !important;
}
.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85) !important;
}
.text-emerald-300\/87 {
  color: rgb(110 231 183 / 0.87) !important;
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9) !important;
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95) !important;
}
.text-emerald-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0) !important;
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1) !important;
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1) !important;
}
.text-emerald-400\/12 {
  color: rgb(52 211 153 / 0.12) !important;
}
.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15) !important;
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2) !important;
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25) !important;
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3) !important;
}
.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35) !important;
}
.text-emerald-400\/38 {
  color: rgb(52 211 153 / 0.38) !important;
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4) !important;
}
.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45) !important;
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05) !important;
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5) !important;
}
.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55) !important;
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6) !important;
}
.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65) !important;
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7) !important;
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75) !important;
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8) !important;
}
.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85) !important;
}
.text-emerald-400\/87 {
  color: rgb(52 211 153 / 0.87) !important;
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9) !important;
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95) !important;
}
.text-emerald-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0) !important;
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1) !important;
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1) !important;
}
.text-emerald-50\/12 {
  color: rgb(236 253 245 / 0.12) !important;
}
.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15) !important;
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2) !important;
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25) !important;
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3) !important;
}
.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35) !important;
}
.text-emerald-50\/38 {
  color: rgb(236 253 245 / 0.38) !important;
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4) !important;
}
.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45) !important;
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05) !important;
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5) !important;
}
.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55) !important;
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6) !important;
}
.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65) !important;
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7) !important;
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75) !important;
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8) !important;
}
.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85) !important;
}
.text-emerald-50\/87 {
  color: rgb(236 253 245 / 0.87) !important;
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9) !important;
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95) !important;
}
.text-emerald-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0) !important;
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1) !important;
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1) !important;
}
.text-emerald-500\/12 {
  color: rgb(16 185 129 / 0.12) !important;
}
.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15) !important;
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2) !important;
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25) !important;
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3) !important;
}
.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35) !important;
}
.text-emerald-500\/38 {
  color: rgb(16 185 129 / 0.38) !important;
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4) !important;
}
.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45) !important;
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05) !important;
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5) !important;
}
.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55) !important;
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6) !important;
}
.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65) !important;
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7) !important;
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75) !important;
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8) !important;
}
.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85) !important;
}
.text-emerald-500\/87 {
  color: rgb(16 185 129 / 0.87) !important;
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9) !important;
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95) !important;
}
.text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0) !important;
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1) !important;
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1) !important;
}
.text-emerald-600\/12 {
  color: rgb(5 150 105 / 0.12) !important;
}
.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15) !important;
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2) !important;
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25) !important;
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3) !important;
}
.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35) !important;
}
.text-emerald-600\/38 {
  color: rgb(5 150 105 / 0.38) !important;
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4) !important;
}
.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45) !important;
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05) !important;
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5) !important;
}
.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55) !important;
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6) !important;
}
.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65) !important;
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7) !important;
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75) !important;
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8) !important;
}
.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85) !important;
}
.text-emerald-600\/87 {
  color: rgb(5 150 105 / 0.87) !important;
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9) !important;
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95) !important;
}
.text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0) !important;
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1) !important;
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1) !important;
}
.text-emerald-700\/12 {
  color: rgb(4 120 87 / 0.12) !important;
}
.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15) !important;
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2) !important;
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25) !important;
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3) !important;
}
.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35) !important;
}
.text-emerald-700\/38 {
  color: rgb(4 120 87 / 0.38) !important;
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4) !important;
}
.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45) !important;
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05) !important;
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5) !important;
}
.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55) !important;
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6) !important;
}
.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65) !important;
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7) !important;
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75) !important;
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8) !important;
}
.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85) !important;
}
.text-emerald-700\/87 {
  color: rgb(4 120 87 / 0.87) !important;
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9) !important;
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95) !important;
}
.text-emerald-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0) !important;
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1) !important;
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1) !important;
}
.text-emerald-800\/12 {
  color: rgb(6 95 70 / 0.12) !important;
}
.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15) !important;
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2) !important;
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25) !important;
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3) !important;
}
.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35) !important;
}
.text-emerald-800\/38 {
  color: rgb(6 95 70 / 0.38) !important;
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4) !important;
}
.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45) !important;
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05) !important;
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5) !important;
}
.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55) !important;
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6) !important;
}
.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65) !important;
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7) !important;
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75) !important;
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8) !important;
}
.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85) !important;
}
.text-emerald-800\/87 {
  color: rgb(6 95 70 / 0.87) !important;
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9) !important;
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95) !important;
}
.text-emerald-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0) !important;
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1) !important;
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1) !important;
}
.text-emerald-900\/12 {
  color: rgb(6 78 59 / 0.12) !important;
}
.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15) !important;
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2) !important;
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25) !important;
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3) !important;
}
.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35) !important;
}
.text-emerald-900\/38 {
  color: rgb(6 78 59 / 0.38) !important;
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4) !important;
}
.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45) !important;
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05) !important;
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5) !important;
}
.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55) !important;
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6) !important;
}
.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65) !important;
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7) !important;
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75) !important;
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8) !important;
}
.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85) !important;
}
.text-emerald-900\/87 {
  color: rgb(6 78 59 / 0.87) !important;
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9) !important;
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95) !important;
}
.text-emerald-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1)) !important;
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0) !important;
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1) !important;
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1) !important;
}
.text-emerald-950\/12 {
  color: rgb(2 44 34 / 0.12) !important;
}
.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15) !important;
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2) !important;
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25) !important;
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3) !important;
}
.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35) !important;
}
.text-emerald-950\/38 {
  color: rgb(2 44 34 / 0.38) !important;
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4) !important;
}
.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45) !important;
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05) !important;
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5) !important;
}
.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55) !important;
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6) !important;
}
.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65) !important;
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7) !important;
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75) !important;
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8) !important;
}
.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85) !important;
}
.text-emerald-950\/87 {
  color: rgb(2 44 34 / 0.87) !important;
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9) !important;
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95) !important;
}
.text-foreground {
  color: hsl(var(--foreground)) !important;
}
.text-foreground\/0 {
  color: hsl(var(--foreground) / 0) !important;
}
.text-foreground\/10 {
  color: hsl(var(--foreground) / 0.1) !important;
}
.text-foreground\/100 {
  color: hsl(var(--foreground) / 1) !important;
}
.text-foreground\/12 {
  color: hsl(var(--foreground) / 0.12) !important;
}
.text-foreground\/15 {
  color: hsl(var(--foreground) / 0.15) !important;
}
.text-foreground\/20 {
  color: hsl(var(--foreground) / 0.2) !important;
}
.text-foreground\/25 {
  color: hsl(var(--foreground) / 0.25) !important;
}
.text-foreground\/30 {
  color: hsl(var(--foreground) / 0.3) !important;
}
.text-foreground\/35 {
  color: hsl(var(--foreground) / 0.35) !important;
}
.text-foreground\/38 {
  color: hsl(var(--foreground) / 0.38) !important;
}
.text-foreground\/40 {
  color: hsl(var(--foreground) / 0.4) !important;
}
.text-foreground\/45 {
  color: hsl(var(--foreground) / 0.45) !important;
}
.text-foreground\/5 {
  color: hsl(var(--foreground) / 0.05) !important;
}
.text-foreground\/50 {
  color: hsl(var(--foreground) / 0.5) !important;
}
.text-foreground\/55 {
  color: hsl(var(--foreground) / 0.55) !important;
}
.text-foreground\/60 {
  color: hsl(var(--foreground) / 0.6) !important;
}
.text-foreground\/65 {
  color: hsl(var(--foreground) / 0.65) !important;
}
.text-foreground\/70 {
  color: hsl(var(--foreground) / 0.7) !important;
}
.text-foreground\/75 {
  color: hsl(var(--foreground) / 0.75) !important;
}
.text-foreground\/80 {
  color: hsl(var(--foreground) / 0.8) !important;
}
.text-foreground\/85 {
  color: hsl(var(--foreground) / 0.85) !important;
}
.text-foreground\/87 {
  color: hsl(var(--foreground) / 0.87) !important;
}
.text-foreground\/90 {
  color: hsl(var(--foreground) / 0.9) !important;
}
.text-foreground\/95 {
  color: hsl(var(--foreground) / 0.95) !important;
}
.text-fuchsia-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0) !important;
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1) !important;
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1) !important;
}
.text-fuchsia-100\/12 {
  color: rgb(250 232 255 / 0.12) !important;
}
.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15) !important;
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2) !important;
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25) !important;
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3) !important;
}
.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35) !important;
}
.text-fuchsia-100\/38 {
  color: rgb(250 232 255 / 0.38) !important;
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4) !important;
}
.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45) !important;
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05) !important;
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5) !important;
}
.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55) !important;
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6) !important;
}
.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65) !important;
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7) !important;
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75) !important;
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8) !important;
}
.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85) !important;
}
.text-fuchsia-100\/87 {
  color: rgb(250 232 255 / 0.87) !important;
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9) !important;
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95) !important;
}
.text-fuchsia-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0) !important;
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1) !important;
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1) !important;
}
.text-fuchsia-200\/12 {
  color: rgb(245 208 254 / 0.12) !important;
}
.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15) !important;
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2) !important;
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25) !important;
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3) !important;
}
.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35) !important;
}
.text-fuchsia-200\/38 {
  color: rgb(245 208 254 / 0.38) !important;
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4) !important;
}
.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45) !important;
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05) !important;
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5) !important;
}
.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55) !important;
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6) !important;
}
.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65) !important;
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7) !important;
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75) !important;
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8) !important;
}
.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85) !important;
}
.text-fuchsia-200\/87 {
  color: rgb(245 208 254 / 0.87) !important;
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9) !important;
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95) !important;
}
.text-fuchsia-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0) !important;
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1) !important;
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1) !important;
}
.text-fuchsia-300\/12 {
  color: rgb(240 171 252 / 0.12) !important;
}
.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15) !important;
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2) !important;
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25) !important;
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3) !important;
}
.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35) !important;
}
.text-fuchsia-300\/38 {
  color: rgb(240 171 252 / 0.38) !important;
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4) !important;
}
.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45) !important;
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05) !important;
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5) !important;
}
.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55) !important;
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6) !important;
}
.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65) !important;
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7) !important;
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75) !important;
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8) !important;
}
.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85) !important;
}
.text-fuchsia-300\/87 {
  color: rgb(240 171 252 / 0.87) !important;
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9) !important;
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95) !important;
}
.text-fuchsia-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0) !important;
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1) !important;
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1) !important;
}
.text-fuchsia-400\/12 {
  color: rgb(232 121 249 / 0.12) !important;
}
.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15) !important;
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2) !important;
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25) !important;
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3) !important;
}
.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35) !important;
}
.text-fuchsia-400\/38 {
  color: rgb(232 121 249 / 0.38) !important;
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4) !important;
}
.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45) !important;
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05) !important;
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5) !important;
}
.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55) !important;
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6) !important;
}
.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65) !important;
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7) !important;
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75) !important;
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8) !important;
}
.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85) !important;
}
.text-fuchsia-400\/87 {
  color: rgb(232 121 249 / 0.87) !important;
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9) !important;
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95) !important;
}
.text-fuchsia-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0) !important;
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1) !important;
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1) !important;
}
.text-fuchsia-50\/12 {
  color: rgb(253 244 255 / 0.12) !important;
}
.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15) !important;
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2) !important;
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25) !important;
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3) !important;
}
.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35) !important;
}
.text-fuchsia-50\/38 {
  color: rgb(253 244 255 / 0.38) !important;
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4) !important;
}
.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45) !important;
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05) !important;
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5) !important;
}
.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55) !important;
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6) !important;
}
.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65) !important;
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7) !important;
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75) !important;
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8) !important;
}
.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85) !important;
}
.text-fuchsia-50\/87 {
  color: rgb(253 244 255 / 0.87) !important;
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9) !important;
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95) !important;
}
.text-fuchsia-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0) !important;
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1) !important;
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1) !important;
}
.text-fuchsia-500\/12 {
  color: rgb(217 70 239 / 0.12) !important;
}
.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15) !important;
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2) !important;
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25) !important;
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3) !important;
}
.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35) !important;
}
.text-fuchsia-500\/38 {
  color: rgb(217 70 239 / 0.38) !important;
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4) !important;
}
.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45) !important;
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05) !important;
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5) !important;
}
.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55) !important;
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6) !important;
}
.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65) !important;
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7) !important;
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75) !important;
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8) !important;
}
.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85) !important;
}
.text-fuchsia-500\/87 {
  color: rgb(217 70 239 / 0.87) !important;
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9) !important;
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95) !important;
}
.text-fuchsia-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0) !important;
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1) !important;
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1) !important;
}
.text-fuchsia-600\/12 {
  color: rgb(192 38 211 / 0.12) !important;
}
.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15) !important;
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2) !important;
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25) !important;
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3) !important;
}
.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35) !important;
}
.text-fuchsia-600\/38 {
  color: rgb(192 38 211 / 0.38) !important;
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4) !important;
}
.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45) !important;
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05) !important;
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5) !important;
}
.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55) !important;
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6) !important;
}
.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65) !important;
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7) !important;
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75) !important;
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8) !important;
}
.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85) !important;
}
.text-fuchsia-600\/87 {
  color: rgb(192 38 211 / 0.87) !important;
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9) !important;
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95) !important;
}
.text-fuchsia-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0) !important;
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1) !important;
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1) !important;
}
.text-fuchsia-700\/12 {
  color: rgb(162 28 175 / 0.12) !important;
}
.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15) !important;
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2) !important;
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25) !important;
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3) !important;
}
.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35) !important;
}
.text-fuchsia-700\/38 {
  color: rgb(162 28 175 / 0.38) !important;
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4) !important;
}
.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45) !important;
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05) !important;
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5) !important;
}
.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55) !important;
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6) !important;
}
.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65) !important;
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7) !important;
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75) !important;
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8) !important;
}
.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85) !important;
}
.text-fuchsia-700\/87 {
  color: rgb(162 28 175 / 0.87) !important;
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9) !important;
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95) !important;
}
.text-fuchsia-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0) !important;
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1) !important;
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1) !important;
}
.text-fuchsia-800\/12 {
  color: rgb(134 25 143 / 0.12) !important;
}
.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15) !important;
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2) !important;
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25) !important;
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3) !important;
}
.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35) !important;
}
.text-fuchsia-800\/38 {
  color: rgb(134 25 143 / 0.38) !important;
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4) !important;
}
.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45) !important;
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05) !important;
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5) !important;
}
.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55) !important;
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6) !important;
}
.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65) !important;
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7) !important;
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75) !important;
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8) !important;
}
.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85) !important;
}
.text-fuchsia-800\/87 {
  color: rgb(134 25 143 / 0.87) !important;
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9) !important;
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95) !important;
}
.text-fuchsia-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0) !important;
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1) !important;
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1) !important;
}
.text-fuchsia-900\/12 {
  color: rgb(112 26 117 / 0.12) !important;
}
.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15) !important;
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2) !important;
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25) !important;
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3) !important;
}
.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35) !important;
}
.text-fuchsia-900\/38 {
  color: rgb(112 26 117 / 0.38) !important;
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4) !important;
}
.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45) !important;
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05) !important;
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5) !important;
}
.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55) !important;
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6) !important;
}
.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65) !important;
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7) !important;
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75) !important;
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8) !important;
}
.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85) !important;
}
.text-fuchsia-900\/87 {
  color: rgb(112 26 117 / 0.87) !important;
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9) !important;
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95) !important;
}
.text-fuchsia-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1)) !important;
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0) !important;
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1) !important;
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1) !important;
}
.text-fuchsia-950\/12 {
  color: rgb(74 4 78 / 0.12) !important;
}
.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15) !important;
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2) !important;
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25) !important;
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3) !important;
}
.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35) !important;
}
.text-fuchsia-950\/38 {
  color: rgb(74 4 78 / 0.38) !important;
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4) !important;
}
.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45) !important;
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05) !important;
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5) !important;
}
.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55) !important;
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6) !important;
}
.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65) !important;
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7) !important;
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75) !important;
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8) !important;
}
.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85) !important;
}
.text-fuchsia-950\/87 {
  color: rgb(74 4 78 / 0.87) !important;
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9) !important;
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95) !important;
}
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-100\/0 {
  color: rgb(241 245 249 / 0) !important;
}
.text-gray-100\/10 {
  color: rgb(241 245 249 / 0.1) !important;
}
.text-gray-100\/100 {
  color: rgb(241 245 249 / 1) !important;
}
.text-gray-100\/12 {
  color: rgb(241 245 249 / 0.12) !important;
}
.text-gray-100\/15 {
  color: rgb(241 245 249 / 0.15) !important;
}
.text-gray-100\/20 {
  color: rgb(241 245 249 / 0.2) !important;
}
.text-gray-100\/25 {
  color: rgb(241 245 249 / 0.25) !important;
}
.text-gray-100\/30 {
  color: rgb(241 245 249 / 0.3) !important;
}
.text-gray-100\/35 {
  color: rgb(241 245 249 / 0.35) !important;
}
.text-gray-100\/38 {
  color: rgb(241 245 249 / 0.38) !important;
}
.text-gray-100\/40 {
  color: rgb(241 245 249 / 0.4) !important;
}
.text-gray-100\/45 {
  color: rgb(241 245 249 / 0.45) !important;
}
.text-gray-100\/5 {
  color: rgb(241 245 249 / 0.05) !important;
}
.text-gray-100\/50 {
  color: rgb(241 245 249 / 0.5) !important;
}
.text-gray-100\/55 {
  color: rgb(241 245 249 / 0.55) !important;
}
.text-gray-100\/60 {
  color: rgb(241 245 249 / 0.6) !important;
}
.text-gray-100\/65 {
  color: rgb(241 245 249 / 0.65) !important;
}
.text-gray-100\/70 {
  color: rgb(241 245 249 / 0.7) !important;
}
.text-gray-100\/75 {
  color: rgb(241 245 249 / 0.75) !important;
}
.text-gray-100\/80 {
  color: rgb(241 245 249 / 0.8) !important;
}
.text-gray-100\/85 {
  color: rgb(241 245 249 / 0.85) !important;
}
.text-gray-100\/87 {
  color: rgb(241 245 249 / 0.87) !important;
}
.text-gray-100\/90 {
  color: rgb(241 245 249 / 0.9) !important;
}
.text-gray-100\/95 {
  color: rgb(241 245 249 / 0.95) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-200\/0 {
  color: rgb(226 232 240 / 0) !important;
}
.text-gray-200\/10 {
  color: rgb(226 232 240 / 0.1) !important;
}
.text-gray-200\/100 {
  color: rgb(226 232 240 / 1) !important;
}
.text-gray-200\/12 {
  color: rgb(226 232 240 / 0.12) !important;
}
.text-gray-200\/15 {
  color: rgb(226 232 240 / 0.15) !important;
}
.text-gray-200\/20 {
  color: rgb(226 232 240 / 0.2) !important;
}
.text-gray-200\/25 {
  color: rgb(226 232 240 / 0.25) !important;
}
.text-gray-200\/30 {
  color: rgb(226 232 240 / 0.3) !important;
}
.text-gray-200\/35 {
  color: rgb(226 232 240 / 0.35) !important;
}
.text-gray-200\/38 {
  color: rgb(226 232 240 / 0.38) !important;
}
.text-gray-200\/40 {
  color: rgb(226 232 240 / 0.4) !important;
}
.text-gray-200\/45 {
  color: rgb(226 232 240 / 0.45) !important;
}
.text-gray-200\/5 {
  color: rgb(226 232 240 / 0.05) !important;
}
.text-gray-200\/50 {
  color: rgb(226 232 240 / 0.5) !important;
}
.text-gray-200\/55 {
  color: rgb(226 232 240 / 0.55) !important;
}
.text-gray-200\/60 {
  color: rgb(226 232 240 / 0.6) !important;
}
.text-gray-200\/65 {
  color: rgb(226 232 240 / 0.65) !important;
}
.text-gray-200\/70 {
  color: rgb(226 232 240 / 0.7) !important;
}
.text-gray-200\/75 {
  color: rgb(226 232 240 / 0.75) !important;
}
.text-gray-200\/80 {
  color: rgb(226 232 240 / 0.8) !important;
}
.text-gray-200\/85 {
  color: rgb(226 232 240 / 0.85) !important;
}
.text-gray-200\/87 {
  color: rgb(226 232 240 / 0.87) !important;
}
.text-gray-200\/90 {
  color: rgb(226 232 240 / 0.9) !important;
}
.text-gray-200\/95 {
  color: rgb(226 232 240 / 0.95) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-300\/0 {
  color: rgb(203 213 225 / 0) !important;
}
.text-gray-300\/10 {
  color: rgb(203 213 225 / 0.1) !important;
}
.text-gray-300\/100 {
  color: rgb(203 213 225 / 1) !important;
}
.text-gray-300\/12 {
  color: rgb(203 213 225 / 0.12) !important;
}
.text-gray-300\/15 {
  color: rgb(203 213 225 / 0.15) !important;
}
.text-gray-300\/20 {
  color: rgb(203 213 225 / 0.2) !important;
}
.text-gray-300\/25 {
  color: rgb(203 213 225 / 0.25) !important;
}
.text-gray-300\/30 {
  color: rgb(203 213 225 / 0.3) !important;
}
.text-gray-300\/35 {
  color: rgb(203 213 225 / 0.35) !important;
}
.text-gray-300\/38 {
  color: rgb(203 213 225 / 0.38) !important;
}
.text-gray-300\/40 {
  color: rgb(203 213 225 / 0.4) !important;
}
.text-gray-300\/45 {
  color: rgb(203 213 225 / 0.45) !important;
}
.text-gray-300\/5 {
  color: rgb(203 213 225 / 0.05) !important;
}
.text-gray-300\/50 {
  color: rgb(203 213 225 / 0.5) !important;
}
.text-gray-300\/55 {
  color: rgb(203 213 225 / 0.55) !important;
}
.text-gray-300\/60 {
  color: rgb(203 213 225 / 0.6) !important;
}
.text-gray-300\/65 {
  color: rgb(203 213 225 / 0.65) !important;
}
.text-gray-300\/70 {
  color: rgb(203 213 225 / 0.7) !important;
}
.text-gray-300\/75 {
  color: rgb(203 213 225 / 0.75) !important;
}
.text-gray-300\/80 {
  color: rgb(203 213 225 / 0.8) !important;
}
.text-gray-300\/85 {
  color: rgb(203 213 225 / 0.85) !important;
}
.text-gray-300\/87 {
  color: rgb(203 213 225 / 0.87) !important;
}
.text-gray-300\/90 {
  color: rgb(203 213 225 / 0.9) !important;
}
.text-gray-300\/95 {
  color: rgb(203 213 225 / 0.95) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}
.text-gray-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}
.text-gray-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}
.text-gray-400\/12 {
  color: rgb(148 163 184 / 0.12) !important;
}
.text-gray-400\/15 {
  color: rgb(148 163 184 / 0.15) !important;
}
.text-gray-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}
.text-gray-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}
.text-gray-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}
.text-gray-400\/35 {
  color: rgb(148 163 184 / 0.35) !important;
}
.text-gray-400\/38 {
  color: rgb(148 163 184 / 0.38) !important;
}
.text-gray-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}
.text-gray-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}
.text-gray-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}
.text-gray-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}
.text-gray-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}
.text-gray-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}
.text-gray-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}
.text-gray-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}
.text-gray-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}
.text-gray-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}
.text-gray-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}
.text-gray-400\/87 {
  color: rgb(148 163 184 / 0.87) !important;
}
.text-gray-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}
.text-gray-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-50\/0 {
  color: rgb(248 250 252 / 0) !important;
}
.text-gray-50\/10 {
  color: rgb(248 250 252 / 0.1) !important;
}
.text-gray-50\/100 {
  color: rgb(248 250 252 / 1) !important;
}
.text-gray-50\/12 {
  color: rgb(248 250 252 / 0.12) !important;
}
.text-gray-50\/15 {
  color: rgb(248 250 252 / 0.15) !important;
}
.text-gray-50\/20 {
  color: rgb(248 250 252 / 0.2) !important;
}
.text-gray-50\/25 {
  color: rgb(248 250 252 / 0.25) !important;
}
.text-gray-50\/30 {
  color: rgb(248 250 252 / 0.3) !important;
}
.text-gray-50\/35 {
  color: rgb(248 250 252 / 0.35) !important;
}
.text-gray-50\/38 {
  color: rgb(248 250 252 / 0.38) !important;
}
.text-gray-50\/40 {
  color: rgb(248 250 252 / 0.4) !important;
}
.text-gray-50\/45 {
  color: rgb(248 250 252 / 0.45) !important;
}
.text-gray-50\/5 {
  color: rgb(248 250 252 / 0.05) !important;
}
.text-gray-50\/50 {
  color: rgb(248 250 252 / 0.5) !important;
}
.text-gray-50\/55 {
  color: rgb(248 250 252 / 0.55) !important;
}
.text-gray-50\/60 {
  color: rgb(248 250 252 / 0.6) !important;
}
.text-gray-50\/65 {
  color: rgb(248 250 252 / 0.65) !important;
}
.text-gray-50\/70 {
  color: rgb(248 250 252 / 0.7) !important;
}
.text-gray-50\/75 {
  color: rgb(248 250 252 / 0.75) !important;
}
.text-gray-50\/80 {
  color: rgb(248 250 252 / 0.8) !important;
}
.text-gray-50\/85 {
  color: rgb(248 250 252 / 0.85) !important;
}
.text-gray-50\/87 {
  color: rgb(248 250 252 / 0.87) !important;
}
.text-gray-50\/90 {
  color: rgb(248 250 252 / 0.9) !important;
}
.text-gray-50\/95 {
  color: rgb(248 250 252 / 0.95) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}
.text-gray-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}
.text-gray-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}
.text-gray-500\/12 {
  color: rgb(100 116 139 / 0.12) !important;
}
.text-gray-500\/15 {
  color: rgb(100 116 139 / 0.15) !important;
}
.text-gray-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}
.text-gray-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}
.text-gray-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}
.text-gray-500\/35 {
  color: rgb(100 116 139 / 0.35) !important;
}
.text-gray-500\/38 {
  color: rgb(100 116 139 / 0.38) !important;
}
.text-gray-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}
.text-gray-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}
.text-gray-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}
.text-gray-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}
.text-gray-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}
.text-gray-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}
.text-gray-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}
.text-gray-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}
.text-gray-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}
.text-gray-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}
.text-gray-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}
.text-gray-500\/87 {
  color: rgb(100 116 139 / 0.87) !important;
}
.text-gray-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}
.text-gray-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-600\/0 {
  color: rgb(71 85 105 / 0) !important;
}
.text-gray-600\/10 {
  color: rgb(71 85 105 / 0.1) !important;
}
.text-gray-600\/100 {
  color: rgb(71 85 105 / 1) !important;
}
.text-gray-600\/12 {
  color: rgb(71 85 105 / 0.12) !important;
}
.text-gray-600\/15 {
  color: rgb(71 85 105 / 0.15) !important;
}
.text-gray-600\/20 {
  color: rgb(71 85 105 / 0.2) !important;
}
.text-gray-600\/25 {
  color: rgb(71 85 105 / 0.25) !important;
}
.text-gray-600\/30 {
  color: rgb(71 85 105 / 0.3) !important;
}
.text-gray-600\/35 {
  color: rgb(71 85 105 / 0.35) !important;
}
.text-gray-600\/38 {
  color: rgb(71 85 105 / 0.38) !important;
}
.text-gray-600\/40 {
  color: rgb(71 85 105 / 0.4) !important;
}
.text-gray-600\/45 {
  color: rgb(71 85 105 / 0.45) !important;
}
.text-gray-600\/5 {
  color: rgb(71 85 105 / 0.05) !important;
}
.text-gray-600\/50 {
  color: rgb(71 85 105 / 0.5) !important;
}
.text-gray-600\/55 {
  color: rgb(71 85 105 / 0.55) !important;
}
.text-gray-600\/60 {
  color: rgb(71 85 105 / 0.6) !important;
}
.text-gray-600\/65 {
  color: rgb(71 85 105 / 0.65) !important;
}
.text-gray-600\/70 {
  color: rgb(71 85 105 / 0.7) !important;
}
.text-gray-600\/75 {
  color: rgb(71 85 105 / 0.75) !important;
}
.text-gray-600\/80 {
  color: rgb(71 85 105 / 0.8) !important;
}
.text-gray-600\/85 {
  color: rgb(71 85 105 / 0.85) !important;
}
.text-gray-600\/87 {
  color: rgb(71 85 105 / 0.87) !important;
}
.text-gray-600\/90 {
  color: rgb(71 85 105 / 0.9) !important;
}
.text-gray-600\/95 {
  color: rgb(71 85 105 / 0.95) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-700\/0 {
  color: rgb(51 65 85 / 0) !important;
}
.text-gray-700\/10 {
  color: rgb(51 65 85 / 0.1) !important;
}
.text-gray-700\/100 {
  color: rgb(51 65 85 / 1) !important;
}
.text-gray-700\/12 {
  color: rgb(51 65 85 / 0.12) !important;
}
.text-gray-700\/15 {
  color: rgb(51 65 85 / 0.15) !important;
}
.text-gray-700\/20 {
  color: rgb(51 65 85 / 0.2) !important;
}
.text-gray-700\/25 {
  color: rgb(51 65 85 / 0.25) !important;
}
.text-gray-700\/30 {
  color: rgb(51 65 85 / 0.3) !important;
}
.text-gray-700\/35 {
  color: rgb(51 65 85 / 0.35) !important;
}
.text-gray-700\/38 {
  color: rgb(51 65 85 / 0.38) !important;
}
.text-gray-700\/40 {
  color: rgb(51 65 85 / 0.4) !important;
}
.text-gray-700\/45 {
  color: rgb(51 65 85 / 0.45) !important;
}
.text-gray-700\/5 {
  color: rgb(51 65 85 / 0.05) !important;
}
.text-gray-700\/50 {
  color: rgb(51 65 85 / 0.5) !important;
}
.text-gray-700\/55 {
  color: rgb(51 65 85 / 0.55) !important;
}
.text-gray-700\/60 {
  color: rgb(51 65 85 / 0.6) !important;
}
.text-gray-700\/65 {
  color: rgb(51 65 85 / 0.65) !important;
}
.text-gray-700\/70 {
  color: rgb(51 65 85 / 0.7) !important;
}
.text-gray-700\/75 {
  color: rgb(51 65 85 / 0.75) !important;
}
.text-gray-700\/80 {
  color: rgb(51 65 85 / 0.8) !important;
}
.text-gray-700\/85 {
  color: rgb(51 65 85 / 0.85) !important;
}
.text-gray-700\/87 {
  color: rgb(51 65 85 / 0.87) !important;
}
.text-gray-700\/90 {
  color: rgb(51 65 85 / 0.9) !important;
}
.text-gray-700\/95 {
  color: rgb(51 65 85 / 0.95) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-800\/0 {
  color: rgb(30 41 59 / 0) !important;
}
.text-gray-800\/10 {
  color: rgb(30 41 59 / 0.1) !important;
}
.text-gray-800\/100 {
  color: rgb(30 41 59 / 1) !important;
}
.text-gray-800\/12 {
  color: rgb(30 41 59 / 0.12) !important;
}
.text-gray-800\/15 {
  color: rgb(30 41 59 / 0.15) !important;
}
.text-gray-800\/20 {
  color: rgb(30 41 59 / 0.2) !important;
}
.text-gray-800\/25 {
  color: rgb(30 41 59 / 0.25) !important;
}
.text-gray-800\/30 {
  color: rgb(30 41 59 / 0.3) !important;
}
.text-gray-800\/35 {
  color: rgb(30 41 59 / 0.35) !important;
}
.text-gray-800\/38 {
  color: rgb(30 41 59 / 0.38) !important;
}
.text-gray-800\/40 {
  color: rgb(30 41 59 / 0.4) !important;
}
.text-gray-800\/45 {
  color: rgb(30 41 59 / 0.45) !important;
}
.text-gray-800\/5 {
  color: rgb(30 41 59 / 0.05) !important;
}
.text-gray-800\/50 {
  color: rgb(30 41 59 / 0.5) !important;
}
.text-gray-800\/55 {
  color: rgb(30 41 59 / 0.55) !important;
}
.text-gray-800\/60 {
  color: rgb(30 41 59 / 0.6) !important;
}
.text-gray-800\/65 {
  color: rgb(30 41 59 / 0.65) !important;
}
.text-gray-800\/70 {
  color: rgb(30 41 59 / 0.7) !important;
}
.text-gray-800\/75 {
  color: rgb(30 41 59 / 0.75) !important;
}
.text-gray-800\/80 {
  color: rgb(30 41 59 / 0.8) !important;
}
.text-gray-800\/85 {
  color: rgb(30 41 59 / 0.85) !important;
}
.text-gray-800\/87 {
  color: rgb(30 41 59 / 0.87) !important;
}
.text-gray-800\/90 {
  color: rgb(30 41 59 / 0.9) !important;
}
.text-gray-800\/95 {
  color: rgb(30 41 59 / 0.95) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-900\/0 {
  color: rgb(15 23 42 / 0) !important;
}
.text-gray-900\/10 {
  color: rgb(15 23 42 / 0.1) !important;
}
.text-gray-900\/100 {
  color: rgb(15 23 42 / 1) !important;
}
.text-gray-900\/12 {
  color: rgb(15 23 42 / 0.12) !important;
}
.text-gray-900\/15 {
  color: rgb(15 23 42 / 0.15) !important;
}
.text-gray-900\/20 {
  color: rgb(15 23 42 / 0.2) !important;
}
.text-gray-900\/25 {
  color: rgb(15 23 42 / 0.25) !important;
}
.text-gray-900\/30 {
  color: rgb(15 23 42 / 0.3) !important;
}
.text-gray-900\/35 {
  color: rgb(15 23 42 / 0.35) !important;
}
.text-gray-900\/38 {
  color: rgb(15 23 42 / 0.38) !important;
}
.text-gray-900\/40 {
  color: rgb(15 23 42 / 0.4) !important;
}
.text-gray-900\/45 {
  color: rgb(15 23 42 / 0.45) !important;
}
.text-gray-900\/5 {
  color: rgb(15 23 42 / 0.05) !important;
}
.text-gray-900\/50 {
  color: rgb(15 23 42 / 0.5) !important;
}
.text-gray-900\/55 {
  color: rgb(15 23 42 / 0.55) !important;
}
.text-gray-900\/60 {
  color: rgb(15 23 42 / 0.6) !important;
}
.text-gray-900\/65 {
  color: rgb(15 23 42 / 0.65) !important;
}
.text-gray-900\/70 {
  color: rgb(15 23 42 / 0.7) !important;
}
.text-gray-900\/75 {
  color: rgb(15 23 42 / 0.75) !important;
}
.text-gray-900\/80 {
  color: rgb(15 23 42 / 0.8) !important;
}
.text-gray-900\/85 {
  color: rgb(15 23 42 / 0.85) !important;
}
.text-gray-900\/87 {
  color: rgb(15 23 42 / 0.87) !important;
}
.text-gray-900\/90 {
  color: rgb(15 23 42 / 0.9) !important;
}
.text-gray-900\/95 {
  color: rgb(15 23 42 / 0.95) !important;
}
.text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-950\/0 {
  color: rgb(2 6 23 / 0) !important;
}
.text-gray-950\/10 {
  color: rgb(2 6 23 / 0.1) !important;
}
.text-gray-950\/100 {
  color: rgb(2 6 23 / 1) !important;
}
.text-gray-950\/12 {
  color: rgb(2 6 23 / 0.12) !important;
}
.text-gray-950\/15 {
  color: rgb(2 6 23 / 0.15) !important;
}
.text-gray-950\/20 {
  color: rgb(2 6 23 / 0.2) !important;
}
.text-gray-950\/25 {
  color: rgb(2 6 23 / 0.25) !important;
}
.text-gray-950\/30 {
  color: rgb(2 6 23 / 0.3) !important;
}
.text-gray-950\/35 {
  color: rgb(2 6 23 / 0.35) !important;
}
.text-gray-950\/38 {
  color: rgb(2 6 23 / 0.38) !important;
}
.text-gray-950\/40 {
  color: rgb(2 6 23 / 0.4) !important;
}
.text-gray-950\/45 {
  color: rgb(2 6 23 / 0.45) !important;
}
.text-gray-950\/5 {
  color: rgb(2 6 23 / 0.05) !important;
}
.text-gray-950\/50 {
  color: rgb(2 6 23 / 0.5) !important;
}
.text-gray-950\/55 {
  color: rgb(2 6 23 / 0.55) !important;
}
.text-gray-950\/60 {
  color: rgb(2 6 23 / 0.6) !important;
}
.text-gray-950\/65 {
  color: rgb(2 6 23 / 0.65) !important;
}
.text-gray-950\/70 {
  color: rgb(2 6 23 / 0.7) !important;
}
.text-gray-950\/75 {
  color: rgb(2 6 23 / 0.75) !important;
}
.text-gray-950\/80 {
  color: rgb(2 6 23 / 0.8) !important;
}
.text-gray-950\/85 {
  color: rgb(2 6 23 / 0.85) !important;
}
.text-gray-950\/87 {
  color: rgb(2 6 23 / 0.87) !important;
}
.text-gray-950\/90 {
  color: rgb(2 6 23 / 0.9) !important;
}
.text-gray-950\/95 {
  color: rgb(2 6 23 / 0.95) !important;
}
.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1)) !important;
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0) !important;
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1) !important;
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1) !important;
}
.text-green-100\/12 {
  color: rgb(220 252 231 / 0.12) !important;
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15) !important;
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2) !important;
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25) !important;
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3) !important;
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35) !important;
}
.text-green-100\/38 {
  color: rgb(220 252 231 / 0.38) !important;
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4) !important;
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45) !important;
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05) !important;
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5) !important;
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55) !important;
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6) !important;
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65) !important;
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7) !important;
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75) !important;
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8) !important;
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85) !important;
}
.text-green-100\/87 {
  color: rgb(220 252 231 / 0.87) !important;
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9) !important;
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95) !important;
}
.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1)) !important;
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0) !important;
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1) !important;
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1) !important;
}
.text-green-200\/12 {
  color: rgb(187 247 208 / 0.12) !important;
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15) !important;
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2) !important;
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25) !important;
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3) !important;
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35) !important;
}
.text-green-200\/38 {
  color: rgb(187 247 208 / 0.38) !important;
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4) !important;
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45) !important;
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05) !important;
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5) !important;
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55) !important;
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6) !important;
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65) !important;
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7) !important;
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75) !important;
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8) !important;
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85) !important;
}
.text-green-200\/87 {
  color: rgb(187 247 208 / 0.87) !important;
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9) !important;
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95) !important;
}
.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1)) !important;
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0) !important;
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1) !important;
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1) !important;
}
.text-green-300\/12 {
  color: rgb(134 239 172 / 0.12) !important;
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15) !important;
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2) !important;
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25) !important;
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3) !important;
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35) !important;
}
.text-green-300\/38 {
  color: rgb(134 239 172 / 0.38) !important;
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4) !important;
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45) !important;
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05) !important;
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5) !important;
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55) !important;
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6) !important;
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65) !important;
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7) !important;
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75) !important;
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8) !important;
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85) !important;
}
.text-green-300\/87 {
  color: rgb(134 239 172 / 0.87) !important;
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9) !important;
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95) !important;
}
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1)) !important;
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0) !important;
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1) !important;
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1) !important;
}
.text-green-400\/12 {
  color: rgb(74 222 128 / 0.12) !important;
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15) !important;
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2) !important;
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25) !important;
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3) !important;
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35) !important;
}
.text-green-400\/38 {
  color: rgb(74 222 128 / 0.38) !important;
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4) !important;
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45) !important;
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05) !important;
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5) !important;
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55) !important;
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6) !important;
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65) !important;
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7) !important;
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75) !important;
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8) !important;
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85) !important;
}
.text-green-400\/87 {
  color: rgb(74 222 128 / 0.87) !important;
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9) !important;
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95) !important;
}
.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1)) !important;
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0) !important;
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1) !important;
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1) !important;
}
.text-green-50\/12 {
  color: rgb(240 253 244 / 0.12) !important;
}
.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15) !important;
}
.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2) !important;
}
.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25) !important;
}
.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3) !important;
}
.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35) !important;
}
.text-green-50\/38 {
  color: rgb(240 253 244 / 0.38) !important;
}
.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4) !important;
}
.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45) !important;
}
.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05) !important;
}
.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5) !important;
}
.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55) !important;
}
.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6) !important;
}
.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65) !important;
}
.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7) !important;
}
.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75) !important;
}
.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8) !important;
}
.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85) !important;
}
.text-green-50\/87 {
  color: rgb(240 253 244 / 0.87) !important;
}
.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9) !important;
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0) !important;
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1) !important;
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1) !important;
}
.text-green-500\/12 {
  color: rgb(34 197 94 / 0.12) !important;
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15) !important;
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2) !important;
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25) !important;
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3) !important;
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35) !important;
}
.text-green-500\/38 {
  color: rgb(34 197 94 / 0.38) !important;
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4) !important;
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45) !important;
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05) !important;
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5) !important;
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55) !important;
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6) !important;
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65) !important;
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7) !important;
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75) !important;
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8) !important;
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85) !important;
}
.text-green-500\/87 {
  color: rgb(34 197 94 / 0.87) !important;
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9) !important;
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0) !important;
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1) !important;
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1) !important;
}
.text-green-600\/12 {
  color: rgb(22 163 74 / 0.12) !important;
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15) !important;
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2) !important;
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25) !important;
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3) !important;
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35) !important;
}
.text-green-600\/38 {
  color: rgb(22 163 74 / 0.38) !important;
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4) !important;
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45) !important;
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05) !important;
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5) !important;
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55) !important;
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6) !important;
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65) !important;
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7) !important;
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75) !important;
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8) !important;
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85) !important;
}
.text-green-600\/87 {
  color: rgb(22 163 74 / 0.87) !important;
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9) !important;
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95) !important;
}
.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0) !important;
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1) !important;
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1) !important;
}
.text-green-700\/12 {
  color: rgb(21 128 61 / 0.12) !important;
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15) !important;
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2) !important;
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25) !important;
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3) !important;
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35) !important;
}
.text-green-700\/38 {
  color: rgb(21 128 61 / 0.38) !important;
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4) !important;
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45) !important;
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05) !important;
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5) !important;
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55) !important;
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6) !important;
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65) !important;
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7) !important;
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75) !important;
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8) !important;
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85) !important;
}
.text-green-700\/87 {
  color: rgb(21 128 61 / 0.87) !important;
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9) !important;
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0) !important;
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1) !important;
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1) !important;
}
.text-green-800\/12 {
  color: rgb(22 101 52 / 0.12) !important;
}
.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15) !important;
}
.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2) !important;
}
.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25) !important;
}
.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3) !important;
}
.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35) !important;
}
.text-green-800\/38 {
  color: rgb(22 101 52 / 0.38) !important;
}
.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4) !important;
}
.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45) !important;
}
.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05) !important;
}
.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5) !important;
}
.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55) !important;
}
.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6) !important;
}
.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65) !important;
}
.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7) !important;
}
.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75) !important;
}
.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8) !important;
}
.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85) !important;
}
.text-green-800\/87 {
  color: rgb(22 101 52 / 0.87) !important;
}
.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9) !important;
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95) !important;
}
.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1)) !important;
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0) !important;
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1) !important;
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1) !important;
}
.text-green-900\/12 {
  color: rgb(20 83 45 / 0.12) !important;
}
.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15) !important;
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2) !important;
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25) !important;
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3) !important;
}
.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35) !important;
}
.text-green-900\/38 {
  color: rgb(20 83 45 / 0.38) !important;
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4) !important;
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45) !important;
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05) !important;
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5) !important;
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55) !important;
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6) !important;
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65) !important;
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7) !important;
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75) !important;
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8) !important;
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85) !important;
}
.text-green-900\/87 {
  color: rgb(20 83 45 / 0.87) !important;
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9) !important;
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95) !important;
}
.text-green-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1)) !important;
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0) !important;
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1) !important;
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1) !important;
}
.text-green-950\/12 {
  color: rgb(5 46 22 / 0.12) !important;
}
.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15) !important;
}
.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2) !important;
}
.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25) !important;
}
.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3) !important;
}
.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35) !important;
}
.text-green-950\/38 {
  color: rgb(5 46 22 / 0.38) !important;
}
.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4) !important;
}
.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45) !important;
}
.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05) !important;
}
.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5) !important;
}
.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55) !important;
}
.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6) !important;
}
.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65) !important;
}
.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7) !important;
}
.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75) !important;
}
.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8) !important;
}
.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85) !important;
}
.text-green-950\/87 {
  color: rgb(5 46 22 / 0.87) !important;
}
.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9) !important;
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95) !important;
}
.text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0) !important;
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1) !important;
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1) !important;
}
.text-indigo-100\/12 {
  color: rgb(224 231 255 / 0.12) !important;
}
.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15) !important;
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2) !important;
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25) !important;
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3) !important;
}
.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35) !important;
}
.text-indigo-100\/38 {
  color: rgb(224 231 255 / 0.38) !important;
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4) !important;
}
.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45) !important;
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05) !important;
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5) !important;
}
.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55) !important;
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6) !important;
}
.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65) !important;
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7) !important;
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75) !important;
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8) !important;
}
.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85) !important;
}
.text-indigo-100\/87 {
  color: rgb(224 231 255 / 0.87) !important;
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9) !important;
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95) !important;
}
.text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0) !important;
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1) !important;
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1) !important;
}
.text-indigo-200\/12 {
  color: rgb(199 210 254 / 0.12) !important;
}
.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15) !important;
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2) !important;
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25) !important;
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3) !important;
}
.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35) !important;
}
.text-indigo-200\/38 {
  color: rgb(199 210 254 / 0.38) !important;
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4) !important;
}
.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45) !important;
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05) !important;
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5) !important;
}
.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55) !important;
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6) !important;
}
.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65) !important;
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7) !important;
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75) !important;
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8) !important;
}
.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85) !important;
}
.text-indigo-200\/87 {
  color: rgb(199 210 254 / 0.87) !important;
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9) !important;
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95) !important;
}
.text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0) !important;
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1) !important;
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1) !important;
}
.text-indigo-300\/12 {
  color: rgb(165 180 252 / 0.12) !important;
}
.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15) !important;
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2) !important;
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25) !important;
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3) !important;
}
.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35) !important;
}
.text-indigo-300\/38 {
  color: rgb(165 180 252 / 0.38) !important;
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4) !important;
}
.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45) !important;
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05) !important;
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5) !important;
}
.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55) !important;
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6) !important;
}
.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65) !important;
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7) !important;
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75) !important;
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8) !important;
}
.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85) !important;
}
.text-indigo-300\/87 {
  color: rgb(165 180 252 / 0.87) !important;
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9) !important;
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95) !important;
}
.text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0) !important;
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1) !important;
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1) !important;
}
.text-indigo-400\/12 {
  color: rgb(129 140 248 / 0.12) !important;
}
.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15) !important;
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2) !important;
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25) !important;
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3) !important;
}
.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35) !important;
}
.text-indigo-400\/38 {
  color: rgb(129 140 248 / 0.38) !important;
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4) !important;
}
.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45) !important;
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05) !important;
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5) !important;
}
.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55) !important;
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6) !important;
}
.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65) !important;
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7) !important;
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75) !important;
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8) !important;
}
.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85) !important;
}
.text-indigo-400\/87 {
  color: rgb(129 140 248 / 0.87) !important;
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9) !important;
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95) !important;
}
.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0) !important;
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1) !important;
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1) !important;
}
.text-indigo-50\/12 {
  color: rgb(238 242 255 / 0.12) !important;
}
.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15) !important;
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2) !important;
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25) !important;
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3) !important;
}
.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35) !important;
}
.text-indigo-50\/38 {
  color: rgb(238 242 255 / 0.38) !important;
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4) !important;
}
.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45) !important;
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05) !important;
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5) !important;
}
.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55) !important;
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6) !important;
}
.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65) !important;
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7) !important;
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75) !important;
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8) !important;
}
.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85) !important;
}
.text-indigo-50\/87 {
  color: rgb(238 242 255 / 0.87) !important;
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9) !important;
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95) !important;
}
.text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0) !important;
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1) !important;
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1) !important;
}
.text-indigo-500\/12 {
  color: rgb(99 102 241 / 0.12) !important;
}
.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15) !important;
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2) !important;
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25) !important;
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3) !important;
}
.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35) !important;
}
.text-indigo-500\/38 {
  color: rgb(99 102 241 / 0.38) !important;
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4) !important;
}
.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45) !important;
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05) !important;
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5) !important;
}
.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55) !important;
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6) !important;
}
.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65) !important;
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7) !important;
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75) !important;
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8) !important;
}
.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85) !important;
}
.text-indigo-500\/87 {
  color: rgb(99 102 241 / 0.87) !important;
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9) !important;
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95) !important;
}
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0) !important;
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1) !important;
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1) !important;
}
.text-indigo-600\/12 {
  color: rgb(79 70 229 / 0.12) !important;
}
.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15) !important;
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2) !important;
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25) !important;
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3) !important;
}
.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35) !important;
}
.text-indigo-600\/38 {
  color: rgb(79 70 229 / 0.38) !important;
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4) !important;
}
.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45) !important;
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05) !important;
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5) !important;
}
.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55) !important;
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6) !important;
}
.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65) !important;
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7) !important;
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75) !important;
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8) !important;
}
.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85) !important;
}
.text-indigo-600\/87 {
  color: rgb(79 70 229 / 0.87) !important;
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9) !important;
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95) !important;
}
.text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0) !important;
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1) !important;
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1) !important;
}
.text-indigo-700\/12 {
  color: rgb(67 56 202 / 0.12) !important;
}
.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15) !important;
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2) !important;
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25) !important;
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3) !important;
}
.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35) !important;
}
.text-indigo-700\/38 {
  color: rgb(67 56 202 / 0.38) !important;
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4) !important;
}
.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45) !important;
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05) !important;
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5) !important;
}
.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55) !important;
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6) !important;
}
.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65) !important;
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7) !important;
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75) !important;
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8) !important;
}
.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85) !important;
}
.text-indigo-700\/87 {
  color: rgb(67 56 202 / 0.87) !important;
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9) !important;
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95) !important;
}
.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0) !important;
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1) !important;
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1) !important;
}
.text-indigo-800\/12 {
  color: rgb(55 48 163 / 0.12) !important;
}
.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15) !important;
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2) !important;
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25) !important;
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3) !important;
}
.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35) !important;
}
.text-indigo-800\/38 {
  color: rgb(55 48 163 / 0.38) !important;
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4) !important;
}
.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45) !important;
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05) !important;
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5) !important;
}
.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55) !important;
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6) !important;
}
.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65) !important;
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7) !important;
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75) !important;
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8) !important;
}
.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85) !important;
}
.text-indigo-800\/87 {
  color: rgb(55 48 163 / 0.87) !important;
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9) !important;
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95) !important;
}
.text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0) !important;
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1) !important;
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1) !important;
}
.text-indigo-900\/12 {
  color: rgb(49 46 129 / 0.12) !important;
}
.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15) !important;
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2) !important;
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25) !important;
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3) !important;
}
.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35) !important;
}
.text-indigo-900\/38 {
  color: rgb(49 46 129 / 0.38) !important;
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4) !important;
}
.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45) !important;
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05) !important;
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5) !important;
}
.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55) !important;
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6) !important;
}
.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65) !important;
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7) !important;
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75) !important;
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8) !important;
}
.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85) !important;
}
.text-indigo-900\/87 {
  color: rgb(49 46 129 / 0.87) !important;
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9) !important;
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95) !important;
}
.text-indigo-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1)) !important;
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0) !important;
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1) !important;
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1) !important;
}
.text-indigo-950\/12 {
  color: rgb(30 27 75 / 0.12) !important;
}
.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15) !important;
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2) !important;
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25) !important;
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3) !important;
}
.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35) !important;
}
.text-indigo-950\/38 {
  color: rgb(30 27 75 / 0.38) !important;
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4) !important;
}
.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45) !important;
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05) !important;
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5) !important;
}
.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55) !important;
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6) !important;
}
.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65) !important;
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7) !important;
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75) !important;
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8) !important;
}
.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85) !important;
}
.text-indigo-950\/87 {
  color: rgb(30 27 75 / 0.87) !important;
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9) !important;
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95) !important;
}
.text-inherit {
  color: inherit !important;
}
.text-input {
  --tw-text-opacity: 1 !important;
  color: hsl(240 6% 90% / var(--tw-text-opacity, 1)) !important;
}
.text-input\/0 {
  color: hsl(240 6% 90% / 0) !important;
}
.text-input\/10 {
  color: hsl(240 6% 90% / 0.1) !important;
}
.text-input\/100 {
  color: hsl(240 6% 90% / 1) !important;
}
.text-input\/12 {
  color: hsl(240 6% 90% / 0.12) !important;
}
.text-input\/15 {
  color: hsl(240 6% 90% / 0.15) !important;
}
.text-input\/20 {
  color: hsl(240 6% 90% / 0.2) !important;
}
.text-input\/25 {
  color: hsl(240 6% 90% / 0.25) !important;
}
.text-input\/30 {
  color: hsl(240 6% 90% / 0.3) !important;
}
.text-input\/35 {
  color: hsl(240 6% 90% / 0.35) !important;
}
.text-input\/38 {
  color: hsl(240 6% 90% / 0.38) !important;
}
.text-input\/40 {
  color: hsl(240 6% 90% / 0.4) !important;
}
.text-input\/45 {
  color: hsl(240 6% 90% / 0.45) !important;
}
.text-input\/5 {
  color: hsl(240 6% 90% / 0.05) !important;
}
.text-input\/50 {
  color: hsl(240 6% 90% / 0.5) !important;
}
.text-input\/55 {
  color: hsl(240 6% 90% / 0.55) !important;
}
.text-input\/60 {
  color: hsl(240 6% 90% / 0.6) !important;
}
.text-input\/65 {
  color: hsl(240 6% 90% / 0.65) !important;
}
.text-input\/70 {
  color: hsl(240 6% 90% / 0.7) !important;
}
.text-input\/75 {
  color: hsl(240 6% 90% / 0.75) !important;
}
.text-input\/80 {
  color: hsl(240 6% 90% / 0.8) !important;
}
.text-input\/85 {
  color: hsl(240 6% 90% / 0.85) !important;
}
.text-input\/87 {
  color: hsl(240 6% 90% / 0.87) !important;
}
.text-input\/90 {
  color: hsl(240 6% 90% / 0.9) !important;
}
.text-input\/95 {
  color: hsl(240 6% 90% / 0.95) !important;
}
.text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0) !important;
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1) !important;
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1) !important;
}
.text-lime-100\/12 {
  color: rgb(236 252 203 / 0.12) !important;
}
.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15) !important;
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2) !important;
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25) !important;
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3) !important;
}
.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35) !important;
}
.text-lime-100\/38 {
  color: rgb(236 252 203 / 0.38) !important;
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4) !important;
}
.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45) !important;
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05) !important;
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5) !important;
}
.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55) !important;
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6) !important;
}
.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65) !important;
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7) !important;
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75) !important;
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8) !important;
}
.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85) !important;
}
.text-lime-100\/87 {
  color: rgb(236 252 203 / 0.87) !important;
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9) !important;
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95) !important;
}
.text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0) !important;
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1) !important;
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1) !important;
}
.text-lime-200\/12 {
  color: rgb(217 249 157 / 0.12) !important;
}
.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15) !important;
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2) !important;
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25) !important;
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3) !important;
}
.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35) !important;
}
.text-lime-200\/38 {
  color: rgb(217 249 157 / 0.38) !important;
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4) !important;
}
.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45) !important;
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05) !important;
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5) !important;
}
.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55) !important;
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6) !important;
}
.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65) !important;
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7) !important;
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75) !important;
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8) !important;
}
.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85) !important;
}
.text-lime-200\/87 {
  color: rgb(217 249 157 / 0.87) !important;
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9) !important;
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95) !important;
}
.text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0) !important;
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1) !important;
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1) !important;
}
.text-lime-300\/12 {
  color: rgb(190 242 100 / 0.12) !important;
}
.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15) !important;
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2) !important;
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25) !important;
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3) !important;
}
.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35) !important;
}
.text-lime-300\/38 {
  color: rgb(190 242 100 / 0.38) !important;
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4) !important;
}
.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45) !important;
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05) !important;
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5) !important;
}
.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55) !important;
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6) !important;
}
.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65) !important;
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7) !important;
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75) !important;
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8) !important;
}
.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85) !important;
}
.text-lime-300\/87 {
  color: rgb(190 242 100 / 0.87) !important;
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9) !important;
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95) !important;
}
.text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0) !important;
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1) !important;
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1) !important;
}
.text-lime-400\/12 {
  color: rgb(163 230 53 / 0.12) !important;
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15) !important;
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2) !important;
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25) !important;
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3) !important;
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35) !important;
}
.text-lime-400\/38 {
  color: rgb(163 230 53 / 0.38) !important;
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4) !important;
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45) !important;
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05) !important;
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5) !important;
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55) !important;
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6) !important;
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65) !important;
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7) !important;
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75) !important;
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8) !important;
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85) !important;
}
.text-lime-400\/87 {
  color: rgb(163 230 53 / 0.87) !important;
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9) !important;
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95) !important;
}
.text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0) !important;
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1) !important;
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1) !important;
}
.text-lime-50\/12 {
  color: rgb(247 254 231 / 0.12) !important;
}
.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15) !important;
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2) !important;
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25) !important;
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3) !important;
}
.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35) !important;
}
.text-lime-50\/38 {
  color: rgb(247 254 231 / 0.38) !important;
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4) !important;
}
.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45) !important;
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05) !important;
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5) !important;
}
.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55) !important;
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6) !important;
}
.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65) !important;
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7) !important;
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75) !important;
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8) !important;
}
.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85) !important;
}
.text-lime-50\/87 {
  color: rgb(247 254 231 / 0.87) !important;
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9) !important;
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95) !important;
}
.text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0) !important;
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1) !important;
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1) !important;
}
.text-lime-500\/12 {
  color: rgb(132 204 22 / 0.12) !important;
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15) !important;
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2) !important;
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25) !important;
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3) !important;
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35) !important;
}
.text-lime-500\/38 {
  color: rgb(132 204 22 / 0.38) !important;
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4) !important;
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45) !important;
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05) !important;
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5) !important;
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55) !important;
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6) !important;
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65) !important;
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7) !important;
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75) !important;
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8) !important;
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85) !important;
}
.text-lime-500\/87 {
  color: rgb(132 204 22 / 0.87) !important;
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9) !important;
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95) !important;
}
.text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0) !important;
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1) !important;
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1) !important;
}
.text-lime-600\/12 {
  color: rgb(101 163 13 / 0.12) !important;
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15) !important;
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2) !important;
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25) !important;
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3) !important;
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35) !important;
}
.text-lime-600\/38 {
  color: rgb(101 163 13 / 0.38) !important;
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4) !important;
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45) !important;
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05) !important;
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5) !important;
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55) !important;
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6) !important;
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65) !important;
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7) !important;
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75) !important;
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8) !important;
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85) !important;
}
.text-lime-600\/87 {
  color: rgb(101 163 13 / 0.87) !important;
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9) !important;
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95) !important;
}
.text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0) !important;
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1) !important;
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1) !important;
}
.text-lime-700\/12 {
  color: rgb(77 124 15 / 0.12) !important;
}
.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15) !important;
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2) !important;
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25) !important;
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3) !important;
}
.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35) !important;
}
.text-lime-700\/38 {
  color: rgb(77 124 15 / 0.38) !important;
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4) !important;
}
.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45) !important;
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05) !important;
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5) !important;
}
.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55) !important;
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6) !important;
}
.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65) !important;
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7) !important;
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75) !important;
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8) !important;
}
.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85) !important;
}
.text-lime-700\/87 {
  color: rgb(77 124 15 / 0.87) !important;
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9) !important;
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95) !important;
}
.text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0) !important;
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1) !important;
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1) !important;
}
.text-lime-800\/12 {
  color: rgb(63 98 18 / 0.12) !important;
}
.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15) !important;
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2) !important;
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25) !important;
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3) !important;
}
.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35) !important;
}
.text-lime-800\/38 {
  color: rgb(63 98 18 / 0.38) !important;
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4) !important;
}
.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45) !important;
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05) !important;
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5) !important;
}
.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55) !important;
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6) !important;
}
.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65) !important;
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7) !important;
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75) !important;
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8) !important;
}
.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85) !important;
}
.text-lime-800\/87 {
  color: rgb(63 98 18 / 0.87) !important;
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9) !important;
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95) !important;
}
.text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0) !important;
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1) !important;
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1) !important;
}
.text-lime-900\/12 {
  color: rgb(54 83 20 / 0.12) !important;
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15) !important;
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2) !important;
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25) !important;
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3) !important;
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35) !important;
}
.text-lime-900\/38 {
  color: rgb(54 83 20 / 0.38) !important;
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4) !important;
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45) !important;
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05) !important;
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5) !important;
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55) !important;
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6) !important;
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65) !important;
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7) !important;
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75) !important;
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8) !important;
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85) !important;
}
.text-lime-900\/87 {
  color: rgb(54 83 20 / 0.87) !important;
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9) !important;
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95) !important;
}
.text-lime-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1)) !important;
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0) !important;
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1) !important;
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1) !important;
}
.text-lime-950\/12 {
  color: rgb(26 46 5 / 0.12) !important;
}
.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15) !important;
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2) !important;
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25) !important;
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3) !important;
}
.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35) !important;
}
.text-lime-950\/38 {
  color: rgb(26 46 5 / 0.38) !important;
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4) !important;
}
.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45) !important;
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05) !important;
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5) !important;
}
.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55) !important;
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6) !important;
}
.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65) !important;
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7) !important;
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75) !important;
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8) !important;
}
.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85) !important;
}
.text-lime-950\/87 {
  color: rgb(26 46 5 / 0.87) !important;
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9) !important;
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95) !important;
}
.text-muted {
  --tw-text-opacity: 1 !important;
  color: hsl(240 5% 96% / var(--tw-text-opacity, 1)) !important;
}
.text-muted-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 3% 37% / var(--tw-text-opacity, 1)) !important;
}
.text-muted-foreground\/0 {
  color: hsl(0 3% 37% / 0) !important;
}
.text-muted-foreground\/10 {
  color: hsl(0 3% 37% / 0.1) !important;
}
.text-muted-foreground\/100 {
  color: hsl(0 3% 37% / 1) !important;
}
.text-muted-foreground\/12 {
  color: hsl(0 3% 37% / 0.12) !important;
}
.text-muted-foreground\/15 {
  color: hsl(0 3% 37% / 0.15) !important;
}
.text-muted-foreground\/20 {
  color: hsl(0 3% 37% / 0.2) !important;
}
.text-muted-foreground\/25 {
  color: hsl(0 3% 37% / 0.25) !important;
}
.text-muted-foreground\/30 {
  color: hsl(0 3% 37% / 0.3) !important;
}
.text-muted-foreground\/35 {
  color: hsl(0 3% 37% / 0.35) !important;
}
.text-muted-foreground\/38 {
  color: hsl(0 3% 37% / 0.38) !important;
}
.text-muted-foreground\/40 {
  color: hsl(0 3% 37% / 0.4) !important;
}
.text-muted-foreground\/45 {
  color: hsl(0 3% 37% / 0.45) !important;
}
.text-muted-foreground\/5 {
  color: hsl(0 3% 37% / 0.05) !important;
}
.text-muted-foreground\/50 {
  color: hsl(0 3% 37% / 0.5) !important;
}
.text-muted-foreground\/55 {
  color: hsl(0 3% 37% / 0.55) !important;
}
.text-muted-foreground\/60 {
  color: hsl(0 3% 37% / 0.6) !important;
}
.text-muted-foreground\/65 {
  color: hsl(0 3% 37% / 0.65) !important;
}
.text-muted-foreground\/70 {
  color: hsl(0 3% 37% / 0.7) !important;
}
.text-muted-foreground\/75 {
  color: hsl(0 3% 37% / 0.75) !important;
}
.text-muted-foreground\/80 {
  color: hsl(0 3% 37% / 0.8) !important;
}
.text-muted-foreground\/85 {
  color: hsl(0 3% 37% / 0.85) !important;
}
.text-muted-foreground\/87 {
  color: hsl(0 3% 37% / 0.87) !important;
}
.text-muted-foreground\/90 {
  color: hsl(0 3% 37% / 0.9) !important;
}
.text-muted-foreground\/95 {
  color: hsl(0 3% 37% / 0.95) !important;
}
.text-muted\/0 {
  color: hsl(240 5% 96% / 0) !important;
}
.text-muted\/10 {
  color: hsl(240 5% 96% / 0.1) !important;
}
.text-muted\/100 {
  color: hsl(240 5% 96% / 1) !important;
}
.text-muted\/12 {
  color: hsl(240 5% 96% / 0.12) !important;
}
.text-muted\/15 {
  color: hsl(240 5% 96% / 0.15) !important;
}
.text-muted\/20 {
  color: hsl(240 5% 96% / 0.2) !important;
}
.text-muted\/25 {
  color: hsl(240 5% 96% / 0.25) !important;
}
.text-muted\/30 {
  color: hsl(240 5% 96% / 0.3) !important;
}
.text-muted\/35 {
  color: hsl(240 5% 96% / 0.35) !important;
}
.text-muted\/38 {
  color: hsl(240 5% 96% / 0.38) !important;
}
.text-muted\/40 {
  color: hsl(240 5% 96% / 0.4) !important;
}
.text-muted\/45 {
  color: hsl(240 5% 96% / 0.45) !important;
}
.text-muted\/5 {
  color: hsl(240 5% 96% / 0.05) !important;
}
.text-muted\/50 {
  color: hsl(240 5% 96% / 0.5) !important;
}
.text-muted\/55 {
  color: hsl(240 5% 96% / 0.55) !important;
}
.text-muted\/60 {
  color: hsl(240 5% 96% / 0.6) !important;
}
.text-muted\/65 {
  color: hsl(240 5% 96% / 0.65) !important;
}
.text-muted\/70 {
  color: hsl(240 5% 96% / 0.7) !important;
}
.text-muted\/75 {
  color: hsl(240 5% 96% / 0.75) !important;
}
.text-muted\/80 {
  color: hsl(240 5% 96% / 0.8) !important;
}
.text-muted\/85 {
  color: hsl(240 5% 96% / 0.85) !important;
}
.text-muted\/87 {
  color: hsl(240 5% 96% / 0.87) !important;
}
.text-muted\/90 {
  color: hsl(240 5% 96% / 0.9) !important;
}
.text-muted\/95 {
  color: hsl(240 5% 96% / 0.95) !important;
}
.text-neutral-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0) !important;
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1) !important;
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1) !important;
}
.text-neutral-100\/12 {
  color: rgb(245 245 245 / 0.12) !important;
}
.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15) !important;
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2) !important;
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25) !important;
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3) !important;
}
.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35) !important;
}
.text-neutral-100\/38 {
  color: rgb(245 245 245 / 0.38) !important;
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4) !important;
}
.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45) !important;
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05) !important;
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5) !important;
}
.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55) !important;
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6) !important;
}
.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65) !important;
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7) !important;
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75) !important;
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8) !important;
}
.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85) !important;
}
.text-neutral-100\/87 {
  color: rgb(245 245 245 / 0.87) !important;
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9) !important;
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95) !important;
}
.text-neutral-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0) !important;
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1) !important;
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1) !important;
}
.text-neutral-200\/12 {
  color: rgb(229 229 229 / 0.12) !important;
}
.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15) !important;
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2) !important;
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25) !important;
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3) !important;
}
.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35) !important;
}
.text-neutral-200\/38 {
  color: rgb(229 229 229 / 0.38) !important;
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4) !important;
}
.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45) !important;
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05) !important;
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5) !important;
}
.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55) !important;
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6) !important;
}
.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65) !important;
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7) !important;
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75) !important;
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8) !important;
}
.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85) !important;
}
.text-neutral-200\/87 {
  color: rgb(229 229 229 / 0.87) !important;
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9) !important;
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95) !important;
}
.text-neutral-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0) !important;
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1) !important;
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1) !important;
}
.text-neutral-300\/12 {
  color: rgb(212 212 212 / 0.12) !important;
}
.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15) !important;
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2) !important;
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25) !important;
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3) !important;
}
.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35) !important;
}
.text-neutral-300\/38 {
  color: rgb(212 212 212 / 0.38) !important;
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4) !important;
}
.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45) !important;
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05) !important;
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5) !important;
}
.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55) !important;
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6) !important;
}
.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65) !important;
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7) !important;
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75) !important;
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8) !important;
}
.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85) !important;
}
.text-neutral-300\/87 {
  color: rgb(212 212 212 / 0.87) !important;
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9) !important;
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95) !important;
}
.text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0) !important;
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1) !important;
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1) !important;
}
.text-neutral-400\/12 {
  color: rgb(163 163 163 / 0.12) !important;
}
.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15) !important;
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2) !important;
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25) !important;
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3) !important;
}
.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35) !important;
}
.text-neutral-400\/38 {
  color: rgb(163 163 163 / 0.38) !important;
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4) !important;
}
.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45) !important;
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05) !important;
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5) !important;
}
.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55) !important;
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6) !important;
}
.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65) !important;
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7) !important;
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75) !important;
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8) !important;
}
.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85) !important;
}
.text-neutral-400\/87 {
  color: rgb(163 163 163 / 0.87) !important;
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9) !important;
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95) !important;
}
.text-neutral-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0) !important;
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1) !important;
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1) !important;
}
.text-neutral-50\/12 {
  color: rgb(250 250 250 / 0.12) !important;
}
.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15) !important;
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2) !important;
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25) !important;
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3) !important;
}
.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35) !important;
}
.text-neutral-50\/38 {
  color: rgb(250 250 250 / 0.38) !important;
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4) !important;
}
.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45) !important;
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05) !important;
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5) !important;
}
.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55) !important;
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6) !important;
}
.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65) !important;
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7) !important;
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75) !important;
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8) !important;
}
.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85) !important;
}
.text-neutral-50\/87 {
  color: rgb(250 250 250 / 0.87) !important;
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9) !important;
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95) !important;
}
.text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0) !important;
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1) !important;
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1) !important;
}
.text-neutral-500\/12 {
  color: rgb(115 115 115 / 0.12) !important;
}
.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15) !important;
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2) !important;
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25) !important;
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3) !important;
}
.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35) !important;
}
.text-neutral-500\/38 {
  color: rgb(115 115 115 / 0.38) !important;
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4) !important;
}
.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45) !important;
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05) !important;
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5) !important;
}
.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55) !important;
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6) !important;
}
.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65) !important;
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7) !important;
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75) !important;
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8) !important;
}
.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85) !important;
}
.text-neutral-500\/87 {
  color: rgb(115 115 115 / 0.87) !important;
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9) !important;
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95) !important;
}
.text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0) !important;
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1) !important;
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1) !important;
}
.text-neutral-600\/12 {
  color: rgb(82 82 82 / 0.12) !important;
}
.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15) !important;
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2) !important;
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25) !important;
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3) !important;
}
.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35) !important;
}
.text-neutral-600\/38 {
  color: rgb(82 82 82 / 0.38) !important;
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4) !important;
}
.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45) !important;
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05) !important;
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5) !important;
}
.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55) !important;
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6) !important;
}
.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65) !important;
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7) !important;
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75) !important;
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8) !important;
}
.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85) !important;
}
.text-neutral-600\/87 {
  color: rgb(82 82 82 / 0.87) !important;
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9) !important;
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95) !important;
}
.text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0) !important;
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1) !important;
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1) !important;
}
.text-neutral-700\/12 {
  color: rgb(64 64 64 / 0.12) !important;
}
.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15) !important;
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2) !important;
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25) !important;
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3) !important;
}
.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35) !important;
}
.text-neutral-700\/38 {
  color: rgb(64 64 64 / 0.38) !important;
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4) !important;
}
.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45) !important;
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05) !important;
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5) !important;
}
.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55) !important;
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6) !important;
}
.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65) !important;
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7) !important;
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75) !important;
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8) !important;
}
.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85) !important;
}
.text-neutral-700\/87 {
  color: rgb(64 64 64 / 0.87) !important;
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9) !important;
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95) !important;
}
.text-neutral-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0) !important;
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1) !important;
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1) !important;
}
.text-neutral-800\/12 {
  color: rgb(38 38 38 / 0.12) !important;
}
.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15) !important;
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2) !important;
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25) !important;
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3) !important;
}
.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35) !important;
}
.text-neutral-800\/38 {
  color: rgb(38 38 38 / 0.38) !important;
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4) !important;
}
.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45) !important;
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05) !important;
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5) !important;
}
.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55) !important;
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6) !important;
}
.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65) !important;
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7) !important;
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75) !important;
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8) !important;
}
.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85) !important;
}
.text-neutral-800\/87 {
  color: rgb(38 38 38 / 0.87) !important;
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9) !important;
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95) !important;
}
.text-neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0) !important;
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1) !important;
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1) !important;
}
.text-neutral-900\/12 {
  color: rgb(23 23 23 / 0.12) !important;
}
.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15) !important;
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2) !important;
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25) !important;
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3) !important;
}
.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35) !important;
}
.text-neutral-900\/38 {
  color: rgb(23 23 23 / 0.38) !important;
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4) !important;
}
.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45) !important;
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05) !important;
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5) !important;
}
.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55) !important;
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6) !important;
}
.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65) !important;
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7) !important;
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75) !important;
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8) !important;
}
.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85) !important;
}
.text-neutral-900\/87 {
  color: rgb(23 23 23 / 0.87) !important;
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9) !important;
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95) !important;
}
.text-neutral-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1)) !important;
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0) !important;
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1) !important;
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1) !important;
}
.text-neutral-950\/12 {
  color: rgb(10 10 10 / 0.12) !important;
}
.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15) !important;
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2) !important;
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25) !important;
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3) !important;
}
.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35) !important;
}
.text-neutral-950\/38 {
  color: rgb(10 10 10 / 0.38) !important;
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4) !important;
}
.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45) !important;
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05) !important;
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5) !important;
}
.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55) !important;
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6) !important;
}
.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65) !important;
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7) !important;
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75) !important;
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8) !important;
}
.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85) !important;
}
.text-neutral-950\/87 {
  color: rgb(10 10 10 / 0.87) !important;
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9) !important;
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95) !important;
}
.text-on-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-100\/0 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0) !important;
}
.text-on-accent-100\/10 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.1) !important;
}
.text-on-accent-100\/100 {
  color: rgba(var(--fuse-on-accent-100-rgb), 1) !important;
}
.text-on-accent-100\/12 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.12) !important;
}
.text-on-accent-100\/15 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.15) !important;
}
.text-on-accent-100\/20 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.2) !important;
}
.text-on-accent-100\/25 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.25) !important;
}
.text-on-accent-100\/30 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.3) !important;
}
.text-on-accent-100\/35 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.35) !important;
}
.text-on-accent-100\/38 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.38) !important;
}
.text-on-accent-100\/40 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.4) !important;
}
.text-on-accent-100\/45 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.45) !important;
}
.text-on-accent-100\/5 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.05) !important;
}
.text-on-accent-100\/50 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.5) !important;
}
.text-on-accent-100\/55 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.55) !important;
}
.text-on-accent-100\/60 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.6) !important;
}
.text-on-accent-100\/65 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.65) !important;
}
.text-on-accent-100\/70 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.7) !important;
}
.text-on-accent-100\/75 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.75) !important;
}
.text-on-accent-100\/80 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.8) !important;
}
.text-on-accent-100\/85 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.85) !important;
}
.text-on-accent-100\/87 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.87) !important;
}
.text-on-accent-100\/90 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.9) !important;
}
.text-on-accent-100\/95 {
  color: rgba(var(--fuse-on-accent-100-rgb), 0.95) !important;
}
.text-on-accent-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-200\/0 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0) !important;
}
.text-on-accent-200\/10 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.1) !important;
}
.text-on-accent-200\/100 {
  color: rgba(var(--fuse-on-accent-200-rgb), 1) !important;
}
.text-on-accent-200\/12 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.12) !important;
}
.text-on-accent-200\/15 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.15) !important;
}
.text-on-accent-200\/20 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.2) !important;
}
.text-on-accent-200\/25 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.25) !important;
}
.text-on-accent-200\/30 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.3) !important;
}
.text-on-accent-200\/35 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.35) !important;
}
.text-on-accent-200\/38 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.38) !important;
}
.text-on-accent-200\/40 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.4) !important;
}
.text-on-accent-200\/45 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.45) !important;
}
.text-on-accent-200\/5 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.05) !important;
}
.text-on-accent-200\/50 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.5) !important;
}
.text-on-accent-200\/55 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.55) !important;
}
.text-on-accent-200\/60 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.6) !important;
}
.text-on-accent-200\/65 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.65) !important;
}
.text-on-accent-200\/70 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.7) !important;
}
.text-on-accent-200\/75 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.75) !important;
}
.text-on-accent-200\/80 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.8) !important;
}
.text-on-accent-200\/85 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.85) !important;
}
.text-on-accent-200\/87 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.87) !important;
}
.text-on-accent-200\/90 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.9) !important;
}
.text-on-accent-200\/95 {
  color: rgba(var(--fuse-on-accent-200-rgb), 0.95) !important;
}
.text-on-accent-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-300\/0 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0) !important;
}
.text-on-accent-300\/10 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.1) !important;
}
.text-on-accent-300\/100 {
  color: rgba(var(--fuse-on-accent-300-rgb), 1) !important;
}
.text-on-accent-300\/12 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.12) !important;
}
.text-on-accent-300\/15 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.15) !important;
}
.text-on-accent-300\/20 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.2) !important;
}
.text-on-accent-300\/25 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.25) !important;
}
.text-on-accent-300\/30 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.3) !important;
}
.text-on-accent-300\/35 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.35) !important;
}
.text-on-accent-300\/38 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.38) !important;
}
.text-on-accent-300\/40 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.4) !important;
}
.text-on-accent-300\/45 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.45) !important;
}
.text-on-accent-300\/5 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.05) !important;
}
.text-on-accent-300\/50 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.5) !important;
}
.text-on-accent-300\/55 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.55) !important;
}
.text-on-accent-300\/60 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.6) !important;
}
.text-on-accent-300\/65 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.65) !important;
}
.text-on-accent-300\/70 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.7) !important;
}
.text-on-accent-300\/75 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.75) !important;
}
.text-on-accent-300\/80 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.8) !important;
}
.text-on-accent-300\/85 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.85) !important;
}
.text-on-accent-300\/87 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.87) !important;
}
.text-on-accent-300\/90 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.9) !important;
}
.text-on-accent-300\/95 {
  color: rgba(var(--fuse-on-accent-300-rgb), 0.95) !important;
}
.text-on-accent-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-400\/0 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0) !important;
}
.text-on-accent-400\/10 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.1) !important;
}
.text-on-accent-400\/100 {
  color: rgba(var(--fuse-on-accent-400-rgb), 1) !important;
}
.text-on-accent-400\/12 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.12) !important;
}
.text-on-accent-400\/15 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.15) !important;
}
.text-on-accent-400\/20 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.2) !important;
}
.text-on-accent-400\/25 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.25) !important;
}
.text-on-accent-400\/30 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.3) !important;
}
.text-on-accent-400\/35 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.35) !important;
}
.text-on-accent-400\/38 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.38) !important;
}
.text-on-accent-400\/40 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.4) !important;
}
.text-on-accent-400\/45 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.45) !important;
}
.text-on-accent-400\/5 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.05) !important;
}
.text-on-accent-400\/50 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.5) !important;
}
.text-on-accent-400\/55 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.55) !important;
}
.text-on-accent-400\/60 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.6) !important;
}
.text-on-accent-400\/65 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.65) !important;
}
.text-on-accent-400\/70 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.7) !important;
}
.text-on-accent-400\/75 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.75) !important;
}
.text-on-accent-400\/80 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.8) !important;
}
.text-on-accent-400\/85 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.85) !important;
}
.text-on-accent-400\/87 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.87) !important;
}
.text-on-accent-400\/90 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.9) !important;
}
.text-on-accent-400\/95 {
  color: rgba(var(--fuse-on-accent-400-rgb), 0.95) !important;
}
.text-on-accent-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-50\/0 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0) !important;
}
.text-on-accent-50\/10 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.1) !important;
}
.text-on-accent-50\/100 {
  color: rgba(var(--fuse-on-accent-50-rgb), 1) !important;
}
.text-on-accent-50\/12 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.12) !important;
}
.text-on-accent-50\/15 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.15) !important;
}
.text-on-accent-50\/20 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.2) !important;
}
.text-on-accent-50\/25 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.25) !important;
}
.text-on-accent-50\/30 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.3) !important;
}
.text-on-accent-50\/35 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.35) !important;
}
.text-on-accent-50\/38 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.38) !important;
}
.text-on-accent-50\/40 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.4) !important;
}
.text-on-accent-50\/45 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.45) !important;
}
.text-on-accent-50\/5 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.05) !important;
}
.text-on-accent-50\/50 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.5) !important;
}
.text-on-accent-50\/55 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.55) !important;
}
.text-on-accent-50\/60 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.6) !important;
}
.text-on-accent-50\/65 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.65) !important;
}
.text-on-accent-50\/70 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.7) !important;
}
.text-on-accent-50\/75 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.75) !important;
}
.text-on-accent-50\/80 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.8) !important;
}
.text-on-accent-50\/85 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.85) !important;
}
.text-on-accent-50\/87 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.87) !important;
}
.text-on-accent-50\/90 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.9) !important;
}
.text-on-accent-50\/95 {
  color: rgba(var(--fuse-on-accent-50-rgb), 0.95) !important;
}
.text-on-accent-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-500\/0 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0) !important;
}
.text-on-accent-500\/10 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.1) !important;
}
.text-on-accent-500\/100 {
  color: rgba(var(--fuse-on-accent-500-rgb), 1) !important;
}
.text-on-accent-500\/12 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.12) !important;
}
.text-on-accent-500\/15 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.15) !important;
}
.text-on-accent-500\/20 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.2) !important;
}
.text-on-accent-500\/25 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.25) !important;
}
.text-on-accent-500\/30 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.3) !important;
}
.text-on-accent-500\/35 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.35) !important;
}
.text-on-accent-500\/38 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.38) !important;
}
.text-on-accent-500\/40 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.4) !important;
}
.text-on-accent-500\/45 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.45) !important;
}
.text-on-accent-500\/5 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.05) !important;
}
.text-on-accent-500\/50 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.5) !important;
}
.text-on-accent-500\/55 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.55) !important;
}
.text-on-accent-500\/60 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.6) !important;
}
.text-on-accent-500\/65 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.65) !important;
}
.text-on-accent-500\/70 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.7) !important;
}
.text-on-accent-500\/75 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.75) !important;
}
.text-on-accent-500\/80 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.8) !important;
}
.text-on-accent-500\/85 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.85) !important;
}
.text-on-accent-500\/87 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.87) !important;
}
.text-on-accent-500\/90 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.9) !important;
}
.text-on-accent-500\/95 {
  color: rgba(var(--fuse-on-accent-500-rgb), 0.95) !important;
}
.text-on-accent-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-600\/0 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0) !important;
}
.text-on-accent-600\/10 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.1) !important;
}
.text-on-accent-600\/100 {
  color: rgba(var(--fuse-on-accent-600-rgb), 1) !important;
}
.text-on-accent-600\/12 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.12) !important;
}
.text-on-accent-600\/15 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.15) !important;
}
.text-on-accent-600\/20 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.2) !important;
}
.text-on-accent-600\/25 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.25) !important;
}
.text-on-accent-600\/30 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.3) !important;
}
.text-on-accent-600\/35 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.35) !important;
}
.text-on-accent-600\/38 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.38) !important;
}
.text-on-accent-600\/40 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.4) !important;
}
.text-on-accent-600\/45 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.45) !important;
}
.text-on-accent-600\/5 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.05) !important;
}
.text-on-accent-600\/50 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.5) !important;
}
.text-on-accent-600\/55 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.55) !important;
}
.text-on-accent-600\/60 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.6) !important;
}
.text-on-accent-600\/65 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.65) !important;
}
.text-on-accent-600\/70 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.7) !important;
}
.text-on-accent-600\/75 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.75) !important;
}
.text-on-accent-600\/80 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.8) !important;
}
.text-on-accent-600\/85 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.85) !important;
}
.text-on-accent-600\/87 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.87) !important;
}
.text-on-accent-600\/90 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.9) !important;
}
.text-on-accent-600\/95 {
  color: rgba(var(--fuse-on-accent-600-rgb), 0.95) !important;
}
.text-on-accent-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-700\/0 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0) !important;
}
.text-on-accent-700\/10 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.1) !important;
}
.text-on-accent-700\/100 {
  color: rgba(var(--fuse-on-accent-700-rgb), 1) !important;
}
.text-on-accent-700\/12 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.12) !important;
}
.text-on-accent-700\/15 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.15) !important;
}
.text-on-accent-700\/20 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.2) !important;
}
.text-on-accent-700\/25 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.25) !important;
}
.text-on-accent-700\/30 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.3) !important;
}
.text-on-accent-700\/35 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.35) !important;
}
.text-on-accent-700\/38 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.38) !important;
}
.text-on-accent-700\/40 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.4) !important;
}
.text-on-accent-700\/45 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.45) !important;
}
.text-on-accent-700\/5 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.05) !important;
}
.text-on-accent-700\/50 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.5) !important;
}
.text-on-accent-700\/55 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.55) !important;
}
.text-on-accent-700\/60 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.6) !important;
}
.text-on-accent-700\/65 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.65) !important;
}
.text-on-accent-700\/70 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.7) !important;
}
.text-on-accent-700\/75 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.75) !important;
}
.text-on-accent-700\/80 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.8) !important;
}
.text-on-accent-700\/85 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.85) !important;
}
.text-on-accent-700\/87 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.87) !important;
}
.text-on-accent-700\/90 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.9) !important;
}
.text-on-accent-700\/95 {
  color: rgba(var(--fuse-on-accent-700-rgb), 0.95) !important;
}
.text-on-accent-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-800\/0 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0) !important;
}
.text-on-accent-800\/10 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.1) !important;
}
.text-on-accent-800\/100 {
  color: rgba(var(--fuse-on-accent-800-rgb), 1) !important;
}
.text-on-accent-800\/12 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.12) !important;
}
.text-on-accent-800\/15 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.15) !important;
}
.text-on-accent-800\/20 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.2) !important;
}
.text-on-accent-800\/25 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.25) !important;
}
.text-on-accent-800\/30 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.3) !important;
}
.text-on-accent-800\/35 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.35) !important;
}
.text-on-accent-800\/38 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.38) !important;
}
.text-on-accent-800\/40 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.4) !important;
}
.text-on-accent-800\/45 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.45) !important;
}
.text-on-accent-800\/5 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.05) !important;
}
.text-on-accent-800\/50 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.5) !important;
}
.text-on-accent-800\/55 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.55) !important;
}
.text-on-accent-800\/60 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.6) !important;
}
.text-on-accent-800\/65 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.65) !important;
}
.text-on-accent-800\/70 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.7) !important;
}
.text-on-accent-800\/75 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.75) !important;
}
.text-on-accent-800\/80 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.8) !important;
}
.text-on-accent-800\/85 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.85) !important;
}
.text-on-accent-800\/87 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.87) !important;
}
.text-on-accent-800\/90 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.9) !important;
}
.text-on-accent-800\/95 {
  color: rgba(var(--fuse-on-accent-800-rgb), 0.95) !important;
}
.text-on-accent-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-900\/0 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0) !important;
}
.text-on-accent-900\/10 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.1) !important;
}
.text-on-accent-900\/100 {
  color: rgba(var(--fuse-on-accent-900-rgb), 1) !important;
}
.text-on-accent-900\/12 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.12) !important;
}
.text-on-accent-900\/15 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.15) !important;
}
.text-on-accent-900\/20 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.2) !important;
}
.text-on-accent-900\/25 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.25) !important;
}
.text-on-accent-900\/30 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.3) !important;
}
.text-on-accent-900\/35 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.35) !important;
}
.text-on-accent-900\/38 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.38) !important;
}
.text-on-accent-900\/40 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.4) !important;
}
.text-on-accent-900\/45 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.45) !important;
}
.text-on-accent-900\/5 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.05) !important;
}
.text-on-accent-900\/50 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.5) !important;
}
.text-on-accent-900\/55 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.55) !important;
}
.text-on-accent-900\/60 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.6) !important;
}
.text-on-accent-900\/65 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.65) !important;
}
.text-on-accent-900\/70 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.7) !important;
}
.text-on-accent-900\/75 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.75) !important;
}
.text-on-accent-900\/80 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.8) !important;
}
.text-on-accent-900\/85 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.85) !important;
}
.text-on-accent-900\/87 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.87) !important;
}
.text-on-accent-900\/90 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.9) !important;
}
.text-on-accent-900\/95 {
  color: rgba(var(--fuse-on-accent-900-rgb), 0.95) !important;
}
.text-on-accent-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-accent-950\/0 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0) !important;
}
.text-on-accent-950\/10 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.1) !important;
}
.text-on-accent-950\/100 {
  color: rgba(var(--fuse-on-accent-950-rgb), 1) !important;
}
.text-on-accent-950\/12 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.12) !important;
}
.text-on-accent-950\/15 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.15) !important;
}
.text-on-accent-950\/20 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.2) !important;
}
.text-on-accent-950\/25 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.25) !important;
}
.text-on-accent-950\/30 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.3) !important;
}
.text-on-accent-950\/35 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.35) !important;
}
.text-on-accent-950\/38 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.38) !important;
}
.text-on-accent-950\/40 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.4) !important;
}
.text-on-accent-950\/45 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.45) !important;
}
.text-on-accent-950\/5 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.05) !important;
}
.text-on-accent-950\/50 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.5) !important;
}
.text-on-accent-950\/55 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.55) !important;
}
.text-on-accent-950\/60 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.6) !important;
}
.text-on-accent-950\/65 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.65) !important;
}
.text-on-accent-950\/70 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.7) !important;
}
.text-on-accent-950\/75 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.75) !important;
}
.text-on-accent-950\/80 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.8) !important;
}
.text-on-accent-950\/85 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.85) !important;
}
.text-on-accent-950\/87 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.87) !important;
}
.text-on-accent-950\/90 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.9) !important;
}
.text-on-accent-950\/95 {
  color: rgba(var(--fuse-on-accent-950-rgb), 0.95) !important;
}
.text-on-accent\/0 {
  color: rgba(var(--fuse-on-accent-rgb), 0) !important;
}
.text-on-accent\/10 {
  color: rgba(var(--fuse-on-accent-rgb), 0.1) !important;
}
.text-on-accent\/100 {
  color: rgba(var(--fuse-on-accent-rgb), 1) !important;
}
.text-on-accent\/12 {
  color: rgba(var(--fuse-on-accent-rgb), 0.12) !important;
}
.text-on-accent\/15 {
  color: rgba(var(--fuse-on-accent-rgb), 0.15) !important;
}
.text-on-accent\/20 {
  color: rgba(var(--fuse-on-accent-rgb), 0.2) !important;
}
.text-on-accent\/25 {
  color: rgba(var(--fuse-on-accent-rgb), 0.25) !important;
}
.text-on-accent\/30 {
  color: rgba(var(--fuse-on-accent-rgb), 0.3) !important;
}
.text-on-accent\/35 {
  color: rgba(var(--fuse-on-accent-rgb), 0.35) !important;
}
.text-on-accent\/38 {
  color: rgba(var(--fuse-on-accent-rgb), 0.38) !important;
}
.text-on-accent\/40 {
  color: rgba(var(--fuse-on-accent-rgb), 0.4) !important;
}
.text-on-accent\/45 {
  color: rgba(var(--fuse-on-accent-rgb), 0.45) !important;
}
.text-on-accent\/5 {
  color: rgba(var(--fuse-on-accent-rgb), 0.05) !important;
}
.text-on-accent\/50 {
  color: rgba(var(--fuse-on-accent-rgb), 0.5) !important;
}
.text-on-accent\/55 {
  color: rgba(var(--fuse-on-accent-rgb), 0.55) !important;
}
.text-on-accent\/60 {
  color: rgba(var(--fuse-on-accent-rgb), 0.6) !important;
}
.text-on-accent\/65 {
  color: rgba(var(--fuse-on-accent-rgb), 0.65) !important;
}
.text-on-accent\/70 {
  color: rgba(var(--fuse-on-accent-rgb), 0.7) !important;
}
.text-on-accent\/75 {
  color: rgba(var(--fuse-on-accent-rgb), 0.75) !important;
}
.text-on-accent\/80 {
  color: rgba(var(--fuse-on-accent-rgb), 0.8) !important;
}
.text-on-accent\/85 {
  color: rgba(var(--fuse-on-accent-rgb), 0.85) !important;
}
.text-on-accent\/87 {
  color: rgba(var(--fuse-on-accent-rgb), 0.87) !important;
}
.text-on-accent\/90 {
  color: rgba(var(--fuse-on-accent-rgb), 0.9) !important;
}
.text-on-accent\/95 {
  color: rgba(var(--fuse-on-accent-rgb), 0.95) !important;
}
.text-on-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-100\/0 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0) !important;
}
.text-on-primary-100\/10 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.1) !important;
}
.text-on-primary-100\/100 {
  color: rgba(var(--fuse-on-primary-100-rgb), 1) !important;
}
.text-on-primary-100\/12 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.12) !important;
}
.text-on-primary-100\/15 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.15) !important;
}
.text-on-primary-100\/20 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.2) !important;
}
.text-on-primary-100\/25 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.25) !important;
}
.text-on-primary-100\/30 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.3) !important;
}
.text-on-primary-100\/35 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.35) !important;
}
.text-on-primary-100\/38 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.38) !important;
}
.text-on-primary-100\/40 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.4) !important;
}
.text-on-primary-100\/45 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.45) !important;
}
.text-on-primary-100\/5 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.05) !important;
}
.text-on-primary-100\/50 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.5) !important;
}
.text-on-primary-100\/55 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.55) !important;
}
.text-on-primary-100\/60 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.6) !important;
}
.text-on-primary-100\/65 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.65) !important;
}
.text-on-primary-100\/70 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.7) !important;
}
.text-on-primary-100\/75 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.75) !important;
}
.text-on-primary-100\/80 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.8) !important;
}
.text-on-primary-100\/85 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.85) !important;
}
.text-on-primary-100\/87 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.87) !important;
}
.text-on-primary-100\/90 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.9) !important;
}
.text-on-primary-100\/95 {
  color: rgba(var(--fuse-on-primary-100-rgb), 0.95) !important;
}
.text-on-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-200\/0 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0) !important;
}
.text-on-primary-200\/10 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.1) !important;
}
.text-on-primary-200\/100 {
  color: rgba(var(--fuse-on-primary-200-rgb), 1) !important;
}
.text-on-primary-200\/12 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.12) !important;
}
.text-on-primary-200\/15 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.15) !important;
}
.text-on-primary-200\/20 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.2) !important;
}
.text-on-primary-200\/25 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.25) !important;
}
.text-on-primary-200\/30 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.3) !important;
}
.text-on-primary-200\/35 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.35) !important;
}
.text-on-primary-200\/38 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.38) !important;
}
.text-on-primary-200\/40 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.4) !important;
}
.text-on-primary-200\/45 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.45) !important;
}
.text-on-primary-200\/5 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.05) !important;
}
.text-on-primary-200\/50 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.5) !important;
}
.text-on-primary-200\/55 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.55) !important;
}
.text-on-primary-200\/60 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.6) !important;
}
.text-on-primary-200\/65 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.65) !important;
}
.text-on-primary-200\/70 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.7) !important;
}
.text-on-primary-200\/75 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.75) !important;
}
.text-on-primary-200\/80 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.8) !important;
}
.text-on-primary-200\/85 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.85) !important;
}
.text-on-primary-200\/87 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.87) !important;
}
.text-on-primary-200\/90 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.9) !important;
}
.text-on-primary-200\/95 {
  color: rgba(var(--fuse-on-primary-200-rgb), 0.95) !important;
}
.text-on-primary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-300\/0 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0) !important;
}
.text-on-primary-300\/10 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.1) !important;
}
.text-on-primary-300\/100 {
  color: rgba(var(--fuse-on-primary-300-rgb), 1) !important;
}
.text-on-primary-300\/12 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.12) !important;
}
.text-on-primary-300\/15 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.15) !important;
}
.text-on-primary-300\/20 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.2) !important;
}
.text-on-primary-300\/25 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.25) !important;
}
.text-on-primary-300\/30 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.3) !important;
}
.text-on-primary-300\/35 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.35) !important;
}
.text-on-primary-300\/38 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.38) !important;
}
.text-on-primary-300\/40 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.4) !important;
}
.text-on-primary-300\/45 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.45) !important;
}
.text-on-primary-300\/5 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.05) !important;
}
.text-on-primary-300\/50 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.5) !important;
}
.text-on-primary-300\/55 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.55) !important;
}
.text-on-primary-300\/60 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.6) !important;
}
.text-on-primary-300\/65 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.65) !important;
}
.text-on-primary-300\/70 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.7) !important;
}
.text-on-primary-300\/75 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.75) !important;
}
.text-on-primary-300\/80 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.8) !important;
}
.text-on-primary-300\/85 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.85) !important;
}
.text-on-primary-300\/87 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.87) !important;
}
.text-on-primary-300\/90 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.9) !important;
}
.text-on-primary-300\/95 {
  color: rgba(var(--fuse-on-primary-300-rgb), 0.95) !important;
}
.text-on-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-400\/0 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0) !important;
}
.text-on-primary-400\/10 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.1) !important;
}
.text-on-primary-400\/100 {
  color: rgba(var(--fuse-on-primary-400-rgb), 1) !important;
}
.text-on-primary-400\/12 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.12) !important;
}
.text-on-primary-400\/15 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.15) !important;
}
.text-on-primary-400\/20 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.2) !important;
}
.text-on-primary-400\/25 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.25) !important;
}
.text-on-primary-400\/30 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.3) !important;
}
.text-on-primary-400\/35 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.35) !important;
}
.text-on-primary-400\/38 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.38) !important;
}
.text-on-primary-400\/40 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.4) !important;
}
.text-on-primary-400\/45 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.45) !important;
}
.text-on-primary-400\/5 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.05) !important;
}
.text-on-primary-400\/50 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.5) !important;
}
.text-on-primary-400\/55 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.55) !important;
}
.text-on-primary-400\/60 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.6) !important;
}
.text-on-primary-400\/65 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.65) !important;
}
.text-on-primary-400\/70 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.7) !important;
}
.text-on-primary-400\/75 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.75) !important;
}
.text-on-primary-400\/80 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.8) !important;
}
.text-on-primary-400\/85 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.85) !important;
}
.text-on-primary-400\/87 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.87) !important;
}
.text-on-primary-400\/90 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.9) !important;
}
.text-on-primary-400\/95 {
  color: rgba(var(--fuse-on-primary-400-rgb), 0.95) !important;
}
.text-on-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-50\/0 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0) !important;
}
.text-on-primary-50\/10 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.1) !important;
}
.text-on-primary-50\/100 {
  color: rgba(var(--fuse-on-primary-50-rgb), 1) !important;
}
.text-on-primary-50\/12 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.12) !important;
}
.text-on-primary-50\/15 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.15) !important;
}
.text-on-primary-50\/20 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.2) !important;
}
.text-on-primary-50\/25 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.25) !important;
}
.text-on-primary-50\/30 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.3) !important;
}
.text-on-primary-50\/35 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.35) !important;
}
.text-on-primary-50\/38 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.38) !important;
}
.text-on-primary-50\/40 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.4) !important;
}
.text-on-primary-50\/45 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.45) !important;
}
.text-on-primary-50\/5 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.05) !important;
}
.text-on-primary-50\/50 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.5) !important;
}
.text-on-primary-50\/55 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.55) !important;
}
.text-on-primary-50\/60 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.6) !important;
}
.text-on-primary-50\/65 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.65) !important;
}
.text-on-primary-50\/70 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.7) !important;
}
.text-on-primary-50\/75 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.75) !important;
}
.text-on-primary-50\/80 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.8) !important;
}
.text-on-primary-50\/85 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.85) !important;
}
.text-on-primary-50\/87 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.87) !important;
}
.text-on-primary-50\/90 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.9) !important;
}
.text-on-primary-50\/95 {
  color: rgba(var(--fuse-on-primary-50-rgb), 0.95) !important;
}
.text-on-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-500\/0 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0) !important;
}
.text-on-primary-500\/10 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.1) !important;
}
.text-on-primary-500\/100 {
  color: rgba(var(--fuse-on-primary-500-rgb), 1) !important;
}
.text-on-primary-500\/12 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.12) !important;
}
.text-on-primary-500\/15 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.15) !important;
}
.text-on-primary-500\/20 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.2) !important;
}
.text-on-primary-500\/25 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.25) !important;
}
.text-on-primary-500\/30 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.3) !important;
}
.text-on-primary-500\/35 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.35) !important;
}
.text-on-primary-500\/38 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.38) !important;
}
.text-on-primary-500\/40 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.4) !important;
}
.text-on-primary-500\/45 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.45) !important;
}
.text-on-primary-500\/5 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.05) !important;
}
.text-on-primary-500\/50 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.5) !important;
}
.text-on-primary-500\/55 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.55) !important;
}
.text-on-primary-500\/60 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.6) !important;
}
.text-on-primary-500\/65 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.65) !important;
}
.text-on-primary-500\/70 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.7) !important;
}
.text-on-primary-500\/75 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.75) !important;
}
.text-on-primary-500\/80 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.8) !important;
}
.text-on-primary-500\/85 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.85) !important;
}
.text-on-primary-500\/87 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.87) !important;
}
.text-on-primary-500\/90 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.9) !important;
}
.text-on-primary-500\/95 {
  color: rgba(var(--fuse-on-primary-500-rgb), 0.95) !important;
}
.text-on-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-600\/0 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0) !important;
}
.text-on-primary-600\/10 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.1) !important;
}
.text-on-primary-600\/100 {
  color: rgba(var(--fuse-on-primary-600-rgb), 1) !important;
}
.text-on-primary-600\/12 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.12) !important;
}
.text-on-primary-600\/15 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.15) !important;
}
.text-on-primary-600\/20 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.2) !important;
}
.text-on-primary-600\/25 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.25) !important;
}
.text-on-primary-600\/30 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.3) !important;
}
.text-on-primary-600\/35 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.35) !important;
}
.text-on-primary-600\/38 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.38) !important;
}
.text-on-primary-600\/40 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.4) !important;
}
.text-on-primary-600\/45 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.45) !important;
}
.text-on-primary-600\/5 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.05) !important;
}
.text-on-primary-600\/50 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.5) !important;
}
.text-on-primary-600\/55 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.55) !important;
}
.text-on-primary-600\/60 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.6) !important;
}
.text-on-primary-600\/65 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.65) !important;
}
.text-on-primary-600\/70 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.7) !important;
}
.text-on-primary-600\/75 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.75) !important;
}
.text-on-primary-600\/80 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.8) !important;
}
.text-on-primary-600\/85 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.85) !important;
}
.text-on-primary-600\/87 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.87) !important;
}
.text-on-primary-600\/90 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.9) !important;
}
.text-on-primary-600\/95 {
  color: rgba(var(--fuse-on-primary-600-rgb), 0.95) !important;
}
.text-on-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-700\/0 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0) !important;
}
.text-on-primary-700\/10 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.1) !important;
}
.text-on-primary-700\/100 {
  color: rgba(var(--fuse-on-primary-700-rgb), 1) !important;
}
.text-on-primary-700\/12 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.12) !important;
}
.text-on-primary-700\/15 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.15) !important;
}
.text-on-primary-700\/20 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.2) !important;
}
.text-on-primary-700\/25 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.25) !important;
}
.text-on-primary-700\/30 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.3) !important;
}
.text-on-primary-700\/35 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.35) !important;
}
.text-on-primary-700\/38 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.38) !important;
}
.text-on-primary-700\/40 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.4) !important;
}
.text-on-primary-700\/45 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.45) !important;
}
.text-on-primary-700\/5 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.05) !important;
}
.text-on-primary-700\/50 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.5) !important;
}
.text-on-primary-700\/55 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.55) !important;
}
.text-on-primary-700\/60 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.6) !important;
}
.text-on-primary-700\/65 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.65) !important;
}
.text-on-primary-700\/70 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.7) !important;
}
.text-on-primary-700\/75 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.75) !important;
}
.text-on-primary-700\/80 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.8) !important;
}
.text-on-primary-700\/85 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.85) !important;
}
.text-on-primary-700\/87 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.87) !important;
}
.text-on-primary-700\/90 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.9) !important;
}
.text-on-primary-700\/95 {
  color: rgba(var(--fuse-on-primary-700-rgb), 0.95) !important;
}
.text-on-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-800\/0 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0) !important;
}
.text-on-primary-800\/10 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.1) !important;
}
.text-on-primary-800\/100 {
  color: rgba(var(--fuse-on-primary-800-rgb), 1) !important;
}
.text-on-primary-800\/12 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.12) !important;
}
.text-on-primary-800\/15 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.15) !important;
}
.text-on-primary-800\/20 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.2) !important;
}
.text-on-primary-800\/25 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.25) !important;
}
.text-on-primary-800\/30 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.3) !important;
}
.text-on-primary-800\/35 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.35) !important;
}
.text-on-primary-800\/38 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.38) !important;
}
.text-on-primary-800\/40 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.4) !important;
}
.text-on-primary-800\/45 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.45) !important;
}
.text-on-primary-800\/5 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.05) !important;
}
.text-on-primary-800\/50 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.5) !important;
}
.text-on-primary-800\/55 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.55) !important;
}
.text-on-primary-800\/60 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.6) !important;
}
.text-on-primary-800\/65 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.65) !important;
}
.text-on-primary-800\/70 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.7) !important;
}
.text-on-primary-800\/75 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.75) !important;
}
.text-on-primary-800\/80 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.8) !important;
}
.text-on-primary-800\/85 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.85) !important;
}
.text-on-primary-800\/87 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.87) !important;
}
.text-on-primary-800\/90 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.9) !important;
}
.text-on-primary-800\/95 {
  color: rgba(var(--fuse-on-primary-800-rgb), 0.95) !important;
}
.text-on-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-900\/0 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0) !important;
}
.text-on-primary-900\/10 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.1) !important;
}
.text-on-primary-900\/100 {
  color: rgba(var(--fuse-on-primary-900-rgb), 1) !important;
}
.text-on-primary-900\/12 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.12) !important;
}
.text-on-primary-900\/15 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.15) !important;
}
.text-on-primary-900\/20 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.2) !important;
}
.text-on-primary-900\/25 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.25) !important;
}
.text-on-primary-900\/30 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.3) !important;
}
.text-on-primary-900\/35 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.35) !important;
}
.text-on-primary-900\/38 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.38) !important;
}
.text-on-primary-900\/40 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.4) !important;
}
.text-on-primary-900\/45 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.45) !important;
}
.text-on-primary-900\/5 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.05) !important;
}
.text-on-primary-900\/50 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.5) !important;
}
.text-on-primary-900\/55 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.55) !important;
}
.text-on-primary-900\/60 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.6) !important;
}
.text-on-primary-900\/65 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.65) !important;
}
.text-on-primary-900\/70 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.7) !important;
}
.text-on-primary-900\/75 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.75) !important;
}
.text-on-primary-900\/80 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.8) !important;
}
.text-on-primary-900\/85 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.85) !important;
}
.text-on-primary-900\/87 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.87) !important;
}
.text-on-primary-900\/90 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.9) !important;
}
.text-on-primary-900\/95 {
  color: rgba(var(--fuse-on-primary-900-rgb), 0.95) !important;
}
.text-on-primary-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-primary-950\/0 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0) !important;
}
.text-on-primary-950\/10 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.1) !important;
}
.text-on-primary-950\/100 {
  color: rgba(var(--fuse-on-primary-950-rgb), 1) !important;
}
.text-on-primary-950\/12 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.12) !important;
}
.text-on-primary-950\/15 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.15) !important;
}
.text-on-primary-950\/20 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.2) !important;
}
.text-on-primary-950\/25 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.25) !important;
}
.text-on-primary-950\/30 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.3) !important;
}
.text-on-primary-950\/35 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.35) !important;
}
.text-on-primary-950\/38 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.38) !important;
}
.text-on-primary-950\/40 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.4) !important;
}
.text-on-primary-950\/45 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.45) !important;
}
.text-on-primary-950\/5 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.05) !important;
}
.text-on-primary-950\/50 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.5) !important;
}
.text-on-primary-950\/55 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.55) !important;
}
.text-on-primary-950\/60 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.6) !important;
}
.text-on-primary-950\/65 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.65) !important;
}
.text-on-primary-950\/70 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.7) !important;
}
.text-on-primary-950\/75 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.75) !important;
}
.text-on-primary-950\/80 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.8) !important;
}
.text-on-primary-950\/85 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.85) !important;
}
.text-on-primary-950\/87 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.87) !important;
}
.text-on-primary-950\/90 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.9) !important;
}
.text-on-primary-950\/95 {
  color: rgba(var(--fuse-on-primary-950-rgb), 0.95) !important;
}
.text-on-primary\/0 {
  color: rgba(var(--fuse-on-primary-rgb), 0) !important;
}
.text-on-primary\/10 {
  color: rgba(var(--fuse-on-primary-rgb), 0.1) !important;
}
.text-on-primary\/100 {
  color: rgba(var(--fuse-on-primary-rgb), 1) !important;
}
.text-on-primary\/12 {
  color: rgba(var(--fuse-on-primary-rgb), 0.12) !important;
}
.text-on-primary\/15 {
  color: rgba(var(--fuse-on-primary-rgb), 0.15) !important;
}
.text-on-primary\/20 {
  color: rgba(var(--fuse-on-primary-rgb), 0.2) !important;
}
.text-on-primary\/25 {
  color: rgba(var(--fuse-on-primary-rgb), 0.25) !important;
}
.text-on-primary\/30 {
  color: rgba(var(--fuse-on-primary-rgb), 0.3) !important;
}
.text-on-primary\/35 {
  color: rgba(var(--fuse-on-primary-rgb), 0.35) !important;
}
.text-on-primary\/38 {
  color: rgba(var(--fuse-on-primary-rgb), 0.38) !important;
}
.text-on-primary\/40 {
  color: rgba(var(--fuse-on-primary-rgb), 0.4) !important;
}
.text-on-primary\/45 {
  color: rgba(var(--fuse-on-primary-rgb), 0.45) !important;
}
.text-on-primary\/5 {
  color: rgba(var(--fuse-on-primary-rgb), 0.05) !important;
}
.text-on-primary\/50 {
  color: rgba(var(--fuse-on-primary-rgb), 0.5) !important;
}
.text-on-primary\/55 {
  color: rgba(var(--fuse-on-primary-rgb), 0.55) !important;
}
.text-on-primary\/60 {
  color: rgba(var(--fuse-on-primary-rgb), 0.6) !important;
}
.text-on-primary\/65 {
  color: rgba(var(--fuse-on-primary-rgb), 0.65) !important;
}
.text-on-primary\/70 {
  color: rgba(var(--fuse-on-primary-rgb), 0.7) !important;
}
.text-on-primary\/75 {
  color: rgba(var(--fuse-on-primary-rgb), 0.75) !important;
}
.text-on-primary\/80 {
  color: rgba(var(--fuse-on-primary-rgb), 0.8) !important;
}
.text-on-primary\/85 {
  color: rgba(var(--fuse-on-primary-rgb), 0.85) !important;
}
.text-on-primary\/87 {
  color: rgba(var(--fuse-on-primary-rgb), 0.87) !important;
}
.text-on-primary\/90 {
  color: rgba(var(--fuse-on-primary-rgb), 0.9) !important;
}
.text-on-primary\/95 {
  color: rgba(var(--fuse-on-primary-rgb), 0.95) !important;
}
.text-on-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-100\/0 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0) !important;
}
.text-on-warn-100\/10 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.1) !important;
}
.text-on-warn-100\/100 {
  color: rgba(var(--fuse-on-warn-100-rgb), 1) !important;
}
.text-on-warn-100\/12 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.12) !important;
}
.text-on-warn-100\/15 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.15) !important;
}
.text-on-warn-100\/20 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.2) !important;
}
.text-on-warn-100\/25 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.25) !important;
}
.text-on-warn-100\/30 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.3) !important;
}
.text-on-warn-100\/35 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.35) !important;
}
.text-on-warn-100\/38 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.38) !important;
}
.text-on-warn-100\/40 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.4) !important;
}
.text-on-warn-100\/45 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.45) !important;
}
.text-on-warn-100\/5 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.05) !important;
}
.text-on-warn-100\/50 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.5) !important;
}
.text-on-warn-100\/55 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.55) !important;
}
.text-on-warn-100\/60 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.6) !important;
}
.text-on-warn-100\/65 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.65) !important;
}
.text-on-warn-100\/70 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.7) !important;
}
.text-on-warn-100\/75 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.75) !important;
}
.text-on-warn-100\/80 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.8) !important;
}
.text-on-warn-100\/85 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.85) !important;
}
.text-on-warn-100\/87 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.87) !important;
}
.text-on-warn-100\/90 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.9) !important;
}
.text-on-warn-100\/95 {
  color: rgba(var(--fuse-on-warn-100-rgb), 0.95) !important;
}
.text-on-warn-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-200\/0 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0) !important;
}
.text-on-warn-200\/10 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.1) !important;
}
.text-on-warn-200\/100 {
  color: rgba(var(--fuse-on-warn-200-rgb), 1) !important;
}
.text-on-warn-200\/12 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.12) !important;
}
.text-on-warn-200\/15 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.15) !important;
}
.text-on-warn-200\/20 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.2) !important;
}
.text-on-warn-200\/25 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.25) !important;
}
.text-on-warn-200\/30 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.3) !important;
}
.text-on-warn-200\/35 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.35) !important;
}
.text-on-warn-200\/38 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.38) !important;
}
.text-on-warn-200\/40 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.4) !important;
}
.text-on-warn-200\/45 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.45) !important;
}
.text-on-warn-200\/5 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.05) !important;
}
.text-on-warn-200\/50 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.5) !important;
}
.text-on-warn-200\/55 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.55) !important;
}
.text-on-warn-200\/60 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.6) !important;
}
.text-on-warn-200\/65 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.65) !important;
}
.text-on-warn-200\/70 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.7) !important;
}
.text-on-warn-200\/75 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.75) !important;
}
.text-on-warn-200\/80 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.8) !important;
}
.text-on-warn-200\/85 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.85) !important;
}
.text-on-warn-200\/87 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.87) !important;
}
.text-on-warn-200\/90 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.9) !important;
}
.text-on-warn-200\/95 {
  color: rgba(var(--fuse-on-warn-200-rgb), 0.95) !important;
}
.text-on-warn-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-300\/0 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0) !important;
}
.text-on-warn-300\/10 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.1) !important;
}
.text-on-warn-300\/100 {
  color: rgba(var(--fuse-on-warn-300-rgb), 1) !important;
}
.text-on-warn-300\/12 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.12) !important;
}
.text-on-warn-300\/15 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.15) !important;
}
.text-on-warn-300\/20 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.2) !important;
}
.text-on-warn-300\/25 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.25) !important;
}
.text-on-warn-300\/30 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.3) !important;
}
.text-on-warn-300\/35 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.35) !important;
}
.text-on-warn-300\/38 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.38) !important;
}
.text-on-warn-300\/40 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.4) !important;
}
.text-on-warn-300\/45 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.45) !important;
}
.text-on-warn-300\/5 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.05) !important;
}
.text-on-warn-300\/50 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.5) !important;
}
.text-on-warn-300\/55 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.55) !important;
}
.text-on-warn-300\/60 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.6) !important;
}
.text-on-warn-300\/65 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.65) !important;
}
.text-on-warn-300\/70 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.7) !important;
}
.text-on-warn-300\/75 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.75) !important;
}
.text-on-warn-300\/80 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.8) !important;
}
.text-on-warn-300\/85 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.85) !important;
}
.text-on-warn-300\/87 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.87) !important;
}
.text-on-warn-300\/90 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.9) !important;
}
.text-on-warn-300\/95 {
  color: rgba(var(--fuse-on-warn-300-rgb), 0.95) !important;
}
.text-on-warn-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-400\/0 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0) !important;
}
.text-on-warn-400\/10 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.1) !important;
}
.text-on-warn-400\/100 {
  color: rgba(var(--fuse-on-warn-400-rgb), 1) !important;
}
.text-on-warn-400\/12 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.12) !important;
}
.text-on-warn-400\/15 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.15) !important;
}
.text-on-warn-400\/20 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.2) !important;
}
.text-on-warn-400\/25 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.25) !important;
}
.text-on-warn-400\/30 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.3) !important;
}
.text-on-warn-400\/35 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.35) !important;
}
.text-on-warn-400\/38 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.38) !important;
}
.text-on-warn-400\/40 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.4) !important;
}
.text-on-warn-400\/45 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.45) !important;
}
.text-on-warn-400\/5 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.05) !important;
}
.text-on-warn-400\/50 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.5) !important;
}
.text-on-warn-400\/55 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.55) !important;
}
.text-on-warn-400\/60 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.6) !important;
}
.text-on-warn-400\/65 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.65) !important;
}
.text-on-warn-400\/70 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.7) !important;
}
.text-on-warn-400\/75 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.75) !important;
}
.text-on-warn-400\/80 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.8) !important;
}
.text-on-warn-400\/85 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.85) !important;
}
.text-on-warn-400\/87 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.87) !important;
}
.text-on-warn-400\/90 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.9) !important;
}
.text-on-warn-400\/95 {
  color: rgba(var(--fuse-on-warn-400-rgb), 0.95) !important;
}
.text-on-warn-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-50\/0 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0) !important;
}
.text-on-warn-50\/10 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.1) !important;
}
.text-on-warn-50\/100 {
  color: rgba(var(--fuse-on-warn-50-rgb), 1) !important;
}
.text-on-warn-50\/12 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.12) !important;
}
.text-on-warn-50\/15 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.15) !important;
}
.text-on-warn-50\/20 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.2) !important;
}
.text-on-warn-50\/25 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.25) !important;
}
.text-on-warn-50\/30 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.3) !important;
}
.text-on-warn-50\/35 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.35) !important;
}
.text-on-warn-50\/38 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.38) !important;
}
.text-on-warn-50\/40 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.4) !important;
}
.text-on-warn-50\/45 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.45) !important;
}
.text-on-warn-50\/5 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.05) !important;
}
.text-on-warn-50\/50 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.5) !important;
}
.text-on-warn-50\/55 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.55) !important;
}
.text-on-warn-50\/60 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.6) !important;
}
.text-on-warn-50\/65 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.65) !important;
}
.text-on-warn-50\/70 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.7) !important;
}
.text-on-warn-50\/75 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.75) !important;
}
.text-on-warn-50\/80 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.8) !important;
}
.text-on-warn-50\/85 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.85) !important;
}
.text-on-warn-50\/87 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.87) !important;
}
.text-on-warn-50\/90 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.9) !important;
}
.text-on-warn-50\/95 {
  color: rgba(var(--fuse-on-warn-50-rgb), 0.95) !important;
}
.text-on-warn-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-500\/0 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0) !important;
}
.text-on-warn-500\/10 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.1) !important;
}
.text-on-warn-500\/100 {
  color: rgba(var(--fuse-on-warn-500-rgb), 1) !important;
}
.text-on-warn-500\/12 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.12) !important;
}
.text-on-warn-500\/15 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.15) !important;
}
.text-on-warn-500\/20 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.2) !important;
}
.text-on-warn-500\/25 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.25) !important;
}
.text-on-warn-500\/30 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.3) !important;
}
.text-on-warn-500\/35 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.35) !important;
}
.text-on-warn-500\/38 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.38) !important;
}
.text-on-warn-500\/40 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.4) !important;
}
.text-on-warn-500\/45 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.45) !important;
}
.text-on-warn-500\/5 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.05) !important;
}
.text-on-warn-500\/50 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.5) !important;
}
.text-on-warn-500\/55 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.55) !important;
}
.text-on-warn-500\/60 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.6) !important;
}
.text-on-warn-500\/65 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.65) !important;
}
.text-on-warn-500\/70 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.7) !important;
}
.text-on-warn-500\/75 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.75) !important;
}
.text-on-warn-500\/80 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.8) !important;
}
.text-on-warn-500\/85 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.85) !important;
}
.text-on-warn-500\/87 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.87) !important;
}
.text-on-warn-500\/90 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.9) !important;
}
.text-on-warn-500\/95 {
  color: rgba(var(--fuse-on-warn-500-rgb), 0.95) !important;
}
.text-on-warn-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-600\/0 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0) !important;
}
.text-on-warn-600\/10 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.1) !important;
}
.text-on-warn-600\/100 {
  color: rgba(var(--fuse-on-warn-600-rgb), 1) !important;
}
.text-on-warn-600\/12 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.12) !important;
}
.text-on-warn-600\/15 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.15) !important;
}
.text-on-warn-600\/20 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.2) !important;
}
.text-on-warn-600\/25 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.25) !important;
}
.text-on-warn-600\/30 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.3) !important;
}
.text-on-warn-600\/35 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.35) !important;
}
.text-on-warn-600\/38 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.38) !important;
}
.text-on-warn-600\/40 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.4) !important;
}
.text-on-warn-600\/45 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.45) !important;
}
.text-on-warn-600\/5 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.05) !important;
}
.text-on-warn-600\/50 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.5) !important;
}
.text-on-warn-600\/55 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.55) !important;
}
.text-on-warn-600\/60 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.6) !important;
}
.text-on-warn-600\/65 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.65) !important;
}
.text-on-warn-600\/70 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.7) !important;
}
.text-on-warn-600\/75 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.75) !important;
}
.text-on-warn-600\/80 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.8) !important;
}
.text-on-warn-600\/85 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.85) !important;
}
.text-on-warn-600\/87 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.87) !important;
}
.text-on-warn-600\/90 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.9) !important;
}
.text-on-warn-600\/95 {
  color: rgba(var(--fuse-on-warn-600-rgb), 0.95) !important;
}
.text-on-warn-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-700\/0 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0) !important;
}
.text-on-warn-700\/10 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.1) !important;
}
.text-on-warn-700\/100 {
  color: rgba(var(--fuse-on-warn-700-rgb), 1) !important;
}
.text-on-warn-700\/12 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.12) !important;
}
.text-on-warn-700\/15 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.15) !important;
}
.text-on-warn-700\/20 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.2) !important;
}
.text-on-warn-700\/25 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.25) !important;
}
.text-on-warn-700\/30 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.3) !important;
}
.text-on-warn-700\/35 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.35) !important;
}
.text-on-warn-700\/38 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.38) !important;
}
.text-on-warn-700\/40 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.4) !important;
}
.text-on-warn-700\/45 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.45) !important;
}
.text-on-warn-700\/5 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.05) !important;
}
.text-on-warn-700\/50 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.5) !important;
}
.text-on-warn-700\/55 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.55) !important;
}
.text-on-warn-700\/60 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.6) !important;
}
.text-on-warn-700\/65 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.65) !important;
}
.text-on-warn-700\/70 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.7) !important;
}
.text-on-warn-700\/75 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.75) !important;
}
.text-on-warn-700\/80 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.8) !important;
}
.text-on-warn-700\/85 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.85) !important;
}
.text-on-warn-700\/87 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.87) !important;
}
.text-on-warn-700\/90 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.9) !important;
}
.text-on-warn-700\/95 {
  color: rgba(var(--fuse-on-warn-700-rgb), 0.95) !important;
}
.text-on-warn-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-800\/0 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0) !important;
}
.text-on-warn-800\/10 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.1) !important;
}
.text-on-warn-800\/100 {
  color: rgba(var(--fuse-on-warn-800-rgb), 1) !important;
}
.text-on-warn-800\/12 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.12) !important;
}
.text-on-warn-800\/15 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.15) !important;
}
.text-on-warn-800\/20 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.2) !important;
}
.text-on-warn-800\/25 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.25) !important;
}
.text-on-warn-800\/30 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.3) !important;
}
.text-on-warn-800\/35 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.35) !important;
}
.text-on-warn-800\/38 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.38) !important;
}
.text-on-warn-800\/40 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.4) !important;
}
.text-on-warn-800\/45 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.45) !important;
}
.text-on-warn-800\/5 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.05) !important;
}
.text-on-warn-800\/50 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.5) !important;
}
.text-on-warn-800\/55 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.55) !important;
}
.text-on-warn-800\/60 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.6) !important;
}
.text-on-warn-800\/65 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.65) !important;
}
.text-on-warn-800\/70 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.7) !important;
}
.text-on-warn-800\/75 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.75) !important;
}
.text-on-warn-800\/80 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.8) !important;
}
.text-on-warn-800\/85 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.85) !important;
}
.text-on-warn-800\/87 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.87) !important;
}
.text-on-warn-800\/90 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.9) !important;
}
.text-on-warn-800\/95 {
  color: rgba(var(--fuse-on-warn-800-rgb), 0.95) !important;
}
.text-on-warn-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-900\/0 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0) !important;
}
.text-on-warn-900\/10 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.1) !important;
}
.text-on-warn-900\/100 {
  color: rgba(var(--fuse-on-warn-900-rgb), 1) !important;
}
.text-on-warn-900\/12 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.12) !important;
}
.text-on-warn-900\/15 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.15) !important;
}
.text-on-warn-900\/20 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.2) !important;
}
.text-on-warn-900\/25 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.25) !important;
}
.text-on-warn-900\/30 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.3) !important;
}
.text-on-warn-900\/35 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.35) !important;
}
.text-on-warn-900\/38 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.38) !important;
}
.text-on-warn-900\/40 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.4) !important;
}
.text-on-warn-900\/45 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.45) !important;
}
.text-on-warn-900\/5 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.05) !important;
}
.text-on-warn-900\/50 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.5) !important;
}
.text-on-warn-900\/55 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.55) !important;
}
.text-on-warn-900\/60 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.6) !important;
}
.text-on-warn-900\/65 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.65) !important;
}
.text-on-warn-900\/70 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.7) !important;
}
.text-on-warn-900\/75 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.75) !important;
}
.text-on-warn-900\/80 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.8) !important;
}
.text-on-warn-900\/85 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.85) !important;
}
.text-on-warn-900\/87 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.87) !important;
}
.text-on-warn-900\/90 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.9) !important;
}
.text-on-warn-900\/95 {
  color: rgba(var(--fuse-on-warn-900-rgb), 0.95) !important;
}
.text-on-warn-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-on-warn-950\/0 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0) !important;
}
.text-on-warn-950\/10 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.1) !important;
}
.text-on-warn-950\/100 {
  color: rgba(var(--fuse-on-warn-950-rgb), 1) !important;
}
.text-on-warn-950\/12 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.12) !important;
}
.text-on-warn-950\/15 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.15) !important;
}
.text-on-warn-950\/20 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.2) !important;
}
.text-on-warn-950\/25 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.25) !important;
}
.text-on-warn-950\/30 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.3) !important;
}
.text-on-warn-950\/35 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.35) !important;
}
.text-on-warn-950\/38 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.38) !important;
}
.text-on-warn-950\/40 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.4) !important;
}
.text-on-warn-950\/45 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.45) !important;
}
.text-on-warn-950\/5 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.05) !important;
}
.text-on-warn-950\/50 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.5) !important;
}
.text-on-warn-950\/55 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.55) !important;
}
.text-on-warn-950\/60 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.6) !important;
}
.text-on-warn-950\/65 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.65) !important;
}
.text-on-warn-950\/70 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.7) !important;
}
.text-on-warn-950\/75 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.75) !important;
}
.text-on-warn-950\/80 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.8) !important;
}
.text-on-warn-950\/85 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.85) !important;
}
.text-on-warn-950\/87 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.87) !important;
}
.text-on-warn-950\/90 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.9) !important;
}
.text-on-warn-950\/95 {
  color: rgba(var(--fuse-on-warn-950-rgb), 0.95) !important;
}
.text-on-warn\/0 {
  color: rgba(var(--fuse-on-warn-rgb), 0) !important;
}
.text-on-warn\/10 {
  color: rgba(var(--fuse-on-warn-rgb), 0.1) !important;
}
.text-on-warn\/100 {
  color: rgba(var(--fuse-on-warn-rgb), 1) !important;
}
.text-on-warn\/12 {
  color: rgba(var(--fuse-on-warn-rgb), 0.12) !important;
}
.text-on-warn\/15 {
  color: rgba(var(--fuse-on-warn-rgb), 0.15) !important;
}
.text-on-warn\/20 {
  color: rgba(var(--fuse-on-warn-rgb), 0.2) !important;
}
.text-on-warn\/25 {
  color: rgba(var(--fuse-on-warn-rgb), 0.25) !important;
}
.text-on-warn\/30 {
  color: rgba(var(--fuse-on-warn-rgb), 0.3) !important;
}
.text-on-warn\/35 {
  color: rgba(var(--fuse-on-warn-rgb), 0.35) !important;
}
.text-on-warn\/38 {
  color: rgba(var(--fuse-on-warn-rgb), 0.38) !important;
}
.text-on-warn\/40 {
  color: rgba(var(--fuse-on-warn-rgb), 0.4) !important;
}
.text-on-warn\/45 {
  color: rgba(var(--fuse-on-warn-rgb), 0.45) !important;
}
.text-on-warn\/5 {
  color: rgba(var(--fuse-on-warn-rgb), 0.05) !important;
}
.text-on-warn\/50 {
  color: rgba(var(--fuse-on-warn-rgb), 0.5) !important;
}
.text-on-warn\/55 {
  color: rgba(var(--fuse-on-warn-rgb), 0.55) !important;
}
.text-on-warn\/60 {
  color: rgba(var(--fuse-on-warn-rgb), 0.6) !important;
}
.text-on-warn\/65 {
  color: rgba(var(--fuse-on-warn-rgb), 0.65) !important;
}
.text-on-warn\/70 {
  color: rgba(var(--fuse-on-warn-rgb), 0.7) !important;
}
.text-on-warn\/75 {
  color: rgba(var(--fuse-on-warn-rgb), 0.75) !important;
}
.text-on-warn\/80 {
  color: rgba(var(--fuse-on-warn-rgb), 0.8) !important;
}
.text-on-warn\/85 {
  color: rgba(var(--fuse-on-warn-rgb), 0.85) !important;
}
.text-on-warn\/87 {
  color: rgba(var(--fuse-on-warn-rgb), 0.87) !important;
}
.text-on-warn\/90 {
  color: rgba(var(--fuse-on-warn-rgb), 0.9) !important;
}
.text-on-warn\/95 {
  color: rgba(var(--fuse-on-warn-rgb), 0.95) !important;
}
.text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0) !important;
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1) !important;
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1) !important;
}
.text-orange-100\/12 {
  color: rgb(255 237 213 / 0.12) !important;
}
.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15) !important;
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2) !important;
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25) !important;
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3) !important;
}
.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35) !important;
}
.text-orange-100\/38 {
  color: rgb(255 237 213 / 0.38) !important;
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4) !important;
}
.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45) !important;
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05) !important;
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5) !important;
}
.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55) !important;
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6) !important;
}
.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65) !important;
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7) !important;
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75) !important;
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8) !important;
}
.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85) !important;
}
.text-orange-100\/87 {
  color: rgb(255 237 213 / 0.87) !important;
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9) !important;
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95) !important;
}
.text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0) !important;
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1) !important;
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1) !important;
}
.text-orange-200\/12 {
  color: rgb(254 215 170 / 0.12) !important;
}
.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15) !important;
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2) !important;
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25) !important;
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3) !important;
}
.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35) !important;
}
.text-orange-200\/38 {
  color: rgb(254 215 170 / 0.38) !important;
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4) !important;
}
.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45) !important;
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05) !important;
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5) !important;
}
.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55) !important;
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6) !important;
}
.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65) !important;
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7) !important;
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75) !important;
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8) !important;
}
.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85) !important;
}
.text-orange-200\/87 {
  color: rgb(254 215 170 / 0.87) !important;
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9) !important;
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95) !important;
}
.text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0) !important;
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1) !important;
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1) !important;
}
.text-orange-300\/12 {
  color: rgb(253 186 116 / 0.12) !important;
}
.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15) !important;
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2) !important;
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25) !important;
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3) !important;
}
.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35) !important;
}
.text-orange-300\/38 {
  color: rgb(253 186 116 / 0.38) !important;
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4) !important;
}
.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45) !important;
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05) !important;
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5) !important;
}
.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55) !important;
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6) !important;
}
.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65) !important;
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7) !important;
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75) !important;
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8) !important;
}
.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85) !important;
}
.text-orange-300\/87 {
  color: rgb(253 186 116 / 0.87) !important;
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9) !important;
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95) !important;
}
.text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0) !important;
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1) !important;
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1) !important;
}
.text-orange-400\/12 {
  color: rgb(251 146 60 / 0.12) !important;
}
.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15) !important;
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2) !important;
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25) !important;
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3) !important;
}
.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35) !important;
}
.text-orange-400\/38 {
  color: rgb(251 146 60 / 0.38) !important;
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4) !important;
}
.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45) !important;
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05) !important;
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5) !important;
}
.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55) !important;
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6) !important;
}
.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65) !important;
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7) !important;
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75) !important;
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8) !important;
}
.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85) !important;
}
.text-orange-400\/87 {
  color: rgb(251 146 60 / 0.87) !important;
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9) !important;
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95) !important;
}
.text-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0) !important;
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1) !important;
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1) !important;
}
.text-orange-50\/12 {
  color: rgb(255 247 237 / 0.12) !important;
}
.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15) !important;
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2) !important;
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25) !important;
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3) !important;
}
.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35) !important;
}
.text-orange-50\/38 {
  color: rgb(255 247 237 / 0.38) !important;
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4) !important;
}
.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45) !important;
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05) !important;
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5) !important;
}
.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55) !important;
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6) !important;
}
.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65) !important;
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7) !important;
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75) !important;
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8) !important;
}
.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85) !important;
}
.text-orange-50\/87 {
  color: rgb(255 247 237 / 0.87) !important;
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9) !important;
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95) !important;
}
.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0) !important;
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1) !important;
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1) !important;
}
.text-orange-500\/12 {
  color: rgb(249 115 22 / 0.12) !important;
}
.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15) !important;
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2) !important;
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25) !important;
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3) !important;
}
.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35) !important;
}
.text-orange-500\/38 {
  color: rgb(249 115 22 / 0.38) !important;
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4) !important;
}
.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45) !important;
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05) !important;
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5) !important;
}
.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55) !important;
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6) !important;
}
.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65) !important;
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7) !important;
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75) !important;
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8) !important;
}
.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85) !important;
}
.text-orange-500\/87 {
  color: rgb(249 115 22 / 0.87) !important;
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9) !important;
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95) !important;
}
.text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0) !important;
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1) !important;
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1) !important;
}
.text-orange-600\/12 {
  color: rgb(234 88 12 / 0.12) !important;
}
.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15) !important;
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2) !important;
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25) !important;
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3) !important;
}
.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35) !important;
}
.text-orange-600\/38 {
  color: rgb(234 88 12 / 0.38) !important;
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4) !important;
}
.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45) !important;
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05) !important;
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5) !important;
}
.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55) !important;
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6) !important;
}
.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65) !important;
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7) !important;
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75) !important;
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8) !important;
}
.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85) !important;
}
.text-orange-600\/87 {
  color: rgb(234 88 12 / 0.87) !important;
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9) !important;
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95) !important;
}
.text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0) !important;
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1) !important;
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1) !important;
}
.text-orange-700\/12 {
  color: rgb(194 65 12 / 0.12) !important;
}
.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15) !important;
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2) !important;
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25) !important;
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3) !important;
}
.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35) !important;
}
.text-orange-700\/38 {
  color: rgb(194 65 12 / 0.38) !important;
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4) !important;
}
.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45) !important;
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05) !important;
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5) !important;
}
.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55) !important;
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6) !important;
}
.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65) !important;
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7) !important;
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75) !important;
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8) !important;
}
.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85) !important;
}
.text-orange-700\/87 {
  color: rgb(194 65 12 / 0.87) !important;
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9) !important;
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95) !important;
}
.text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0) !important;
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1) !important;
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1) !important;
}
.text-orange-800\/12 {
  color: rgb(154 52 18 / 0.12) !important;
}
.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15) !important;
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2) !important;
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25) !important;
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3) !important;
}
.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35) !important;
}
.text-orange-800\/38 {
  color: rgb(154 52 18 / 0.38) !important;
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4) !important;
}
.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45) !important;
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05) !important;
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5) !important;
}
.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55) !important;
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6) !important;
}
.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65) !important;
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7) !important;
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75) !important;
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8) !important;
}
.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85) !important;
}
.text-orange-800\/87 {
  color: rgb(154 52 18 / 0.87) !important;
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9) !important;
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95) !important;
}
.text-orange-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0) !important;
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1) !important;
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1) !important;
}
.text-orange-900\/12 {
  color: rgb(124 45 18 / 0.12) !important;
}
.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15) !important;
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2) !important;
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25) !important;
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3) !important;
}
.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35) !important;
}
.text-orange-900\/38 {
  color: rgb(124 45 18 / 0.38) !important;
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4) !important;
}
.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45) !important;
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05) !important;
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5) !important;
}
.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55) !important;
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6) !important;
}
.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65) !important;
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7) !important;
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75) !important;
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8) !important;
}
.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85) !important;
}
.text-orange-900\/87 {
  color: rgb(124 45 18 / 0.87) !important;
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9) !important;
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95) !important;
}
.text-orange-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1)) !important;
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0) !important;
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1) !important;
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1) !important;
}
.text-orange-950\/12 {
  color: rgb(67 20 7 / 0.12) !important;
}
.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15) !important;
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2) !important;
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25) !important;
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3) !important;
}
.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35) !important;
}
.text-orange-950\/38 {
  color: rgb(67 20 7 / 0.38) !important;
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4) !important;
}
.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45) !important;
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05) !important;
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5) !important;
}
.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55) !important;
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6) !important;
}
.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65) !important;
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7) !important;
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75) !important;
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8) !important;
}
.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85) !important;
}
.text-orange-950\/87 {
  color: rgb(67 20 7 / 0.87) !important;
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9) !important;
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95) !important;
}
.text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0) !important;
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1) !important;
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1) !important;
}
.text-pink-100\/12 {
  color: rgb(252 231 243 / 0.12) !important;
}
.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15) !important;
}
.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2) !important;
}
.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25) !important;
}
.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3) !important;
}
.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35) !important;
}
.text-pink-100\/38 {
  color: rgb(252 231 243 / 0.38) !important;
}
.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4) !important;
}
.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45) !important;
}
.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05) !important;
}
.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5) !important;
}
.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55) !important;
}
.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6) !important;
}
.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65) !important;
}
.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7) !important;
}
.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75) !important;
}
.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8) !important;
}
.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85) !important;
}
.text-pink-100\/87 {
  color: rgb(252 231 243 / 0.87) !important;
}
.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9) !important;
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95) !important;
}
.text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0) !important;
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1) !important;
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1) !important;
}
.text-pink-200\/12 {
  color: rgb(251 207 232 / 0.12) !important;
}
.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15) !important;
}
.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2) !important;
}
.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25) !important;
}
.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3) !important;
}
.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35) !important;
}
.text-pink-200\/38 {
  color: rgb(251 207 232 / 0.38) !important;
}
.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4) !important;
}
.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45) !important;
}
.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05) !important;
}
.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5) !important;
}
.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55) !important;
}
.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6) !important;
}
.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65) !important;
}
.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7) !important;
}
.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75) !important;
}
.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8) !important;
}
.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85) !important;
}
.text-pink-200\/87 {
  color: rgb(251 207 232 / 0.87) !important;
}
.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9) !important;
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95) !important;
}
.text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0) !important;
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1) !important;
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1) !important;
}
.text-pink-300\/12 {
  color: rgb(249 168 212 / 0.12) !important;
}
.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15) !important;
}
.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2) !important;
}
.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25) !important;
}
.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3) !important;
}
.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35) !important;
}
.text-pink-300\/38 {
  color: rgb(249 168 212 / 0.38) !important;
}
.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4) !important;
}
.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45) !important;
}
.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05) !important;
}
.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5) !important;
}
.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55) !important;
}
.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6) !important;
}
.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65) !important;
}
.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7) !important;
}
.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75) !important;
}
.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8) !important;
}
.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85) !important;
}
.text-pink-300\/87 {
  color: rgb(249 168 212 / 0.87) !important;
}
.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9) !important;
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95) !important;
}
.text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0) !important;
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1) !important;
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1) !important;
}
.text-pink-400\/12 {
  color: rgb(244 114 182 / 0.12) !important;
}
.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15) !important;
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2) !important;
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25) !important;
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3) !important;
}
.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35) !important;
}
.text-pink-400\/38 {
  color: rgb(244 114 182 / 0.38) !important;
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4) !important;
}
.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45) !important;
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05) !important;
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5) !important;
}
.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55) !important;
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6) !important;
}
.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65) !important;
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7) !important;
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75) !important;
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8) !important;
}
.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85) !important;
}
.text-pink-400\/87 {
  color: rgb(244 114 182 / 0.87) !important;
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9) !important;
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95) !important;
}
.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0) !important;
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1) !important;
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1) !important;
}
.text-pink-50\/12 {
  color: rgb(253 242 248 / 0.12) !important;
}
.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15) !important;
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2) !important;
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25) !important;
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3) !important;
}
.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35) !important;
}
.text-pink-50\/38 {
  color: rgb(253 242 248 / 0.38) !important;
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4) !important;
}
.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45) !important;
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05) !important;
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5) !important;
}
.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55) !important;
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6) !important;
}
.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65) !important;
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7) !important;
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75) !important;
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8) !important;
}
.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85) !important;
}
.text-pink-50\/87 {
  color: rgb(253 242 248 / 0.87) !important;
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9) !important;
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95) !important;
}
.text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0) !important;
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1) !important;
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1) !important;
}
.text-pink-500\/12 {
  color: rgb(236 72 153 / 0.12) !important;
}
.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15) !important;
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2) !important;
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25) !important;
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3) !important;
}
.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35) !important;
}
.text-pink-500\/38 {
  color: rgb(236 72 153 / 0.38) !important;
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4) !important;
}
.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45) !important;
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05) !important;
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5) !important;
}
.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55) !important;
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6) !important;
}
.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65) !important;
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7) !important;
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75) !important;
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8) !important;
}
.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85) !important;
}
.text-pink-500\/87 {
  color: rgb(236 72 153 / 0.87) !important;
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9) !important;
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95) !important;
}
.text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0) !important;
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1) !important;
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1) !important;
}
.text-pink-600\/12 {
  color: rgb(219 39 119 / 0.12) !important;
}
.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15) !important;
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2) !important;
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25) !important;
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3) !important;
}
.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35) !important;
}
.text-pink-600\/38 {
  color: rgb(219 39 119 / 0.38) !important;
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4) !important;
}
.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45) !important;
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05) !important;
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5) !important;
}
.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55) !important;
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6) !important;
}
.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65) !important;
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7) !important;
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75) !important;
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8) !important;
}
.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85) !important;
}
.text-pink-600\/87 {
  color: rgb(219 39 119 / 0.87) !important;
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9) !important;
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95) !important;
}
.text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0) !important;
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1) !important;
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1) !important;
}
.text-pink-700\/12 {
  color: rgb(190 24 93 / 0.12) !important;
}
.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15) !important;
}
.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2) !important;
}
.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25) !important;
}
.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3) !important;
}
.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35) !important;
}
.text-pink-700\/38 {
  color: rgb(190 24 93 / 0.38) !important;
}
.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4) !important;
}
.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45) !important;
}
.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05) !important;
}
.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5) !important;
}
.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55) !important;
}
.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6) !important;
}
.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65) !important;
}
.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7) !important;
}
.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75) !important;
}
.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8) !important;
}
.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85) !important;
}
.text-pink-700\/87 {
  color: rgb(190 24 93 / 0.87) !important;
}
.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9) !important;
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95) !important;
}
.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0) !important;
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1) !important;
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1) !important;
}
.text-pink-800\/12 {
  color: rgb(157 23 77 / 0.12) !important;
}
.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15) !important;
}
.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2) !important;
}
.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25) !important;
}
.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3) !important;
}
.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35) !important;
}
.text-pink-800\/38 {
  color: rgb(157 23 77 / 0.38) !important;
}
.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4) !important;
}
.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45) !important;
}
.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05) !important;
}
.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5) !important;
}
.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55) !important;
}
.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6) !important;
}
.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65) !important;
}
.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7) !important;
}
.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75) !important;
}
.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8) !important;
}
.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85) !important;
}
.text-pink-800\/87 {
  color: rgb(157 23 77 / 0.87) !important;
}
.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9) !important;
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95) !important;
}
.text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0) !important;
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1) !important;
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1) !important;
}
.text-pink-900\/12 {
  color: rgb(131 24 67 / 0.12) !important;
}
.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15) !important;
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2) !important;
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25) !important;
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3) !important;
}
.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35) !important;
}
.text-pink-900\/38 {
  color: rgb(131 24 67 / 0.38) !important;
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4) !important;
}
.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45) !important;
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05) !important;
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5) !important;
}
.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55) !important;
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6) !important;
}
.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65) !important;
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7) !important;
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75) !important;
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8) !important;
}
.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85) !important;
}
.text-pink-900\/87 {
  color: rgb(131 24 67 / 0.87) !important;
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9) !important;
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95) !important;
}
.text-pink-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1)) !important;
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0) !important;
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1) !important;
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1) !important;
}
.text-pink-950\/12 {
  color: rgb(80 7 36 / 0.12) !important;
}
.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15) !important;
}
.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2) !important;
}
.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25) !important;
}
.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3) !important;
}
.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35) !important;
}
.text-pink-950\/38 {
  color: rgb(80 7 36 / 0.38) !important;
}
.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4) !important;
}
.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45) !important;
}
.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05) !important;
}
.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5) !important;
}
.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55) !important;
}
.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6) !important;
}
.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65) !important;
}
.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7) !important;
}
.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75) !important;
}
.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8) !important;
}
.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85) !important;
}
.text-pink-950\/87 {
  color: rgb(80 7 36 / 0.87) !important;
}
.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9) !important;
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95) !important;
}
.text-popover {
  color: hsl(var(--popover)) !important;
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground)) !important;
}
.text-popover-foreground\/0 {
  color: hsl(var(--popover-foreground) / 0) !important;
}
.text-popover-foreground\/10 {
  color: hsl(var(--popover-foreground) / 0.1) !important;
}
.text-popover-foreground\/100 {
  color: hsl(var(--popover-foreground) / 1) !important;
}
.text-popover-foreground\/12 {
  color: hsl(var(--popover-foreground) / 0.12) !important;
}
.text-popover-foreground\/15 {
  color: hsl(var(--popover-foreground) / 0.15) !important;
}
.text-popover-foreground\/20 {
  color: hsl(var(--popover-foreground) / 0.2) !important;
}
.text-popover-foreground\/25 {
  color: hsl(var(--popover-foreground) / 0.25) !important;
}
.text-popover-foreground\/30 {
  color: hsl(var(--popover-foreground) / 0.3) !important;
}
.text-popover-foreground\/35 {
  color: hsl(var(--popover-foreground) / 0.35) !important;
}
.text-popover-foreground\/38 {
  color: hsl(var(--popover-foreground) / 0.38) !important;
}
.text-popover-foreground\/40 {
  color: hsl(var(--popover-foreground) / 0.4) !important;
}
.text-popover-foreground\/45 {
  color: hsl(var(--popover-foreground) / 0.45) !important;
}
.text-popover-foreground\/5 {
  color: hsl(var(--popover-foreground) / 0.05) !important;
}
.text-popover-foreground\/50 {
  color: hsl(var(--popover-foreground) / 0.5) !important;
}
.text-popover-foreground\/55 {
  color: hsl(var(--popover-foreground) / 0.55) !important;
}
.text-popover-foreground\/60 {
  color: hsl(var(--popover-foreground) / 0.6) !important;
}
.text-popover-foreground\/65 {
  color: hsl(var(--popover-foreground) / 0.65) !important;
}
.text-popover-foreground\/70 {
  color: hsl(var(--popover-foreground) / 0.7) !important;
}
.text-popover-foreground\/75 {
  color: hsl(var(--popover-foreground) / 0.75) !important;
}
.text-popover-foreground\/80 {
  color: hsl(var(--popover-foreground) / 0.8) !important;
}
.text-popover-foreground\/85 {
  color: hsl(var(--popover-foreground) / 0.85) !important;
}
.text-popover-foreground\/87 {
  color: hsl(var(--popover-foreground) / 0.87) !important;
}
.text-popover-foreground\/90 {
  color: hsl(var(--popover-foreground) / 0.9) !important;
}
.text-popover-foreground\/95 {
  color: hsl(var(--popover-foreground) / 0.95) !important;
}
.text-popover\/0 {
  color: hsl(var(--popover) / 0) !important;
}
.text-popover\/10 {
  color: hsl(var(--popover) / 0.1) !important;
}
.text-popover\/100 {
  color: hsl(var(--popover) / 1) !important;
}
.text-popover\/12 {
  color: hsl(var(--popover) / 0.12) !important;
}
.text-popover\/15 {
  color: hsl(var(--popover) / 0.15) !important;
}
.text-popover\/20 {
  color: hsl(var(--popover) / 0.2) !important;
}
.text-popover\/25 {
  color: hsl(var(--popover) / 0.25) !important;
}
.text-popover\/30 {
  color: hsl(var(--popover) / 0.3) !important;
}
.text-popover\/35 {
  color: hsl(var(--popover) / 0.35) !important;
}
.text-popover\/38 {
  color: hsl(var(--popover) / 0.38) !important;
}
.text-popover\/40 {
  color: hsl(var(--popover) / 0.4) !important;
}
.text-popover\/45 {
  color: hsl(var(--popover) / 0.45) !important;
}
.text-popover\/5 {
  color: hsl(var(--popover) / 0.05) !important;
}
.text-popover\/50 {
  color: hsl(var(--popover) / 0.5) !important;
}
.text-popover\/55 {
  color: hsl(var(--popover) / 0.55) !important;
}
.text-popover\/60 {
  color: hsl(var(--popover) / 0.6) !important;
}
.text-popover\/65 {
  color: hsl(var(--popover) / 0.65) !important;
}
.text-popover\/70 {
  color: hsl(var(--popover) / 0.7) !important;
}
.text-popover\/75 {
  color: hsl(var(--popover) / 0.75) !important;
}
.text-popover\/80 {
  color: hsl(var(--popover) / 0.8) !important;
}
.text-popover\/85 {
  color: hsl(var(--popover) / 0.85) !important;
}
.text-popover\/87 {
  color: hsl(var(--popover) / 0.87) !important;
}
.text-popover\/90 {
  color: hsl(var(--popover) / 0.9) !important;
}
.text-popover\/95 {
  color: hsl(var(--popover) / 0.95) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.text-primary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-100\/0 {
  color: rgba(var(--fuse-primary-100-rgb), 0) !important;
}
.text-primary-100\/10 {
  color: rgba(var(--fuse-primary-100-rgb), 0.1) !important;
}
.text-primary-100\/100 {
  color: rgba(var(--fuse-primary-100-rgb), 1) !important;
}
.text-primary-100\/12 {
  color: rgba(var(--fuse-primary-100-rgb), 0.12) !important;
}
.text-primary-100\/15 {
  color: rgba(var(--fuse-primary-100-rgb), 0.15) !important;
}
.text-primary-100\/20 {
  color: rgba(var(--fuse-primary-100-rgb), 0.2) !important;
}
.text-primary-100\/25 {
  color: rgba(var(--fuse-primary-100-rgb), 0.25) !important;
}
.text-primary-100\/30 {
  color: rgba(var(--fuse-primary-100-rgb), 0.3) !important;
}
.text-primary-100\/35 {
  color: rgba(var(--fuse-primary-100-rgb), 0.35) !important;
}
.text-primary-100\/38 {
  color: rgba(var(--fuse-primary-100-rgb), 0.38) !important;
}
.text-primary-100\/40 {
  color: rgba(var(--fuse-primary-100-rgb), 0.4) !important;
}
.text-primary-100\/45 {
  color: rgba(var(--fuse-primary-100-rgb), 0.45) !important;
}
.text-primary-100\/5 {
  color: rgba(var(--fuse-primary-100-rgb), 0.05) !important;
}
.text-primary-100\/50 {
  color: rgba(var(--fuse-primary-100-rgb), 0.5) !important;
}
.text-primary-100\/55 {
  color: rgba(var(--fuse-primary-100-rgb), 0.55) !important;
}
.text-primary-100\/60 {
  color: rgba(var(--fuse-primary-100-rgb), 0.6) !important;
}
.text-primary-100\/65 {
  color: rgba(var(--fuse-primary-100-rgb), 0.65) !important;
}
.text-primary-100\/70 {
  color: rgba(var(--fuse-primary-100-rgb), 0.7) !important;
}
.text-primary-100\/75 {
  color: rgba(var(--fuse-primary-100-rgb), 0.75) !important;
}
.text-primary-100\/80 {
  color: rgba(var(--fuse-primary-100-rgb), 0.8) !important;
}
.text-primary-100\/85 {
  color: rgba(var(--fuse-primary-100-rgb), 0.85) !important;
}
.text-primary-100\/87 {
  color: rgba(var(--fuse-primary-100-rgb), 0.87) !important;
}
.text-primary-100\/90 {
  color: rgba(var(--fuse-primary-100-rgb), 0.9) !important;
}
.text-primary-100\/95 {
  color: rgba(var(--fuse-primary-100-rgb), 0.95) !important;
}
.text-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-200\/0 {
  color: rgba(var(--fuse-primary-200-rgb), 0) !important;
}
.text-primary-200\/10 {
  color: rgba(var(--fuse-primary-200-rgb), 0.1) !important;
}
.text-primary-200\/100 {
  color: rgba(var(--fuse-primary-200-rgb), 1) !important;
}
.text-primary-200\/12 {
  color: rgba(var(--fuse-primary-200-rgb), 0.12) !important;
}
.text-primary-200\/15 {
  color: rgba(var(--fuse-primary-200-rgb), 0.15) !important;
}
.text-primary-200\/20 {
  color: rgba(var(--fuse-primary-200-rgb), 0.2) !important;
}
.text-primary-200\/25 {
  color: rgba(var(--fuse-primary-200-rgb), 0.25) !important;
}
.text-primary-200\/30 {
  color: rgba(var(--fuse-primary-200-rgb), 0.3) !important;
}
.text-primary-200\/35 {
  color: rgba(var(--fuse-primary-200-rgb), 0.35) !important;
}
.text-primary-200\/38 {
  color: rgba(var(--fuse-primary-200-rgb), 0.38) !important;
}
.text-primary-200\/40 {
  color: rgba(var(--fuse-primary-200-rgb), 0.4) !important;
}
.text-primary-200\/45 {
  color: rgba(var(--fuse-primary-200-rgb), 0.45) !important;
}
.text-primary-200\/5 {
  color: rgba(var(--fuse-primary-200-rgb), 0.05) !important;
}
.text-primary-200\/50 {
  color: rgba(var(--fuse-primary-200-rgb), 0.5) !important;
}
.text-primary-200\/55 {
  color: rgba(var(--fuse-primary-200-rgb), 0.55) !important;
}
.text-primary-200\/60 {
  color: rgba(var(--fuse-primary-200-rgb), 0.6) !important;
}
.text-primary-200\/65 {
  color: rgba(var(--fuse-primary-200-rgb), 0.65) !important;
}
.text-primary-200\/70 {
  color: rgba(var(--fuse-primary-200-rgb), 0.7) !important;
}
.text-primary-200\/75 {
  color: rgba(var(--fuse-primary-200-rgb), 0.75) !important;
}
.text-primary-200\/80 {
  color: rgba(var(--fuse-primary-200-rgb), 0.8) !important;
}
.text-primary-200\/85 {
  color: rgba(var(--fuse-primary-200-rgb), 0.85) !important;
}
.text-primary-200\/87 {
  color: rgba(var(--fuse-primary-200-rgb), 0.87) !important;
}
.text-primary-200\/90 {
  color: rgba(var(--fuse-primary-200-rgb), 0.9) !important;
}
.text-primary-200\/95 {
  color: rgba(var(--fuse-primary-200-rgb), 0.95) !important;
}
.text-primary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-300\/0 {
  color: rgba(var(--fuse-primary-300-rgb), 0) !important;
}
.text-primary-300\/10 {
  color: rgba(var(--fuse-primary-300-rgb), 0.1) !important;
}
.text-primary-300\/100 {
  color: rgba(var(--fuse-primary-300-rgb), 1) !important;
}
.text-primary-300\/12 {
  color: rgba(var(--fuse-primary-300-rgb), 0.12) !important;
}
.text-primary-300\/15 {
  color: rgba(var(--fuse-primary-300-rgb), 0.15) !important;
}
.text-primary-300\/20 {
  color: rgba(var(--fuse-primary-300-rgb), 0.2) !important;
}
.text-primary-300\/25 {
  color: rgba(var(--fuse-primary-300-rgb), 0.25) !important;
}
.text-primary-300\/30 {
  color: rgba(var(--fuse-primary-300-rgb), 0.3) !important;
}
.text-primary-300\/35 {
  color: rgba(var(--fuse-primary-300-rgb), 0.35) !important;
}
.text-primary-300\/38 {
  color: rgba(var(--fuse-primary-300-rgb), 0.38) !important;
}
.text-primary-300\/40 {
  color: rgba(var(--fuse-primary-300-rgb), 0.4) !important;
}
.text-primary-300\/45 {
  color: rgba(var(--fuse-primary-300-rgb), 0.45) !important;
}
.text-primary-300\/5 {
  color: rgba(var(--fuse-primary-300-rgb), 0.05) !important;
}
.text-primary-300\/50 {
  color: rgba(var(--fuse-primary-300-rgb), 0.5) !important;
}
.text-primary-300\/55 {
  color: rgba(var(--fuse-primary-300-rgb), 0.55) !important;
}
.text-primary-300\/60 {
  color: rgba(var(--fuse-primary-300-rgb), 0.6) !important;
}
.text-primary-300\/65 {
  color: rgba(var(--fuse-primary-300-rgb), 0.65) !important;
}
.text-primary-300\/70 {
  color: rgba(var(--fuse-primary-300-rgb), 0.7) !important;
}
.text-primary-300\/75 {
  color: rgba(var(--fuse-primary-300-rgb), 0.75) !important;
}
.text-primary-300\/80 {
  color: rgba(var(--fuse-primary-300-rgb), 0.8) !important;
}
.text-primary-300\/85 {
  color: rgba(var(--fuse-primary-300-rgb), 0.85) !important;
}
.text-primary-300\/87 {
  color: rgba(var(--fuse-primary-300-rgb), 0.87) !important;
}
.text-primary-300\/90 {
  color: rgba(var(--fuse-primary-300-rgb), 0.9) !important;
}
.text-primary-300\/95 {
  color: rgba(var(--fuse-primary-300-rgb), 0.95) !important;
}
.text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-400\/0 {
  color: rgba(var(--fuse-primary-400-rgb), 0) !important;
}
.text-primary-400\/10 {
  color: rgba(var(--fuse-primary-400-rgb), 0.1) !important;
}
.text-primary-400\/100 {
  color: rgba(var(--fuse-primary-400-rgb), 1) !important;
}
.text-primary-400\/12 {
  color: rgba(var(--fuse-primary-400-rgb), 0.12) !important;
}
.text-primary-400\/15 {
  color: rgba(var(--fuse-primary-400-rgb), 0.15) !important;
}
.text-primary-400\/20 {
  color: rgba(var(--fuse-primary-400-rgb), 0.2) !important;
}
.text-primary-400\/25 {
  color: rgba(var(--fuse-primary-400-rgb), 0.25) !important;
}
.text-primary-400\/30 {
  color: rgba(var(--fuse-primary-400-rgb), 0.3) !important;
}
.text-primary-400\/35 {
  color: rgba(var(--fuse-primary-400-rgb), 0.35) !important;
}
.text-primary-400\/38 {
  color: rgba(var(--fuse-primary-400-rgb), 0.38) !important;
}
.text-primary-400\/40 {
  color: rgba(var(--fuse-primary-400-rgb), 0.4) !important;
}
.text-primary-400\/45 {
  color: rgba(var(--fuse-primary-400-rgb), 0.45) !important;
}
.text-primary-400\/5 {
  color: rgba(var(--fuse-primary-400-rgb), 0.05) !important;
}
.text-primary-400\/50 {
  color: rgba(var(--fuse-primary-400-rgb), 0.5) !important;
}
.text-primary-400\/55 {
  color: rgba(var(--fuse-primary-400-rgb), 0.55) !important;
}
.text-primary-400\/60 {
  color: rgba(var(--fuse-primary-400-rgb), 0.6) !important;
}
.text-primary-400\/65 {
  color: rgba(var(--fuse-primary-400-rgb), 0.65) !important;
}
.text-primary-400\/70 {
  color: rgba(var(--fuse-primary-400-rgb), 0.7) !important;
}
.text-primary-400\/75 {
  color: rgba(var(--fuse-primary-400-rgb), 0.75) !important;
}
.text-primary-400\/80 {
  color: rgba(var(--fuse-primary-400-rgb), 0.8) !important;
}
.text-primary-400\/85 {
  color: rgba(var(--fuse-primary-400-rgb), 0.85) !important;
}
.text-primary-400\/87 {
  color: rgba(var(--fuse-primary-400-rgb), 0.87) !important;
}
.text-primary-400\/90 {
  color: rgba(var(--fuse-primary-400-rgb), 0.9) !important;
}
.text-primary-400\/95 {
  color: rgba(var(--fuse-primary-400-rgb), 0.95) !important;
}
.text-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-50\/0 {
  color: rgba(var(--fuse-primary-50-rgb), 0) !important;
}
.text-primary-50\/10 {
  color: rgba(var(--fuse-primary-50-rgb), 0.1) !important;
}
.text-primary-50\/100 {
  color: rgba(var(--fuse-primary-50-rgb), 1) !important;
}
.text-primary-50\/12 {
  color: rgba(var(--fuse-primary-50-rgb), 0.12) !important;
}
.text-primary-50\/15 {
  color: rgba(var(--fuse-primary-50-rgb), 0.15) !important;
}
.text-primary-50\/20 {
  color: rgba(var(--fuse-primary-50-rgb), 0.2) !important;
}
.text-primary-50\/25 {
  color: rgba(var(--fuse-primary-50-rgb), 0.25) !important;
}
.text-primary-50\/30 {
  color: rgba(var(--fuse-primary-50-rgb), 0.3) !important;
}
.text-primary-50\/35 {
  color: rgba(var(--fuse-primary-50-rgb), 0.35) !important;
}
.text-primary-50\/38 {
  color: rgba(var(--fuse-primary-50-rgb), 0.38) !important;
}
.text-primary-50\/40 {
  color: rgba(var(--fuse-primary-50-rgb), 0.4) !important;
}
.text-primary-50\/45 {
  color: rgba(var(--fuse-primary-50-rgb), 0.45) !important;
}
.text-primary-50\/5 {
  color: rgba(var(--fuse-primary-50-rgb), 0.05) !important;
}
.text-primary-50\/50 {
  color: rgba(var(--fuse-primary-50-rgb), 0.5) !important;
}
.text-primary-50\/55 {
  color: rgba(var(--fuse-primary-50-rgb), 0.55) !important;
}
.text-primary-50\/60 {
  color: rgba(var(--fuse-primary-50-rgb), 0.6) !important;
}
.text-primary-50\/65 {
  color: rgba(var(--fuse-primary-50-rgb), 0.65) !important;
}
.text-primary-50\/70 {
  color: rgba(var(--fuse-primary-50-rgb), 0.7) !important;
}
.text-primary-50\/75 {
  color: rgba(var(--fuse-primary-50-rgb), 0.75) !important;
}
.text-primary-50\/80 {
  color: rgba(var(--fuse-primary-50-rgb), 0.8) !important;
}
.text-primary-50\/85 {
  color: rgba(var(--fuse-primary-50-rgb), 0.85) !important;
}
.text-primary-50\/87 {
  color: rgba(var(--fuse-primary-50-rgb), 0.87) !important;
}
.text-primary-50\/90 {
  color: rgba(var(--fuse-primary-50-rgb), 0.9) !important;
}
.text-primary-50\/95 {
  color: rgba(var(--fuse-primary-50-rgb), 0.95) !important;
}
.text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-500\/0 {
  color: rgba(var(--fuse-primary-500-rgb), 0) !important;
}
.text-primary-500\/10 {
  color: rgba(var(--fuse-primary-500-rgb), 0.1) !important;
}
.text-primary-500\/100 {
  color: rgba(var(--fuse-primary-500-rgb), 1) !important;
}
.text-primary-500\/12 {
  color: rgba(var(--fuse-primary-500-rgb), 0.12) !important;
}
.text-primary-500\/15 {
  color: rgba(var(--fuse-primary-500-rgb), 0.15) !important;
}
.text-primary-500\/20 {
  color: rgba(var(--fuse-primary-500-rgb), 0.2) !important;
}
.text-primary-500\/25 {
  color: rgba(var(--fuse-primary-500-rgb), 0.25) !important;
}
.text-primary-500\/30 {
  color: rgba(var(--fuse-primary-500-rgb), 0.3) !important;
}
.text-primary-500\/35 {
  color: rgba(var(--fuse-primary-500-rgb), 0.35) !important;
}
.text-primary-500\/38 {
  color: rgba(var(--fuse-primary-500-rgb), 0.38) !important;
}
.text-primary-500\/40 {
  color: rgba(var(--fuse-primary-500-rgb), 0.4) !important;
}
.text-primary-500\/45 {
  color: rgba(var(--fuse-primary-500-rgb), 0.45) !important;
}
.text-primary-500\/5 {
  color: rgba(var(--fuse-primary-500-rgb), 0.05) !important;
}
.text-primary-500\/50 {
  color: rgba(var(--fuse-primary-500-rgb), 0.5) !important;
}
.text-primary-500\/55 {
  color: rgba(var(--fuse-primary-500-rgb), 0.55) !important;
}
.text-primary-500\/60 {
  color: rgba(var(--fuse-primary-500-rgb), 0.6) !important;
}
.text-primary-500\/65 {
  color: rgba(var(--fuse-primary-500-rgb), 0.65) !important;
}
.text-primary-500\/70 {
  color: rgba(var(--fuse-primary-500-rgb), 0.7) !important;
}
.text-primary-500\/75 {
  color: rgba(var(--fuse-primary-500-rgb), 0.75) !important;
}
.text-primary-500\/80 {
  color: rgba(var(--fuse-primary-500-rgb), 0.8) !important;
}
.text-primary-500\/85 {
  color: rgba(var(--fuse-primary-500-rgb), 0.85) !important;
}
.text-primary-500\/87 {
  color: rgba(var(--fuse-primary-500-rgb), 0.87) !important;
}
.text-primary-500\/90 {
  color: rgba(var(--fuse-primary-500-rgb), 0.9) !important;
}
.text-primary-500\/95 {
  color: rgba(var(--fuse-primary-500-rgb), 0.95) !important;
}
.text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-600\/0 {
  color: rgba(var(--fuse-primary-600-rgb), 0) !important;
}
.text-primary-600\/10 {
  color: rgba(var(--fuse-primary-600-rgb), 0.1) !important;
}
.text-primary-600\/100 {
  color: rgba(var(--fuse-primary-600-rgb), 1) !important;
}
.text-primary-600\/12 {
  color: rgba(var(--fuse-primary-600-rgb), 0.12) !important;
}
.text-primary-600\/15 {
  color: rgba(var(--fuse-primary-600-rgb), 0.15) !important;
}
.text-primary-600\/20 {
  color: rgba(var(--fuse-primary-600-rgb), 0.2) !important;
}
.text-primary-600\/25 {
  color: rgba(var(--fuse-primary-600-rgb), 0.25) !important;
}
.text-primary-600\/30 {
  color: rgba(var(--fuse-primary-600-rgb), 0.3) !important;
}
.text-primary-600\/35 {
  color: rgba(var(--fuse-primary-600-rgb), 0.35) !important;
}
.text-primary-600\/38 {
  color: rgba(var(--fuse-primary-600-rgb), 0.38) !important;
}
.text-primary-600\/40 {
  color: rgba(var(--fuse-primary-600-rgb), 0.4) !important;
}
.text-primary-600\/45 {
  color: rgba(var(--fuse-primary-600-rgb), 0.45) !important;
}
.text-primary-600\/5 {
  color: rgba(var(--fuse-primary-600-rgb), 0.05) !important;
}
.text-primary-600\/50 {
  color: rgba(var(--fuse-primary-600-rgb), 0.5) !important;
}
.text-primary-600\/55 {
  color: rgba(var(--fuse-primary-600-rgb), 0.55) !important;
}
.text-primary-600\/60 {
  color: rgba(var(--fuse-primary-600-rgb), 0.6) !important;
}
.text-primary-600\/65 {
  color: rgba(var(--fuse-primary-600-rgb), 0.65) !important;
}
.text-primary-600\/70 {
  color: rgba(var(--fuse-primary-600-rgb), 0.7) !important;
}
.text-primary-600\/75 {
  color: rgba(var(--fuse-primary-600-rgb), 0.75) !important;
}
.text-primary-600\/80 {
  color: rgba(var(--fuse-primary-600-rgb), 0.8) !important;
}
.text-primary-600\/85 {
  color: rgba(var(--fuse-primary-600-rgb), 0.85) !important;
}
.text-primary-600\/87 {
  color: rgba(var(--fuse-primary-600-rgb), 0.87) !important;
}
.text-primary-600\/90 {
  color: rgba(var(--fuse-primary-600-rgb), 0.9) !important;
}
.text-primary-600\/95 {
  color: rgba(var(--fuse-primary-600-rgb), 0.95) !important;
}
.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-700\/0 {
  color: rgba(var(--fuse-primary-700-rgb), 0) !important;
}
.text-primary-700\/10 {
  color: rgba(var(--fuse-primary-700-rgb), 0.1) !important;
}
.text-primary-700\/100 {
  color: rgba(var(--fuse-primary-700-rgb), 1) !important;
}
.text-primary-700\/12 {
  color: rgba(var(--fuse-primary-700-rgb), 0.12) !important;
}
.text-primary-700\/15 {
  color: rgba(var(--fuse-primary-700-rgb), 0.15) !important;
}
.text-primary-700\/20 {
  color: rgba(var(--fuse-primary-700-rgb), 0.2) !important;
}
.text-primary-700\/25 {
  color: rgba(var(--fuse-primary-700-rgb), 0.25) !important;
}
.text-primary-700\/30 {
  color: rgba(var(--fuse-primary-700-rgb), 0.3) !important;
}
.text-primary-700\/35 {
  color: rgba(var(--fuse-primary-700-rgb), 0.35) !important;
}
.text-primary-700\/38 {
  color: rgba(var(--fuse-primary-700-rgb), 0.38) !important;
}
.text-primary-700\/40 {
  color: rgba(var(--fuse-primary-700-rgb), 0.4) !important;
}
.text-primary-700\/45 {
  color: rgba(var(--fuse-primary-700-rgb), 0.45) !important;
}
.text-primary-700\/5 {
  color: rgba(var(--fuse-primary-700-rgb), 0.05) !important;
}
.text-primary-700\/50 {
  color: rgba(var(--fuse-primary-700-rgb), 0.5) !important;
}
.text-primary-700\/55 {
  color: rgba(var(--fuse-primary-700-rgb), 0.55) !important;
}
.text-primary-700\/60 {
  color: rgba(var(--fuse-primary-700-rgb), 0.6) !important;
}
.text-primary-700\/65 {
  color: rgba(var(--fuse-primary-700-rgb), 0.65) !important;
}
.text-primary-700\/70 {
  color: rgba(var(--fuse-primary-700-rgb), 0.7) !important;
}
.text-primary-700\/75 {
  color: rgba(var(--fuse-primary-700-rgb), 0.75) !important;
}
.text-primary-700\/80 {
  color: rgba(var(--fuse-primary-700-rgb), 0.8) !important;
}
.text-primary-700\/85 {
  color: rgba(var(--fuse-primary-700-rgb), 0.85) !important;
}
.text-primary-700\/87 {
  color: rgba(var(--fuse-primary-700-rgb), 0.87) !important;
}
.text-primary-700\/90 {
  color: rgba(var(--fuse-primary-700-rgb), 0.9) !important;
}
.text-primary-700\/95 {
  color: rgba(var(--fuse-primary-700-rgb), 0.95) !important;
}
.text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-800\/0 {
  color: rgba(var(--fuse-primary-800-rgb), 0) !important;
}
.text-primary-800\/10 {
  color: rgba(var(--fuse-primary-800-rgb), 0.1) !important;
}
.text-primary-800\/100 {
  color: rgba(var(--fuse-primary-800-rgb), 1) !important;
}
.text-primary-800\/12 {
  color: rgba(var(--fuse-primary-800-rgb), 0.12) !important;
}
.text-primary-800\/15 {
  color: rgba(var(--fuse-primary-800-rgb), 0.15) !important;
}
.text-primary-800\/20 {
  color: rgba(var(--fuse-primary-800-rgb), 0.2) !important;
}
.text-primary-800\/25 {
  color: rgba(var(--fuse-primary-800-rgb), 0.25) !important;
}
.text-primary-800\/30 {
  color: rgba(var(--fuse-primary-800-rgb), 0.3) !important;
}
.text-primary-800\/35 {
  color: rgba(var(--fuse-primary-800-rgb), 0.35) !important;
}
.text-primary-800\/38 {
  color: rgba(var(--fuse-primary-800-rgb), 0.38) !important;
}
.text-primary-800\/40 {
  color: rgba(var(--fuse-primary-800-rgb), 0.4) !important;
}
.text-primary-800\/45 {
  color: rgba(var(--fuse-primary-800-rgb), 0.45) !important;
}
.text-primary-800\/5 {
  color: rgba(var(--fuse-primary-800-rgb), 0.05) !important;
}
.text-primary-800\/50 {
  color: rgba(var(--fuse-primary-800-rgb), 0.5) !important;
}
.text-primary-800\/55 {
  color: rgba(var(--fuse-primary-800-rgb), 0.55) !important;
}
.text-primary-800\/60 {
  color: rgba(var(--fuse-primary-800-rgb), 0.6) !important;
}
.text-primary-800\/65 {
  color: rgba(var(--fuse-primary-800-rgb), 0.65) !important;
}
.text-primary-800\/70 {
  color: rgba(var(--fuse-primary-800-rgb), 0.7) !important;
}
.text-primary-800\/75 {
  color: rgba(var(--fuse-primary-800-rgb), 0.75) !important;
}
.text-primary-800\/80 {
  color: rgba(var(--fuse-primary-800-rgb), 0.8) !important;
}
.text-primary-800\/85 {
  color: rgba(var(--fuse-primary-800-rgb), 0.85) !important;
}
.text-primary-800\/87 {
  color: rgba(var(--fuse-primary-800-rgb), 0.87) !important;
}
.text-primary-800\/90 {
  color: rgba(var(--fuse-primary-800-rgb), 0.9) !important;
}
.text-primary-800\/95 {
  color: rgba(var(--fuse-primary-800-rgb), 0.95) !important;
}
.text-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-900\/0 {
  color: rgba(var(--fuse-primary-900-rgb), 0) !important;
}
.text-primary-900\/10 {
  color: rgba(var(--fuse-primary-900-rgb), 0.1) !important;
}
.text-primary-900\/100 {
  color: rgba(var(--fuse-primary-900-rgb), 1) !important;
}
.text-primary-900\/12 {
  color: rgba(var(--fuse-primary-900-rgb), 0.12) !important;
}
.text-primary-900\/15 {
  color: rgba(var(--fuse-primary-900-rgb), 0.15) !important;
}
.text-primary-900\/20 {
  color: rgba(var(--fuse-primary-900-rgb), 0.2) !important;
}
.text-primary-900\/25 {
  color: rgba(var(--fuse-primary-900-rgb), 0.25) !important;
}
.text-primary-900\/30 {
  color: rgba(var(--fuse-primary-900-rgb), 0.3) !important;
}
.text-primary-900\/35 {
  color: rgba(var(--fuse-primary-900-rgb), 0.35) !important;
}
.text-primary-900\/38 {
  color: rgba(var(--fuse-primary-900-rgb), 0.38) !important;
}
.text-primary-900\/40 {
  color: rgba(var(--fuse-primary-900-rgb), 0.4) !important;
}
.text-primary-900\/45 {
  color: rgba(var(--fuse-primary-900-rgb), 0.45) !important;
}
.text-primary-900\/5 {
  color: rgba(var(--fuse-primary-900-rgb), 0.05) !important;
}
.text-primary-900\/50 {
  color: rgba(var(--fuse-primary-900-rgb), 0.5) !important;
}
.text-primary-900\/55 {
  color: rgba(var(--fuse-primary-900-rgb), 0.55) !important;
}
.text-primary-900\/60 {
  color: rgba(var(--fuse-primary-900-rgb), 0.6) !important;
}
.text-primary-900\/65 {
  color: rgba(var(--fuse-primary-900-rgb), 0.65) !important;
}
.text-primary-900\/70 {
  color: rgba(var(--fuse-primary-900-rgb), 0.7) !important;
}
.text-primary-900\/75 {
  color: rgba(var(--fuse-primary-900-rgb), 0.75) !important;
}
.text-primary-900\/80 {
  color: rgba(var(--fuse-primary-900-rgb), 0.8) !important;
}
.text-primary-900\/85 {
  color: rgba(var(--fuse-primary-900-rgb), 0.85) !important;
}
.text-primary-900\/87 {
  color: rgba(var(--fuse-primary-900-rgb), 0.87) !important;
}
.text-primary-900\/90 {
  color: rgba(var(--fuse-primary-900-rgb), 0.9) !important;
}
.text-primary-900\/95 {
  color: rgba(var(--fuse-primary-900-rgb), 0.95) !important;
}
.text-primary-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-primary-950\/0 {
  color: rgba(var(--fuse-primary-950-rgb), 0) !important;
}
.text-primary-950\/10 {
  color: rgba(var(--fuse-primary-950-rgb), 0.1) !important;
}
.text-primary-950\/100 {
  color: rgba(var(--fuse-primary-950-rgb), 1) !important;
}
.text-primary-950\/12 {
  color: rgba(var(--fuse-primary-950-rgb), 0.12) !important;
}
.text-primary-950\/15 {
  color: rgba(var(--fuse-primary-950-rgb), 0.15) !important;
}
.text-primary-950\/20 {
  color: rgba(var(--fuse-primary-950-rgb), 0.2) !important;
}
.text-primary-950\/25 {
  color: rgba(var(--fuse-primary-950-rgb), 0.25) !important;
}
.text-primary-950\/30 {
  color: rgba(var(--fuse-primary-950-rgb), 0.3) !important;
}
.text-primary-950\/35 {
  color: rgba(var(--fuse-primary-950-rgb), 0.35) !important;
}
.text-primary-950\/38 {
  color: rgba(var(--fuse-primary-950-rgb), 0.38) !important;
}
.text-primary-950\/40 {
  color: rgba(var(--fuse-primary-950-rgb), 0.4) !important;
}
.text-primary-950\/45 {
  color: rgba(var(--fuse-primary-950-rgb), 0.45) !important;
}
.text-primary-950\/5 {
  color: rgba(var(--fuse-primary-950-rgb), 0.05) !important;
}
.text-primary-950\/50 {
  color: rgba(var(--fuse-primary-950-rgb), 0.5) !important;
}
.text-primary-950\/55 {
  color: rgba(var(--fuse-primary-950-rgb), 0.55) !important;
}
.text-primary-950\/60 {
  color: rgba(var(--fuse-primary-950-rgb), 0.6) !important;
}
.text-primary-950\/65 {
  color: rgba(var(--fuse-primary-950-rgb), 0.65) !important;
}
.text-primary-950\/70 {
  color: rgba(var(--fuse-primary-950-rgb), 0.7) !important;
}
.text-primary-950\/75 {
  color: rgba(var(--fuse-primary-950-rgb), 0.75) !important;
}
.text-primary-950\/80 {
  color: rgba(var(--fuse-primary-950-rgb), 0.8) !important;
}
.text-primary-950\/85 {
  color: rgba(var(--fuse-primary-950-rgb), 0.85) !important;
}
.text-primary-950\/87 {
  color: rgba(var(--fuse-primary-950-rgb), 0.87) !important;
}
.text-primary-950\/90 {
  color: rgba(var(--fuse-primary-950-rgb), 0.9) !important;
}
.text-primary-950\/95 {
  color: rgba(var(--fuse-primary-950-rgb), 0.95) !important;
}
.text-primary-dark {
  --tw-text-opacity: 1 !important;
  color: hsl(218 47% 11% / var(--tw-text-opacity, 1)) !important;
}
.text-primary-dark\/0 {
  color: hsl(218 47% 11% / 0) !important;
}
.text-primary-dark\/10 {
  color: hsl(218 47% 11% / 0.1) !important;
}
.text-primary-dark\/100 {
  color: hsl(218 47% 11% / 1) !important;
}
.text-primary-dark\/12 {
  color: hsl(218 47% 11% / 0.12) !important;
}
.text-primary-dark\/15 {
  color: hsl(218 47% 11% / 0.15) !important;
}
.text-primary-dark\/20 {
  color: hsl(218 47% 11% / 0.2) !important;
}
.text-primary-dark\/25 {
  color: hsl(218 47% 11% / 0.25) !important;
}
.text-primary-dark\/30 {
  color: hsl(218 47% 11% / 0.3) !important;
}
.text-primary-dark\/35 {
  color: hsl(218 47% 11% / 0.35) !important;
}
.text-primary-dark\/38 {
  color: hsl(218 47% 11% / 0.38) !important;
}
.text-primary-dark\/40 {
  color: hsl(218 47% 11% / 0.4) !important;
}
.text-primary-dark\/45 {
  color: hsl(218 47% 11% / 0.45) !important;
}
.text-primary-dark\/5 {
  color: hsl(218 47% 11% / 0.05) !important;
}
.text-primary-dark\/50 {
  color: hsl(218 47% 11% / 0.5) !important;
}
.text-primary-dark\/55 {
  color: hsl(218 47% 11% / 0.55) !important;
}
.text-primary-dark\/60 {
  color: hsl(218 47% 11% / 0.6) !important;
}
.text-primary-dark\/65 {
  color: hsl(218 47% 11% / 0.65) !important;
}
.text-primary-dark\/70 {
  color: hsl(218 47% 11% / 0.7) !important;
}
.text-primary-dark\/75 {
  color: hsl(218 47% 11% / 0.75) !important;
}
.text-primary-dark\/80 {
  color: hsl(218 47% 11% / 0.8) !important;
}
.text-primary-dark\/85 {
  color: hsl(218 47% 11% / 0.85) !important;
}
.text-primary-dark\/87 {
  color: hsl(218 47% 11% / 0.87) !important;
}
.text-primary-dark\/90 {
  color: hsl(218 47% 11% / 0.9) !important;
}
.text-primary-dark\/95 {
  color: hsl(218 47% 11% / 0.95) !important;
}
.text-primary-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1)) !important;
}
.text-primary-foreground\/0 {
  color: hsl(0 0% 100% / 0) !important;
}
.text-primary-foreground\/10 {
  color: hsl(0 0% 100% / 0.1) !important;
}
.text-primary-foreground\/100 {
  color: hsl(0 0% 100% / 1) !important;
}
.text-primary-foreground\/12 {
  color: hsl(0 0% 100% / 0.12) !important;
}
.text-primary-foreground\/15 {
  color: hsl(0 0% 100% / 0.15) !important;
}
.text-primary-foreground\/20 {
  color: hsl(0 0% 100% / 0.2) !important;
}
.text-primary-foreground\/25 {
  color: hsl(0 0% 100% / 0.25) !important;
}
.text-primary-foreground\/30 {
  color: hsl(0 0% 100% / 0.3) !important;
}
.text-primary-foreground\/35 {
  color: hsl(0 0% 100% / 0.35) !important;
}
.text-primary-foreground\/38 {
  color: hsl(0 0% 100% / 0.38) !important;
}
.text-primary-foreground\/40 {
  color: hsl(0 0% 100% / 0.4) !important;
}
.text-primary-foreground\/45 {
  color: hsl(0 0% 100% / 0.45) !important;
}
.text-primary-foreground\/5 {
  color: hsl(0 0% 100% / 0.05) !important;
}
.text-primary-foreground\/50 {
  color: hsl(0 0% 100% / 0.5) !important;
}
.text-primary-foreground\/55 {
  color: hsl(0 0% 100% / 0.55) !important;
}
.text-primary-foreground\/60 {
  color: hsl(0 0% 100% / 0.6) !important;
}
.text-primary-foreground\/65 {
  color: hsl(0 0% 100% / 0.65) !important;
}
.text-primary-foreground\/70 {
  color: hsl(0 0% 100% / 0.7) !important;
}
.text-primary-foreground\/75 {
  color: hsl(0 0% 100% / 0.75) !important;
}
.text-primary-foreground\/80 {
  color: hsl(0 0% 100% / 0.8) !important;
}
.text-primary-foreground\/85 {
  color: hsl(0 0% 100% / 0.85) !important;
}
.text-primary-foreground\/87 {
  color: hsl(0 0% 100% / 0.87) !important;
}
.text-primary-foreground\/90 {
  color: hsl(0 0% 100% / 0.9) !important;
}
.text-primary-foreground\/95 {
  color: hsl(0 0% 100% / 0.95) !important;
}
.text-primary-glow {
  --tw-text-opacity: 1 !important;
  color: hsl(215 28% 25% / var(--tw-text-opacity, 1)) !important;
}
.text-primary-glow\/0 {
  color: hsl(215 28% 25% / 0) !important;
}
.text-primary-glow\/10 {
  color: hsl(215 28% 25% / 0.1) !important;
}
.text-primary-glow\/100 {
  color: hsl(215 28% 25% / 1) !important;
}
.text-primary-glow\/12 {
  color: hsl(215 28% 25% / 0.12) !important;
}
.text-primary-glow\/15 {
  color: hsl(215 28% 25% / 0.15) !important;
}
.text-primary-glow\/20 {
  color: hsl(215 28% 25% / 0.2) !important;
}
.text-primary-glow\/25 {
  color: hsl(215 28% 25% / 0.25) !important;
}
.text-primary-glow\/30 {
  color: hsl(215 28% 25% / 0.3) !important;
}
.text-primary-glow\/35 {
  color: hsl(215 28% 25% / 0.35) !important;
}
.text-primary-glow\/38 {
  color: hsl(215 28% 25% / 0.38) !important;
}
.text-primary-glow\/40 {
  color: hsl(215 28% 25% / 0.4) !important;
}
.text-primary-glow\/45 {
  color: hsl(215 28% 25% / 0.45) !important;
}
.text-primary-glow\/5 {
  color: hsl(215 28% 25% / 0.05) !important;
}
.text-primary-glow\/50 {
  color: hsl(215 28% 25% / 0.5) !important;
}
.text-primary-glow\/55 {
  color: hsl(215 28% 25% / 0.55) !important;
}
.text-primary-glow\/60 {
  color: hsl(215 28% 25% / 0.6) !important;
}
.text-primary-glow\/65 {
  color: hsl(215 28% 25% / 0.65) !important;
}
.text-primary-glow\/70 {
  color: hsl(215 28% 25% / 0.7) !important;
}
.text-primary-glow\/75 {
  color: hsl(215 28% 25% / 0.75) !important;
}
.text-primary-glow\/80 {
  color: hsl(215 28% 25% / 0.8) !important;
}
.text-primary-glow\/85 {
  color: hsl(215 28% 25% / 0.85) !important;
}
.text-primary-glow\/87 {
  color: hsl(215 28% 25% / 0.87) !important;
}
.text-primary-glow\/90 {
  color: hsl(215 28% 25% / 0.9) !important;
}
.text-primary-glow\/95 {
  color: hsl(215 28% 25% / 0.95) !important;
}
.text-primary\/0 {
  color: hsl(217 33% 17% / 0) !important;
}
.text-primary\/10 {
  color: hsl(217 33% 17% / 0.1) !important;
}
.text-primary\/100 {
  color: hsl(217 33% 17% / 1) !important;
}
.text-primary\/12 {
  color: hsl(217 33% 17% / 0.12) !important;
}
.text-primary\/15 {
  color: hsl(217 33% 17% / 0.15) !important;
}
.text-primary\/20 {
  color: hsl(217 33% 17% / 0.2) !important;
}
.text-primary\/25 {
  color: hsl(217 33% 17% / 0.25) !important;
}
.text-primary\/30 {
  color: hsl(217 33% 17% / 0.3) !important;
}
.text-primary\/35 {
  color: hsl(217 33% 17% / 0.35) !important;
}
.text-primary\/38 {
  color: hsl(217 33% 17% / 0.38) !important;
}
.text-primary\/40 {
  color: hsl(217 33% 17% / 0.4) !important;
}
.text-primary\/45 {
  color: hsl(217 33% 17% / 0.45) !important;
}
.text-primary\/5 {
  color: hsl(217 33% 17% / 0.05) !important;
}
.text-primary\/50 {
  color: hsl(217 33% 17% / 0.5) !important;
}
.text-primary\/55 {
  color: hsl(217 33% 17% / 0.55) !important;
}
.text-primary\/60 {
  color: hsl(217 33% 17% / 0.6) !important;
}
.text-primary\/65 {
  color: hsl(217 33% 17% / 0.65) !important;
}
.text-primary\/70 {
  color: hsl(217 33% 17% / 0.7) !important;
}
.text-primary\/75 {
  color: hsl(217 33% 17% / 0.75) !important;
}
.text-primary\/80 {
  color: hsl(217 33% 17% / 0.8) !important;
}
.text-primary\/85 {
  color: hsl(217 33% 17% / 0.85) !important;
}
.text-primary\/87 {
  color: hsl(217 33% 17% / 0.87) !important;
}
.text-primary\/90 {
  color: hsl(217 33% 17% / 0.9) !important;
}
.text-primary\/95 {
  color: hsl(217 33% 17% / 0.95) !important;
}
.text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0) !important;
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1) !important;
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1) !important;
}
.text-purple-100\/12 {
  color: rgb(243 232 255 / 0.12) !important;
}
.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15) !important;
}
.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2) !important;
}
.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25) !important;
}
.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3) !important;
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35) !important;
}
.text-purple-100\/38 {
  color: rgb(243 232 255 / 0.38) !important;
}
.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4) !important;
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45) !important;
}
.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05) !important;
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5) !important;
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55) !important;
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6) !important;
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65) !important;
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7) !important;
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75) !important;
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8) !important;
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85) !important;
}
.text-purple-100\/87 {
  color: rgb(243 232 255 / 0.87) !important;
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9) !important;
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95) !important;
}
.text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0) !important;
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1) !important;
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1) !important;
}
.text-purple-200\/12 {
  color: rgb(233 213 255 / 0.12) !important;
}
.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15) !important;
}
.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2) !important;
}
.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25) !important;
}
.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3) !important;
}
.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35) !important;
}
.text-purple-200\/38 {
  color: rgb(233 213 255 / 0.38) !important;
}
.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4) !important;
}
.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45) !important;
}
.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05) !important;
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5) !important;
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55) !important;
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6) !important;
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65) !important;
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7) !important;
}
.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75) !important;
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8) !important;
}
.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85) !important;
}
.text-purple-200\/87 {
  color: rgb(233 213 255 / 0.87) !important;
}
.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9) !important;
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95) !important;
}
.text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0) !important;
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1) !important;
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1) !important;
}
.text-purple-300\/12 {
  color: rgb(216 180 254 / 0.12) !important;
}
.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15) !important;
}
.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2) !important;
}
.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25) !important;
}
.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3) !important;
}
.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35) !important;
}
.text-purple-300\/38 {
  color: rgb(216 180 254 / 0.38) !important;
}
.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4) !important;
}
.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45) !important;
}
.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05) !important;
}
.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5) !important;
}
.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55) !important;
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6) !important;
}
.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65) !important;
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7) !important;
}
.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75) !important;
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8) !important;
}
.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85) !important;
}
.text-purple-300\/87 {
  color: rgb(216 180 254 / 0.87) !important;
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9) !important;
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95) !important;
}
.text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0) !important;
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1) !important;
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1) !important;
}
.text-purple-400\/12 {
  color: rgb(192 132 252 / 0.12) !important;
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15) !important;
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2) !important;
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25) !important;
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3) !important;
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35) !important;
}
.text-purple-400\/38 {
  color: rgb(192 132 252 / 0.38) !important;
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4) !important;
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45) !important;
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05) !important;
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5) !important;
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55) !important;
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6) !important;
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65) !important;
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7) !important;
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75) !important;
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8) !important;
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85) !important;
}
.text-purple-400\/87 {
  color: rgb(192 132 252 / 0.87) !important;
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9) !important;
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95) !important;
}
.text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-50\/0 {
  color: rgb(250 245 255 / 0) !important;
}
.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1) !important;
}
.text-purple-50\/100 {
  color: rgb(250 245 255 / 1) !important;
}
.text-purple-50\/12 {
  color: rgb(250 245 255 / 0.12) !important;
}
.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15) !important;
}
.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2) !important;
}
.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25) !important;
}
.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3) !important;
}
.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35) !important;
}
.text-purple-50\/38 {
  color: rgb(250 245 255 / 0.38) !important;
}
.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4) !important;
}
.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45) !important;
}
.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05) !important;
}
.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5) !important;
}
.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55) !important;
}
.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6) !important;
}
.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65) !important;
}
.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7) !important;
}
.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75) !important;
}
.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8) !important;
}
.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85) !important;
}
.text-purple-50\/87 {
  color: rgb(250 245 255 / 0.87) !important;
}
.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9) !important;
}
.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95) !important;
}
.text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0) !important;
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1) !important;
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1) !important;
}
.text-purple-500\/12 {
  color: rgb(168 85 247 / 0.12) !important;
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15) !important;
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2) !important;
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25) !important;
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3) !important;
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35) !important;
}
.text-purple-500\/38 {
  color: rgb(168 85 247 / 0.38) !important;
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4) !important;
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45) !important;
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05) !important;
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5) !important;
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55) !important;
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6) !important;
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65) !important;
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7) !important;
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75) !important;
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8) !important;
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85) !important;
}
.text-purple-500\/87 {
  color: rgb(168 85 247 / 0.87) !important;
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9) !important;
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95) !important;
}
.text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0) !important;
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1) !important;
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1) !important;
}
.text-purple-600\/12 {
  color: rgb(147 51 234 / 0.12) !important;
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15) !important;
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2) !important;
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25) !important;
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3) !important;
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35) !important;
}
.text-purple-600\/38 {
  color: rgb(147 51 234 / 0.38) !important;
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4) !important;
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45) !important;
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05) !important;
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5) !important;
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55) !important;
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6) !important;
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65) !important;
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7) !important;
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75) !important;
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8) !important;
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85) !important;
}
.text-purple-600\/87 {
  color: rgb(147 51 234 / 0.87) !important;
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9) !important;
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95) !important;
}
.text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0) !important;
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1) !important;
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1) !important;
}
.text-purple-700\/12 {
  color: rgb(126 34 206 / 0.12) !important;
}
.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15) !important;
}
.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2) !important;
}
.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25) !important;
}
.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3) !important;
}
.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35) !important;
}
.text-purple-700\/38 {
  color: rgb(126 34 206 / 0.38) !important;
}
.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4) !important;
}
.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45) !important;
}
.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05) !important;
}
.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5) !important;
}
.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55) !important;
}
.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6) !important;
}
.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65) !important;
}
.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7) !important;
}
.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75) !important;
}
.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8) !important;
}
.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85) !important;
}
.text-purple-700\/87 {
  color: rgb(126 34 206 / 0.87) !important;
}
.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9) !important;
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95) !important;
}
.text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-800\/0 {
  color: rgb(107 33 168 / 0) !important;
}
.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1) !important;
}
.text-purple-800\/100 {
  color: rgb(107 33 168 / 1) !important;
}
.text-purple-800\/12 {
  color: rgb(107 33 168 / 0.12) !important;
}
.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15) !important;
}
.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2) !important;
}
.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25) !important;
}
.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3) !important;
}
.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35) !important;
}
.text-purple-800\/38 {
  color: rgb(107 33 168 / 0.38) !important;
}
.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4) !important;
}
.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45) !important;
}
.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05) !important;
}
.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5) !important;
}
.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55) !important;
}
.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6) !important;
}
.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65) !important;
}
.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7) !important;
}
.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75) !important;
}
.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8) !important;
}
.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85) !important;
}
.text-purple-800\/87 {
  color: rgb(107 33 168 / 0.87) !important;
}
.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9) !important;
}
.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95) !important;
}
.text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0) !important;
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1) !important;
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1) !important;
}
.text-purple-900\/12 {
  color: rgb(88 28 135 / 0.12) !important;
}
.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15) !important;
}
.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2) !important;
}
.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25) !important;
}
.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3) !important;
}
.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35) !important;
}
.text-purple-900\/38 {
  color: rgb(88 28 135 / 0.38) !important;
}
.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4) !important;
}
.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45) !important;
}
.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05) !important;
}
.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5) !important;
}
.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55) !important;
}
.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6) !important;
}
.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65) !important;
}
.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7) !important;
}
.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75) !important;
}
.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8) !important;
}
.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85) !important;
}
.text-purple-900\/87 {
  color: rgb(88 28 135 / 0.87) !important;
}
.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9) !important;
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95) !important;
}
.text-purple-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1)) !important;
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0) !important;
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1) !important;
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1) !important;
}
.text-purple-950\/12 {
  color: rgb(59 7 100 / 0.12) !important;
}
.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15) !important;
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2) !important;
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25) !important;
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3) !important;
}
.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35) !important;
}
.text-purple-950\/38 {
  color: rgb(59 7 100 / 0.38) !important;
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4) !important;
}
.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45) !important;
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05) !important;
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5) !important;
}
.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55) !important;
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6) !important;
}
.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65) !important;
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7) !important;
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75) !important;
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8) !important;
}
.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85) !important;
}
.text-purple-950\/87 {
  color: rgb(59 7 100 / 0.87) !important;
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9) !important;
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95) !important;
}
.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1)) !important;
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0) !important;
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1) !important;
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1) !important;
}
.text-red-100\/12 {
  color: rgb(254 226 226 / 0.12) !important;
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15) !important;
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2) !important;
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25) !important;
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3) !important;
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35) !important;
}
.text-red-100\/38 {
  color: rgb(254 226 226 / 0.38) !important;
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4) !important;
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45) !important;
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05) !important;
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5) !important;
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55) !important;
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6) !important;
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65) !important;
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7) !important;
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75) !important;
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8) !important;
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85) !important;
}
.text-red-100\/87 {
  color: rgb(254 226 226 / 0.87) !important;
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9) !important;
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95) !important;
}
.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1)) !important;
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}
.text-red-200\/12 {
  color: rgb(254 202 202 / 0.12) !important;
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15) !important;
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35) !important;
}
.text-red-200\/38 {
  color: rgb(254 202 202 / 0.38) !important;
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45) !important;
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55) !important;
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65) !important;
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85) !important;
}
.text-red-200\/87 {
  color: rgb(254 202 202 / 0.87) !important;
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}
.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0) !important;
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1) !important;
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1) !important;
}
.text-red-300\/12 {
  color: rgb(252 165 165 / 0.12) !important;
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15) !important;
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2) !important;
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25) !important;
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3) !important;
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35) !important;
}
.text-red-300\/38 {
  color: rgb(252 165 165 / 0.38) !important;
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4) !important;
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45) !important;
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05) !important;
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5) !important;
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55) !important;
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6) !important;
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65) !important;
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7) !important;
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75) !important;
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8) !important;
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85) !important;
}
.text-red-300\/87 {
  color: rgb(252 165 165 / 0.87) !important;
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9) !important;
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95) !important;
}
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}
.text-red-400\/12 {
  color: rgb(248 113 113 / 0.12) !important;
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15) !important;
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35) !important;
}
.text-red-400\/38 {
  color: rgb(248 113 113 / 0.38) !important;
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45) !important;
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55) !important;
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65) !important;
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85) !important;
}
.text-red-400\/87 {
  color: rgb(248 113 113 / 0.87) !important;
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}
.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}
.text-red-50\/12 {
  color: rgb(254 242 242 / 0.12) !important;
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15) !important;
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35) !important;
}
.text-red-50\/38 {
  color: rgb(254 242 242 / 0.38) !important;
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45) !important;
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55) !important;
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65) !important;
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85) !important;
}
.text-red-50\/87 {
  color: rgb(254 242 242 / 0.87) !important;
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}
.text-red-500\/12 {
  color: rgb(239 68 68 / 0.12) !important;
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15) !important;
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35) !important;
}
.text-red-500\/38 {
  color: rgb(239 68 68 / 0.38) !important;
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}
.text-red-500\/87 {
  color: rgb(239 68 68 / 0.87) !important;
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0) !important;
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1) !important;
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1) !important;
}
.text-red-600\/12 {
  color: rgb(220 38 38 / 0.12) !important;
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15) !important;
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2) !important;
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25) !important;
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3) !important;
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35) !important;
}
.text-red-600\/38 {
  color: rgb(220 38 38 / 0.38) !important;
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4) !important;
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45) !important;
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05) !important;
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5) !important;
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55) !important;
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6) !important;
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65) !important;
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7) !important;
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75) !important;
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8) !important;
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85) !important;
}
.text-red-600\/87 {
  color: rgb(220 38 38 / 0.87) !important;
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9) !important;
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95) !important;
}
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0) !important;
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1) !important;
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1) !important;
}
.text-red-700\/12 {
  color: rgb(185 28 28 / 0.12) !important;
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15) !important;
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2) !important;
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25) !important;
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3) !important;
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35) !important;
}
.text-red-700\/38 {
  color: rgb(185 28 28 / 0.38) !important;
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4) !important;
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45) !important;
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05) !important;
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5) !important;
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55) !important;
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6) !important;
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65) !important;
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7) !important;
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75) !important;
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8) !important;
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85) !important;
}
.text-red-700\/87 {
  color: rgb(185 28 28 / 0.87) !important;
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9) !important;
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0) !important;
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1) !important;
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1) !important;
}
.text-red-800\/12 {
  color: rgb(153 27 27 / 0.12) !important;
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15) !important;
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2) !important;
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25) !important;
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3) !important;
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35) !important;
}
.text-red-800\/38 {
  color: rgb(153 27 27 / 0.38) !important;
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4) !important;
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45) !important;
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05) !important;
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5) !important;
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55) !important;
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6) !important;
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65) !important;
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7) !important;
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75) !important;
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8) !important;
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85) !important;
}
.text-red-800\/87 {
  color: rgb(153 27 27 / 0.87) !important;
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9) !important;
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95) !important;
}
.text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}
.text-red-900\/12 {
  color: rgb(127 29 29 / 0.12) !important;
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15) !important;
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35) !important;
}
.text-red-900\/38 {
  color: rgb(127 29 29 / 0.38) !important;
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45) !important;
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55) !important;
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65) !important;
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85) !important;
}
.text-red-900\/87 {
  color: rgb(127 29 29 / 0.87) !important;
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}
.text-red-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1)) !important;
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0) !important;
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1) !important;
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1) !important;
}
.text-red-950\/12 {
  color: rgb(69 10 10 / 0.12) !important;
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15) !important;
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2) !important;
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25) !important;
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3) !important;
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35) !important;
}
.text-red-950\/38 {
  color: rgb(69 10 10 / 0.38) !important;
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4) !important;
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45) !important;
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05) !important;
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5) !important;
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55) !important;
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6) !important;
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65) !important;
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7) !important;
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75) !important;
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8) !important;
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85) !important;
}
.text-red-950\/87 {
  color: rgb(69 10 10 / 0.87) !important;
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9) !important;
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95) !important;
}
.text-ring {
  --tw-text-opacity: 1 !important;
  color: hsl(217 33% 17% / var(--tw-text-opacity, 1)) !important;
}
.text-ring\/0 {
  color: hsl(217 33% 17% / 0) !important;
}
.text-ring\/10 {
  color: hsl(217 33% 17% / 0.1) !important;
}
.text-ring\/100 {
  color: hsl(217 33% 17% / 1) !important;
}
.text-ring\/12 {
  color: hsl(217 33% 17% / 0.12) !important;
}
.text-ring\/15 {
  color: hsl(217 33% 17% / 0.15) !important;
}
.text-ring\/20 {
  color: hsl(217 33% 17% / 0.2) !important;
}
.text-ring\/25 {
  color: hsl(217 33% 17% / 0.25) !important;
}
.text-ring\/30 {
  color: hsl(217 33% 17% / 0.3) !important;
}
.text-ring\/35 {
  color: hsl(217 33% 17% / 0.35) !important;
}
.text-ring\/38 {
  color: hsl(217 33% 17% / 0.38) !important;
}
.text-ring\/40 {
  color: hsl(217 33% 17% / 0.4) !important;
}
.text-ring\/45 {
  color: hsl(217 33% 17% / 0.45) !important;
}
.text-ring\/5 {
  color: hsl(217 33% 17% / 0.05) !important;
}
.text-ring\/50 {
  color: hsl(217 33% 17% / 0.5) !important;
}
.text-ring\/55 {
  color: hsl(217 33% 17% / 0.55) !important;
}
.text-ring\/60 {
  color: hsl(217 33% 17% / 0.6) !important;
}
.text-ring\/65 {
  color: hsl(217 33% 17% / 0.65) !important;
}
.text-ring\/70 {
  color: hsl(217 33% 17% / 0.7) !important;
}
.text-ring\/75 {
  color: hsl(217 33% 17% / 0.75) !important;
}
.text-ring\/80 {
  color: hsl(217 33% 17% / 0.8) !important;
}
.text-ring\/85 {
  color: hsl(217 33% 17% / 0.85) !important;
}
.text-ring\/87 {
  color: hsl(217 33% 17% / 0.87) !important;
}
.text-ring\/90 {
  color: hsl(217 33% 17% / 0.9) !important;
}
.text-ring\/95 {
  color: hsl(217 33% 17% / 0.95) !important;
}
.text-rose-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0) !important;
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1) !important;
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1) !important;
}
.text-rose-100\/12 {
  color: rgb(255 228 230 / 0.12) !important;
}
.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15) !important;
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2) !important;
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25) !important;
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3) !important;
}
.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35) !important;
}
.text-rose-100\/38 {
  color: rgb(255 228 230 / 0.38) !important;
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4) !important;
}
.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45) !important;
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05) !important;
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5) !important;
}
.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55) !important;
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6) !important;
}
.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65) !important;
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7) !important;
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75) !important;
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8) !important;
}
.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85) !important;
}
.text-rose-100\/87 {
  color: rgb(255 228 230 / 0.87) !important;
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9) !important;
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95) !important;
}
.text-rose-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0) !important;
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1) !important;
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1) !important;
}
.text-rose-200\/12 {
  color: rgb(254 205 211 / 0.12) !important;
}
.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15) !important;
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2) !important;
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25) !important;
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3) !important;
}
.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35) !important;
}
.text-rose-200\/38 {
  color: rgb(254 205 211 / 0.38) !important;
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4) !important;
}
.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45) !important;
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05) !important;
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5) !important;
}
.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55) !important;
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6) !important;
}
.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65) !important;
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7) !important;
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75) !important;
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8) !important;
}
.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85) !important;
}
.text-rose-200\/87 {
  color: rgb(254 205 211 / 0.87) !important;
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9) !important;
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95) !important;
}
.text-rose-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0) !important;
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1) !important;
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1) !important;
}
.text-rose-300\/12 {
  color: rgb(253 164 175 / 0.12) !important;
}
.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15) !important;
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2) !important;
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25) !important;
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3) !important;
}
.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35) !important;
}
.text-rose-300\/38 {
  color: rgb(253 164 175 / 0.38) !important;
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4) !important;
}
.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45) !important;
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05) !important;
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5) !important;
}
.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55) !important;
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6) !important;
}
.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65) !important;
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7) !important;
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75) !important;
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8) !important;
}
.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85) !important;
}
.text-rose-300\/87 {
  color: rgb(253 164 175 / 0.87) !important;
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9) !important;
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95) !important;
}
.text-rose-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0) !important;
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1) !important;
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1) !important;
}
.text-rose-400\/12 {
  color: rgb(251 113 133 / 0.12) !important;
}
.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15) !important;
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2) !important;
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25) !important;
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3) !important;
}
.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35) !important;
}
.text-rose-400\/38 {
  color: rgb(251 113 133 / 0.38) !important;
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4) !important;
}
.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45) !important;
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05) !important;
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5) !important;
}
.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55) !important;
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6) !important;
}
.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65) !important;
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7) !important;
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75) !important;
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8) !important;
}
.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85) !important;
}
.text-rose-400\/87 {
  color: rgb(251 113 133 / 0.87) !important;
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9) !important;
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95) !important;
}
.text-rose-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0) !important;
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1) !important;
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1) !important;
}
.text-rose-50\/12 {
  color: rgb(255 241 242 / 0.12) !important;
}
.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15) !important;
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2) !important;
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25) !important;
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3) !important;
}
.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35) !important;
}
.text-rose-50\/38 {
  color: rgb(255 241 242 / 0.38) !important;
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4) !important;
}
.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45) !important;
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05) !important;
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5) !important;
}
.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55) !important;
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6) !important;
}
.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65) !important;
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7) !important;
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75) !important;
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8) !important;
}
.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85) !important;
}
.text-rose-50\/87 {
  color: rgb(255 241 242 / 0.87) !important;
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9) !important;
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95) !important;
}
.text-rose-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0) !important;
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1) !important;
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1) !important;
}
.text-rose-500\/12 {
  color: rgb(244 63 94 / 0.12) !important;
}
.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15) !important;
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2) !important;
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25) !important;
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3) !important;
}
.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35) !important;
}
.text-rose-500\/38 {
  color: rgb(244 63 94 / 0.38) !important;
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4) !important;
}
.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45) !important;
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05) !important;
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5) !important;
}
.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55) !important;
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6) !important;
}
.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65) !important;
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7) !important;
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75) !important;
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8) !important;
}
.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85) !important;
}
.text-rose-500\/87 {
  color: rgb(244 63 94 / 0.87) !important;
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9) !important;
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95) !important;
}
.text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0) !important;
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1) !important;
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1) !important;
}
.text-rose-600\/12 {
  color: rgb(225 29 72 / 0.12) !important;
}
.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15) !important;
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2) !important;
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25) !important;
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3) !important;
}
.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35) !important;
}
.text-rose-600\/38 {
  color: rgb(225 29 72 / 0.38) !important;
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4) !important;
}
.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45) !important;
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05) !important;
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5) !important;
}
.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55) !important;
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6) !important;
}
.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65) !important;
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7) !important;
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75) !important;
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8) !important;
}
.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85) !important;
}
.text-rose-600\/87 {
  color: rgb(225 29 72 / 0.87) !important;
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9) !important;
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95) !important;
}
.text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0) !important;
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1) !important;
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1) !important;
}
.text-rose-700\/12 {
  color: rgb(190 18 60 / 0.12) !important;
}
.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15) !important;
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2) !important;
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25) !important;
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3) !important;
}
.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35) !important;
}
.text-rose-700\/38 {
  color: rgb(190 18 60 / 0.38) !important;
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4) !important;
}
.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45) !important;
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05) !important;
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5) !important;
}
.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55) !important;
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6) !important;
}
.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65) !important;
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7) !important;
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75) !important;
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8) !important;
}
.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85) !important;
}
.text-rose-700\/87 {
  color: rgb(190 18 60 / 0.87) !important;
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9) !important;
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95) !important;
}
.text-rose-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0) !important;
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1) !important;
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1) !important;
}
.text-rose-800\/12 {
  color: rgb(159 18 57 / 0.12) !important;
}
.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15) !important;
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2) !important;
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25) !important;
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3) !important;
}
.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35) !important;
}
.text-rose-800\/38 {
  color: rgb(159 18 57 / 0.38) !important;
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4) !important;
}
.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45) !important;
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05) !important;
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5) !important;
}
.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55) !important;
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6) !important;
}
.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65) !important;
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7) !important;
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75) !important;
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8) !important;
}
.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85) !important;
}
.text-rose-800\/87 {
  color: rgb(159 18 57 / 0.87) !important;
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9) !important;
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95) !important;
}
.text-rose-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0) !important;
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1) !important;
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1) !important;
}
.text-rose-900\/12 {
  color: rgb(136 19 55 / 0.12) !important;
}
.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15) !important;
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2) !important;
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25) !important;
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3) !important;
}
.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35) !important;
}
.text-rose-900\/38 {
  color: rgb(136 19 55 / 0.38) !important;
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4) !important;
}
.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45) !important;
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05) !important;
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5) !important;
}
.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55) !important;
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6) !important;
}
.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65) !important;
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7) !important;
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75) !important;
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8) !important;
}
.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85) !important;
}
.text-rose-900\/87 {
  color: rgb(136 19 55 / 0.87) !important;
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9) !important;
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95) !important;
}
.text-rose-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1)) !important;
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0) !important;
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1) !important;
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1) !important;
}
.text-rose-950\/12 {
  color: rgb(76 5 25 / 0.12) !important;
}
.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15) !important;
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2) !important;
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25) !important;
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3) !important;
}
.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35) !important;
}
.text-rose-950\/38 {
  color: rgb(76 5 25 / 0.38) !important;
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4) !important;
}
.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45) !important;
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05) !important;
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5) !important;
}
.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55) !important;
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6) !important;
}
.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65) !important;
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7) !important;
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75) !important;
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8) !important;
}
.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85) !important;
}
.text-rose-950\/87 {
  color: rgb(76 5 25 / 0.87) !important;
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9) !important;
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95) !important;
}
.text-secondary {
  --tw-text-opacity: 1 !important;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1)) !important;
}
.text-secondary-foreground {
  --tw-text-opacity: 1 !important;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1)) !important;
}
.text-secondary-foreground\/0 {
  color: hsl(0 0% 100% / 0) !important;
}
.text-secondary-foreground\/10 {
  color: hsl(0 0% 100% / 0.1) !important;
}
.text-secondary-foreground\/100 {
  color: hsl(0 0% 100% / 1) !important;
}
.text-secondary-foreground\/12 {
  color: hsl(0 0% 100% / 0.12) !important;
}
.text-secondary-foreground\/15 {
  color: hsl(0 0% 100% / 0.15) !important;
}
.text-secondary-foreground\/20 {
  color: hsl(0 0% 100% / 0.2) !important;
}
.text-secondary-foreground\/25 {
  color: hsl(0 0% 100% / 0.25) !important;
}
.text-secondary-foreground\/30 {
  color: hsl(0 0% 100% / 0.3) !important;
}
.text-secondary-foreground\/35 {
  color: hsl(0 0% 100% / 0.35) !important;
}
.text-secondary-foreground\/38 {
  color: hsl(0 0% 100% / 0.38) !important;
}
.text-secondary-foreground\/40 {
  color: hsl(0 0% 100% / 0.4) !important;
}
.text-secondary-foreground\/45 {
  color: hsl(0 0% 100% / 0.45) !important;
}
.text-secondary-foreground\/5 {
  color: hsl(0 0% 100% / 0.05) !important;
}
.text-secondary-foreground\/50 {
  color: hsl(0 0% 100% / 0.5) !important;
}
.text-secondary-foreground\/55 {
  color: hsl(0 0% 100% / 0.55) !important;
}
.text-secondary-foreground\/60 {
  color: hsl(0 0% 100% / 0.6) !important;
}
.text-secondary-foreground\/65 {
  color: hsl(0 0% 100% / 0.65) !important;
}
.text-secondary-foreground\/70 {
  color: hsl(0 0% 100% / 0.7) !important;
}
.text-secondary-foreground\/75 {
  color: hsl(0 0% 100% / 0.75) !important;
}
.text-secondary-foreground\/80 {
  color: hsl(0 0% 100% / 0.8) !important;
}
.text-secondary-foreground\/85 {
  color: hsl(0 0% 100% / 0.85) !important;
}
.text-secondary-foreground\/87 {
  color: hsl(0 0% 100% / 0.87) !important;
}
.text-secondary-foreground\/90 {
  color: hsl(0 0% 100% / 0.9) !important;
}
.text-secondary-foreground\/95 {
  color: hsl(0 0% 100% / 0.95) !important;
}
.text-secondary-glow {
  --tw-text-opacity: 1 !important;
  color: hsl(215 19% 35% / var(--tw-text-opacity, 1)) !important;
}
.text-secondary-glow\/0 {
  color: hsl(215 19% 35% / 0) !important;
}
.text-secondary-glow\/10 {
  color: hsl(215 19% 35% / 0.1) !important;
}
.text-secondary-glow\/100 {
  color: hsl(215 19% 35% / 1) !important;
}
.text-secondary-glow\/12 {
  color: hsl(215 19% 35% / 0.12) !important;
}
.text-secondary-glow\/15 {
  color: hsl(215 19% 35% / 0.15) !important;
}
.text-secondary-glow\/20 {
  color: hsl(215 19% 35% / 0.2) !important;
}
.text-secondary-glow\/25 {
  color: hsl(215 19% 35% / 0.25) !important;
}
.text-secondary-glow\/30 {
  color: hsl(215 19% 35% / 0.3) !important;
}
.text-secondary-glow\/35 {
  color: hsl(215 19% 35% / 0.35) !important;
}
.text-secondary-glow\/38 {
  color: hsl(215 19% 35% / 0.38) !important;
}
.text-secondary-glow\/40 {
  color: hsl(215 19% 35% / 0.4) !important;
}
.text-secondary-glow\/45 {
  color: hsl(215 19% 35% / 0.45) !important;
}
.text-secondary-glow\/5 {
  color: hsl(215 19% 35% / 0.05) !important;
}
.text-secondary-glow\/50 {
  color: hsl(215 19% 35% / 0.5) !important;
}
.text-secondary-glow\/55 {
  color: hsl(215 19% 35% / 0.55) !important;
}
.text-secondary-glow\/60 {
  color: hsl(215 19% 35% / 0.6) !important;
}
.text-secondary-glow\/65 {
  color: hsl(215 19% 35% / 0.65) !important;
}
.text-secondary-glow\/70 {
  color: hsl(215 19% 35% / 0.7) !important;
}
.text-secondary-glow\/75 {
  color: hsl(215 19% 35% / 0.75) !important;
}
.text-secondary-glow\/80 {
  color: hsl(215 19% 35% / 0.8) !important;
}
.text-secondary-glow\/85 {
  color: hsl(215 19% 35% / 0.85) !important;
}
.text-secondary-glow\/87 {
  color: hsl(215 19% 35% / 0.87) !important;
}
.text-secondary-glow\/90 {
  color: hsl(215 19% 35% / 0.9) !important;
}
.text-secondary-glow\/95 {
  color: hsl(215 19% 35% / 0.95) !important;
}
.text-secondary\/0 {
  color: hsl(215 25% 27% / 0) !important;
}
.text-secondary\/10 {
  color: hsl(215 25% 27% / 0.1) !important;
}
.text-secondary\/100 {
  color: hsl(215 25% 27% / 1) !important;
}
.text-secondary\/12 {
  color: hsl(215 25% 27% / 0.12) !important;
}
.text-secondary\/15 {
  color: hsl(215 25% 27% / 0.15) !important;
}
.text-secondary\/20 {
  color: hsl(215 25% 27% / 0.2) !important;
}
.text-secondary\/25 {
  color: hsl(215 25% 27% / 0.25) !important;
}
.text-secondary\/30 {
  color: hsl(215 25% 27% / 0.3) !important;
}
.text-secondary\/35 {
  color: hsl(215 25% 27% / 0.35) !important;
}
.text-secondary\/38 {
  color: hsl(215 25% 27% / 0.38) !important;
}
.text-secondary\/40 {
  color: hsl(215 25% 27% / 0.4) !important;
}
.text-secondary\/45 {
  color: hsl(215 25% 27% / 0.45) !important;
}
.text-secondary\/5 {
  color: hsl(215 25% 27% / 0.05) !important;
}
.text-secondary\/50 {
  color: hsl(215 25% 27% / 0.5) !important;
}
.text-secondary\/55 {
  color: hsl(215 25% 27% / 0.55) !important;
}
.text-secondary\/60 {
  color: hsl(215 25% 27% / 0.6) !important;
}
.text-secondary\/65 {
  color: hsl(215 25% 27% / 0.65) !important;
}
.text-secondary\/70 {
  color: hsl(215 25% 27% / 0.7) !important;
}
.text-secondary\/75 {
  color: hsl(215 25% 27% / 0.75) !important;
}
.text-secondary\/80 {
  color: hsl(215 25% 27% / 0.8) !important;
}
.text-secondary\/85 {
  color: hsl(215 25% 27% / 0.85) !important;
}
.text-secondary\/87 {
  color: hsl(215 25% 27% / 0.87) !important;
}
.text-secondary\/90 {
  color: hsl(215 25% 27% / 0.9) !important;
}
.text-secondary\/95 {
  color: hsl(215 25% 27% / 0.95) !important;
}
.text-sky-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0) !important;
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1) !important;
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1) !important;
}
.text-sky-100\/12 {
  color: rgb(224 242 254 / 0.12) !important;
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15) !important;
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2) !important;
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25) !important;
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3) !important;
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35) !important;
}
.text-sky-100\/38 {
  color: rgb(224 242 254 / 0.38) !important;
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4) !important;
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45) !important;
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05) !important;
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5) !important;
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55) !important;
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6) !important;
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65) !important;
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7) !important;
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75) !important;
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8) !important;
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85) !important;
}
.text-sky-100\/87 {
  color: rgb(224 242 254 / 0.87) !important;
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9) !important;
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95) !important;
}
.text-sky-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0) !important;
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1) !important;
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1) !important;
}
.text-sky-200\/12 {
  color: rgb(186 230 253 / 0.12) !important;
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15) !important;
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2) !important;
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25) !important;
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3) !important;
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35) !important;
}
.text-sky-200\/38 {
  color: rgb(186 230 253 / 0.38) !important;
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4) !important;
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45) !important;
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05) !important;
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5) !important;
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55) !important;
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6) !important;
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65) !important;
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7) !important;
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75) !important;
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8) !important;
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85) !important;
}
.text-sky-200\/87 {
  color: rgb(186 230 253 / 0.87) !important;
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9) !important;
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95) !important;
}
.text-sky-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0) !important;
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1) !important;
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1) !important;
}
.text-sky-300\/12 {
  color: rgb(125 211 252 / 0.12) !important;
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15) !important;
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2) !important;
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25) !important;
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3) !important;
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35) !important;
}
.text-sky-300\/38 {
  color: rgb(125 211 252 / 0.38) !important;
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4) !important;
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45) !important;
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05) !important;
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5) !important;
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55) !important;
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6) !important;
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65) !important;
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7) !important;
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75) !important;
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8) !important;
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85) !important;
}
.text-sky-300\/87 {
  color: rgb(125 211 252 / 0.87) !important;
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9) !important;
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95) !important;
}
.text-sky-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0) !important;
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1) !important;
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1) !important;
}
.text-sky-400\/12 {
  color: rgb(56 189 248 / 0.12) !important;
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15) !important;
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2) !important;
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25) !important;
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3) !important;
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35) !important;
}
.text-sky-400\/38 {
  color: rgb(56 189 248 / 0.38) !important;
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4) !important;
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45) !important;
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05) !important;
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5) !important;
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55) !important;
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6) !important;
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65) !important;
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7) !important;
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75) !important;
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8) !important;
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85) !important;
}
.text-sky-400\/87 {
  color: rgb(56 189 248 / 0.87) !important;
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9) !important;
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95) !important;
}
.text-sky-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0) !important;
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1) !important;
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1) !important;
}
.text-sky-50\/12 {
  color: rgb(240 249 255 / 0.12) !important;
}
.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15) !important;
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2) !important;
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25) !important;
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3) !important;
}
.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35) !important;
}
.text-sky-50\/38 {
  color: rgb(240 249 255 / 0.38) !important;
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4) !important;
}
.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45) !important;
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05) !important;
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5) !important;
}
.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55) !important;
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6) !important;
}
.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65) !important;
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7) !important;
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75) !important;
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8) !important;
}
.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85) !important;
}
.text-sky-50\/87 {
  color: rgb(240 249 255 / 0.87) !important;
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9) !important;
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95) !important;
}
.text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0) !important;
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1) !important;
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1) !important;
}
.text-sky-500\/12 {
  color: rgb(14 165 233 / 0.12) !important;
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15) !important;
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2) !important;
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25) !important;
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3) !important;
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35) !important;
}
.text-sky-500\/38 {
  color: rgb(14 165 233 / 0.38) !important;
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4) !important;
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45) !important;
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05) !important;
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5) !important;
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55) !important;
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6) !important;
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65) !important;
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7) !important;
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75) !important;
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8) !important;
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85) !important;
}
.text-sky-500\/87 {
  color: rgb(14 165 233 / 0.87) !important;
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9) !important;
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95) !important;
}
.text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0) !important;
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1) !important;
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1) !important;
}
.text-sky-600\/12 {
  color: rgb(2 132 199 / 0.12) !important;
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15) !important;
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2) !important;
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25) !important;
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3) !important;
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35) !important;
}
.text-sky-600\/38 {
  color: rgb(2 132 199 / 0.38) !important;
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4) !important;
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45) !important;
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05) !important;
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5) !important;
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55) !important;
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6) !important;
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65) !important;
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7) !important;
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75) !important;
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8) !important;
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85) !important;
}
.text-sky-600\/87 {
  color: rgb(2 132 199 / 0.87) !important;
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9) !important;
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95) !important;
}
.text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0) !important;
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1) !important;
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1) !important;
}
.text-sky-700\/12 {
  color: rgb(3 105 161 / 0.12) !important;
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15) !important;
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2) !important;
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25) !important;
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3) !important;
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35) !important;
}
.text-sky-700\/38 {
  color: rgb(3 105 161 / 0.38) !important;
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4) !important;
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45) !important;
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05) !important;
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5) !important;
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55) !important;
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6) !important;
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65) !important;
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7) !important;
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75) !important;
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8) !important;
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85) !important;
}
.text-sky-700\/87 {
  color: rgb(3 105 161 / 0.87) !important;
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9) !important;
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95) !important;
}
.text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0) !important;
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1) !important;
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1) !important;
}
.text-sky-800\/12 {
  color: rgb(7 89 133 / 0.12) !important;
}
.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15) !important;
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2) !important;
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25) !important;
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3) !important;
}
.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35) !important;
}
.text-sky-800\/38 {
  color: rgb(7 89 133 / 0.38) !important;
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4) !important;
}
.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45) !important;
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05) !important;
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5) !important;
}
.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55) !important;
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6) !important;
}
.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65) !important;
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7) !important;
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75) !important;
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8) !important;
}
.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85) !important;
}
.text-sky-800\/87 {
  color: rgb(7 89 133 / 0.87) !important;
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9) !important;
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95) !important;
}
.text-sky-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0) !important;
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1) !important;
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1) !important;
}
.text-sky-900\/12 {
  color: rgb(12 74 110 / 0.12) !important;
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15) !important;
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2) !important;
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25) !important;
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3) !important;
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35) !important;
}
.text-sky-900\/38 {
  color: rgb(12 74 110 / 0.38) !important;
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4) !important;
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45) !important;
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05) !important;
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5) !important;
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55) !important;
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6) !important;
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65) !important;
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7) !important;
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75) !important;
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8) !important;
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85) !important;
}
.text-sky-900\/87 {
  color: rgb(12 74 110 / 0.87) !important;
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9) !important;
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95) !important;
}
.text-sky-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1)) !important;
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0) !important;
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1) !important;
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1) !important;
}
.text-sky-950\/12 {
  color: rgb(8 47 73 / 0.12) !important;
}
.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15) !important;
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2) !important;
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25) !important;
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3) !important;
}
.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35) !important;
}
.text-sky-950\/38 {
  color: rgb(8 47 73 / 0.38) !important;
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4) !important;
}
.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45) !important;
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05) !important;
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5) !important;
}
.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55) !important;
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6) !important;
}
.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65) !important;
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7) !important;
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75) !important;
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8) !important;
}
.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85) !important;
}
.text-sky-950\/87 {
  color: rgb(8 47 73 / 0.87) !important;
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9) !important;
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95) !important;
}
.text-slate-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0) !important;
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1) !important;
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1) !important;
}
.text-slate-100\/12 {
  color: rgb(241 245 249 / 0.12) !important;
}
.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15) !important;
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2) !important;
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25) !important;
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3) !important;
}
.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35) !important;
}
.text-slate-100\/38 {
  color: rgb(241 245 249 / 0.38) !important;
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4) !important;
}
.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45) !important;
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05) !important;
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5) !important;
}
.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55) !important;
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6) !important;
}
.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65) !important;
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7) !important;
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75) !important;
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8) !important;
}
.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85) !important;
}
.text-slate-100\/87 {
  color: rgb(241 245 249 / 0.87) !important;
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9) !important;
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95) !important;
}
.text-slate-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0) !important;
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1) !important;
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1) !important;
}
.text-slate-200\/12 {
  color: rgb(226 232 240 / 0.12) !important;
}
.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15) !important;
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2) !important;
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25) !important;
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3) !important;
}
.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35) !important;
}
.text-slate-200\/38 {
  color: rgb(226 232 240 / 0.38) !important;
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4) !important;
}
.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45) !important;
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05) !important;
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5) !important;
}
.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55) !important;
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6) !important;
}
.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65) !important;
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7) !important;
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75) !important;
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8) !important;
}
.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85) !important;
}
.text-slate-200\/87 {
  color: rgb(226 232 240 / 0.87) !important;
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9) !important;
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95) !important;
}
.text-slate-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0) !important;
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1) !important;
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1) !important;
}
.text-slate-300\/12 {
  color: rgb(203 213 225 / 0.12) !important;
}
.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15) !important;
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2) !important;
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25) !important;
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3) !important;
}
.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35) !important;
}
.text-slate-300\/38 {
  color: rgb(203 213 225 / 0.38) !important;
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4) !important;
}
.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45) !important;
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05) !important;
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5) !important;
}
.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55) !important;
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6) !important;
}
.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65) !important;
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7) !important;
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75) !important;
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8) !important;
}
.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85) !important;
}
.text-slate-300\/87 {
  color: rgb(203 213 225 / 0.87) !important;
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9) !important;
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95) !important;
}
.text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}
.text-slate-400\/12 {
  color: rgb(148 163 184 / 0.12) !important;
}
.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15) !important;
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}
.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35) !important;
}
.text-slate-400\/38 {
  color: rgb(148 163 184 / 0.38) !important;
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}
.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}
.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}
.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}
.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}
.text-slate-400\/87 {
  color: rgb(148 163 184 / 0.87) !important;
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}
.text-slate-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0) !important;
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1) !important;
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1) !important;
}
.text-slate-50\/12 {
  color: rgb(248 250 252 / 0.12) !important;
}
.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15) !important;
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2) !important;
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25) !important;
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3) !important;
}
.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35) !important;
}
.text-slate-50\/38 {
  color: rgb(248 250 252 / 0.38) !important;
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4) !important;
}
.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45) !important;
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05) !important;
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5) !important;
}
.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55) !important;
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6) !important;
}
.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65) !important;
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7) !important;
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75) !important;
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8) !important;
}
.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85) !important;
}
.text-slate-50\/87 {
  color: rgb(248 250 252 / 0.87) !important;
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9) !important;
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95) !important;
}
.text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}
.text-slate-500\/12 {
  color: rgb(100 116 139 / 0.12) !important;
}
.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15) !important;
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}
.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35) !important;
}
.text-slate-500\/38 {
  color: rgb(100 116 139 / 0.38) !important;
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}
.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}
.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}
.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}
.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}
.text-slate-500\/87 {
  color: rgb(100 116 139 / 0.87) !important;
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0) !important;
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1) !important;
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1) !important;
}
.text-slate-600\/12 {
  color: rgb(71 85 105 / 0.12) !important;
}
.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15) !important;
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2) !important;
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25) !important;
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3) !important;
}
.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35) !important;
}
.text-slate-600\/38 {
  color: rgb(71 85 105 / 0.38) !important;
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4) !important;
}
.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45) !important;
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05) !important;
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5) !important;
}
.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55) !important;
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6) !important;
}
.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65) !important;
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7) !important;
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75) !important;
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8) !important;
}
.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85) !important;
}
.text-slate-600\/87 {
  color: rgb(71 85 105 / 0.87) !important;
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9) !important;
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95) !important;
}
.text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0) !important;
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1) !important;
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1) !important;
}
.text-slate-700\/12 {
  color: rgb(51 65 85 / 0.12) !important;
}
.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15) !important;
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2) !important;
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25) !important;
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3) !important;
}
.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35) !important;
}
.text-slate-700\/38 {
  color: rgb(51 65 85 / 0.38) !important;
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4) !important;
}
.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45) !important;
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05) !important;
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5) !important;
}
.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55) !important;
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6) !important;
}
.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65) !important;
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7) !important;
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75) !important;
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8) !important;
}
.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85) !important;
}
.text-slate-700\/87 {
  color: rgb(51 65 85 / 0.87) !important;
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9) !important;
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95) !important;
}
.text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0) !important;
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1) !important;
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1) !important;
}
.text-slate-800\/12 {
  color: rgb(30 41 59 / 0.12) !important;
}
.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15) !important;
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2) !important;
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25) !important;
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3) !important;
}
.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35) !important;
}
.text-slate-800\/38 {
  color: rgb(30 41 59 / 0.38) !important;
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4) !important;
}
.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45) !important;
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05) !important;
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5) !important;
}
.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55) !important;
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6) !important;
}
.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65) !important;
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7) !important;
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75) !important;
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8) !important;
}
.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85) !important;
}
.text-slate-800\/87 {
  color: rgb(30 41 59 / 0.87) !important;
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9) !important;
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95) !important;
}
.text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0) !important;
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1) !important;
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1) !important;
}
.text-slate-900\/12 {
  color: rgb(15 23 42 / 0.12) !important;
}
.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15) !important;
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2) !important;
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25) !important;
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3) !important;
}
.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35) !important;
}
.text-slate-900\/38 {
  color: rgb(15 23 42 / 0.38) !important;
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4) !important;
}
.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45) !important;
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05) !important;
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5) !important;
}
.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55) !important;
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6) !important;
}
.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65) !important;
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7) !important;
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75) !important;
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8) !important;
}
.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85) !important;
}
.text-slate-900\/87 {
  color: rgb(15 23 42 / 0.87) !important;
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9) !important;
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95) !important;
}
.text-slate-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0) !important;
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1) !important;
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1) !important;
}
.text-slate-950\/12 {
  color: rgb(2 6 23 / 0.12) !important;
}
.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15) !important;
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2) !important;
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25) !important;
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3) !important;
}
.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35) !important;
}
.text-slate-950\/38 {
  color: rgb(2 6 23 / 0.38) !important;
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4) !important;
}
.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45) !important;
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05) !important;
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5) !important;
}
.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55) !important;
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6) !important;
}
.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65) !important;
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7) !important;
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75) !important;
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8) !important;
}
.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85) !important;
}
.text-slate-950\/87 {
  color: rgb(2 6 23 / 0.87) !important;
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9) !important;
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95) !important;
}
.text-stone-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0) !important;
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1) !important;
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1) !important;
}
.text-stone-100\/12 {
  color: rgb(245 245 244 / 0.12) !important;
}
.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15) !important;
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2) !important;
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25) !important;
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3) !important;
}
.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35) !important;
}
.text-stone-100\/38 {
  color: rgb(245 245 244 / 0.38) !important;
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4) !important;
}
.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45) !important;
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05) !important;
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5) !important;
}
.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55) !important;
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6) !important;
}
.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65) !important;
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7) !important;
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75) !important;
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8) !important;
}
.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85) !important;
}
.text-stone-100\/87 {
  color: rgb(245 245 244 / 0.87) !important;
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9) !important;
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95) !important;
}
.text-stone-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0) !important;
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1) !important;
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1) !important;
}
.text-stone-200\/12 {
  color: rgb(231 229 228 / 0.12) !important;
}
.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15) !important;
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2) !important;
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25) !important;
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3) !important;
}
.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35) !important;
}
.text-stone-200\/38 {
  color: rgb(231 229 228 / 0.38) !important;
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4) !important;
}
.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45) !important;
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05) !important;
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5) !important;
}
.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55) !important;
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6) !important;
}
.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65) !important;
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7) !important;
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75) !important;
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8) !important;
}
.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85) !important;
}
.text-stone-200\/87 {
  color: rgb(231 229 228 / 0.87) !important;
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9) !important;
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95) !important;
}
.text-stone-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0) !important;
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1) !important;
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1) !important;
}
.text-stone-300\/12 {
  color: rgb(214 211 209 / 0.12) !important;
}
.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15) !important;
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2) !important;
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25) !important;
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3) !important;
}
.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35) !important;
}
.text-stone-300\/38 {
  color: rgb(214 211 209 / 0.38) !important;
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4) !important;
}
.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45) !important;
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05) !important;
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5) !important;
}
.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55) !important;
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6) !important;
}
.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65) !important;
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7) !important;
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75) !important;
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8) !important;
}
.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85) !important;
}
.text-stone-300\/87 {
  color: rgb(214 211 209 / 0.87) !important;
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9) !important;
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95) !important;
}
.text-stone-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0) !important;
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1) !important;
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1) !important;
}
.text-stone-400\/12 {
  color: rgb(168 162 158 / 0.12) !important;
}
.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15) !important;
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2) !important;
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25) !important;
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3) !important;
}
.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35) !important;
}
.text-stone-400\/38 {
  color: rgb(168 162 158 / 0.38) !important;
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4) !important;
}
.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45) !important;
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05) !important;
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5) !important;
}
.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55) !important;
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6) !important;
}
.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65) !important;
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7) !important;
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75) !important;
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8) !important;
}
.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85) !important;
}
.text-stone-400\/87 {
  color: rgb(168 162 158 / 0.87) !important;
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9) !important;
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95) !important;
}
.text-stone-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0) !important;
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1) !important;
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1) !important;
}
.text-stone-50\/12 {
  color: rgb(250 250 249 / 0.12) !important;
}
.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15) !important;
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2) !important;
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25) !important;
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3) !important;
}
.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35) !important;
}
.text-stone-50\/38 {
  color: rgb(250 250 249 / 0.38) !important;
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4) !important;
}
.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45) !important;
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05) !important;
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5) !important;
}
.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55) !important;
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6) !important;
}
.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65) !important;
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7) !important;
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75) !important;
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8) !important;
}
.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85) !important;
}
.text-stone-50\/87 {
  color: rgb(250 250 249 / 0.87) !important;
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9) !important;
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95) !important;
}
.text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0) !important;
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1) !important;
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1) !important;
}
.text-stone-500\/12 {
  color: rgb(120 113 108 / 0.12) !important;
}
.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15) !important;
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2) !important;
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25) !important;
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3) !important;
}
.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35) !important;
}
.text-stone-500\/38 {
  color: rgb(120 113 108 / 0.38) !important;
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4) !important;
}
.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45) !important;
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05) !important;
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5) !important;
}
.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55) !important;
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6) !important;
}
.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65) !important;
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7) !important;
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75) !important;
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8) !important;
}
.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85) !important;
}
.text-stone-500\/87 {
  color: rgb(120 113 108 / 0.87) !important;
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9) !important;
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95) !important;
}
.text-stone-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0) !important;
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1) !important;
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1) !important;
}
.text-stone-600\/12 {
  color: rgb(87 83 78 / 0.12) !important;
}
.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15) !important;
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2) !important;
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25) !important;
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3) !important;
}
.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35) !important;
}
.text-stone-600\/38 {
  color: rgb(87 83 78 / 0.38) !important;
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4) !important;
}
.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45) !important;
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05) !important;
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5) !important;
}
.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55) !important;
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6) !important;
}
.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65) !important;
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7) !important;
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75) !important;
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8) !important;
}
.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85) !important;
}
.text-stone-600\/87 {
  color: rgb(87 83 78 / 0.87) !important;
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9) !important;
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95) !important;
}
.text-stone-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0) !important;
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1) !important;
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1) !important;
}
.text-stone-700\/12 {
  color: rgb(68 64 60 / 0.12) !important;
}
.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15) !important;
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2) !important;
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25) !important;
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3) !important;
}
.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35) !important;
}
.text-stone-700\/38 {
  color: rgb(68 64 60 / 0.38) !important;
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4) !important;
}
.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45) !important;
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05) !important;
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5) !important;
}
.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55) !important;
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6) !important;
}
.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65) !important;
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7) !important;
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75) !important;
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8) !important;
}
.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85) !important;
}
.text-stone-700\/87 {
  color: rgb(68 64 60 / 0.87) !important;
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9) !important;
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95) !important;
}
.text-stone-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0) !important;
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1) !important;
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1) !important;
}
.text-stone-800\/12 {
  color: rgb(41 37 36 / 0.12) !important;
}
.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15) !important;
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2) !important;
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25) !important;
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3) !important;
}
.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35) !important;
}
.text-stone-800\/38 {
  color: rgb(41 37 36 / 0.38) !important;
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4) !important;
}
.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45) !important;
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05) !important;
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5) !important;
}
.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55) !important;
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6) !important;
}
.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65) !important;
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7) !important;
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75) !important;
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8) !important;
}
.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85) !important;
}
.text-stone-800\/87 {
  color: rgb(41 37 36 / 0.87) !important;
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9) !important;
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95) !important;
}
.text-stone-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0) !important;
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1) !important;
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1) !important;
}
.text-stone-900\/12 {
  color: rgb(28 25 23 / 0.12) !important;
}
.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15) !important;
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2) !important;
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25) !important;
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3) !important;
}
.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35) !important;
}
.text-stone-900\/38 {
  color: rgb(28 25 23 / 0.38) !important;
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4) !important;
}
.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45) !important;
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05) !important;
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5) !important;
}
.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55) !important;
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6) !important;
}
.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65) !important;
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7) !important;
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75) !important;
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8) !important;
}
.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85) !important;
}
.text-stone-900\/87 {
  color: rgb(28 25 23 / 0.87) !important;
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9) !important;
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95) !important;
}
.text-stone-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1)) !important;
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0) !important;
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1) !important;
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1) !important;
}
.text-stone-950\/12 {
  color: rgb(12 10 9 / 0.12) !important;
}
.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15) !important;
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2) !important;
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25) !important;
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3) !important;
}
.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35) !important;
}
.text-stone-950\/38 {
  color: rgb(12 10 9 / 0.38) !important;
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4) !important;
}
.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45) !important;
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05) !important;
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5) !important;
}
.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55) !important;
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6) !important;
}
.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65) !important;
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7) !important;
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75) !important;
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8) !important;
}
.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85) !important;
}
.text-stone-950\/87 {
  color: rgb(12 10 9 / 0.87) !important;
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9) !important;
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95) !important;
}
.text-teal-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0) !important;
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1) !important;
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1) !important;
}
.text-teal-100\/12 {
  color: rgb(204 251 241 / 0.12) !important;
}
.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15) !important;
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2) !important;
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25) !important;
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3) !important;
}
.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35) !important;
}
.text-teal-100\/38 {
  color: rgb(204 251 241 / 0.38) !important;
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4) !important;
}
.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45) !important;
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05) !important;
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5) !important;
}
.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55) !important;
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6) !important;
}
.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65) !important;
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7) !important;
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75) !important;
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8) !important;
}
.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85) !important;
}
.text-teal-100\/87 {
  color: rgb(204 251 241 / 0.87) !important;
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9) !important;
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95) !important;
}
.text-teal-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0) !important;
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1) !important;
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1) !important;
}
.text-teal-200\/12 {
  color: rgb(153 246 228 / 0.12) !important;
}
.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15) !important;
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2) !important;
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25) !important;
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3) !important;
}
.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35) !important;
}
.text-teal-200\/38 {
  color: rgb(153 246 228 / 0.38) !important;
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4) !important;
}
.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45) !important;
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05) !important;
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5) !important;
}
.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55) !important;
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6) !important;
}
.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65) !important;
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7) !important;
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75) !important;
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8) !important;
}
.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85) !important;
}
.text-teal-200\/87 {
  color: rgb(153 246 228 / 0.87) !important;
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9) !important;
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95) !important;
}
.text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0) !important;
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1) !important;
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1) !important;
}
.text-teal-300\/12 {
  color: rgb(94 234 212 / 0.12) !important;
}
.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15) !important;
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2) !important;
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25) !important;
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3) !important;
}
.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35) !important;
}
.text-teal-300\/38 {
  color: rgb(94 234 212 / 0.38) !important;
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4) !important;
}
.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45) !important;
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05) !important;
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5) !important;
}
.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55) !important;
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6) !important;
}
.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65) !important;
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7) !important;
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75) !important;
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8) !important;
}
.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85) !important;
}
.text-teal-300\/87 {
  color: rgb(94 234 212 / 0.87) !important;
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9) !important;
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95) !important;
}
.text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0) !important;
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1) !important;
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1) !important;
}
.text-teal-400\/12 {
  color: rgb(45 212 191 / 0.12) !important;
}
.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15) !important;
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2) !important;
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25) !important;
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3) !important;
}
.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35) !important;
}
.text-teal-400\/38 {
  color: rgb(45 212 191 / 0.38) !important;
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4) !important;
}
.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45) !important;
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05) !important;
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5) !important;
}
.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55) !important;
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6) !important;
}
.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65) !important;
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7) !important;
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75) !important;
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8) !important;
}
.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85) !important;
}
.text-teal-400\/87 {
  color: rgb(45 212 191 / 0.87) !important;
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9) !important;
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95) !important;
}
.text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0) !important;
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1) !important;
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1) !important;
}
.text-teal-50\/12 {
  color: rgb(240 253 250 / 0.12) !important;
}
.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15) !important;
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2) !important;
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25) !important;
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3) !important;
}
.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35) !important;
}
.text-teal-50\/38 {
  color: rgb(240 253 250 / 0.38) !important;
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4) !important;
}
.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45) !important;
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05) !important;
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5) !important;
}
.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55) !important;
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6) !important;
}
.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65) !important;
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7) !important;
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75) !important;
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8) !important;
}
.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85) !important;
}
.text-teal-50\/87 {
  color: rgb(240 253 250 / 0.87) !important;
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9) !important;
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95) !important;
}
.text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0) !important;
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1) !important;
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1) !important;
}
.text-teal-500\/12 {
  color: rgb(20 184 166 / 0.12) !important;
}
.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15) !important;
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2) !important;
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25) !important;
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3) !important;
}
.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35) !important;
}
.text-teal-500\/38 {
  color: rgb(20 184 166 / 0.38) !important;
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4) !important;
}
.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45) !important;
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05) !important;
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5) !important;
}
.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55) !important;
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6) !important;
}
.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65) !important;
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7) !important;
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75) !important;
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8) !important;
}
.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85) !important;
}
.text-teal-500\/87 {
  color: rgb(20 184 166 / 0.87) !important;
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9) !important;
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95) !important;
}
.text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0) !important;
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1) !important;
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1) !important;
}
.text-teal-600\/12 {
  color: rgb(13 148 136 / 0.12) !important;
}
.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15) !important;
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2) !important;
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25) !important;
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3) !important;
}
.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35) !important;
}
.text-teal-600\/38 {
  color: rgb(13 148 136 / 0.38) !important;
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4) !important;
}
.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45) !important;
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05) !important;
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5) !important;
}
.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55) !important;
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6) !important;
}
.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65) !important;
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7) !important;
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75) !important;
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8) !important;
}
.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85) !important;
}
.text-teal-600\/87 {
  color: rgb(13 148 136 / 0.87) !important;
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9) !important;
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95) !important;
}
.text-teal-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0) !important;
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1) !important;
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1) !important;
}
.text-teal-700\/12 {
  color: rgb(15 118 110 / 0.12) !important;
}
.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15) !important;
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2) !important;
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25) !important;
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3) !important;
}
.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35) !important;
}
.text-teal-700\/38 {
  color: rgb(15 118 110 / 0.38) !important;
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4) !important;
}
.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45) !important;
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05) !important;
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5) !important;
}
.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55) !important;
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6) !important;
}
.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65) !important;
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7) !important;
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75) !important;
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8) !important;
}
.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85) !important;
}
.text-teal-700\/87 {
  color: rgb(15 118 110 / 0.87) !important;
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9) !important;
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95) !important;
}
.text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0) !important;
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1) !important;
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1) !important;
}
.text-teal-800\/12 {
  color: rgb(17 94 89 / 0.12) !important;
}
.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15) !important;
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2) !important;
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25) !important;
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3) !important;
}
.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35) !important;
}
.text-teal-800\/38 {
  color: rgb(17 94 89 / 0.38) !important;
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4) !important;
}
.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45) !important;
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05) !important;
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5) !important;
}
.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55) !important;
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6) !important;
}
.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65) !important;
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7) !important;
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75) !important;
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8) !important;
}
.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85) !important;
}
.text-teal-800\/87 {
  color: rgb(17 94 89 / 0.87) !important;
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9) !important;
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95) !important;
}
.text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0) !important;
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1) !important;
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1) !important;
}
.text-teal-900\/12 {
  color: rgb(19 78 74 / 0.12) !important;
}
.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15) !important;
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2) !important;
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25) !important;
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3) !important;
}
.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35) !important;
}
.text-teal-900\/38 {
  color: rgb(19 78 74 / 0.38) !important;
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4) !important;
}
.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45) !important;
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05) !important;
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5) !important;
}
.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55) !important;
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6) !important;
}
.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65) !important;
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7) !important;
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75) !important;
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8) !important;
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85) !important;
}
.text-teal-900\/87 {
  color: rgb(19 78 74 / 0.87) !important;
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9) !important;
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95) !important;
}
.text-teal-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1)) !important;
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0) !important;
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1) !important;
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1) !important;
}
.text-teal-950\/12 {
  color: rgb(4 47 46 / 0.12) !important;
}
.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15) !important;
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2) !important;
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25) !important;
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3) !important;
}
.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35) !important;
}
.text-teal-950\/38 {
  color: rgb(4 47 46 / 0.38) !important;
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4) !important;
}
.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45) !important;
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05) !important;
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5) !important;
}
.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55) !important;
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6) !important;
}
.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65) !important;
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7) !important;
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75) !important;
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8) !important;
}
.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85) !important;
}
.text-teal-950\/87 {
  color: rgb(4 47 46 / 0.87) !important;
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9) !important;
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95) !important;
}
.text-token-amber {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1)) !important;
}
.text-token-amber-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1)) !important;
}
.text-token-amber-dark\/0 {
  color: rgb(146 64 14 / 0) !important;
}
.text-token-amber-dark\/10 {
  color: rgb(146 64 14 / 0.1) !important;
}
.text-token-amber-dark\/100 {
  color: rgb(146 64 14 / 1) !important;
}
.text-token-amber-dark\/12 {
  color: rgb(146 64 14 / 0.12) !important;
}
.text-token-amber-dark\/15 {
  color: rgb(146 64 14 / 0.15) !important;
}
.text-token-amber-dark\/20 {
  color: rgb(146 64 14 / 0.2) !important;
}
.text-token-amber-dark\/25 {
  color: rgb(146 64 14 / 0.25) !important;
}
.text-token-amber-dark\/30 {
  color: rgb(146 64 14 / 0.3) !important;
}
.text-token-amber-dark\/35 {
  color: rgb(146 64 14 / 0.35) !important;
}
.text-token-amber-dark\/38 {
  color: rgb(146 64 14 / 0.38) !important;
}
.text-token-amber-dark\/40 {
  color: rgb(146 64 14 / 0.4) !important;
}
.text-token-amber-dark\/45 {
  color: rgb(146 64 14 / 0.45) !important;
}
.text-token-amber-dark\/5 {
  color: rgb(146 64 14 / 0.05) !important;
}
.text-token-amber-dark\/50 {
  color: rgb(146 64 14 / 0.5) !important;
}
.text-token-amber-dark\/55 {
  color: rgb(146 64 14 / 0.55) !important;
}
.text-token-amber-dark\/60 {
  color: rgb(146 64 14 / 0.6) !important;
}
.text-token-amber-dark\/65 {
  color: rgb(146 64 14 / 0.65) !important;
}
.text-token-amber-dark\/70 {
  color: rgb(146 64 14 / 0.7) !important;
}
.text-token-amber-dark\/75 {
  color: rgb(146 64 14 / 0.75) !important;
}
.text-token-amber-dark\/80 {
  color: rgb(146 64 14 / 0.8) !important;
}
.text-token-amber-dark\/85 {
  color: rgb(146 64 14 / 0.85) !important;
}
.text-token-amber-dark\/87 {
  color: rgb(146 64 14 / 0.87) !important;
}
.text-token-amber-dark\/90 {
  color: rgb(146 64 14 / 0.9) !important;
}
.text-token-amber-dark\/95 {
  color: rgb(146 64 14 / 0.95) !important;
}
.text-token-amber-light {
  --tw-text-opacity: 1 !important;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1)) !important;
}
.text-token-amber-light\/0 {
  color: rgb(254 243 199 / 0) !important;
}
.text-token-amber-light\/10 {
  color: rgb(254 243 199 / 0.1) !important;
}
.text-token-amber-light\/100 {
  color: rgb(254 243 199 / 1) !important;
}
.text-token-amber-light\/12 {
  color: rgb(254 243 199 / 0.12) !important;
}
.text-token-amber-light\/15 {
  color: rgb(254 243 199 / 0.15) !important;
}
.text-token-amber-light\/20 {
  color: rgb(254 243 199 / 0.2) !important;
}
.text-token-amber-light\/25 {
  color: rgb(254 243 199 / 0.25) !important;
}
.text-token-amber-light\/30 {
  color: rgb(254 243 199 / 0.3) !important;
}
.text-token-amber-light\/35 {
  color: rgb(254 243 199 / 0.35) !important;
}
.text-token-amber-light\/38 {
  color: rgb(254 243 199 / 0.38) !important;
}
.text-token-amber-light\/40 {
  color: rgb(254 243 199 / 0.4) !important;
}
.text-token-amber-light\/45 {
  color: rgb(254 243 199 / 0.45) !important;
}
.text-token-amber-light\/5 {
  color: rgb(254 243 199 / 0.05) !important;
}
.text-token-amber-light\/50 {
  color: rgb(254 243 199 / 0.5) !important;
}
.text-token-amber-light\/55 {
  color: rgb(254 243 199 / 0.55) !important;
}
.text-token-amber-light\/60 {
  color: rgb(254 243 199 / 0.6) !important;
}
.text-token-amber-light\/65 {
  color: rgb(254 243 199 / 0.65) !important;
}
.text-token-amber-light\/70 {
  color: rgb(254 243 199 / 0.7) !important;
}
.text-token-amber-light\/75 {
  color: rgb(254 243 199 / 0.75) !important;
}
.text-token-amber-light\/80 {
  color: rgb(254 243 199 / 0.8) !important;
}
.text-token-amber-light\/85 {
  color: rgb(254 243 199 / 0.85) !important;
}
.text-token-amber-light\/87 {
  color: rgb(254 243 199 / 0.87) !important;
}
.text-token-amber-light\/90 {
  color: rgb(254 243 199 / 0.9) !important;
}
.text-token-amber-light\/95 {
  color: rgb(254 243 199 / 0.95) !important;
}
.text-token-amber\/0 {
  color: rgb(245 158 11 / 0) !important;
}
.text-token-amber\/10 {
  color: rgb(245 158 11 / 0.1) !important;
}
.text-token-amber\/100 {
  color: rgb(245 158 11 / 1) !important;
}
.text-token-amber\/12 {
  color: rgb(245 158 11 / 0.12) !important;
}
.text-token-amber\/15 {
  color: rgb(245 158 11 / 0.15) !important;
}
.text-token-amber\/20 {
  color: rgb(245 158 11 / 0.2) !important;
}
.text-token-amber\/25 {
  color: rgb(245 158 11 / 0.25) !important;
}
.text-token-amber\/30 {
  color: rgb(245 158 11 / 0.3) !important;
}
.text-token-amber\/35 {
  color: rgb(245 158 11 / 0.35) !important;
}
.text-token-amber\/38 {
  color: rgb(245 158 11 / 0.38) !important;
}
.text-token-amber\/40 {
  color: rgb(245 158 11 / 0.4) !important;
}
.text-token-amber\/45 {
  color: rgb(245 158 11 / 0.45) !important;
}
.text-token-amber\/5 {
  color: rgb(245 158 11 / 0.05) !important;
}
.text-token-amber\/50 {
  color: rgb(245 158 11 / 0.5) !important;
}
.text-token-amber\/55 {
  color: rgb(245 158 11 / 0.55) !important;
}
.text-token-amber\/60 {
  color: rgb(245 158 11 / 0.6) !important;
}
.text-token-amber\/65 {
  color: rgb(245 158 11 / 0.65) !important;
}
.text-token-amber\/70 {
  color: rgb(245 158 11 / 0.7) !important;
}
.text-token-amber\/75 {
  color: rgb(245 158 11 / 0.75) !important;
}
.text-token-amber\/80 {
  color: rgb(245 158 11 / 0.8) !important;
}
.text-token-amber\/85 {
  color: rgb(245 158 11 / 0.85) !important;
}
.text-token-amber\/87 {
  color: rgb(245 158 11 / 0.87) !important;
}
.text-token-amber\/90 {
  color: rgb(245 158 11 / 0.9) !important;
}
.text-token-amber\/95 {
  color: rgb(245 158 11 / 0.95) !important;
}
.text-token-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.text-token-blue-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}
.text-token-blue-dark\/0 {
  color: rgb(30 64 175 / 0) !important;
}
.text-token-blue-dark\/10 {
  color: rgb(30 64 175 / 0.1) !important;
}
.text-token-blue-dark\/100 {
  color: rgb(30 64 175 / 1) !important;
}
.text-token-blue-dark\/12 {
  color: rgb(30 64 175 / 0.12) !important;
}
.text-token-blue-dark\/15 {
  color: rgb(30 64 175 / 0.15) !important;
}
.text-token-blue-dark\/20 {
  color: rgb(30 64 175 / 0.2) !important;
}
.text-token-blue-dark\/25 {
  color: rgb(30 64 175 / 0.25) !important;
}
.text-token-blue-dark\/30 {
  color: rgb(30 64 175 / 0.3) !important;
}
.text-token-blue-dark\/35 {
  color: rgb(30 64 175 / 0.35) !important;
}
.text-token-blue-dark\/38 {
  color: rgb(30 64 175 / 0.38) !important;
}
.text-token-blue-dark\/40 {
  color: rgb(30 64 175 / 0.4) !important;
}
.text-token-blue-dark\/45 {
  color: rgb(30 64 175 / 0.45) !important;
}
.text-token-blue-dark\/5 {
  color: rgb(30 64 175 / 0.05) !important;
}
.text-token-blue-dark\/50 {
  color: rgb(30 64 175 / 0.5) !important;
}
.text-token-blue-dark\/55 {
  color: rgb(30 64 175 / 0.55) !important;
}
.text-token-blue-dark\/60 {
  color: rgb(30 64 175 / 0.6) !important;
}
.text-token-blue-dark\/65 {
  color: rgb(30 64 175 / 0.65) !important;
}
.text-token-blue-dark\/70 {
  color: rgb(30 64 175 / 0.7) !important;
}
.text-token-blue-dark\/75 {
  color: rgb(30 64 175 / 0.75) !important;
}
.text-token-blue-dark\/80 {
  color: rgb(30 64 175 / 0.8) !important;
}
.text-token-blue-dark\/85 {
  color: rgb(30 64 175 / 0.85) !important;
}
.text-token-blue-dark\/87 {
  color: rgb(30 64 175 / 0.87) !important;
}
.text-token-blue-dark\/90 {
  color: rgb(30 64 175 / 0.9) !important;
}
.text-token-blue-dark\/95 {
  color: rgb(30 64 175 / 0.95) !important;
}
.text-token-blue-light {
  --tw-text-opacity: 1 !important;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1)) !important;
}
.text-token-blue-light\/0 {
  color: rgb(219 234 254 / 0) !important;
}
.text-token-blue-light\/10 {
  color: rgb(219 234 254 / 0.1) !important;
}
.text-token-blue-light\/100 {
  color: rgb(219 234 254 / 1) !important;
}
.text-token-blue-light\/12 {
  color: rgb(219 234 254 / 0.12) !important;
}
.text-token-blue-light\/15 {
  color: rgb(219 234 254 / 0.15) !important;
}
.text-token-blue-light\/20 {
  color: rgb(219 234 254 / 0.2) !important;
}
.text-token-blue-light\/25 {
  color: rgb(219 234 254 / 0.25) !important;
}
.text-token-blue-light\/30 {
  color: rgb(219 234 254 / 0.3) !important;
}
.text-token-blue-light\/35 {
  color: rgb(219 234 254 / 0.35) !important;
}
.text-token-blue-light\/38 {
  color: rgb(219 234 254 / 0.38) !important;
}
.text-token-blue-light\/40 {
  color: rgb(219 234 254 / 0.4) !important;
}
.text-token-blue-light\/45 {
  color: rgb(219 234 254 / 0.45) !important;
}
.text-token-blue-light\/5 {
  color: rgb(219 234 254 / 0.05) !important;
}
.text-token-blue-light\/50 {
  color: rgb(219 234 254 / 0.5) !important;
}
.text-token-blue-light\/55 {
  color: rgb(219 234 254 / 0.55) !important;
}
.text-token-blue-light\/60 {
  color: rgb(219 234 254 / 0.6) !important;
}
.text-token-blue-light\/65 {
  color: rgb(219 234 254 / 0.65) !important;
}
.text-token-blue-light\/70 {
  color: rgb(219 234 254 / 0.7) !important;
}
.text-token-blue-light\/75 {
  color: rgb(219 234 254 / 0.75) !important;
}
.text-token-blue-light\/80 {
  color: rgb(219 234 254 / 0.8) !important;
}
.text-token-blue-light\/85 {
  color: rgb(219 234 254 / 0.85) !important;
}
.text-token-blue-light\/87 {
  color: rgb(219 234 254 / 0.87) !important;
}
.text-token-blue-light\/90 {
  color: rgb(219 234 254 / 0.9) !important;
}
.text-token-blue-light\/95 {
  color: rgb(219 234 254 / 0.95) !important;
}
.text-token-blue\/0 {
  color: rgb(59 130 246 / 0) !important;
}
.text-token-blue\/10 {
  color: rgb(59 130 246 / 0.1) !important;
}
.text-token-blue\/100 {
  color: rgb(59 130 246 / 1) !important;
}
.text-token-blue\/12 {
  color: rgb(59 130 246 / 0.12) !important;
}
.text-token-blue\/15 {
  color: rgb(59 130 246 / 0.15) !important;
}
.text-token-blue\/20 {
  color: rgb(59 130 246 / 0.2) !important;
}
.text-token-blue\/25 {
  color: rgb(59 130 246 / 0.25) !important;
}
.text-token-blue\/30 {
  color: rgb(59 130 246 / 0.3) !important;
}
.text-token-blue\/35 {
  color: rgb(59 130 246 / 0.35) !important;
}
.text-token-blue\/38 {
  color: rgb(59 130 246 / 0.38) !important;
}
.text-token-blue\/40 {
  color: rgb(59 130 246 / 0.4) !important;
}
.text-token-blue\/45 {
  color: rgb(59 130 246 / 0.45) !important;
}
.text-token-blue\/5 {
  color: rgb(59 130 246 / 0.05) !important;
}
.text-token-blue\/50 {
  color: rgb(59 130 246 / 0.5) !important;
}
.text-token-blue\/55 {
  color: rgb(59 130 246 / 0.55) !important;
}
.text-token-blue\/60 {
  color: rgb(59 130 246 / 0.6) !important;
}
.text-token-blue\/65 {
  color: rgb(59 130 246 / 0.65) !important;
}
.text-token-blue\/70 {
  color: rgb(59 130 246 / 0.7) !important;
}
.text-token-blue\/75 {
  color: rgb(59 130 246 / 0.75) !important;
}
.text-token-blue\/80 {
  color: rgb(59 130 246 / 0.8) !important;
}
.text-token-blue\/85 {
  color: rgb(59 130 246 / 0.85) !important;
}
.text-token-blue\/87 {
  color: rgb(59 130 246 / 0.87) !important;
}
.text-token-blue\/90 {
  color: rgb(59 130 246 / 0.9) !important;
}
.text-token-blue\/95 {
  color: rgb(59 130 246 / 0.95) !important;
}
.text-token-green {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1)) !important;
}
.text-token-green-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1)) !important;
}
.text-token-green-dark\/0 {
  color: rgb(6 95 70 / 0) !important;
}
.text-token-green-dark\/10 {
  color: rgb(6 95 70 / 0.1) !important;
}
.text-token-green-dark\/100 {
  color: rgb(6 95 70 / 1) !important;
}
.text-token-green-dark\/12 {
  color: rgb(6 95 70 / 0.12) !important;
}
.text-token-green-dark\/15 {
  color: rgb(6 95 70 / 0.15) !important;
}
.text-token-green-dark\/20 {
  color: rgb(6 95 70 / 0.2) !important;
}
.text-token-green-dark\/25 {
  color: rgb(6 95 70 / 0.25) !important;
}
.text-token-green-dark\/30 {
  color: rgb(6 95 70 / 0.3) !important;
}
.text-token-green-dark\/35 {
  color: rgb(6 95 70 / 0.35) !important;
}
.text-token-green-dark\/38 {
  color: rgb(6 95 70 / 0.38) !important;
}
.text-token-green-dark\/40 {
  color: rgb(6 95 70 / 0.4) !important;
}
.text-token-green-dark\/45 {
  color: rgb(6 95 70 / 0.45) !important;
}
.text-token-green-dark\/5 {
  color: rgb(6 95 70 / 0.05) !important;
}
.text-token-green-dark\/50 {
  color: rgb(6 95 70 / 0.5) !important;
}
.text-token-green-dark\/55 {
  color: rgb(6 95 70 / 0.55) !important;
}
.text-token-green-dark\/60 {
  color: rgb(6 95 70 / 0.6) !important;
}
.text-token-green-dark\/65 {
  color: rgb(6 95 70 / 0.65) !important;
}
.text-token-green-dark\/70 {
  color: rgb(6 95 70 / 0.7) !important;
}
.text-token-green-dark\/75 {
  color: rgb(6 95 70 / 0.75) !important;
}
.text-token-green-dark\/80 {
  color: rgb(6 95 70 / 0.8) !important;
}
.text-token-green-dark\/85 {
  color: rgb(6 95 70 / 0.85) !important;
}
.text-token-green-dark\/87 {
  color: rgb(6 95 70 / 0.87) !important;
}
.text-token-green-dark\/90 {
  color: rgb(6 95 70 / 0.9) !important;
}
.text-token-green-dark\/95 {
  color: rgb(6 95 70 / 0.95) !important;
}
.text-token-green-light {
  --tw-text-opacity: 1 !important;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1)) !important;
}
.text-token-green-light\/0 {
  color: rgb(209 250 229 / 0) !important;
}
.text-token-green-light\/10 {
  color: rgb(209 250 229 / 0.1) !important;
}
.text-token-green-light\/100 {
  color: rgb(209 250 229 / 1) !important;
}
.text-token-green-light\/12 {
  color: rgb(209 250 229 / 0.12) !important;
}
.text-token-green-light\/15 {
  color: rgb(209 250 229 / 0.15) !important;
}
.text-token-green-light\/20 {
  color: rgb(209 250 229 / 0.2) !important;
}
.text-token-green-light\/25 {
  color: rgb(209 250 229 / 0.25) !important;
}
.text-token-green-light\/30 {
  color: rgb(209 250 229 / 0.3) !important;
}
.text-token-green-light\/35 {
  color: rgb(209 250 229 / 0.35) !important;
}
.text-token-green-light\/38 {
  color: rgb(209 250 229 / 0.38) !important;
}
.text-token-green-light\/40 {
  color: rgb(209 250 229 / 0.4) !important;
}
.text-token-green-light\/45 {
  color: rgb(209 250 229 / 0.45) !important;
}
.text-token-green-light\/5 {
  color: rgb(209 250 229 / 0.05) !important;
}
.text-token-green-light\/50 {
  color: rgb(209 250 229 / 0.5) !important;
}
.text-token-green-light\/55 {
  color: rgb(209 250 229 / 0.55) !important;
}
.text-token-green-light\/60 {
  color: rgb(209 250 229 / 0.6) !important;
}
.text-token-green-light\/65 {
  color: rgb(209 250 229 / 0.65) !important;
}
.text-token-green-light\/70 {
  color: rgb(209 250 229 / 0.7) !important;
}
.text-token-green-light\/75 {
  color: rgb(209 250 229 / 0.75) !important;
}
.text-token-green-light\/80 {
  color: rgb(209 250 229 / 0.8) !important;
}
.text-token-green-light\/85 {
  color: rgb(209 250 229 / 0.85) !important;
}
.text-token-green-light\/87 {
  color: rgb(209 250 229 / 0.87) !important;
}
.text-token-green-light\/90 {
  color: rgb(209 250 229 / 0.9) !important;
}
.text-token-green-light\/95 {
  color: rgb(209 250 229 / 0.95) !important;
}
.text-token-green\/0 {
  color: rgb(16 185 129 / 0) !important;
}
.text-token-green\/10 {
  color: rgb(16 185 129 / 0.1) !important;
}
.text-token-green\/100 {
  color: rgb(16 185 129 / 1) !important;
}
.text-token-green\/12 {
  color: rgb(16 185 129 / 0.12) !important;
}
.text-token-green\/15 {
  color: rgb(16 185 129 / 0.15) !important;
}
.text-token-green\/20 {
  color: rgb(16 185 129 / 0.2) !important;
}
.text-token-green\/25 {
  color: rgb(16 185 129 / 0.25) !important;
}
.text-token-green\/30 {
  color: rgb(16 185 129 / 0.3) !important;
}
.text-token-green\/35 {
  color: rgb(16 185 129 / 0.35) !important;
}
.text-token-green\/38 {
  color: rgb(16 185 129 / 0.38) !important;
}
.text-token-green\/40 {
  color: rgb(16 185 129 / 0.4) !important;
}
.text-token-green\/45 {
  color: rgb(16 185 129 / 0.45) !important;
}
.text-token-green\/5 {
  color: rgb(16 185 129 / 0.05) !important;
}
.text-token-green\/50 {
  color: rgb(16 185 129 / 0.5) !important;
}
.text-token-green\/55 {
  color: rgb(16 185 129 / 0.55) !important;
}
.text-token-green\/60 {
  color: rgb(16 185 129 / 0.6) !important;
}
.text-token-green\/65 {
  color: rgb(16 185 129 / 0.65) !important;
}
.text-token-green\/70 {
  color: rgb(16 185 129 / 0.7) !important;
}
.text-token-green\/75 {
  color: rgb(16 185 129 / 0.75) !important;
}
.text-token-green\/80 {
  color: rgb(16 185 129 / 0.8) !important;
}
.text-token-green\/85 {
  color: rgb(16 185 129 / 0.85) !important;
}
.text-token-green\/87 {
  color: rgb(16 185 129 / 0.87) !important;
}
.text-token-green\/90 {
  color: rgb(16 185 129 / 0.9) !important;
}
.text-token-green\/95 {
  color: rgb(16 185 129 / 0.95) !important;
}
.text-token-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1)) !important;
}
.text-token-purple-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1)) !important;
}
.text-token-purple-dark\/0 {
  color: rgb(91 33 182 / 0) !important;
}
.text-token-purple-dark\/10 {
  color: rgb(91 33 182 / 0.1) !important;
}
.text-token-purple-dark\/100 {
  color: rgb(91 33 182 / 1) !important;
}
.text-token-purple-dark\/12 {
  color: rgb(91 33 182 / 0.12) !important;
}
.text-token-purple-dark\/15 {
  color: rgb(91 33 182 / 0.15) !important;
}
.text-token-purple-dark\/20 {
  color: rgb(91 33 182 / 0.2) !important;
}
.text-token-purple-dark\/25 {
  color: rgb(91 33 182 / 0.25) !important;
}
.text-token-purple-dark\/30 {
  color: rgb(91 33 182 / 0.3) !important;
}
.text-token-purple-dark\/35 {
  color: rgb(91 33 182 / 0.35) !important;
}
.text-token-purple-dark\/38 {
  color: rgb(91 33 182 / 0.38) !important;
}
.text-token-purple-dark\/40 {
  color: rgb(91 33 182 / 0.4) !important;
}
.text-token-purple-dark\/45 {
  color: rgb(91 33 182 / 0.45) !important;
}
.text-token-purple-dark\/5 {
  color: rgb(91 33 182 / 0.05) !important;
}
.text-token-purple-dark\/50 {
  color: rgb(91 33 182 / 0.5) !important;
}
.text-token-purple-dark\/55 {
  color: rgb(91 33 182 / 0.55) !important;
}
.text-token-purple-dark\/60 {
  color: rgb(91 33 182 / 0.6) !important;
}
.text-token-purple-dark\/65 {
  color: rgb(91 33 182 / 0.65) !important;
}
.text-token-purple-dark\/70 {
  color: rgb(91 33 182 / 0.7) !important;
}
.text-token-purple-dark\/75 {
  color: rgb(91 33 182 / 0.75) !important;
}
.text-token-purple-dark\/80 {
  color: rgb(91 33 182 / 0.8) !important;
}
.text-token-purple-dark\/85 {
  color: rgb(91 33 182 / 0.85) !important;
}
.text-token-purple-dark\/87 {
  color: rgb(91 33 182 / 0.87) !important;
}
.text-token-purple-dark\/90 {
  color: rgb(91 33 182 / 0.9) !important;
}
.text-token-purple-dark\/95 {
  color: rgb(91 33 182 / 0.95) !important;
}
.text-token-purple-light {
  --tw-text-opacity: 1 !important;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1)) !important;
}
.text-token-purple-light\/0 {
  color: rgb(237 233 254 / 0) !important;
}
.text-token-purple-light\/10 {
  color: rgb(237 233 254 / 0.1) !important;
}
.text-token-purple-light\/100 {
  color: rgb(237 233 254 / 1) !important;
}
.text-token-purple-light\/12 {
  color: rgb(237 233 254 / 0.12) !important;
}
.text-token-purple-light\/15 {
  color: rgb(237 233 254 / 0.15) !important;
}
.text-token-purple-light\/20 {
  color: rgb(237 233 254 / 0.2) !important;
}
.text-token-purple-light\/25 {
  color: rgb(237 233 254 / 0.25) !important;
}
.text-token-purple-light\/30 {
  color: rgb(237 233 254 / 0.3) !important;
}
.text-token-purple-light\/35 {
  color: rgb(237 233 254 / 0.35) !important;
}
.text-token-purple-light\/38 {
  color: rgb(237 233 254 / 0.38) !important;
}
.text-token-purple-light\/40 {
  color: rgb(237 233 254 / 0.4) !important;
}
.text-token-purple-light\/45 {
  color: rgb(237 233 254 / 0.45) !important;
}
.text-token-purple-light\/5 {
  color: rgb(237 233 254 / 0.05) !important;
}
.text-token-purple-light\/50 {
  color: rgb(237 233 254 / 0.5) !important;
}
.text-token-purple-light\/55 {
  color: rgb(237 233 254 / 0.55) !important;
}
.text-token-purple-light\/60 {
  color: rgb(237 233 254 / 0.6) !important;
}
.text-token-purple-light\/65 {
  color: rgb(237 233 254 / 0.65) !important;
}
.text-token-purple-light\/70 {
  color: rgb(237 233 254 / 0.7) !important;
}
.text-token-purple-light\/75 {
  color: rgb(237 233 254 / 0.75) !important;
}
.text-token-purple-light\/80 {
  color: rgb(237 233 254 / 0.8) !important;
}
.text-token-purple-light\/85 {
  color: rgb(237 233 254 / 0.85) !important;
}
.text-token-purple-light\/87 {
  color: rgb(237 233 254 / 0.87) !important;
}
.text-token-purple-light\/90 {
  color: rgb(237 233 254 / 0.9) !important;
}
.text-token-purple-light\/95 {
  color: rgb(237 233 254 / 0.95) !important;
}
.text-token-purple\/0 {
  color: rgb(139 92 246 / 0) !important;
}
.text-token-purple\/10 {
  color: rgb(139 92 246 / 0.1) !important;
}
.text-token-purple\/100 {
  color: rgb(139 92 246 / 1) !important;
}
.text-token-purple\/12 {
  color: rgb(139 92 246 / 0.12) !important;
}
.text-token-purple\/15 {
  color: rgb(139 92 246 / 0.15) !important;
}
.text-token-purple\/20 {
  color: rgb(139 92 246 / 0.2) !important;
}
.text-token-purple\/25 {
  color: rgb(139 92 246 / 0.25) !important;
}
.text-token-purple\/30 {
  color: rgb(139 92 246 / 0.3) !important;
}
.text-token-purple\/35 {
  color: rgb(139 92 246 / 0.35) !important;
}
.text-token-purple\/38 {
  color: rgb(139 92 246 / 0.38) !important;
}
.text-token-purple\/40 {
  color: rgb(139 92 246 / 0.4) !important;
}
.text-token-purple\/45 {
  color: rgb(139 92 246 / 0.45) !important;
}
.text-token-purple\/5 {
  color: rgb(139 92 246 / 0.05) !important;
}
.text-token-purple\/50 {
  color: rgb(139 92 246 / 0.5) !important;
}
.text-token-purple\/55 {
  color: rgb(139 92 246 / 0.55) !important;
}
.text-token-purple\/60 {
  color: rgb(139 92 246 / 0.6) !important;
}
.text-token-purple\/65 {
  color: rgb(139 92 246 / 0.65) !important;
}
.text-token-purple\/70 {
  color: rgb(139 92 246 / 0.7) !important;
}
.text-token-purple\/75 {
  color: rgb(139 92 246 / 0.75) !important;
}
.text-token-purple\/80 {
  color: rgb(139 92 246 / 0.8) !important;
}
.text-token-purple\/85 {
  color: rgb(139 92 246 / 0.85) !important;
}
.text-token-purple\/87 {
  color: rgb(139 92 246 / 0.87) !important;
}
.text-token-purple\/90 {
  color: rgb(139 92 246 / 0.9) !important;
}
.text-token-purple\/95 {
  color: rgb(139 92 246 / 0.95) !important;
}
.text-token-rose {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1)) !important;
}
.text-token-rose-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1)) !important;
}
.text-token-rose-dark\/0 {
  color: rgb(159 18 57 / 0) !important;
}
.text-token-rose-dark\/10 {
  color: rgb(159 18 57 / 0.1) !important;
}
.text-token-rose-dark\/100 {
  color: rgb(159 18 57 / 1) !important;
}
.text-token-rose-dark\/12 {
  color: rgb(159 18 57 / 0.12) !important;
}
.text-token-rose-dark\/15 {
  color: rgb(159 18 57 / 0.15) !important;
}
.text-token-rose-dark\/20 {
  color: rgb(159 18 57 / 0.2) !important;
}
.text-token-rose-dark\/25 {
  color: rgb(159 18 57 / 0.25) !important;
}
.text-token-rose-dark\/30 {
  color: rgb(159 18 57 / 0.3) !important;
}
.text-token-rose-dark\/35 {
  color: rgb(159 18 57 / 0.35) !important;
}
.text-token-rose-dark\/38 {
  color: rgb(159 18 57 / 0.38) !important;
}
.text-token-rose-dark\/40 {
  color: rgb(159 18 57 / 0.4) !important;
}
.text-token-rose-dark\/45 {
  color: rgb(159 18 57 / 0.45) !important;
}
.text-token-rose-dark\/5 {
  color: rgb(159 18 57 / 0.05) !important;
}
.text-token-rose-dark\/50 {
  color: rgb(159 18 57 / 0.5) !important;
}
.text-token-rose-dark\/55 {
  color: rgb(159 18 57 / 0.55) !important;
}
.text-token-rose-dark\/60 {
  color: rgb(159 18 57 / 0.6) !important;
}
.text-token-rose-dark\/65 {
  color: rgb(159 18 57 / 0.65) !important;
}
.text-token-rose-dark\/70 {
  color: rgb(159 18 57 / 0.7) !important;
}
.text-token-rose-dark\/75 {
  color: rgb(159 18 57 / 0.75) !important;
}
.text-token-rose-dark\/80 {
  color: rgb(159 18 57 / 0.8) !important;
}
.text-token-rose-dark\/85 {
  color: rgb(159 18 57 / 0.85) !important;
}
.text-token-rose-dark\/87 {
  color: rgb(159 18 57 / 0.87) !important;
}
.text-token-rose-dark\/90 {
  color: rgb(159 18 57 / 0.9) !important;
}
.text-token-rose-dark\/95 {
  color: rgb(159 18 57 / 0.95) !important;
}
.text-token-rose-light {
  --tw-text-opacity: 1 !important;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1)) !important;
}
.text-token-rose-light\/0 {
  color: rgb(255 228 230 / 0) !important;
}
.text-token-rose-light\/10 {
  color: rgb(255 228 230 / 0.1) !important;
}
.text-token-rose-light\/100 {
  color: rgb(255 228 230 / 1) !important;
}
.text-token-rose-light\/12 {
  color: rgb(255 228 230 / 0.12) !important;
}
.text-token-rose-light\/15 {
  color: rgb(255 228 230 / 0.15) !important;
}
.text-token-rose-light\/20 {
  color: rgb(255 228 230 / 0.2) !important;
}
.text-token-rose-light\/25 {
  color: rgb(255 228 230 / 0.25) !important;
}
.text-token-rose-light\/30 {
  color: rgb(255 228 230 / 0.3) !important;
}
.text-token-rose-light\/35 {
  color: rgb(255 228 230 / 0.35) !important;
}
.text-token-rose-light\/38 {
  color: rgb(255 228 230 / 0.38) !important;
}
.text-token-rose-light\/40 {
  color: rgb(255 228 230 / 0.4) !important;
}
.text-token-rose-light\/45 {
  color: rgb(255 228 230 / 0.45) !important;
}
.text-token-rose-light\/5 {
  color: rgb(255 228 230 / 0.05) !important;
}
.text-token-rose-light\/50 {
  color: rgb(255 228 230 / 0.5) !important;
}
.text-token-rose-light\/55 {
  color: rgb(255 228 230 / 0.55) !important;
}
.text-token-rose-light\/60 {
  color: rgb(255 228 230 / 0.6) !important;
}
.text-token-rose-light\/65 {
  color: rgb(255 228 230 / 0.65) !important;
}
.text-token-rose-light\/70 {
  color: rgb(255 228 230 / 0.7) !important;
}
.text-token-rose-light\/75 {
  color: rgb(255 228 230 / 0.75) !important;
}
.text-token-rose-light\/80 {
  color: rgb(255 228 230 / 0.8) !important;
}
.text-token-rose-light\/85 {
  color: rgb(255 228 230 / 0.85) !important;
}
.text-token-rose-light\/87 {
  color: rgb(255 228 230 / 0.87) !important;
}
.text-token-rose-light\/90 {
  color: rgb(255 228 230 / 0.9) !important;
}
.text-token-rose-light\/95 {
  color: rgb(255 228 230 / 0.95) !important;
}
.text-token-rose\/0 {
  color: rgb(244 63 94 / 0) !important;
}
.text-token-rose\/10 {
  color: rgb(244 63 94 / 0.1) !important;
}
.text-token-rose\/100 {
  color: rgb(244 63 94 / 1) !important;
}
.text-token-rose\/12 {
  color: rgb(244 63 94 / 0.12) !important;
}
.text-token-rose\/15 {
  color: rgb(244 63 94 / 0.15) !important;
}
.text-token-rose\/20 {
  color: rgb(244 63 94 / 0.2) !important;
}
.text-token-rose\/25 {
  color: rgb(244 63 94 / 0.25) !important;
}
.text-token-rose\/30 {
  color: rgb(244 63 94 / 0.3) !important;
}
.text-token-rose\/35 {
  color: rgb(244 63 94 / 0.35) !important;
}
.text-token-rose\/38 {
  color: rgb(244 63 94 / 0.38) !important;
}
.text-token-rose\/40 {
  color: rgb(244 63 94 / 0.4) !important;
}
.text-token-rose\/45 {
  color: rgb(244 63 94 / 0.45) !important;
}
.text-token-rose\/5 {
  color: rgb(244 63 94 / 0.05) !important;
}
.text-token-rose\/50 {
  color: rgb(244 63 94 / 0.5) !important;
}
.text-token-rose\/55 {
  color: rgb(244 63 94 / 0.55) !important;
}
.text-token-rose\/60 {
  color: rgb(244 63 94 / 0.6) !important;
}
.text-token-rose\/65 {
  color: rgb(244 63 94 / 0.65) !important;
}
.text-token-rose\/70 {
  color: rgb(244 63 94 / 0.7) !important;
}
.text-token-rose\/75 {
  color: rgb(244 63 94 / 0.75) !important;
}
.text-token-rose\/80 {
  color: rgb(244 63 94 / 0.8) !important;
}
.text-token-rose\/85 {
  color: rgb(244 63 94 / 0.85) !important;
}
.text-token-rose\/87 {
  color: rgb(244 63 94 / 0.87) !important;
}
.text-token-rose\/90 {
  color: rgb(244 63 94 / 0.9) !important;
}
.text-token-rose\/95 {
  color: rgb(244 63 94 / 0.95) !important;
}
.text-token-teal {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1)) !important;
}
.text-token-teal-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1)) !important;
}
.text-token-teal-dark\/0 {
  color: rgb(17 94 89 / 0) !important;
}
.text-token-teal-dark\/10 {
  color: rgb(17 94 89 / 0.1) !important;
}
.text-token-teal-dark\/100 {
  color: rgb(17 94 89 / 1) !important;
}
.text-token-teal-dark\/12 {
  color: rgb(17 94 89 / 0.12) !important;
}
.text-token-teal-dark\/15 {
  color: rgb(17 94 89 / 0.15) !important;
}
.text-token-teal-dark\/20 {
  color: rgb(17 94 89 / 0.2) !important;
}
.text-token-teal-dark\/25 {
  color: rgb(17 94 89 / 0.25) !important;
}
.text-token-teal-dark\/30 {
  color: rgb(17 94 89 / 0.3) !important;
}
.text-token-teal-dark\/35 {
  color: rgb(17 94 89 / 0.35) !important;
}
.text-token-teal-dark\/38 {
  color: rgb(17 94 89 / 0.38) !important;
}
.text-token-teal-dark\/40 {
  color: rgb(17 94 89 / 0.4) !important;
}
.text-token-teal-dark\/45 {
  color: rgb(17 94 89 / 0.45) !important;
}
.text-token-teal-dark\/5 {
  color: rgb(17 94 89 / 0.05) !important;
}
.text-token-teal-dark\/50 {
  color: rgb(17 94 89 / 0.5) !important;
}
.text-token-teal-dark\/55 {
  color: rgb(17 94 89 / 0.55) !important;
}
.text-token-teal-dark\/60 {
  color: rgb(17 94 89 / 0.6) !important;
}
.text-token-teal-dark\/65 {
  color: rgb(17 94 89 / 0.65) !important;
}
.text-token-teal-dark\/70 {
  color: rgb(17 94 89 / 0.7) !important;
}
.text-token-teal-dark\/75 {
  color: rgb(17 94 89 / 0.75) !important;
}
.text-token-teal-dark\/80 {
  color: rgb(17 94 89 / 0.8) !important;
}
.text-token-teal-dark\/85 {
  color: rgb(17 94 89 / 0.85) !important;
}
.text-token-teal-dark\/87 {
  color: rgb(17 94 89 / 0.87) !important;
}
.text-token-teal-dark\/90 {
  color: rgb(17 94 89 / 0.9) !important;
}
.text-token-teal-dark\/95 {
  color: rgb(17 94 89 / 0.95) !important;
}
.text-token-teal-light {
  --tw-text-opacity: 1 !important;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1)) !important;
}
.text-token-teal-light\/0 {
  color: rgb(204 251 241 / 0) !important;
}
.text-token-teal-light\/10 {
  color: rgb(204 251 241 / 0.1) !important;
}
.text-token-teal-light\/100 {
  color: rgb(204 251 241 / 1) !important;
}
.text-token-teal-light\/12 {
  color: rgb(204 251 241 / 0.12) !important;
}
.text-token-teal-light\/15 {
  color: rgb(204 251 241 / 0.15) !important;
}
.text-token-teal-light\/20 {
  color: rgb(204 251 241 / 0.2) !important;
}
.text-token-teal-light\/25 {
  color: rgb(204 251 241 / 0.25) !important;
}
.text-token-teal-light\/30 {
  color: rgb(204 251 241 / 0.3) !important;
}
.text-token-teal-light\/35 {
  color: rgb(204 251 241 / 0.35) !important;
}
.text-token-teal-light\/38 {
  color: rgb(204 251 241 / 0.38) !important;
}
.text-token-teal-light\/40 {
  color: rgb(204 251 241 / 0.4) !important;
}
.text-token-teal-light\/45 {
  color: rgb(204 251 241 / 0.45) !important;
}
.text-token-teal-light\/5 {
  color: rgb(204 251 241 / 0.05) !important;
}
.text-token-teal-light\/50 {
  color: rgb(204 251 241 / 0.5) !important;
}
.text-token-teal-light\/55 {
  color: rgb(204 251 241 / 0.55) !important;
}
.text-token-teal-light\/60 {
  color: rgb(204 251 241 / 0.6) !important;
}
.text-token-teal-light\/65 {
  color: rgb(204 251 241 / 0.65) !important;
}
.text-token-teal-light\/70 {
  color: rgb(204 251 241 / 0.7) !important;
}
.text-token-teal-light\/75 {
  color: rgb(204 251 241 / 0.75) !important;
}
.text-token-teal-light\/80 {
  color: rgb(204 251 241 / 0.8) !important;
}
.text-token-teal-light\/85 {
  color: rgb(204 251 241 / 0.85) !important;
}
.text-token-teal-light\/87 {
  color: rgb(204 251 241 / 0.87) !important;
}
.text-token-teal-light\/90 {
  color: rgb(204 251 241 / 0.9) !important;
}
.text-token-teal-light\/95 {
  color: rgb(204 251 241 / 0.95) !important;
}
.text-token-teal\/0 {
  color: rgb(20 184 166 / 0) !important;
}
.text-token-teal\/10 {
  color: rgb(20 184 166 / 0.1) !important;
}
.text-token-teal\/100 {
  color: rgb(20 184 166 / 1) !important;
}
.text-token-teal\/12 {
  color: rgb(20 184 166 / 0.12) !important;
}
.text-token-teal\/15 {
  color: rgb(20 184 166 / 0.15) !important;
}
.text-token-teal\/20 {
  color: rgb(20 184 166 / 0.2) !important;
}
.text-token-teal\/25 {
  color: rgb(20 184 166 / 0.25) !important;
}
.text-token-teal\/30 {
  color: rgb(20 184 166 / 0.3) !important;
}
.text-token-teal\/35 {
  color: rgb(20 184 166 / 0.35) !important;
}
.text-token-teal\/38 {
  color: rgb(20 184 166 / 0.38) !important;
}
.text-token-teal\/40 {
  color: rgb(20 184 166 / 0.4) !important;
}
.text-token-teal\/45 {
  color: rgb(20 184 166 / 0.45) !important;
}
.text-token-teal\/5 {
  color: rgb(20 184 166 / 0.05) !important;
}
.text-token-teal\/50 {
  color: rgb(20 184 166 / 0.5) !important;
}
.text-token-teal\/55 {
  color: rgb(20 184 166 / 0.55) !important;
}
.text-token-teal\/60 {
  color: rgb(20 184 166 / 0.6) !important;
}
.text-token-teal\/65 {
  color: rgb(20 184 166 / 0.65) !important;
}
.text-token-teal\/70 {
  color: rgb(20 184 166 / 0.7) !important;
}
.text-token-teal\/75 {
  color: rgb(20 184 166 / 0.75) !important;
}
.text-token-teal\/80 {
  color: rgb(20 184 166 / 0.8) !important;
}
.text-token-teal\/85 {
  color: rgb(20 184 166 / 0.85) !important;
}
.text-token-teal\/87 {
  color: rgb(20 184 166 / 0.87) !important;
}
.text-token-teal\/90 {
  color: rgb(20 184 166 / 0.9) !important;
}
.text-token-teal\/95 {
  color: rgb(20 184 166 / 0.95) !important;
}
.text-transparent {
  color: transparent !important;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0) !important;
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1) !important;
}
.text-transparent\/12 {
  color: rgb(0 0 0 / 0.12) !important;
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15) !important;
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35) !important;
}
.text-transparent\/38 {
  color: rgb(0 0 0 / 0.38) !important;
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45) !important;
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55) !important;
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65) !important;
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85) !important;
}
.text-transparent\/87 {
  color: rgb(0 0 0 / 0.87) !important;
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}
.text-violet-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0) !important;
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1) !important;
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1) !important;
}
.text-violet-100\/12 {
  color: rgb(237 233 254 / 0.12) !important;
}
.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15) !important;
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2) !important;
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25) !important;
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3) !important;
}
.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35) !important;
}
.text-violet-100\/38 {
  color: rgb(237 233 254 / 0.38) !important;
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4) !important;
}
.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45) !important;
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05) !important;
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5) !important;
}
.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55) !important;
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6) !important;
}
.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65) !important;
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7) !important;
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75) !important;
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8) !important;
}
.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85) !important;
}
.text-violet-100\/87 {
  color: rgb(237 233 254 / 0.87) !important;
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9) !important;
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95) !important;
}
.text-violet-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0) !important;
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1) !important;
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1) !important;
}
.text-violet-200\/12 {
  color: rgb(221 214 254 / 0.12) !important;
}
.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15) !important;
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2) !important;
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25) !important;
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3) !important;
}
.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35) !important;
}
.text-violet-200\/38 {
  color: rgb(221 214 254 / 0.38) !important;
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4) !important;
}
.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45) !important;
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05) !important;
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5) !important;
}
.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55) !important;
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6) !important;
}
.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65) !important;
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7) !important;
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75) !important;
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8) !important;
}
.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85) !important;
}
.text-violet-200\/87 {
  color: rgb(221 214 254 / 0.87) !important;
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9) !important;
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95) !important;
}
.text-violet-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0) !important;
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1) !important;
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1) !important;
}
.text-violet-300\/12 {
  color: rgb(196 181 253 / 0.12) !important;
}
.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15) !important;
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2) !important;
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25) !important;
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3) !important;
}
.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35) !important;
}
.text-violet-300\/38 {
  color: rgb(196 181 253 / 0.38) !important;
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4) !important;
}
.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45) !important;
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05) !important;
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5) !important;
}
.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55) !important;
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6) !important;
}
.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65) !important;
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7) !important;
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75) !important;
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8) !important;
}
.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85) !important;
}
.text-violet-300\/87 {
  color: rgb(196 181 253 / 0.87) !important;
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9) !important;
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95) !important;
}
.text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0) !important;
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1) !important;
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1) !important;
}
.text-violet-400\/12 {
  color: rgb(167 139 250 / 0.12) !important;
}
.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15) !important;
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2) !important;
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25) !important;
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3) !important;
}
.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35) !important;
}
.text-violet-400\/38 {
  color: rgb(167 139 250 / 0.38) !important;
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4) !important;
}
.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45) !important;
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05) !important;
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5) !important;
}
.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55) !important;
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6) !important;
}
.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65) !important;
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7) !important;
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75) !important;
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8) !important;
}
.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85) !important;
}
.text-violet-400\/87 {
  color: rgb(167 139 250 / 0.87) !important;
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9) !important;
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95) !important;
}
.text-violet-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0) !important;
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1) !important;
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1) !important;
}
.text-violet-50\/12 {
  color: rgb(245 243 255 / 0.12) !important;
}
.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15) !important;
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2) !important;
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25) !important;
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3) !important;
}
.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35) !important;
}
.text-violet-50\/38 {
  color: rgb(245 243 255 / 0.38) !important;
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4) !important;
}
.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45) !important;
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05) !important;
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5) !important;
}
.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55) !important;
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6) !important;
}
.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65) !important;
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7) !important;
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75) !important;
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8) !important;
}
.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85) !important;
}
.text-violet-50\/87 {
  color: rgb(245 243 255 / 0.87) !important;
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9) !important;
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95) !important;
}
.text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0) !important;
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1) !important;
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1) !important;
}
.text-violet-500\/12 {
  color: rgb(139 92 246 / 0.12) !important;
}
.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15) !important;
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2) !important;
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25) !important;
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3) !important;
}
.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35) !important;
}
.text-violet-500\/38 {
  color: rgb(139 92 246 / 0.38) !important;
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4) !important;
}
.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45) !important;
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05) !important;
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5) !important;
}
.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55) !important;
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6) !important;
}
.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65) !important;
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7) !important;
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75) !important;
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8) !important;
}
.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85) !important;
}
.text-violet-500\/87 {
  color: rgb(139 92 246 / 0.87) !important;
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9) !important;
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95) !important;
}
.text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0) !important;
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1) !important;
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1) !important;
}
.text-violet-600\/12 {
  color: rgb(124 58 237 / 0.12) !important;
}
.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15) !important;
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2) !important;
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25) !important;
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3) !important;
}
.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35) !important;
}
.text-violet-600\/38 {
  color: rgb(124 58 237 / 0.38) !important;
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4) !important;
}
.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45) !important;
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05) !important;
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5) !important;
}
.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55) !important;
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6) !important;
}
.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65) !important;
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7) !important;
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75) !important;
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8) !important;
}
.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85) !important;
}
.text-violet-600\/87 {
  color: rgb(124 58 237 / 0.87) !important;
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9) !important;
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95) !important;
}
.text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0) !important;
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1) !important;
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1) !important;
}
.text-violet-700\/12 {
  color: rgb(109 40 217 / 0.12) !important;
}
.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15) !important;
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2) !important;
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25) !important;
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3) !important;
}
.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35) !important;
}
.text-violet-700\/38 {
  color: rgb(109 40 217 / 0.38) !important;
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4) !important;
}
.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45) !important;
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05) !important;
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5) !important;
}
.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55) !important;
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6) !important;
}
.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65) !important;
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7) !important;
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75) !important;
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8) !important;
}
.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85) !important;
}
.text-violet-700\/87 {
  color: rgb(109 40 217 / 0.87) !important;
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9) !important;
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95) !important;
}
.text-violet-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0) !important;
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1) !important;
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1) !important;
}
.text-violet-800\/12 {
  color: rgb(91 33 182 / 0.12) !important;
}
.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15) !important;
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2) !important;
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25) !important;
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3) !important;
}
.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35) !important;
}
.text-violet-800\/38 {
  color: rgb(91 33 182 / 0.38) !important;
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4) !important;
}
.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45) !important;
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05) !important;
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5) !important;
}
.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55) !important;
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6) !important;
}
.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65) !important;
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7) !important;
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75) !important;
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8) !important;
}
.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85) !important;
}
.text-violet-800\/87 {
  color: rgb(91 33 182 / 0.87) !important;
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9) !important;
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95) !important;
}
.text-violet-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0) !important;
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1) !important;
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1) !important;
}
.text-violet-900\/12 {
  color: rgb(76 29 149 / 0.12) !important;
}
.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15) !important;
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2) !important;
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25) !important;
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3) !important;
}
.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35) !important;
}
.text-violet-900\/38 {
  color: rgb(76 29 149 / 0.38) !important;
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4) !important;
}
.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45) !important;
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05) !important;
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5) !important;
}
.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55) !important;
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6) !important;
}
.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65) !important;
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7) !important;
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75) !important;
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8) !important;
}
.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85) !important;
}
.text-violet-900\/87 {
  color: rgb(76 29 149 / 0.87) !important;
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9) !important;
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95) !important;
}
.text-violet-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1)) !important;
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0) !important;
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1) !important;
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1) !important;
}
.text-violet-950\/12 {
  color: rgb(46 16 101 / 0.12) !important;
}
.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15) !important;
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2) !important;
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25) !important;
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3) !important;
}
.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35) !important;
}
.text-violet-950\/38 {
  color: rgb(46 16 101 / 0.38) !important;
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4) !important;
}
.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45) !important;
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05) !important;
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5) !important;
}
.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55) !important;
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6) !important;
}
.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65) !important;
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7) !important;
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75) !important;
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8) !important;
}
.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85) !important;
}
.text-violet-950\/87 {
  color: rgb(46 16 101 / 0.87) !important;
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9) !important;
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95) !important;
}
.text-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-100-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-100\/0 {
  color: rgba(var(--fuse-warn-100-rgb), 0) !important;
}
.text-warn-100\/10 {
  color: rgba(var(--fuse-warn-100-rgb), 0.1) !important;
}
.text-warn-100\/100 {
  color: rgba(var(--fuse-warn-100-rgb), 1) !important;
}
.text-warn-100\/12 {
  color: rgba(var(--fuse-warn-100-rgb), 0.12) !important;
}
.text-warn-100\/15 {
  color: rgba(var(--fuse-warn-100-rgb), 0.15) !important;
}
.text-warn-100\/20 {
  color: rgba(var(--fuse-warn-100-rgb), 0.2) !important;
}
.text-warn-100\/25 {
  color: rgba(var(--fuse-warn-100-rgb), 0.25) !important;
}
.text-warn-100\/30 {
  color: rgba(var(--fuse-warn-100-rgb), 0.3) !important;
}
.text-warn-100\/35 {
  color: rgba(var(--fuse-warn-100-rgb), 0.35) !important;
}
.text-warn-100\/38 {
  color: rgba(var(--fuse-warn-100-rgb), 0.38) !important;
}
.text-warn-100\/40 {
  color: rgba(var(--fuse-warn-100-rgb), 0.4) !important;
}
.text-warn-100\/45 {
  color: rgba(var(--fuse-warn-100-rgb), 0.45) !important;
}
.text-warn-100\/5 {
  color: rgba(var(--fuse-warn-100-rgb), 0.05) !important;
}
.text-warn-100\/50 {
  color: rgba(var(--fuse-warn-100-rgb), 0.5) !important;
}
.text-warn-100\/55 {
  color: rgba(var(--fuse-warn-100-rgb), 0.55) !important;
}
.text-warn-100\/60 {
  color: rgba(var(--fuse-warn-100-rgb), 0.6) !important;
}
.text-warn-100\/65 {
  color: rgba(var(--fuse-warn-100-rgb), 0.65) !important;
}
.text-warn-100\/70 {
  color: rgba(var(--fuse-warn-100-rgb), 0.7) !important;
}
.text-warn-100\/75 {
  color: rgba(var(--fuse-warn-100-rgb), 0.75) !important;
}
.text-warn-100\/80 {
  color: rgba(var(--fuse-warn-100-rgb), 0.8) !important;
}
.text-warn-100\/85 {
  color: rgba(var(--fuse-warn-100-rgb), 0.85) !important;
}
.text-warn-100\/87 {
  color: rgba(var(--fuse-warn-100-rgb), 0.87) !important;
}
.text-warn-100\/90 {
  color: rgba(var(--fuse-warn-100-rgb), 0.9) !important;
}
.text-warn-100\/95 {
  color: rgba(var(--fuse-warn-100-rgb), 0.95) !important;
}
.text-warn-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-200-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-200\/0 {
  color: rgba(var(--fuse-warn-200-rgb), 0) !important;
}
.text-warn-200\/10 {
  color: rgba(var(--fuse-warn-200-rgb), 0.1) !important;
}
.text-warn-200\/100 {
  color: rgba(var(--fuse-warn-200-rgb), 1) !important;
}
.text-warn-200\/12 {
  color: rgba(var(--fuse-warn-200-rgb), 0.12) !important;
}
.text-warn-200\/15 {
  color: rgba(var(--fuse-warn-200-rgb), 0.15) !important;
}
.text-warn-200\/20 {
  color: rgba(var(--fuse-warn-200-rgb), 0.2) !important;
}
.text-warn-200\/25 {
  color: rgba(var(--fuse-warn-200-rgb), 0.25) !important;
}
.text-warn-200\/30 {
  color: rgba(var(--fuse-warn-200-rgb), 0.3) !important;
}
.text-warn-200\/35 {
  color: rgba(var(--fuse-warn-200-rgb), 0.35) !important;
}
.text-warn-200\/38 {
  color: rgba(var(--fuse-warn-200-rgb), 0.38) !important;
}
.text-warn-200\/40 {
  color: rgba(var(--fuse-warn-200-rgb), 0.4) !important;
}
.text-warn-200\/45 {
  color: rgba(var(--fuse-warn-200-rgb), 0.45) !important;
}
.text-warn-200\/5 {
  color: rgba(var(--fuse-warn-200-rgb), 0.05) !important;
}
.text-warn-200\/50 {
  color: rgba(var(--fuse-warn-200-rgb), 0.5) !important;
}
.text-warn-200\/55 {
  color: rgba(var(--fuse-warn-200-rgb), 0.55) !important;
}
.text-warn-200\/60 {
  color: rgba(var(--fuse-warn-200-rgb), 0.6) !important;
}
.text-warn-200\/65 {
  color: rgba(var(--fuse-warn-200-rgb), 0.65) !important;
}
.text-warn-200\/70 {
  color: rgba(var(--fuse-warn-200-rgb), 0.7) !important;
}
.text-warn-200\/75 {
  color: rgba(var(--fuse-warn-200-rgb), 0.75) !important;
}
.text-warn-200\/80 {
  color: rgba(var(--fuse-warn-200-rgb), 0.8) !important;
}
.text-warn-200\/85 {
  color: rgba(var(--fuse-warn-200-rgb), 0.85) !important;
}
.text-warn-200\/87 {
  color: rgba(var(--fuse-warn-200-rgb), 0.87) !important;
}
.text-warn-200\/90 {
  color: rgba(var(--fuse-warn-200-rgb), 0.9) !important;
}
.text-warn-200\/95 {
  color: rgba(var(--fuse-warn-200-rgb), 0.95) !important;
}
.text-warn-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-300\/0 {
  color: rgba(var(--fuse-warn-300-rgb), 0) !important;
}
.text-warn-300\/10 {
  color: rgba(var(--fuse-warn-300-rgb), 0.1) !important;
}
.text-warn-300\/100 {
  color: rgba(var(--fuse-warn-300-rgb), 1) !important;
}
.text-warn-300\/12 {
  color: rgba(var(--fuse-warn-300-rgb), 0.12) !important;
}
.text-warn-300\/15 {
  color: rgba(var(--fuse-warn-300-rgb), 0.15) !important;
}
.text-warn-300\/20 {
  color: rgba(var(--fuse-warn-300-rgb), 0.2) !important;
}
.text-warn-300\/25 {
  color: rgba(var(--fuse-warn-300-rgb), 0.25) !important;
}
.text-warn-300\/30 {
  color: rgba(var(--fuse-warn-300-rgb), 0.3) !important;
}
.text-warn-300\/35 {
  color: rgba(var(--fuse-warn-300-rgb), 0.35) !important;
}
.text-warn-300\/38 {
  color: rgba(var(--fuse-warn-300-rgb), 0.38) !important;
}
.text-warn-300\/40 {
  color: rgba(var(--fuse-warn-300-rgb), 0.4) !important;
}
.text-warn-300\/45 {
  color: rgba(var(--fuse-warn-300-rgb), 0.45) !important;
}
.text-warn-300\/5 {
  color: rgba(var(--fuse-warn-300-rgb), 0.05) !important;
}
.text-warn-300\/50 {
  color: rgba(var(--fuse-warn-300-rgb), 0.5) !important;
}
.text-warn-300\/55 {
  color: rgba(var(--fuse-warn-300-rgb), 0.55) !important;
}
.text-warn-300\/60 {
  color: rgba(var(--fuse-warn-300-rgb), 0.6) !important;
}
.text-warn-300\/65 {
  color: rgba(var(--fuse-warn-300-rgb), 0.65) !important;
}
.text-warn-300\/70 {
  color: rgba(var(--fuse-warn-300-rgb), 0.7) !important;
}
.text-warn-300\/75 {
  color: rgba(var(--fuse-warn-300-rgb), 0.75) !important;
}
.text-warn-300\/80 {
  color: rgba(var(--fuse-warn-300-rgb), 0.8) !important;
}
.text-warn-300\/85 {
  color: rgba(var(--fuse-warn-300-rgb), 0.85) !important;
}
.text-warn-300\/87 {
  color: rgba(var(--fuse-warn-300-rgb), 0.87) !important;
}
.text-warn-300\/90 {
  color: rgba(var(--fuse-warn-300-rgb), 0.9) !important;
}
.text-warn-300\/95 {
  color: rgba(var(--fuse-warn-300-rgb), 0.95) !important;
}
.text-warn-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-400\/0 {
  color: rgba(var(--fuse-warn-400-rgb), 0) !important;
}
.text-warn-400\/10 {
  color: rgba(var(--fuse-warn-400-rgb), 0.1) !important;
}
.text-warn-400\/100 {
  color: rgba(var(--fuse-warn-400-rgb), 1) !important;
}
.text-warn-400\/12 {
  color: rgba(var(--fuse-warn-400-rgb), 0.12) !important;
}
.text-warn-400\/15 {
  color: rgba(var(--fuse-warn-400-rgb), 0.15) !important;
}
.text-warn-400\/20 {
  color: rgba(var(--fuse-warn-400-rgb), 0.2) !important;
}
.text-warn-400\/25 {
  color: rgba(var(--fuse-warn-400-rgb), 0.25) !important;
}
.text-warn-400\/30 {
  color: rgba(var(--fuse-warn-400-rgb), 0.3) !important;
}
.text-warn-400\/35 {
  color: rgba(var(--fuse-warn-400-rgb), 0.35) !important;
}
.text-warn-400\/38 {
  color: rgba(var(--fuse-warn-400-rgb), 0.38) !important;
}
.text-warn-400\/40 {
  color: rgba(var(--fuse-warn-400-rgb), 0.4) !important;
}
.text-warn-400\/45 {
  color: rgba(var(--fuse-warn-400-rgb), 0.45) !important;
}
.text-warn-400\/5 {
  color: rgba(var(--fuse-warn-400-rgb), 0.05) !important;
}
.text-warn-400\/50 {
  color: rgba(var(--fuse-warn-400-rgb), 0.5) !important;
}
.text-warn-400\/55 {
  color: rgba(var(--fuse-warn-400-rgb), 0.55) !important;
}
.text-warn-400\/60 {
  color: rgba(var(--fuse-warn-400-rgb), 0.6) !important;
}
.text-warn-400\/65 {
  color: rgba(var(--fuse-warn-400-rgb), 0.65) !important;
}
.text-warn-400\/70 {
  color: rgba(var(--fuse-warn-400-rgb), 0.7) !important;
}
.text-warn-400\/75 {
  color: rgba(var(--fuse-warn-400-rgb), 0.75) !important;
}
.text-warn-400\/80 {
  color: rgba(var(--fuse-warn-400-rgb), 0.8) !important;
}
.text-warn-400\/85 {
  color: rgba(var(--fuse-warn-400-rgb), 0.85) !important;
}
.text-warn-400\/87 {
  color: rgba(var(--fuse-warn-400-rgb), 0.87) !important;
}
.text-warn-400\/90 {
  color: rgba(var(--fuse-warn-400-rgb), 0.9) !important;
}
.text-warn-400\/95 {
  color: rgba(var(--fuse-warn-400-rgb), 0.95) !important;
}
.text-warn-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-50\/0 {
  color: rgba(var(--fuse-warn-50-rgb), 0) !important;
}
.text-warn-50\/10 {
  color: rgba(var(--fuse-warn-50-rgb), 0.1) !important;
}
.text-warn-50\/100 {
  color: rgba(var(--fuse-warn-50-rgb), 1) !important;
}
.text-warn-50\/12 {
  color: rgba(var(--fuse-warn-50-rgb), 0.12) !important;
}
.text-warn-50\/15 {
  color: rgba(var(--fuse-warn-50-rgb), 0.15) !important;
}
.text-warn-50\/20 {
  color: rgba(var(--fuse-warn-50-rgb), 0.2) !important;
}
.text-warn-50\/25 {
  color: rgba(var(--fuse-warn-50-rgb), 0.25) !important;
}
.text-warn-50\/30 {
  color: rgba(var(--fuse-warn-50-rgb), 0.3) !important;
}
.text-warn-50\/35 {
  color: rgba(var(--fuse-warn-50-rgb), 0.35) !important;
}
.text-warn-50\/38 {
  color: rgba(var(--fuse-warn-50-rgb), 0.38) !important;
}
.text-warn-50\/40 {
  color: rgba(var(--fuse-warn-50-rgb), 0.4) !important;
}
.text-warn-50\/45 {
  color: rgba(var(--fuse-warn-50-rgb), 0.45) !important;
}
.text-warn-50\/5 {
  color: rgba(var(--fuse-warn-50-rgb), 0.05) !important;
}
.text-warn-50\/50 {
  color: rgba(var(--fuse-warn-50-rgb), 0.5) !important;
}
.text-warn-50\/55 {
  color: rgba(var(--fuse-warn-50-rgb), 0.55) !important;
}
.text-warn-50\/60 {
  color: rgba(var(--fuse-warn-50-rgb), 0.6) !important;
}
.text-warn-50\/65 {
  color: rgba(var(--fuse-warn-50-rgb), 0.65) !important;
}
.text-warn-50\/70 {
  color: rgba(var(--fuse-warn-50-rgb), 0.7) !important;
}
.text-warn-50\/75 {
  color: rgba(var(--fuse-warn-50-rgb), 0.75) !important;
}
.text-warn-50\/80 {
  color: rgba(var(--fuse-warn-50-rgb), 0.8) !important;
}
.text-warn-50\/85 {
  color: rgba(var(--fuse-warn-50-rgb), 0.85) !important;
}
.text-warn-50\/87 {
  color: rgba(var(--fuse-warn-50-rgb), 0.87) !important;
}
.text-warn-50\/90 {
  color: rgba(var(--fuse-warn-50-rgb), 0.9) !important;
}
.text-warn-50\/95 {
  color: rgba(var(--fuse-warn-50-rgb), 0.95) !important;
}
.text-warn-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-500-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-500\/0 {
  color: rgba(var(--fuse-warn-500-rgb), 0) !important;
}
.text-warn-500\/10 {
  color: rgba(var(--fuse-warn-500-rgb), 0.1) !important;
}
.text-warn-500\/100 {
  color: rgba(var(--fuse-warn-500-rgb), 1) !important;
}
.text-warn-500\/12 {
  color: rgba(var(--fuse-warn-500-rgb), 0.12) !important;
}
.text-warn-500\/15 {
  color: rgba(var(--fuse-warn-500-rgb), 0.15) !important;
}
.text-warn-500\/20 {
  color: rgba(var(--fuse-warn-500-rgb), 0.2) !important;
}
.text-warn-500\/25 {
  color: rgba(var(--fuse-warn-500-rgb), 0.25) !important;
}
.text-warn-500\/30 {
  color: rgba(var(--fuse-warn-500-rgb), 0.3) !important;
}
.text-warn-500\/35 {
  color: rgba(var(--fuse-warn-500-rgb), 0.35) !important;
}
.text-warn-500\/38 {
  color: rgba(var(--fuse-warn-500-rgb), 0.38) !important;
}
.text-warn-500\/40 {
  color: rgba(var(--fuse-warn-500-rgb), 0.4) !important;
}
.text-warn-500\/45 {
  color: rgba(var(--fuse-warn-500-rgb), 0.45) !important;
}
.text-warn-500\/5 {
  color: rgba(var(--fuse-warn-500-rgb), 0.05) !important;
}
.text-warn-500\/50 {
  color: rgba(var(--fuse-warn-500-rgb), 0.5) !important;
}
.text-warn-500\/55 {
  color: rgba(var(--fuse-warn-500-rgb), 0.55) !important;
}
.text-warn-500\/60 {
  color: rgba(var(--fuse-warn-500-rgb), 0.6) !important;
}
.text-warn-500\/65 {
  color: rgba(var(--fuse-warn-500-rgb), 0.65) !important;
}
.text-warn-500\/70 {
  color: rgba(var(--fuse-warn-500-rgb), 0.7) !important;
}
.text-warn-500\/75 {
  color: rgba(var(--fuse-warn-500-rgb), 0.75) !important;
}
.text-warn-500\/80 {
  color: rgba(var(--fuse-warn-500-rgb), 0.8) !important;
}
.text-warn-500\/85 {
  color: rgba(var(--fuse-warn-500-rgb), 0.85) !important;
}
.text-warn-500\/87 {
  color: rgba(var(--fuse-warn-500-rgb), 0.87) !important;
}
.text-warn-500\/90 {
  color: rgba(var(--fuse-warn-500-rgb), 0.9) !important;
}
.text-warn-500\/95 {
  color: rgba(var(--fuse-warn-500-rgb), 0.95) !important;
}
.text-warn-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-600-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-600\/0 {
  color: rgba(var(--fuse-warn-600-rgb), 0) !important;
}
.text-warn-600\/10 {
  color: rgba(var(--fuse-warn-600-rgb), 0.1) !important;
}
.text-warn-600\/100 {
  color: rgba(var(--fuse-warn-600-rgb), 1) !important;
}
.text-warn-600\/12 {
  color: rgba(var(--fuse-warn-600-rgb), 0.12) !important;
}
.text-warn-600\/15 {
  color: rgba(var(--fuse-warn-600-rgb), 0.15) !important;
}
.text-warn-600\/20 {
  color: rgba(var(--fuse-warn-600-rgb), 0.2) !important;
}
.text-warn-600\/25 {
  color: rgba(var(--fuse-warn-600-rgb), 0.25) !important;
}
.text-warn-600\/30 {
  color: rgba(var(--fuse-warn-600-rgb), 0.3) !important;
}
.text-warn-600\/35 {
  color: rgba(var(--fuse-warn-600-rgb), 0.35) !important;
}
.text-warn-600\/38 {
  color: rgba(var(--fuse-warn-600-rgb), 0.38) !important;
}
.text-warn-600\/40 {
  color: rgba(var(--fuse-warn-600-rgb), 0.4) !important;
}
.text-warn-600\/45 {
  color: rgba(var(--fuse-warn-600-rgb), 0.45) !important;
}
.text-warn-600\/5 {
  color: rgba(var(--fuse-warn-600-rgb), 0.05) !important;
}
.text-warn-600\/50 {
  color: rgba(var(--fuse-warn-600-rgb), 0.5) !important;
}
.text-warn-600\/55 {
  color: rgba(var(--fuse-warn-600-rgb), 0.55) !important;
}
.text-warn-600\/60 {
  color: rgba(var(--fuse-warn-600-rgb), 0.6) !important;
}
.text-warn-600\/65 {
  color: rgba(var(--fuse-warn-600-rgb), 0.65) !important;
}
.text-warn-600\/70 {
  color: rgba(var(--fuse-warn-600-rgb), 0.7) !important;
}
.text-warn-600\/75 {
  color: rgba(var(--fuse-warn-600-rgb), 0.75) !important;
}
.text-warn-600\/80 {
  color: rgba(var(--fuse-warn-600-rgb), 0.8) !important;
}
.text-warn-600\/85 {
  color: rgba(var(--fuse-warn-600-rgb), 0.85) !important;
}
.text-warn-600\/87 {
  color: rgba(var(--fuse-warn-600-rgb), 0.87) !important;
}
.text-warn-600\/90 {
  color: rgba(var(--fuse-warn-600-rgb), 0.9) !important;
}
.text-warn-600\/95 {
  color: rgba(var(--fuse-warn-600-rgb), 0.95) !important;
}
.text-warn-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-700-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-700\/0 {
  color: rgba(var(--fuse-warn-700-rgb), 0) !important;
}
.text-warn-700\/10 {
  color: rgba(var(--fuse-warn-700-rgb), 0.1) !important;
}
.text-warn-700\/100 {
  color: rgba(var(--fuse-warn-700-rgb), 1) !important;
}
.text-warn-700\/12 {
  color: rgba(var(--fuse-warn-700-rgb), 0.12) !important;
}
.text-warn-700\/15 {
  color: rgba(var(--fuse-warn-700-rgb), 0.15) !important;
}
.text-warn-700\/20 {
  color: rgba(var(--fuse-warn-700-rgb), 0.2) !important;
}
.text-warn-700\/25 {
  color: rgba(var(--fuse-warn-700-rgb), 0.25) !important;
}
.text-warn-700\/30 {
  color: rgba(var(--fuse-warn-700-rgb), 0.3) !important;
}
.text-warn-700\/35 {
  color: rgba(var(--fuse-warn-700-rgb), 0.35) !important;
}
.text-warn-700\/38 {
  color: rgba(var(--fuse-warn-700-rgb), 0.38) !important;
}
.text-warn-700\/40 {
  color: rgba(var(--fuse-warn-700-rgb), 0.4) !important;
}
.text-warn-700\/45 {
  color: rgba(var(--fuse-warn-700-rgb), 0.45) !important;
}
.text-warn-700\/5 {
  color: rgba(var(--fuse-warn-700-rgb), 0.05) !important;
}
.text-warn-700\/50 {
  color: rgba(var(--fuse-warn-700-rgb), 0.5) !important;
}
.text-warn-700\/55 {
  color: rgba(var(--fuse-warn-700-rgb), 0.55) !important;
}
.text-warn-700\/60 {
  color: rgba(var(--fuse-warn-700-rgb), 0.6) !important;
}
.text-warn-700\/65 {
  color: rgba(var(--fuse-warn-700-rgb), 0.65) !important;
}
.text-warn-700\/70 {
  color: rgba(var(--fuse-warn-700-rgb), 0.7) !important;
}
.text-warn-700\/75 {
  color: rgba(var(--fuse-warn-700-rgb), 0.75) !important;
}
.text-warn-700\/80 {
  color: rgba(var(--fuse-warn-700-rgb), 0.8) !important;
}
.text-warn-700\/85 {
  color: rgba(var(--fuse-warn-700-rgb), 0.85) !important;
}
.text-warn-700\/87 {
  color: rgba(var(--fuse-warn-700-rgb), 0.87) !important;
}
.text-warn-700\/90 {
  color: rgba(var(--fuse-warn-700-rgb), 0.9) !important;
}
.text-warn-700\/95 {
  color: rgba(var(--fuse-warn-700-rgb), 0.95) !important;
}
.text-warn-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-800-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-800\/0 {
  color: rgba(var(--fuse-warn-800-rgb), 0) !important;
}
.text-warn-800\/10 {
  color: rgba(var(--fuse-warn-800-rgb), 0.1) !important;
}
.text-warn-800\/100 {
  color: rgba(var(--fuse-warn-800-rgb), 1) !important;
}
.text-warn-800\/12 {
  color: rgba(var(--fuse-warn-800-rgb), 0.12) !important;
}
.text-warn-800\/15 {
  color: rgba(var(--fuse-warn-800-rgb), 0.15) !important;
}
.text-warn-800\/20 {
  color: rgba(var(--fuse-warn-800-rgb), 0.2) !important;
}
.text-warn-800\/25 {
  color: rgba(var(--fuse-warn-800-rgb), 0.25) !important;
}
.text-warn-800\/30 {
  color: rgba(var(--fuse-warn-800-rgb), 0.3) !important;
}
.text-warn-800\/35 {
  color: rgba(var(--fuse-warn-800-rgb), 0.35) !important;
}
.text-warn-800\/38 {
  color: rgba(var(--fuse-warn-800-rgb), 0.38) !important;
}
.text-warn-800\/40 {
  color: rgba(var(--fuse-warn-800-rgb), 0.4) !important;
}
.text-warn-800\/45 {
  color: rgba(var(--fuse-warn-800-rgb), 0.45) !important;
}
.text-warn-800\/5 {
  color: rgba(var(--fuse-warn-800-rgb), 0.05) !important;
}
.text-warn-800\/50 {
  color: rgba(var(--fuse-warn-800-rgb), 0.5) !important;
}
.text-warn-800\/55 {
  color: rgba(var(--fuse-warn-800-rgb), 0.55) !important;
}
.text-warn-800\/60 {
  color: rgba(var(--fuse-warn-800-rgb), 0.6) !important;
}
.text-warn-800\/65 {
  color: rgba(var(--fuse-warn-800-rgb), 0.65) !important;
}
.text-warn-800\/70 {
  color: rgba(var(--fuse-warn-800-rgb), 0.7) !important;
}
.text-warn-800\/75 {
  color: rgba(var(--fuse-warn-800-rgb), 0.75) !important;
}
.text-warn-800\/80 {
  color: rgba(var(--fuse-warn-800-rgb), 0.8) !important;
}
.text-warn-800\/85 {
  color: rgba(var(--fuse-warn-800-rgb), 0.85) !important;
}
.text-warn-800\/87 {
  color: rgba(var(--fuse-warn-800-rgb), 0.87) !important;
}
.text-warn-800\/90 {
  color: rgba(var(--fuse-warn-800-rgb), 0.9) !important;
}
.text-warn-800\/95 {
  color: rgba(var(--fuse-warn-800-rgb), 0.95) !important;
}
.text-warn-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-900-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-900\/0 {
  color: rgba(var(--fuse-warn-900-rgb), 0) !important;
}
.text-warn-900\/10 {
  color: rgba(var(--fuse-warn-900-rgb), 0.1) !important;
}
.text-warn-900\/100 {
  color: rgba(var(--fuse-warn-900-rgb), 1) !important;
}
.text-warn-900\/12 {
  color: rgba(var(--fuse-warn-900-rgb), 0.12) !important;
}
.text-warn-900\/15 {
  color: rgba(var(--fuse-warn-900-rgb), 0.15) !important;
}
.text-warn-900\/20 {
  color: rgba(var(--fuse-warn-900-rgb), 0.2) !important;
}
.text-warn-900\/25 {
  color: rgba(var(--fuse-warn-900-rgb), 0.25) !important;
}
.text-warn-900\/30 {
  color: rgba(var(--fuse-warn-900-rgb), 0.3) !important;
}
.text-warn-900\/35 {
  color: rgba(var(--fuse-warn-900-rgb), 0.35) !important;
}
.text-warn-900\/38 {
  color: rgba(var(--fuse-warn-900-rgb), 0.38) !important;
}
.text-warn-900\/40 {
  color: rgba(var(--fuse-warn-900-rgb), 0.4) !important;
}
.text-warn-900\/45 {
  color: rgba(var(--fuse-warn-900-rgb), 0.45) !important;
}
.text-warn-900\/5 {
  color: rgba(var(--fuse-warn-900-rgb), 0.05) !important;
}
.text-warn-900\/50 {
  color: rgba(var(--fuse-warn-900-rgb), 0.5) !important;
}
.text-warn-900\/55 {
  color: rgba(var(--fuse-warn-900-rgb), 0.55) !important;
}
.text-warn-900\/60 {
  color: rgba(var(--fuse-warn-900-rgb), 0.6) !important;
}
.text-warn-900\/65 {
  color: rgba(var(--fuse-warn-900-rgb), 0.65) !important;
}
.text-warn-900\/70 {
  color: rgba(var(--fuse-warn-900-rgb), 0.7) !important;
}
.text-warn-900\/75 {
  color: rgba(var(--fuse-warn-900-rgb), 0.75) !important;
}
.text-warn-900\/80 {
  color: rgba(var(--fuse-warn-900-rgb), 0.8) !important;
}
.text-warn-900\/85 {
  color: rgba(var(--fuse-warn-900-rgb), 0.85) !important;
}
.text-warn-900\/87 {
  color: rgba(var(--fuse-warn-900-rgb), 0.87) !important;
}
.text-warn-900\/90 {
  color: rgba(var(--fuse-warn-900-rgb), 0.9) !important;
}
.text-warn-900\/95 {
  color: rgba(var(--fuse-warn-900-rgb), 0.95) !important;
}
.text-warn-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-950-rgb), var(--tw-text-opacity, 1)) !important;
}
.text-warn-950\/0 {
  color: rgba(var(--fuse-warn-950-rgb), 0) !important;
}
.text-warn-950\/10 {
  color: rgba(var(--fuse-warn-950-rgb), 0.1) !important;
}
.text-warn-950\/100 {
  color: rgba(var(--fuse-warn-950-rgb), 1) !important;
}
.text-warn-950\/12 {
  color: rgba(var(--fuse-warn-950-rgb), 0.12) !important;
}
.text-warn-950\/15 {
  color: rgba(var(--fuse-warn-950-rgb), 0.15) !important;
}
.text-warn-950\/20 {
  color: rgba(var(--fuse-warn-950-rgb), 0.2) !important;
}
.text-warn-950\/25 {
  color: rgba(var(--fuse-warn-950-rgb), 0.25) !important;
}
.text-warn-950\/30 {
  color: rgba(var(--fuse-warn-950-rgb), 0.3) !important;
}
.text-warn-950\/35 {
  color: rgba(var(--fuse-warn-950-rgb), 0.35) !important;
}
.text-warn-950\/38 {
  color: rgba(var(--fuse-warn-950-rgb), 0.38) !important;
}
.text-warn-950\/40 {
  color: rgba(var(--fuse-warn-950-rgb), 0.4) !important;
}
.text-warn-950\/45 {
  color: rgba(var(--fuse-warn-950-rgb), 0.45) !important;
}
.text-warn-950\/5 {
  color: rgba(var(--fuse-warn-950-rgb), 0.05) !important;
}
.text-warn-950\/50 {
  color: rgba(var(--fuse-warn-950-rgb), 0.5) !important;
}
.text-warn-950\/55 {
  color: rgba(var(--fuse-warn-950-rgb), 0.55) !important;
}
.text-warn-950\/60 {
  color: rgba(var(--fuse-warn-950-rgb), 0.6) !important;
}
.text-warn-950\/65 {
  color: rgba(var(--fuse-warn-950-rgb), 0.65) !important;
}
.text-warn-950\/70 {
  color: rgba(var(--fuse-warn-950-rgb), 0.7) !important;
}
.text-warn-950\/75 {
  color: rgba(var(--fuse-warn-950-rgb), 0.75) !important;
}
.text-warn-950\/80 {
  color: rgba(var(--fuse-warn-950-rgb), 0.8) !important;
}
.text-warn-950\/85 {
  color: rgba(var(--fuse-warn-950-rgb), 0.85) !important;
}
.text-warn-950\/87 {
  color: rgba(var(--fuse-warn-950-rgb), 0.87) !important;
}
.text-warn-950\/90 {
  color: rgba(var(--fuse-warn-950-rgb), 0.9) !important;
}
.text-warn-950\/95 {
  color: rgba(var(--fuse-warn-950-rgb), 0.95) !important;
}
.text-warn\/0 {
  color: rgba(var(--fuse-warn-rgb), 0) !important;
}
.text-warn\/10 {
  color: rgba(var(--fuse-warn-rgb), 0.1) !important;
}
.text-warn\/100 {
  color: rgba(var(--fuse-warn-rgb), 1) !important;
}
.text-warn\/12 {
  color: rgba(var(--fuse-warn-rgb), 0.12) !important;
}
.text-warn\/15 {
  color: rgba(var(--fuse-warn-rgb), 0.15) !important;
}
.text-warn\/20 {
  color: rgba(var(--fuse-warn-rgb), 0.2) !important;
}
.text-warn\/25 {
  color: rgba(var(--fuse-warn-rgb), 0.25) !important;
}
.text-warn\/30 {
  color: rgba(var(--fuse-warn-rgb), 0.3) !important;
}
.text-warn\/35 {
  color: rgba(var(--fuse-warn-rgb), 0.35) !important;
}
.text-warn\/38 {
  color: rgba(var(--fuse-warn-rgb), 0.38) !important;
}
.text-warn\/40 {
  color: rgba(var(--fuse-warn-rgb), 0.4) !important;
}
.text-warn\/45 {
  color: rgba(var(--fuse-warn-rgb), 0.45) !important;
}
.text-warn\/5 {
  color: rgba(var(--fuse-warn-rgb), 0.05) !important;
}
.text-warn\/50 {
  color: rgba(var(--fuse-warn-rgb), 0.5) !important;
}
.text-warn\/55 {
  color: rgba(var(--fuse-warn-rgb), 0.55) !important;
}
.text-warn\/60 {
  color: rgba(var(--fuse-warn-rgb), 0.6) !important;
}
.text-warn\/65 {
  color: rgba(var(--fuse-warn-rgb), 0.65) !important;
}
.text-warn\/70 {
  color: rgba(var(--fuse-warn-rgb), 0.7) !important;
}
.text-warn\/75 {
  color: rgba(var(--fuse-warn-rgb), 0.75) !important;
}
.text-warn\/80 {
  color: rgba(var(--fuse-warn-rgb), 0.8) !important;
}
.text-warn\/85 {
  color: rgba(var(--fuse-warn-rgb), 0.85) !important;
}
.text-warn\/87 {
  color: rgba(var(--fuse-warn-rgb), 0.87) !important;
}
.text-warn\/90 {
  color: rgba(var(--fuse-warn-rgb), 0.9) !important;
}
.text-warn\/95 {
  color: rgba(var(--fuse-warn-rgb), 0.95) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}
.text-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}
.text-white\/12 {
  color: rgb(255 255 255 / 0.12) !important;
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15) !important;
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35) !important;
}
.text-white\/38 {
  color: rgb(255 255 255 / 0.38) !important;
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45) !important;
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55) !important;
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65) !important;
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85) !important;
}
.text-white\/87 {
  color: rgb(255 255 255 / 0.87) !important;
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}
.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0) !important;
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1) !important;
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1) !important;
}
.text-yellow-100\/12 {
  color: rgb(254 249 195 / 0.12) !important;
}
.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15) !important;
}
.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2) !important;
}
.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25) !important;
}
.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3) !important;
}
.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35) !important;
}
.text-yellow-100\/38 {
  color: rgb(254 249 195 / 0.38) !important;
}
.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4) !important;
}
.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45) !important;
}
.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05) !important;
}
.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5) !important;
}
.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55) !important;
}
.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6) !important;
}
.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65) !important;
}
.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7) !important;
}
.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75) !important;
}
.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8) !important;
}
.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85) !important;
}
.text-yellow-100\/87 {
  color: rgb(254 249 195 / 0.87) !important;
}
.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9) !important;
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95) !important;
}
.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0) !important;
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1) !important;
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1) !important;
}
.text-yellow-200\/12 {
  color: rgb(254 240 138 / 0.12) !important;
}
.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15) !important;
}
.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2) !important;
}
.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25) !important;
}
.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3) !important;
}
.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35) !important;
}
.text-yellow-200\/38 {
  color: rgb(254 240 138 / 0.38) !important;
}
.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4) !important;
}
.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45) !important;
}
.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05) !important;
}
.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5) !important;
}
.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55) !important;
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6) !important;
}
.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65) !important;
}
.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7) !important;
}
.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75) !important;
}
.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8) !important;
}
.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85) !important;
}
.text-yellow-200\/87 {
  color: rgb(254 240 138 / 0.87) !important;
}
.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9) !important;
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95) !important;
}
.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0) !important;
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1) !important;
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1) !important;
}
.text-yellow-300\/12 {
  color: rgb(253 224 71 / 0.12) !important;
}
.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15) !important;
}
.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2) !important;
}
.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25) !important;
}
.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3) !important;
}
.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35) !important;
}
.text-yellow-300\/38 {
  color: rgb(253 224 71 / 0.38) !important;
}
.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4) !important;
}
.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45) !important;
}
.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05) !important;
}
.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5) !important;
}
.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55) !important;
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6) !important;
}
.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65) !important;
}
.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7) !important;
}
.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75) !important;
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8) !important;
}
.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85) !important;
}
.text-yellow-300\/87 {
  color: rgb(253 224 71 / 0.87) !important;
}
.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9) !important;
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95) !important;
}
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0) !important;
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1) !important;
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1) !important;
}
.text-yellow-400\/12 {
  color: rgb(250 204 21 / 0.12) !important;
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15) !important;
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2) !important;
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25) !important;
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3) !important;
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35) !important;
}
.text-yellow-400\/38 {
  color: rgb(250 204 21 / 0.38) !important;
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4) !important;
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45) !important;
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05) !important;
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5) !important;
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55) !important;
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6) !important;
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65) !important;
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7) !important;
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75) !important;
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8) !important;
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85) !important;
}
.text-yellow-400\/87 {
  color: rgb(250 204 21 / 0.87) !important;
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9) !important;
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95) !important;
}
.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0) !important;
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1) !important;
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1) !important;
}
.text-yellow-50\/12 {
  color: rgb(254 252 232 / 0.12) !important;
}
.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15) !important;
}
.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2) !important;
}
.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25) !important;
}
.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3) !important;
}
.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35) !important;
}
.text-yellow-50\/38 {
  color: rgb(254 252 232 / 0.38) !important;
}
.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4) !important;
}
.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45) !important;
}
.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05) !important;
}
.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5) !important;
}
.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55) !important;
}
.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6) !important;
}
.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65) !important;
}
.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7) !important;
}
.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75) !important;
}
.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8) !important;
}
.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85) !important;
}
.text-yellow-50\/87 {
  color: rgb(254 252 232 / 0.87) !important;
}
.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9) !important;
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0) !important;
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1) !important;
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1) !important;
}
.text-yellow-500\/12 {
  color: rgb(234 179 8 / 0.12) !important;
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15) !important;
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2) !important;
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25) !important;
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3) !important;
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35) !important;
}
.text-yellow-500\/38 {
  color: rgb(234 179 8 / 0.38) !important;
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4) !important;
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45) !important;
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05) !important;
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5) !important;
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55) !important;
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6) !important;
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65) !important;
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7) !important;
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75) !important;
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8) !important;
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85) !important;
}
.text-yellow-500\/87 {
  color: rgb(234 179 8 / 0.87) !important;
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9) !important;
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0) !important;
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1) !important;
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1) !important;
}
.text-yellow-600\/12 {
  color: rgb(202 138 4 / 0.12) !important;
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15) !important;
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2) !important;
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25) !important;
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3) !important;
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35) !important;
}
.text-yellow-600\/38 {
  color: rgb(202 138 4 / 0.38) !important;
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4) !important;
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45) !important;
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05) !important;
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5) !important;
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55) !important;
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6) !important;
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65) !important;
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7) !important;
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75) !important;
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8) !important;
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85) !important;
}
.text-yellow-600\/87 {
  color: rgb(202 138 4 / 0.87) !important;
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9) !important;
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95) !important;
}
.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0) !important;
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1) !important;
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1) !important;
}
.text-yellow-700\/12 {
  color: rgb(161 98 7 / 0.12) !important;
}
.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15) !important;
}
.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2) !important;
}
.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25) !important;
}
.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3) !important;
}
.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35) !important;
}
.text-yellow-700\/38 {
  color: rgb(161 98 7 / 0.38) !important;
}
.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4) !important;
}
.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45) !important;
}
.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05) !important;
}
.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5) !important;
}
.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55) !important;
}
.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6) !important;
}
.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65) !important;
}
.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7) !important;
}
.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75) !important;
}
.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8) !important;
}
.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85) !important;
}
.text-yellow-700\/87 {
  color: rgb(161 98 7 / 0.87) !important;
}
.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9) !important;
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0) !important;
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1) !important;
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1) !important;
}
.text-yellow-800\/12 {
  color: rgb(133 77 14 / 0.12) !important;
}
.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15) !important;
}
.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2) !important;
}
.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25) !important;
}
.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3) !important;
}
.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35) !important;
}
.text-yellow-800\/38 {
  color: rgb(133 77 14 / 0.38) !important;
}
.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4) !important;
}
.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45) !important;
}
.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05) !important;
}
.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5) !important;
}
.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55) !important;
}
.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6) !important;
}
.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65) !important;
}
.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7) !important;
}
.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75) !important;
}
.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8) !important;
}
.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85) !important;
}
.text-yellow-800\/87 {
  color: rgb(133 77 14 / 0.87) !important;
}
.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9) !important;
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95) !important;
}
.text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0) !important;
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1) !important;
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1) !important;
}
.text-yellow-900\/12 {
  color: rgb(113 63 18 / 0.12) !important;
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15) !important;
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2) !important;
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25) !important;
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3) !important;
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35) !important;
}
.text-yellow-900\/38 {
  color: rgb(113 63 18 / 0.38) !important;
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4) !important;
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45) !important;
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05) !important;
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5) !important;
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55) !important;
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6) !important;
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65) !important;
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7) !important;
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75) !important;
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8) !important;
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85) !important;
}
.text-yellow-900\/87 {
  color: rgb(113 63 18 / 0.87) !important;
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9) !important;
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95) !important;
}
.text-yellow-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1)) !important;
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0) !important;
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1) !important;
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1) !important;
}
.text-yellow-950\/12 {
  color: rgb(66 32 6 / 0.12) !important;
}
.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15) !important;
}
.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2) !important;
}
.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25) !important;
}
.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3) !important;
}
.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35) !important;
}
.text-yellow-950\/38 {
  color: rgb(66 32 6 / 0.38) !important;
}
.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4) !important;
}
.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45) !important;
}
.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05) !important;
}
.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5) !important;
}
.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55) !important;
}
.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6) !important;
}
.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65) !important;
}
.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7) !important;
}
.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75) !important;
}
.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8) !important;
}
.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85) !important;
}
.text-yellow-950\/87 {
  color: rgb(66 32 6 / 0.87) !important;
}
.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9) !important;
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95) !important;
}
.text-zinc-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0) !important;
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1) !important;
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1) !important;
}
.text-zinc-100\/12 {
  color: rgb(244 244 245 / 0.12) !important;
}
.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15) !important;
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2) !important;
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25) !important;
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3) !important;
}
.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35) !important;
}
.text-zinc-100\/38 {
  color: rgb(244 244 245 / 0.38) !important;
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4) !important;
}
.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45) !important;
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05) !important;
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5) !important;
}
.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55) !important;
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6) !important;
}
.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65) !important;
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7) !important;
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75) !important;
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8) !important;
}
.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85) !important;
}
.text-zinc-100\/87 {
  color: rgb(244 244 245 / 0.87) !important;
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9) !important;
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95) !important;
}
.text-zinc-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0) !important;
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1) !important;
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1) !important;
}
.text-zinc-200\/12 {
  color: rgb(228 228 231 / 0.12) !important;
}
.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15) !important;
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2) !important;
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25) !important;
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3) !important;
}
.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35) !important;
}
.text-zinc-200\/38 {
  color: rgb(228 228 231 / 0.38) !important;
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4) !important;
}
.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45) !important;
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05) !important;
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5) !important;
}
.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55) !important;
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6) !important;
}
.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65) !important;
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7) !important;
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75) !important;
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8) !important;
}
.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85) !important;
}
.text-zinc-200\/87 {
  color: rgb(228 228 231 / 0.87) !important;
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9) !important;
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95) !important;
}
.text-zinc-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0) !important;
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1) !important;
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1) !important;
}
.text-zinc-300\/12 {
  color: rgb(212 212 216 / 0.12) !important;
}
.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15) !important;
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2) !important;
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25) !important;
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3) !important;
}
.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35) !important;
}
.text-zinc-300\/38 {
  color: rgb(212 212 216 / 0.38) !important;
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4) !important;
}
.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45) !important;
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05) !important;
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5) !important;
}
.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55) !important;
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6) !important;
}
.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65) !important;
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7) !important;
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75) !important;
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8) !important;
}
.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85) !important;
}
.text-zinc-300\/87 {
  color: rgb(212 212 216 / 0.87) !important;
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9) !important;
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95) !important;
}
.text-zinc-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0) !important;
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1) !important;
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1) !important;
}
.text-zinc-400\/12 {
  color: rgb(161 161 170 / 0.12) !important;
}
.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15) !important;
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2) !important;
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25) !important;
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3) !important;
}
.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35) !important;
}
.text-zinc-400\/38 {
  color: rgb(161 161 170 / 0.38) !important;
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4) !important;
}
.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45) !important;
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05) !important;
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5) !important;
}
.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55) !important;
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6) !important;
}
.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65) !important;
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7) !important;
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75) !important;
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8) !important;
}
.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85) !important;
}
.text-zinc-400\/87 {
  color: rgb(161 161 170 / 0.87) !important;
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9) !important;
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95) !important;
}
.text-zinc-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0) !important;
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1) !important;
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1) !important;
}
.text-zinc-50\/12 {
  color: rgb(250 250 250 / 0.12) !important;
}
.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15) !important;
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2) !important;
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25) !important;
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3) !important;
}
.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35) !important;
}
.text-zinc-50\/38 {
  color: rgb(250 250 250 / 0.38) !important;
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4) !important;
}
.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45) !important;
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05) !important;
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5) !important;
}
.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55) !important;
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6) !important;
}
.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65) !important;
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7) !important;
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75) !important;
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8) !important;
}
.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85) !important;
}
.text-zinc-50\/87 {
  color: rgb(250 250 250 / 0.87) !important;
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9) !important;
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95) !important;
}
.text-zinc-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0) !important;
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1) !important;
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1) !important;
}
.text-zinc-500\/12 {
  color: rgb(113 113 122 / 0.12) !important;
}
.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15) !important;
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2) !important;
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25) !important;
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3) !important;
}
.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35) !important;
}
.text-zinc-500\/38 {
  color: rgb(113 113 122 / 0.38) !important;
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4) !important;
}
.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45) !important;
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05) !important;
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5) !important;
}
.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55) !important;
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6) !important;
}
.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65) !important;
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7) !important;
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75) !important;
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8) !important;
}
.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85) !important;
}
.text-zinc-500\/87 {
  color: rgb(113 113 122 / 0.87) !important;
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9) !important;
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95) !important;
}
.text-zinc-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0) !important;
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1) !important;
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1) !important;
}
.text-zinc-600\/12 {
  color: rgb(82 82 91 / 0.12) !important;
}
.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15) !important;
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2) !important;
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25) !important;
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3) !important;
}
.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35) !important;
}
.text-zinc-600\/38 {
  color: rgb(82 82 91 / 0.38) !important;
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4) !important;
}
.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45) !important;
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05) !important;
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5) !important;
}
.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55) !important;
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6) !important;
}
.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65) !important;
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7) !important;
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75) !important;
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8) !important;
}
.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85) !important;
}
.text-zinc-600\/87 {
  color: rgb(82 82 91 / 0.87) !important;
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9) !important;
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95) !important;
}
.text-zinc-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0) !important;
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1) !important;
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1) !important;
}
.text-zinc-700\/12 {
  color: rgb(63 63 70 / 0.12) !important;
}
.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15) !important;
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2) !important;
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25) !important;
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3) !important;
}
.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35) !important;
}
.text-zinc-700\/38 {
  color: rgb(63 63 70 / 0.38) !important;
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4) !important;
}
.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45) !important;
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05) !important;
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5) !important;
}
.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55) !important;
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6) !important;
}
.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65) !important;
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7) !important;
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75) !important;
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8) !important;
}
.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85) !important;
}
.text-zinc-700\/87 {
  color: rgb(63 63 70 / 0.87) !important;
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9) !important;
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95) !important;
}
.text-zinc-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0) !important;
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1) !important;
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1) !important;
}
.text-zinc-800\/12 {
  color: rgb(39 39 42 / 0.12) !important;
}
.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15) !important;
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2) !important;
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25) !important;
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3) !important;
}
.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35) !important;
}
.text-zinc-800\/38 {
  color: rgb(39 39 42 / 0.38) !important;
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4) !important;
}
.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45) !important;
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05) !important;
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5) !important;
}
.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55) !important;
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6) !important;
}
.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65) !important;
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7) !important;
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75) !important;
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8) !important;
}
.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85) !important;
}
.text-zinc-800\/87 {
  color: rgb(39 39 42 / 0.87) !important;
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9) !important;
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95) !important;
}
.text-zinc-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0) !important;
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1) !important;
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1) !important;
}
.text-zinc-900\/12 {
  color: rgb(24 24 27 / 0.12) !important;
}
.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15) !important;
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2) !important;
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25) !important;
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3) !important;
}
.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35) !important;
}
.text-zinc-900\/38 {
  color: rgb(24 24 27 / 0.38) !important;
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4) !important;
}
.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45) !important;
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05) !important;
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5) !important;
}
.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55) !important;
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6) !important;
}
.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65) !important;
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7) !important;
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75) !important;
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8) !important;
}
.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85) !important;
}
.text-zinc-900\/87 {
  color: rgb(24 24 27 / 0.87) !important;
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9) !important;
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95) !important;
}
.text-zinc-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0) !important;
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1) !important;
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1) !important;
}
.text-zinc-950\/12 {
  color: rgb(9 9 11 / 0.12) !important;
}
.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15) !important;
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2) !important;
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25) !important;
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3) !important;
}
.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35) !important;
}
.text-zinc-950\/38 {
  color: rgb(9 9 11 / 0.38) !important;
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4) !important;
}
.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45) !important;
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05) !important;
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5) !important;
}
.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55) !important;
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6) !important;
}
.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65) !important;
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7) !important;
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75) !important;
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8) !important;
}
.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85) !important;
}
.text-zinc-950\/87 {
  color: rgb(9 9 11 / 0.87) !important;
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9) !important;
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95) !important;
}
.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}
.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}
.text-opacity-12 {
  --tw-text-opacity: 0.12 !important;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15 !important;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35 !important;
}
.text-opacity-38 {
  --tw-text-opacity: 0.38 !important;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45 !important;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55 !important;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65 !important;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85 !important;
}
.text-opacity-87 {
  --tw-text-opacity: 0.87 !important;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}
.underline {
  text-decoration-line: underline !important;
}
.overline {
  text-decoration-line: overline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.bg-blend-normal {
  background-blend-mode: normal !important;
}
.bg-blend-multiply {
  background-blend-mode: multiply !important;
}
.bg-blend-screen {
  background-blend-mode: screen !important;
}
.bg-blend-overlay {
  background-blend-mode: overlay !important;
}
.bg-blend-darken {
  background-blend-mode: darken !important;
}
.bg-blend-lighten {
  background-blend-mode: lighten !important;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}
.bg-blend-difference {
  background-blend-mode: difference !important;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}
.bg-blend-hue {
  background-blend-mode: hue !important;
}
.bg-blend-saturation {
  background-blend-mode: saturation !important;
}
.bg-blend-color {
  background-blend-mode: color !important;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important;
}
.ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1)) !important;
}
.ring-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: hsl(217 33% 17% / var(--tw-ring-opacity, 1)) !important;
}
.ring-primary-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-50-rgb), var(--tw-ring-opacity, 1)) !important;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}
.ring-offset-gray-800 {
  --tw-ring-offset-color: #1e293b !important;
}
.blur {
  --tw-blur: blur(8px) !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;
}
.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;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-400 {
  transition-duration: 400ms !important;
}
.ease-drawer {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.icon-size-12 {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  font-size: 3rem !important;
  line-height: 3rem !important;
}
.icon-size-12 svg {
  width: 3rem !important;
  height: 3rem !important;
}
.icon-size-24 {
  width: 6rem !important;
  height: 6rem !important;
  min-width: 6rem !important;
  min-height: 6rem !important;
  font-size: 6rem !important;
  line-height: 6rem !important;
}
.icon-size-24 svg {
  width: 6rem !important;
  height: 6rem !important;
}
.icon-size-3 {
  width: 0.75rem !important;
  height: 0.75rem !important;
  min-width: 0.75rem !important;
  min-height: 0.75rem !important;
  font-size: 0.75rem !important;
  line-height: 0.75rem !important;
}
.icon-size-3 svg {
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.icon-size-4 {
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  min-height: 1rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
}
.icon-size-4 svg {
  width: 1rem !important;
  height: 1rem !important;
}
.icon-size-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  min-width: 1.25rem !important;
  min-height: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
}
.icon-size-5 svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.icon-size-6 {
  width: 1.5rem !important;
  height: 1.5rem !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}
.icon-size-6 svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.icon-size-7 {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem !important;
  min-height: 1.75rem !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}
.icon-size-7 svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.icon-size-8 {
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
}
.icon-size-8 svg {
  width: 2rem !important;
  height: 2rem !important;
}
.even\:border-r-0:nth-child(even) {
  border-right-width: 0px !important;
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02 !important;
  --tw-scale-y: 1.02 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-muted:hover {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(240 5% 96% / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-muted\/30:hover {
  background-color: hsl(240 5% 96% / 0.3) !important;
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1)) !important;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}
@media (min-width: 600px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:inset-0 {
    inset: 0px !important;
  }
  .sm\:inset-auto {
    inset: auto !important;
  }
  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:right-7 {
    right: 1.75rem !important;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:h-20 {
    height: 5rem !important;
  }
  .sm\:max-h-120 {
    max-height: 30rem !important;
  }
  .sm\:w-100 {
    width: 25rem !important;
  }
  .sm\:w-80 {
    width: 20rem !important;
  }
  .sm\:w-90 {
    width: 22.5rem !important;
  }
  .sm\:w-96 {
    width: 24rem !important;
  }
  .sm\:w-\[460px\] {
    width: 460px !important;
  }
  .sm\:w-\[600px\] {
    width: 600px !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:min-w-100 {
    min-width: 25rem !important;
  }
  .sm\:min-w-80 {
    min-width: 20rem !important;
  }
  .sm\:min-w-90 {
    min-width: 22.5rem !important;
  }
  .sm\:max-w-360 {
    max-width: 90rem !important;
  }
  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\: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;
  }
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overscroll-auto {
    overscroll-behavior: auto !important;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.75rem !important;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  .sm\:border-t {
    border-top-width: 1px !important;
  }
  .sm\:bg-card {
    background-color: hsl(var(--card)) !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-3xl {
    font-size: 1.5rem !important;
  }
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 960px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:h-36 {
    height: 9rem !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr !important;
  }
  .md\:grid-cols-\[90px_200px_120px_2fr_1fr\] {
    grid-template-columns: 90px 200px 120px 2fr 1fr !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:rounded-none {
    border-radius: 0px !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
}
@media (min-width: 1280px) {
  .lg\:sticky {
    position: sticky !important;
  }
  .lg\:left-full {
    left: 100% !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:right-16 {
    right: 4rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:w-16 {
    width: 4rem !important;
  }
  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
.dark\:flex:where(.dark, .dark *) {
  display: flex !important;
}
.dark\:hidden:where(.dark, .dark *) {
  display: none !important;
}
.dark\:border-b:where(.dark, .dark *) {
  border-bottom-width: 1px !important;
}
.dark\:border-l:where(.dark, .dark *) {
  border-left-width: 1px !important;
}
.dark\:border-amber-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-blue-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-cyan-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-gray-500:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-gray-600:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-gray-700:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-green-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-indigo-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-orange-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-primary:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: hsl(217 33% 17% / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-purple-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-red-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-slate-500:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-teal-800:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-warn:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity, 1)) !important;
}
.dark\:bg-accent-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-amber-500:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-amber-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-amber-900\/20:where(.dark, .dark *) {
  background-color: rgb(120 53 15 / 0.2) !important;
}
.dark\:bg-amber-900\/30:where(.dark, .dark *) {
  background-color: rgb(120 53 15 / 0.3) !important;
}
.dark\:bg-black:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-blue-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-blue-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-blue-900\/20:where(.dark, .dark *) {
  background-color: rgb(30 58 138 / 0.2) !important;
}
.dark\:bg-blue-900\/30:where(.dark, .dark *) {
  background-color: rgb(30 58 138 / 0.3) !important;
}
.dark\:bg-card:where(.dark, .dark *) {
  background-color: hsl(var(--card)) !important;
}
.dark\:bg-cyan-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-cyan-900\/20:where(.dark, .dark *) {
  background-color: rgb(22 78 99 / 0.2) !important;
}
.dark\:bg-gray-500:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-700\/30:where(.dark, .dark *) {
  background-color: rgb(51 65 85 / 0.3) !important;
}
.dark\:bg-gray-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-900:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-gray-900\/20:where(.dark, .dark *) {
  background-color: rgb(15 23 42 / 0.2) !important;
}
.dark\:bg-green-500:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-green-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-green-900\/20:where(.dark, .dark *) {
  background-color: rgb(20 83 45 / 0.2) !important;
}
.dark\:bg-green-900\/30:where(.dark, .dark *) {
  background-color: rgb(20 83 45 / 0.3) !important;
}
.dark\:bg-indigo-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-indigo-900\/20:where(.dark, .dark *) {
  background-color: rgb(49 46 129 / 0.2) !important;
}
.dark\:bg-orange-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-orange-900\/20:where(.dark, .dark *) {
  background-color: rgb(124 45 18 / 0.2) !important;
}
.dark\:bg-orange-900\/30:where(.dark, .dark *) {
  background-color: rgb(124 45 18 / 0.3) !important;
}
.dark\:bg-primary-500:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-500-rgb), var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-primary-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-primary-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-primary-900\/30:where(.dark, .dark *) {
  background-color: rgba(var(--fuse-primary-900-rgb), 0.3) !important;
}
.dark\:bg-purple-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-purple-900\/20:where(.dark, .dark *) {
  background-color: rgb(88 28 135 / 0.2) !important;
}
.dark\:bg-purple-900\/30:where(.dark, .dark *) {
  background-color: rgb(88 28 135 / 0.3) !important;
}
.dark\:bg-red-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-red-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-red-900\/20:where(.dark, .dark *) {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.dark\:bg-red-900\/30:where(.dark, .dark *) {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.dark\:bg-rose-900\/30:where(.dark, .dark *) {
  background-color: rgb(136 19 55 / 0.3) !important;
}
.dark\:bg-slate-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-teal-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-teal-900\/20:where(.dark, .dark *) {
  background-color: rgb(19 78 74 / 0.2) !important;
}
.dark\:bg-teal-900\/30:where(.dark, .dark *) {
  background-color: rgb(19 78 74 / 0.3) !important;
}
.dark\:bg-transparent:where(.dark, .dark *) {
  background-color: transparent !important;
}
.dark\:bg-warn-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-white:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-yellow-900\/30:where(.dark, .dark *) {
  background-color: rgb(113 63 18 / 0.3) !important;
}
.dark\:bg-opacity-10:where(.dark, .dark *) {
  --tw-bg-opacity: 0.1 !important;
}
.dark\:bg-opacity-5:where(.dark, .dark *) {
  --tw-bg-opacity: 0.05 !important;
}
.dark\:from-gray-900:where(.dark, .dark *) {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.dark\:via-gray-900\/80:where(.dark, .dark *) {
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(15 23 42 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.dark\:text-accent-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.dark\:text-amber-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-amber-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-blue-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-blue-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-blue-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-cyan-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-100:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-200:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-gray-500:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-green-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-green-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-green-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-indigo-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-indigo-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-orange-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-primary-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-300-rgb), var(--tw-text-opacity, 1)) !important;
}
.dark\:text-primary-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity, 1)) !important;
}
.dark\:text-primary-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.dark\:text-purple-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-purple-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-red-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-red-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-rose-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-slate-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-teal-300:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-teal-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-warn-50:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-50-rgb), var(--tw-text-opacity, 1)) !important;
}
.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.dark\:text-yellow-400:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}
.dark\:shadow-none:where(.dark, .dark *) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.dark\:ring-gray-900:where(.dark, .dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1)) !important;
}
.dark\:hover\:bg-black:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:hover\:bg-gray-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:hover\:bg-gray-800:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:hover\:bg-opacity-5:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 0.05 !important;
}
@media print {
  .print\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .print\:block {
    display: block !important;
  }
  .print\:hidden {
    display: none !important;
  }
}

/* apps/platform/src/styles/styles.scss */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.mat-button-loading .mdc-button__label,
.mat-button-loading .mat-icon {
  visibility: hidden;
}
.mat-button-loading .mat-mdc-progress-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
html {
  --mtx-alert-container-shape: 4px;
  --mtx-alert-outline-color: transparent;
  --mtx-alert-background-color: whitesmoke;
  --mtx-alert-text-color: rgba(0, 0, 0, 0.87);
  --mtx-alert-info-outline-color: transparent;
  --mtx-alert-info-background-color: #bbdefb;
  --mtx-alert-info-text-color: rgba(0, 0, 0, 0.87);
  --mtx-alert-success-outline-color: transparent;
  --mtx-alert-success-background-color: #c8e6c9;
  --mtx-alert-success-text-color: rgba(0, 0, 0, 0.87);
  --mtx-alert-warning-outline-color: transparent;
  --mtx-alert-warning-background-color: #ffecb3;
  --mtx-alert-warning-text-color: rgba(0, 0, 0, 0.87);
  --mtx-alert-danger-outline-color: transparent;
  --mtx-alert-danger-background-color: #ffcdd2;
  --mtx-alert-danger-text-color: rgba(0, 0, 0, 0.87);
  --mtx-colorpicker-toggle-active-state-icon-color: #1e293b;
  --mtx-colorpicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
}
.mtx-colorpicker-toggle-active.mat-accent {
  --mtx-colorpicker-toggle-active-state-icon-color: #334155;
}
.mtx-colorpicker-toggle-active.mat-warn {
  --mtx-colorpicker-toggle-active-state-icon-color: #f44336;
}
html {
  --mtx-datetimepicker-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-container-shape: 4px;
  --mtx-datetimepicker-container-touch-shape: 4px;
  --mtx-datetimepicker-selector-container-shape: 4px;
  --mtx-datetimepicker-calendar-header-background-color: #1e293b;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: white;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #1e293b;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: white;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #1e293b;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #1e293b;
  --mtx-datetimepicker-time-input-active-state-text-color: #1e293b;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(30, 41, 59, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #1e293b;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(30, 41, 59, 0.2);
  --mtx-datetimepicker-toggle-active-state-icon-color: #1e293b;
  --mtx-datetimepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-body-week-number-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-header-text-color: white;
  --mtx-datetimepicker-calendar-header-divider-color: transparent;
  --mtx-datetimepicker-calendar-table-header-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-container-background-color: white;
  --mtx-datetimepicker-container-text-color: rgba(0, 0, 0, 0.87);
  --mtx-datetimepicker-clock-dial-background-color: rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-clock-cell-text-color: rgba(0, 0, 0, 0.87);
  --mtx-datetimepicker-clock-cell-hover-state-background-color: rgba(0, 0, 0, 0.04);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-time-input-text-color: rgba(0, 0, 0, 0.87);
  --mtx-datetimepicker-time-input-background-color: rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-time-input-focus-state-background-color: #fafafa;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #f44336;
  --mtx-datetimepicker-time-ampm-text-color: rgba(0, 0, 0, 0.75);
  --mtx-datetimepicker-time-ampm-outline-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-time-ampm-selected-state-text-color: rgba(0, 0, 0, 0.87);
}
.mtx-datetimepicker-content.mat-accent {
  --mtx-datetimepicker-calendar-header-background-color: #334155;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: white;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #334155;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 65, 85, 0.4);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: white;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(51, 65, 85, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(51, 65, 85, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #334155;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #334155;
  --mtx-datetimepicker-time-input-active-state-text-color: #334155;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(51, 65, 85, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #334155;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(51, 65, 85, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(51, 65, 85, 0.2);
}
.mtx-datetimepicker-content.mat-warn {
  --mtx-datetimepicker-calendar-header-background-color: #f44336;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: white;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #f44336;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: white;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #f44336;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #f44336;
  --mtx-datetimepicker-time-input-active-state-text-color: #f44336;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(244, 67, 54, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #f44336;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(244, 67, 54, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(244, 67, 54, 0.2);
}
.mtx-datetimepicker-toggle-active.mat-accent {
  --mtx-datetimepicker-toggle-active-state-icon-color: #334155;
}
.mtx-datetimepicker-toggle-active.mat-warn {
  --mtx-datetimepicker-toggle-active-state-icon-color: #f44336;
}
html {
  --mtx-drawer-container-shape: 0;
  --mtx-drawer-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mtx-drawer-container-background-color: white;
  --mtx-drawer-container-text-color: rgba(0, 0, 0, 0.87);
  --mtx-grid-container-shape: 0;
  --mtx-grid-table-cell-min-width: 80px;
  --mtx-grid-outline-color: rgba(0, 0, 0, 0.2);
  --mtx-grid-column-menu-text-color: rgba(0, 0, 0, 0.87);
  --mtx-grid-column-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mtx-grid-table-footer-background-color: whitesmoke;
  --mtx-grid-table-row-striped-background-color: #f5f5f5;
  --mtx-grid-table-row-hover-background-color: #eee;
  --mtx-grid-table-row-selected-background-color: #eee;
  --mtx-grid-table-row-selected-hover-background-color: #e0e0e0;
  --mtx-grid-table-cell-selected-outline-color: #334155;
  --mtx-grid-resizable-handle-active-background-color: #1e293b;
  --mtx-grid-resizable-handle-hover-background-color: #1e293b;
  --mtx-grid-resizable-handle-disabled-background-color: rgba(0, 0, 0, 0.12);
  --mtx-grid-row-expand-button-size: 48px;
  --mtx-loader-backdrop-background-color: rgba(250, 250, 250, 0.75);
  --mtx-popover-container-shape: 4px;
  --mtx-popover-base-elevation-level: 8;
  --mtx-popover-outline-color: rgba(0, 0, 0, 0.12);
  --mtx-popover-background-color: white;
  --mtx-popover-text-color: rgba(0, 0, 0, 0.87);
  --mtx-progress-container-shape: 4px;
  --mtx-progress-track-color: rgba(0, 0, 0, 0.04);
  --mtx-progress-indicator-color: rgba(0, 0, 0, 0.12);
  --mtx-progress-text-color: rgba(0, 0, 0, 0.87);
  --mtx-progress-info-indicator-color: #2196f3;
  --mtx-progress-info-text-color: white;
  --mtx-progress-success-indicator-color: #4caf50;
  --mtx-progress-success-text-color: white;
  --mtx-progress-warning-indicator-color: #ff9800;
  --mtx-progress-warning-text-color: white;
  --mtx-progress-danger-indicator-color: #f44336;
  --mtx-progress-danger-text-color: white;
  --mtx-select-container-shape: 4px;
  --mtx-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mtx-select-option-selected-state-text-color: #1e293b;
  --mtx-select-container-text-color: rgba(0, 0, 0, 0.87);
  --mtx-select-placeholder-text-color: rgba(0, 0, 0, 0.38);
  --mtx-select-disabled-text-color: rgba(0, 0, 0, 0.38);
  --mtx-select-multiple-value-background-color: #e0e0e0;
  --mtx-select-multiple-value-outline-color: rgba(0, 0, 0, 0.12);
  --mtx-select-multiple-value-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mtx-select-multiple-value-icon-hover-background-color: rgba(0, 0, 0, 0.12);
  --mtx-select-clear-icon-color: rgba(0, 0, 0, 0.54);
  --mtx-select-clear-icon-hover-color: #f44336;
  --mtx-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mtx-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mtx-select-invalid-arrow-color: #f44336;
  --mtx-select-panel-background-color: white;
  --mtx-select-panel-divider-color: rgba(0, 0, 0, 0.12);
  --mtx-select-optgroup-label-text-color: rgba(0, 0, 0, 0.54);
  --mtx-select-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mtx-select-option-selected-state-background-color: rgba(0, 0, 0, 0.04);
  --mtx-select-option-hover-state-background-color: rgba(0, 0, 0, 0.04);
  --mtx-select-option-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.ng-dropdown-panel.mat-accent {
  --mtx-select-option-selected-state-text-color: #334155;
}
.ng-dropdown-panel.mat-warn {
  --mtx-select-option-selected-state-text-color: #f44336;
}
html {
  --mtx-split-gutter-hover-state-background-color: #1e293b;
  --mtx-split-gutter-background-color: rgba(0, 0, 0, 0.12);
}
.mtx-split > .mtx-split-gutter.mat-accent:hover {
  --mtx-split-gutter-hover-state-background-color: #334155;
}
.mtx-split > .mtx-split-gutter.mat-warn:hover {
  --mtx-split-gutter-hover-state-background-color: #f44336;
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.checklist-detail-dialog .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.checklist-detail-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px;
}
.mat-button-toggle-group:not(.mat-button-toggle-group-appearance-standard) {
  border-radius: 5em !important;
}
.mat-button-toggle-group .mat-button-toggle-disabled {
  background-color: #ededed !important;
  opacity: 0.5 !important;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard {
  border-radius: 2em !important;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  background-clip: padding-box;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle {
  overflow: hidden;
  font-weight: 500;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-label-content {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 20px;
  line-height: 40px !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: hsl(215 25% 27% / var(--tw-text-opacity, 1));
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: white !important;
}
.dark .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #1e293b !important;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: rgba(30, 41, 59, 0.1);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}

/* angular:styles/global:styles */
